[pve-devel] [PATCH docs v2 1/1] add docs for maintenance mode buttons in UI
Thomas Skinner
thomas at atskinner.net
Sat Sep 20 20:20:49 CEST 2025
Signed-off-by: Thomas Skinner <thomas at atskinner.net>
---
ha-manager.adoc | 22 ++++++++++++++++++++--
1 file changed, 20 insertions(+), 2 deletions(-)
diff --git a/ha-manager.adoc b/ha-manager.adoc
index ea477cc..2b7c6a5 100644
--- a/ha-manager.adoc
+++ b/ha-manager.adoc
@@ -1112,10 +1112,19 @@ During each migration, the original node will be recorded in the HA managers'
state, so that the service can be moved back again automatically once the
maintenance mode is disabled and the node is back online.
-Currently you can enabled or disable the maintenance mode using the ha-manager
-CLI tool.
+Maintenance mode can be enabled or disabled in the HA status panel in
+the {pve} web UI or by using the ha-manager CLI tool.
.Enabling maintenance mode for a node
+
+_Using the web UI_
+
+Navigate to the Datacenter view, then select HA from the menu to show the HA
+status panel. Select the lrm node that you want to enable maintenance mode for,
+then click the Maintenance Mode button from the toolbar and select Enable.
+
+_Using the CLI_
+
----
# ha-manager crm-command node-maintenance enable NODENAME
----
@@ -1142,6 +1151,15 @@ but only if it is either manually deactivated using the `ha-manager` CLI or if
the manager-status is manually cleared.
.Disabling maintenance mode for a node
+
+_Using the web UI_
+
+Navigate to the Datacenter view, then select HA from the menu to show the HA
+status panel. Select the lrm node that you want to disable maintenance mode for,
+then click the Maintenance Mode button on the toolbar and select Disable.
+
+_Using the CLI_
+
----
# ha-manager crm-command node-maintenance disable NODENAME
----
--
2.47.2
More information about the pve-devel
mailing list