Correct affinity rule descriptions in Table 2 Change "seperate" to "negative".
Signed-off-by: abobakr mohammed <[email protected]> --- change since v1: * only lowercase for the commit subject * shorten the commit message ha-manager.adoc | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/ha-manager.adoc b/ha-manager.adoc index f16cfbb..ea477cc 100644 --- a/ha-manager.adoc +++ b/ha-manager.adoc @@ -693,8 +693,8 @@ include::ha-rules-opts.adoc[] | `node-affinity` | Places affinity from one or more HA resources to one or more nodes. | `resource-affinity` | Places affinity between two or more HA resources. The -affinity `positive` specifies that HA resources are to be kept on separate -nodes, while the affinity `separate` specifies that HA resources are to be kept +affinity `negative` specifies that HA resources are to be kept on separate +nodes, while the affinity `positive` specifies that HA resources are to be kept on the same node. |=========================================================== -- 2.47.2 _______________________________________________ pve-devel mailing list [email protected] https://lists.proxmox.com/cgi-bin/mailman/listinfo/pve-devel
