Skip to content

Commit 82eccf7

Browse files
authored
Merge pull request #42542 from petersatsuse/patch-7
Correct commands to use SUSE crm instead of RH pcs
2 parents 73d6f8c + ed31125 commit 82eccf7

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

articles/virtual-machines/workloads/sap/high-availability-guide-standard-load-balancer-outbound-connections.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -198,11 +198,11 @@ To allow pacemaker to communicate with the Azure management API, perform the fol
198198
- SUSE
199199
```
200200
# Place the cluster in maintenance mode
201-
sudo pcs property set maintenance-mode=true
201+
sudo crm configure property maintenance-mode=true
202202
#Restart on all nodes
203203
sudo systemctl restart pacemaker
204204
# Take the cluster out of maintenance mode
205-
sudo pcs property set maintenance-mode=false
205+
sudo crm configure property maintenance-mode=true
206206
```
207207
208208
- Red Hat

0 commit comments

Comments
 (0)