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 7762B1FF136 for ; Mon, 23 Feb 2026 15:14:53 +0100 (CET) Received: from firstgate.proxmox.com (localhost [127.0.0.1]) by firstgate.proxmox.com (Proxmox) with ESMTP id 2C27DE16D; Mon, 23 Feb 2026 15:15:44 +0100 (CET) From: Fiona Ebner To: pve-devel@lists.proxmox.com Subject: applied: [PATCH docs] cluster: restore anchor label to avoid breaking deep links to HTML docs Date: Mon, 23 Feb 2026 15:14:24 +0100 Message-ID: <20260223141505.164148-1-f.ebner@proxmox.com> X-Mailer: git-send-email 2.47.3 MIME-Version: 1.0 Content-Transfer-Encoding: 8bit X-Bm-Milter-Handled: 55990f41-d878-4baa-be0a-ee34c49e34d2 X-Bm-Transport-Timestamp: 1771856094621 X-SPAM-LEVEL: Spam detection results: 0 AWL -1.081 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.798 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.79 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.547 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 Message-ID-Hash: OBFUCCAFSUHI3TFR6KOTC2CPNTJVG6XO X-Message-ID-Hash: OBFUCCAFSUHI3TFR6KOTC2CPNTJVG6XO X-MailFrom: f.ebner@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: It was possible to link to the "Adding/Deleting Nodes After QDevice Setup" section in the HTML docs [0] for a long time. Commit e8087da ("cluster: fix reference to faq section") changed that anchor, which would break pre-existing links. Revert the part changing the anchor, while keeping the explicitly added anchor in to not break the package build again. [0]: https://pve.proxmox.com/pve-docs/pve-admin-guide.html#_adding_deleting_nodes_after_qdevice_setup Fixes: e8087da ("cluster: fix reference to faq section") Reported-by: Aaron Lauterer Signed-off-by: Fiona Ebner --- pvecm.adoc | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/pvecm.adoc b/pvecm.adoc index 867c512..26127bb 100644 --- a/pvecm.adoc +++ b/pvecm.adoc @@ -325,7 +325,7 @@ steps that mention it. NOTE: If your configuration contains a QDevice, you will need to remove it before removing the cluster node, as outlined in the FAQ -xref:pvecm_adding_deleting_nodes_after_qdevice_setup[here]. +xref:_adding_deleting_nodes_after_qdevice_setup[here]. Prerequisites ~~~~~~~~~~~~~ @@ -492,7 +492,7 @@ node from the cluster. NOTE: If your configuration contains a QDevice, you will need to remove it before removing the cluster node, as outlined in the FAQ -xref:pvecm_adding_deleting_nodes_after_qdevice_setup[here]. +xref:_adding_deleting_nodes_after_qdevice_setup[here]. WARNING: Ensure that all shared resources are cleanly separated! Otherwise you will run into conflicts and problems. @@ -1283,7 +1283,7 @@ For clusters with an even node count, there are no negative implications when using a QDevice. If it fails to work, it is the same as not having a QDevice at all. -[[pvecm_adding_deleting_nodes_after_qdevice_setup]] +[[_adding_deleting_nodes_after_qdevice_setup]] Adding/Deleting Nodes After QDevice Setup ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ -- 2.47.3