Skip to content

Latest commit

 

History

History
25 lines (16 loc) · 763 Bytes

service-ha.md

File metadata and controls

25 lines (16 loc) · 763 Bytes

Managing OpenStack services using Pacemaker

To stop all the Pacemaker managed resources on your cluster, run:

# pcs property set stop-all-resources=true

This setting (stop-all-resources=true) causes Pacemaker to stop any active resources.

To restart all the Pacemaker managed resources on your cluster, run:

# pcs property set stop-all-resources=false