create_ha_group
Create a high-availability group to manage failover and recovery of VMs and containers across specified nodes with optional priority and no-failback settings.
Instructions
Create an HA group.
Args: group: Group ID. nodes: Node list with optional priority (e.g. 'node1:2,node2:1' — higher = preferred). nofailback: If true, don't fail back to higher-priority nodes once recovered. restricted: Only run on nodes in this group (otherwise runs anywhere but prefers group nodes). comment: Description.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| group | Yes | ||
| nodes | Yes | ||
| nofailback | No | ||
| restricted | No | ||
| comment | No |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| result | Yes |