5
0
mirror of git://git.proxmox.com/git/pve-docs.git synced 2025-10-26 11:33:10 +03:00
Files
pve-docs/ha-rules-opts.adoc
Daniel Kral 78121711f0 ha: add documentation about ha rules and ha node affinity rules
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>
2025-07-31 08:48:10 +02:00

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).