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 19B371FF186 for ; Sat, 20 Sep 2025 20:21:40 +0200 (CEST) Received: from firstgate.proxmox.com (localhost [127.0.0.1]) by firstgate.proxmox.com (Proxmox) with ESMTP id A353527573; Sat, 20 Sep 2025 20:21:57 +0200 (CEST) X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20230601; t=1758392477; x=1758997277; h=content-transfer-encoding:mime-version:references:in-reply-to :message-id:date:subject:cc:to:from:x-gm-message-state:from:to:cc :subject:date:message-id:reply-to; bh=soCnlP6Dh3muFDgXzXRtSYvA9BEN6YP8phffc87s04o=; b=HTb05Ipi22k+8/3qo2mOV9rSQdQAMUmvZsgTPw6elxPzWZtqHFzskznuUzE6KDHxIg ETnYJKygr8nm0P6K99L5v7e02YF+bqDSa1lmd+RhCNu0AsBd8kE9VKTh0jHTylxfO5Vy pqv4PZy/I0SgHSovkaP7t//K67aY9fjJpbI5+8BlIrgd3KkyaFCcMfJ+TyQhLx3CZ08O i49EA/oubdojQYxcA3/uFmd1bvzyUIoGWkyh6L5ma3j0kiLenXFXmkzPricc9Ed/1bTH yMrUfRuvl4qgXgL5v3jx4n1wlxfEQQxUPabABEyvOHPeiSKpxJBvxxR83SsPwb8i1SEf sZrg== X-Gm-Message-State: AOJu0YyXfrKzEkXJTI/F5RH9Opzbtr6Oi+7BmBvJS66elHvOfBez6P66 dXSWbdQgJysn+BqzSbg0Af5eRNF6GK9bF9ZWbAwpZ3ozS2x1x61rrWaBGvnXurwqn8s= X-Gm-Gg: ASbGncvGywE8uRP5bnURftRUAPcoEfr08efYbRrzmCljmj1yhV77dlcLKvLZzvwvf3D s6LxGpcWNHpLSKBmIL6OUzK3Qnf1uInNNcb6XujuJaBa1TG4NNvC+bH1tP4UvlC96WsWg+QYEI0 iqLjroPl6QFey9gJbUoVuceNRa1ioeljU4Fy87EqAJkaDiT39YdnFYkv8csTnnfpPz4286Nt9Zx k6BvEuGT/sOtqhwq+4NVndmm2fzLdTGQo4qm7GODE152uvZhfc/8p4A+3PgShc6djHWPjJ8GSKF D69ThZNK/3oarNdjCNi0KPL9M2SXaefxi1xSxcNtkj4MvIMzvvKigA89Nqwz90nFsZBqLQ6DLYC 6bHQ8897StJFLGIENqUo4chLVXn2JWen5PbWXXkWg+ItXnv0lBOXp6/EoylIIb6GK6FATSJJO4X RAr/oDgTcW4iGBrgV5nPIBeKIiAcz/uLy7EAo= X-Google-Smtp-Source: AGHT+IHmV8iVRAeLOL6bbugc23m/ecvxTxeIJrXvxtH/QP9wa3897u8iu/WNiKbhIOw/AVPMUk9oWg== X-Received: by 2002:a05:690c:22c3:b0:739:61a2:ce9d with SMTP id 00721157ae682-73d1f5abe6amr62115727b3.7.1758392477290; Sat, 20 Sep 2025 11:21:17 -0700 (PDT) From: Thomas Skinner To: pve-devel@lists.proxmox.com Date: Sat, 20 Sep 2025 13:20:49 -0500 Message-ID: <20250920182050.1657928-4-thomas@atskinner.net> X-Mailer: git-send-email 2.47.2 In-Reply-To: <20250920182050.1657928-1-thomas@atskinner.net> References: <20250920182050.1657928-1-thomas@atskinner.net> MIME-Version: 1.0 X-SPAM-LEVEL: Spam detection results: 0 AWL 0.009 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 FREEMAIL_FORGED_FROMDOMAIN 0.001 2nd level domains in From and EnvelopeFrom freemail headers are different FREEMAIL_FROM 0.001 Sender email is commonly abused enduser mail provider HEADER_FROM_DIFFERENT_DOMAINS 0.001 From and EnvelopeFrom 2nd level mail domains are different KAM_DMARC_STATUS 0.01 Test Rule for DKIM or SPF Failure with Strict Alignment RCVD_IN_DNSWL_NONE -0.0001 Sender listed at https://www.dnswl.org/, no trust RCVD_IN_MSPIKE_H2 0.001 Average reputation (+2) SPF_HELO_NONE 0.001 SPF: HELO does not publish an SPF Record SPF_PASS -0.001 SPF: sender matches SPF record Subject: [pve-devel] [PATCH docs v2 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: Thomas Skinner Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit Errors-To: pve-devel-bounces@lists.proxmox.com Sender: "pve-devel" Signed-off-by: Thomas Skinner --- 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 _______________________________________________ pve-devel mailing list pve-devel@lists.proxmox.com https://lists.proxmox.com/cgi-bin/mailman/listinfo/pve-devel