Skip to content

Commit 4e2070b

Browse files
Merge pull request #230736 from MicrosoftDocs/Jak-MS-patch-1
Update high-availability-guide-suse-pacemaker.md
2 parents 0fc7966 + 306a513 commit 4e2070b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

articles/sap/workloads/high-availability-guide-suse-pacemaker.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -831,7 +831,7 @@ Make sure to assign the custom role to the service principal at all VM (cluster
831831

832832
sudo crm configure primitive rsc_st_azure stonith:fence_azure_arm \
833833
params subscriptionId="<b>subscription ID</b>" resourceGroup="<b>resource group</b>" tenantId="<b>tenant ID</b>" login="<b>application ID</b>" passwd="<b>password</b>" \
834-
pcmk_monitor_retries=4 pcmk_action_limit=3 power_timeout=240 pcmk_reboot_timeout=900 <b>pcmk_host_map="prod-cl1-0:prod-cl1-0-vm-name;prod-cl1-1:prod-cl1-1-vm-name"</b> \
834+
pcmk_monitor_retries=4 pcmk_action_limit=3 power_timeout=240 pcmk_reboot_timeout=900 pcmk_delay_max=15 <b>pcmk_host_map="prod-cl1-0:prod-cl1-0-vm-name;prod-cl1-1:prod-cl1-1-vm-name"</b> \
835835
op monitor interval=3600 timeout=120
836836

837837
sudo crm configure property stonith-timeout=900

0 commit comments

Comments
 (0)