From 61ad8d12650a2767280d2d1ac4a0cab156fa3a9d Mon Sep 17 00:00:00 2001 From: Tahlia Richardson <3069029+tahliar@users.noreply.github.com> Date: Fri, 9 Aug 2024 13:47:40 +1000 Subject: [PATCH] Add command to exit standby mode after reboot bsc#1228983 jsc#DOCTEAM-1534 --- xml/ha_maintenance.xml | 27 +++++++++++++++++---------- 1 file changed, 17 insertions(+), 10 deletions(-) diff --git a/xml/ha_maintenance.xml b/xml/ha_maintenance.xml index 7bbdc1b5..cb6331aa 100644 --- a/xml/ha_maintenance.xml +++ b/xml/ha_maintenance.xml @@ -413,8 +413,10 @@ Stopping the cluster services on a node - To move the services off the node in an orderly fashion - before shutting down or rebooting the node, proceed as follows: + You can move the services off the node in an orderly fashion + before shutting down or rebooting the node. + This allows services to migrate off the node without being limited by the + shutdown timeout of the cluster services. Manually rebooting a cluster node @@ -428,10 +430,11 @@ Put the node into standby mode: -&prompt.root;crm -w node standby +&prompt.root;crm node standby - That way, services can migrate off the node without being limited by the - shutdown timeout of the cluster services. + By default, the node will remain in standby mode + after rebooting. Alternatively, you can set the node to come back online + automatically with crm node standby reboot. @@ -466,7 +469,7 @@ Node &node2;: standby - Log in to the node as &rootuser; or equivalent. + After the node reboots, log in to it again. @@ -475,7 +478,8 @@ Node &node2;: standby &prompt.root;crm cluster status - If not, start them: + This might take some time. If the cluster services do not start again on their own, + start them manually: &prompt.root;crm cluster start @@ -484,9 +488,12 @@ Node &node2;: standby Check the cluster status: &prompt.root;crm status - - It should show the node coming online again. - + + + + If the node is still in standby mode, bring it back online: + +&prompt.root;crm node online