From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from firstgate.proxmox.com (firstgate.proxmox.com [IPv6:2a01:7e0:0:424::9]) by lore.proxmox.com (Postfix) with ESMTPS id 5C97F1FF185 for ; Mon, 4 Aug 2025 16:10:40 +0200 (CEST) Received: from firstgate.proxmox.com (localhost [127.0.0.1]) by firstgate.proxmox.com (Proxmox) with ESMTP id 29CA733324; Mon, 4 Aug 2025 16:12:11 +0200 (CEST) From: Daniel Kral To: pve-devel@lists.proxmox.com Date: Mon, 4 Aug 2025 16:11:42 +0200 Message-ID: <20250804141204.207216-4-d.kral@proxmox.com> X-Mailer: git-send-email 2.47.2 In-Reply-To: <20250804141204.207216-1-d.kral@proxmox.com> References: <20250804141204.207216-1-d.kral@proxmox.com> MIME-Version: 1.0 X-Bm-Milter-Handled: 55990f41-d878-4baa-be0a-ee34c49e34d2 X-Bm-Transport-Timestamp: 1754316709282 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 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 4/5] ha: mark ha groups as deprecated and note migration to node affinity rules 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" As the migration is handled automatically by the HA Manager now instead of manual user migration, the notice should be placed in the HA Groups section instead. Signed-off-by: Daniel Kral --- Alternatively, we could already remove the HA groups section now/after the next patch, which replaces any references to groups in the remaining text in ha-manager.adoc (AFAIK there are still some minor references in pve-docs, e.g. ha-groups-opts.adoc, references to /etc/pve/ha/groups.cfg, etc.). ha-manager.adoc | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/ha-manager.adoc b/ha-manager.adoc index e18a14d..ffab83c 100644 --- a/ha-manager.adoc +++ b/ha-manager.adoc @@ -594,6 +594,9 @@ The above config was generated using the `ha-manager` command-line tool: Groups ~~~~~~ +NOTE: HA Groups are deprecated and migrated to HA Node Affinity rules since +Proxmox VE 9.0. + [thumbnail="screenshot/gui-ha-manager-groups-view.png"] The HA group configuration file `/etc/pve/ha/groups.cfg` is used to @@ -700,9 +703,6 @@ on the same node. Node Affinity Rules ^^^^^^^^^^^^^^^^^^^ -NOTE: HA Node Affinity rules are equivalent to HA Groups and will replace them -in an upcoming major release. - By default, a HA resource is able to run on any cluster node, but a common requirement is that a HA resource should run on a specific node. That can be implemented by defining a HA node affinity rule to make the HA resource -- 2.47.2 _______________________________________________ pve-devel mailing list pve-devel@lists.proxmox.com https://lists.proxmox.com/cgi-bin/mailman/listinfo/pve-devel