5
0
mirror of git://git.proxmox.com/git/pve-docs.git synced 2025-08-02 16:21:55 +03:00
Files
pve-docs/ha-rules-resource-affinity-opts.adoc
Daniel Kral 561bc05598 ha: add documentation about ha resource affinity rules
Add documentation about HA Resource Affinity rules, what effects those
have on the CRS scheduler, and what users can expect when those are
changed.

There are also a few points on the rule conflicts/errors list which
describe some conflicts that can arise from a mixed usage of HA Node
Affinity rules and HA Resource Affinity rules.

Signed-off-by: Daniel Kral <d.kral@proxmox.com>
Link: https://lore.proxmox.com/20250730181428.392906-16-d.kral@proxmox.com
2025-07-31 10:25:34 +02:00

9 lines
394 B
Plaintext

`affinity`: `<negative | positive>` ::
Describes whether the HA resources are supposed to be kept on the same node ('positive'), or are supposed to be kept on separate nodes ('negative').
`resources`: `<type>:<name>{,<type>:<name>}*` ::
List of HA resource IDs. This consists of a list of resource types followed by a resource specific name separated with a colon (example: vm:100,ct:101).