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 702DD1FF187 for ; Mon, 8 Sep 2025 16:53:16 +0200 (CEST) Received: from firstgate.proxmox.com (localhost [127.0.0.1]) by firstgate.proxmox.com (Proxmox) with ESMTP id 3EF9A15029; Mon, 8 Sep 2025 16:53:17 +0200 (CEST) From: Friedrich Weber To: pve-devel@lists.proxmox.com Date: Mon, 8 Sep 2025 16:52:24 +0200 Message-ID: <20250908145305.112814-1-f.weber@proxmox.com> X-Mailer: git-send-email 2.47.2 MIME-Version: 1.0 X-Bm-Milter-Handled: 55990f41-d878-4baa-be0a-ee34c49e34d2 X-Bm-Transport-Timestamp: 1757343172242 X-SPAM-LEVEL: Spam detection results: 0 AWL 0.011 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 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] pvecm: redundancy: explicitly mention subnets 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 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit Errors-To: pve-devel-bounces@lists.proxmox.com Sender: "pve-devel" The section uses addresses 10.10.10.X and 10.20.20.X in examples and implicitly assumes they are in disjoint subnets, but does not explicitly state this. For better clarity, explicitly mention these are /25 subnets (this subnet mask is also used in the "Separate Cluster Network" section). Signed-off-by: Friedrich Weber --- Notes: Reported in enterprise support as potentially confusing. pvecm.adoc | 3 +++ 1 file changed, 3 insertions(+) diff --git a/pvecm.adoc b/pvecm.adoc index 5258038..10b4b16 100644 --- a/pvecm.adoc +++ b/pvecm.adoc @@ -908,6 +908,9 @@ adding a new node) or by specifying more than one 'ringX_addr' in NOTE: To provide useful failover, every link should be on its own physical network connection. +The following examples assume that each cluster node has one static address in +10.10.10.0/25 and one static address in 10.20.20.0/25 configured. + Links are used according to a priority setting. You can configure this priority by setting 'knet_link_priority' in the corresponding interface section in `corosync.conf`, or, preferably, using the 'priority' parameter when creating -- 2.47.2 _______________________________________________ pve-devel mailing list pve-devel@lists.proxmox.com https://lists.proxmox.com/cgi-bin/mailman/listinfo/pve-devel