mirror of
git://git.proxmox.com/git/pve-docs.git
synced 2025-10-26 11:33:10 +03:00
Add documentation about HA Node Affinity rules and general documentation what HA rules are for in a format that is extendable with other HA rule types in the future. Signed-off-by: Daniel Kral <d.kral@proxmox.com> Link: https://lore.proxmox.com/20250730175957.386674-25-d.kral@proxmox.com Signed-off-by: Thomas Lamprecht <t.lamprecht@proxmox.com>
13 lines
313 B
Plaintext
13 lines
313 B
Plaintext
`comment`: `<string>` ::
|
|
|
|
HA rule description.
|
|
|
|
`disable`: `<boolean>` ::
|
|
|
|
Whether the HA rule is disabled.
|
|
|
|
`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).
|
|
|