From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from gate001.proxmox.com (gate001.proxmox.com [45.144.208.40]) by lore.proxmox.com (Postfix) with ESMTPS id 212EC1FF0AA for ; Tue, 22 Sep 2026 17:29:21 +0200 (CEST) Received: from gate001.proxmox.com (localhost.localdomain [127.0.0.1]) by gate001.proxmox.com (Proxmox) with ESMTP id AB76C21482; Tue, 22 Sep 2026 17:29:18 +0200 (CEST) From: Mario Loderer To: pve-devel@lists.proxmox.com Subject: =?UTF-8?q?=5BPATCH=20docs=5D=20Added=20an=20expanded=20procedure=20for=20=E2=80=9Cmanager=5Fstatus=E2=80=9D=20when=20separate=20a=20node=2E?= Date: Tue, 22 Sep 2026 17:28:53 +0200 Message-ID: <20260922152904.85887-1-m.loderer@proxmox.com> X-Mailer: git-send-email 2.47.3 MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-Bm-Milter-Handled: 55990f41-d878-4baa-be0a-ee34c49e34d2 X-Bm-Transport-Timestamp: 1790090953731 X-SPAM-LEVEL: Spam detection results: 0 DMARC_MISSING 0.1 Missing DMARC policy KAM_DMARC_STATUS 0.01 Test Rule for DKIM or SPF Failure with Strict Alignment (newer systems) RCVD_IN_DNSWL_MED -2.3 Sender listed at https://www.dnswl.org/, medium trust SPF_HELO_NONE 0.001 SPF: HELO does not publish an SPF Record SPF_PASS -0.001 SPF: sender matches SPF record Message-ID-Hash: NS5OC7LQ6CAKPNACGUO5G6AYZLPG32KT X-Message-ID-Hash: NS5OC7LQ6CAKPNACGUO5G6AYZLPG32KT X-MailFrom: m.loderer@proxmox.com X-Mailman-Rule-Misses: dmarc-mitigation; no-senders; approved; loop; banned-address; emergency; member-moderation; nonmember-moderation; administrivia; implicit-dest; max-recipients; max-size; news-moderation; no-subject; digests; suspicious-header X-Mailman-Version: 3.3.10 Precedence: list List-Id: Proxmox VE development discussion List-Help: List-Owner: List-Post: List-Subscribe: List-Unsubscribe: Signed-off-by: Mario Loderer --- pvecm.adoc | 10 ++++++++++ 1 file changed, 10 insertions(+) diff --git a/pvecm.adoc b/pvecm.adoc index 8309647..a65bfe3 100644 --- a/pvecm.adoc +++ b/pvecm.adoc @@ -571,6 +571,16 @@ means that the nodes can still connect to each other with public key authentication. You should fix this by removing the respective keys from the '/etc/pve/priv/authorized_keys' file. +If HA was used in the cluster, the file +[source,bash] +---- +/etc/pve/ha/manager_status +---- +also exists. This file must be deleted from the separated node, because its +contents are no longer correct. The same file must be edited on a node at the +existing cluster, the separated node must be removed from this file, +because that node now no longer exists. + Quorum ------ -- 2.47.3