diff --git a/xml/ha_drbd.xml b/xml/ha_drbd.xml index 3f10fb45..88b25a66 100644 --- a/xml/ha_drbd.xml +++ b/xml/ha_drbd.xml @@ -211,9 +211,9 @@ NAME SIZELIMIT OFFSET AUTOCLEAR RO BACK-FILE If the cluster is already using DRBD, put your cluster in maintenance mode: - &prompt.root;crm configure property maintenance-mode=true - If you skip this step when your cluster uses already - DRBD, a syntax error in the live configuration will lead + &prompt.root;crm maintenance on + If you skip this step when your cluster already uses + DRBD, a syntax error in the live configuration leads to a service shutdown. As an alternative, you can also use drbdadm @@ -254,7 +254,7 @@ NAME SIZELIMIT OFFSET AUTOCLEAR RO BACK-FILE Reset the cluster's maintenance mode flag: - &prompt.root;crm configure property maintenance-mode=false + &prompt.root;crm maintenance off diff --git a/xml/ha_maintenance.xml b/xml/ha_maintenance.xml index a1054274..fafced55 100644 --- a/xml/ha_maintenance.xml +++ b/xml/ha_maintenance.xml @@ -244,12 +244,12 @@ To put the cluster into maintenance mode on the &crmshell;, use the following command: -&prompt.root;crm configure property maintenance-mode=true +&prompt.root;crm maintenance on To put the cluster back to normal mode after your maintenance work is done, use the following command: -&prompt.root;crm configure property maintenance-mode=false +&prompt.root;crm maintenance off Putting the Cluster into Maintenance Mode with &hawk2;