[pve-devel] [PATCH docs 4/5] ha: mark ha groups as deprecated and note migration to node affinity rules
Daniel Kral
d.kral at proxmox.com
Mon Aug 4 16:11:42 CEST 2025
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 <d.kral at proxmox.com>
---
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
More information about the pve-devel
mailing list