From: Maximiliano Sandoval <m.sandoval@proxmox.com>
To: pve-devel@lists.proxmox.com
Subject: [PATCH docs 3/4] ha-manager: add disarming HA section
Date: Mon, 30 Mar 2026 15:40:17 +0200 [thread overview]
Message-ID: <20260330134019.419391-4-m.sandoval@proxmox.com> (raw)
In-Reply-To: <20260330134019.419391-1-m.sandoval@proxmox.com>
Signed-off-by: Maximiliano Sandoval <m.sandoval@proxmox.com>
---
ha-manager.adoc | 31 +++++++++++++++++++++++++++++++
1 file changed, 31 insertions(+)
diff --git a/ha-manager.adoc b/ha-manager.adoc
index 68fb7d1..3c97a2d 100644
--- a/ha-manager.adoc
+++ b/ha-manager.adoc
@@ -1086,6 +1086,37 @@ this is not the case the update process can take too long which, in the worst
case, may result in a reset triggered by the watchdog.
+[[ha_manager_cluster_maintenance]]
+Cluster-wide Maintenance
+------------------------
+
+If a cluster has HA-resources then one has to be careful during a maintenance
+that involves multiple nodes or when performing configuration changes on
+multiple node, as connectivity issues on the Corosync network can result in one
+or more nodes fencing. One common example is when editing Corosync's
+configuration as the changes will be picked up by all cluster nodes and any
+configuration error can lead to nodes potentially fencing. In this scenario one
+can temporarily disarm HA in order to release the watchdogs in the cluster.
+
+You can disarm and arm HA using the ha-manager CLI tool.
+
+.Disarming HA
+----
+# ha-manager crm-command disarm-ha <RESOURCE_MODE>
+----
+
+.Arming HA
+----
+# ha-manager crm-command arm-ha
+----
+
+There are two possible resource modes for disarming HA:
+
+- `freeze`: new commands and state changes are not applied.
+- `ignore`: resources are removed from HA tracking and can be managed as if they
+ were not HA managed.
+
+
[[ha_manager_node_maintenance]]
Single Node Maintenance
-----------------------
--
2.47.3
next prev parent reply other threads:[~2026-03-30 13:40 UTC|newest]
Thread overview: 6+ messages / expand[flat|nested] mbox.gz Atom feed top
2026-03-30 13:40 [PATCH docs 0/4] " Maximiliano Sandoval
2026-03-30 13:40 ` [PATCH docs 1/4] ha-manager: fix enabled typo Maximiliano Sandoval
2026-03-30 13:40 ` [PATCH docs 2/4] ha-manager: rename node maintenance section Maximiliano Sandoval
2026-03-30 13:40 ` Maximiliano Sandoval [this message]
2026-03-30 13:40 ` [PATCH docs 4/4] corosync config: add xref to disarming HA section Maximiliano Sandoval
2026-03-30 14:39 ` [PATCH docs 0/4] ha-manager: add " Thomas Lamprecht
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=20260330134019.419391-4-m.sandoval@proxmox.com \
--to=m.sandoval@proxmox.com \
--cc=pve-devel@lists.proxmox.com \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox