From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from firstgate.proxmox.com (firstgate.proxmox.com [212.224.123.68]) by lore.proxmox.com (Postfix) with ESMTPS id D0A5A1FF16B for ; Tue, 26 Aug 2025 11:45:23 +0200 (CEST) Received: from firstgate.proxmox.com (localhost [127.0.0.1]) by firstgate.proxmox.com (Proxmox) with ESMTP id D66DD2DCD9; Tue, 26 Aug 2025 11:45:26 +0200 (CEST) Mime-Version: 1.0 Date: Tue, 26 Aug 2025 11:44:53 +0200 Message-Id: From: "Daniel Kral" To: "Proxmox VE development discussion" X-Mailer: aerc 0.20.0 References: <20250825041128.132814-1-thomas@atskinner.net> <20250825041128.132814-4-thomas@atskinner.net> In-Reply-To: <20250825041128.132814-4-thomas@atskinner.net> X-Bm-Milter-Handled: 55990f41-d878-4baa-be0a-ee34c49e34d2 X-Bm-Transport-Timestamp: 1756201489509 X-SPAM-LEVEL: Spam detection results: 0 AWL 0.014 Adjusted score from AWL reputation of From: address BAYES_00 -1.9 Bayes spam probability is 0 to 1% DMARC_MISSING 0.1 Missing DMARC policy KAM_DMARC_STATUS 0.01 Test Rule for DKIM or SPF Failure with Strict Alignment RCVD_IN_VALIDITY_CERTIFIED_BLOCKED 0.001 ADMINISTRATOR NOTICE: The query to Validity was blocked. See https://knowledge.validity.com/hc/en-us/articles/20961730681243 for more information. RCVD_IN_VALIDITY_RPBL_BLOCKED 0.001 ADMINISTRATOR NOTICE: The query to Validity was blocked. See https://knowledge.validity.com/hc/en-us/articles/20961730681243 for more information. RCVD_IN_VALIDITY_SAFE_BLOCKED 0.001 ADMINISTRATOR NOTICE: The query to Validity was blocked. See https://knowledge.validity.com/hc/en-us/articles/20961730681243 for more information. SPF_HELO_NONE 0.001 SPF: HELO does not publish an SPF Record SPF_PASS -0.001 SPF: sender matches SPF record Subject: Re: [pve-devel] [PATCH docs 1/1] add docs for maintenance mode buttons in UI X-BeenThere: pve-devel@lists.proxmox.com X-Mailman-Version: 2.1.29 Precedence: list List-Id: Proxmox VE development discussion List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Reply-To: Proxmox VE development discussion Cc: pve-devel , Thomas Skinner Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit Errors-To: pve-devel-bounces@lists.proxmox.com Sender: "pve-devel" On Mon Aug 25, 2025 at 6:11 AM CEST, Thomas Skinner wrote: > Signed-off-by: Thomas Skinner > --- > ha-manager.adoc | 21 +++++++++++++++++++++ > 1 file changed, 21 insertions(+) > > diff --git a/ha-manager.adoc b/ha-manager.adoc > index f16cfbb..b41a73b 100644 > --- a/ha-manager.adoc > +++ b/ha-manager.adoc > @@ -1115,7 +1115,19 @@ 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 using the buttons on the HA pane in > +the {pve} web UI or by using the ha-manager CLI tool. s/pane/panel/? I understand that pane might be more correct here, but I'd guess that users are more familiar with 'panel' here. Also, I think it would be nicer to integrate that into the former sentence, for example: Currently you can enabled or disable the maintenance mode in the HA status panel in the web UI or 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 pane. Select the lrm node that you want to enable maintenance mode for, > +then click the Enable Maintenance Mode button from the toolbar. > + > +_Using the CLI_ > + > ---- > # ha-manager crm-command node-maintenance enable NODENAME > ---- > @@ -1142,6 +1154,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 pane. Select the lrm node that you want to disable maintenance mode for, > +then click the Disable Maintenance Mode button from the toolbar. > + > +_Using the CLI_ > + > ---- > # ha-manager crm-command node-maintenance disable NODENAME > ---- _______________________________________________ pve-devel mailing list pve-devel@lists.proxmox.com https://lists.proxmox.com/cgi-bin/mailman/listinfo/pve-devel