mirror of
https://git.proxmox.com/git/pve-docs
synced 2025-05-29 18:44:07 +00:00
ha-manager.adoc: simplify language, provide command line example
This commit is contained in:
parent
b352bff4db
commit
01911cf3ca
@ -409,10 +409,11 @@ Resources bound to this group may only run on nodes defined by the
|
|||||||
group. If no group node member is available the resource will be
|
group. If no group node member is available the resource will be
|
||||||
placed in the stopped state.
|
placed in the stopped state.
|
||||||
Example;;
|
Example;;
|
||||||
A Service can run just on a few nodes, as he uses resources from only found
|
Lets say a service uses resources only available on `node1` and `node2`,
|
||||||
on those, we created a group with said nodes and as we know that else all
|
so we need to make sure that HA manager does not use other nodes.
|
||||||
other nodes get implicitly added with lowest priority we set the restricted
|
We need to create a 'restricted' group with said nodes:
|
||||||
option.
|
[source,bash]
|
||||||
|
ha-manager groupset mygroup -nodes "node1,node2" -restricted
|
||||||
|
|
||||||
nofailback::
|
nofailback::
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user