ha-manager.adoc: quote node names (cleanup)

This commit is contained in:
Dietmar Maurer 2016-09-29 10:43:37 +02:00
parent 93d2a4f944
commit b352bff4db

View File

@ -396,9 +396,9 @@ available. If more nodes are in the highest priority class the services will
get distributed to those node if not already there. The priorities have a get distributed to those node if not already there. The priorities have a
relative meaning only. relative meaning only.
Example;; Example;;
You want to run all services from a group on node1 if possible, if this node You want to run all services from a group on `node1` if possible. If this node
is not available you want them to run equally splitted on node2 and node3 and is not available, you want them to run equally splitted on `node2` and `node3`, and
if those fail it should use the other group members. if those fail it should use `node4`.
To achieve this you could set the node list to: To achieve this you could set the node list to:
[source,bash] [source,bash]
ha-manager groupset mygroup -nodes "node1:2,node2:1,node3:1,node4" ha-manager groupset mygroup -nodes "node1:2,node2:1,node3:1,node4"