mirror of
https://git.proxmox.com/git/pve-ha-manager
synced 2025-04-28 13:55:09 +00:00
tools: group verbose desc: mention higher number is higher priority
Signed-off-by: Aaron Lauterer <a.lauterer@proxmox.com>
This commit is contained in:
parent
800a0c3e48
commit
601d2c542c
@ -75,7 +75,7 @@ sub pve_verify_ha_group_node {
|
||||
|
||||
PVE::JSONSchema::register_standard_option('pve-ha-group-node-list', {
|
||||
description => "List of cluster node names with optional priority.",
|
||||
verbose_description => "List of cluster node members, where a priority can be given to each node. A resource bound to a group will run on the available nodes with the highest priority. If there are more nodes in the highest priority class, the services will get distributed to those nodes. The priorities have a relative meaning only.",
|
||||
verbose_description => "List of cluster node members, where a priority can be given to each node. A resource bound to a group will run on the available nodes with the highest priority. If there are more nodes in the highest priority class, the services will get distributed to those nodes. The priorities have a relative meaning only. The higher the number, the higher the priority.",
|
||||
type => 'string', format => 'pve-ha-group-node-list',
|
||||
typetext => '<node>[:<pri>]{,<node>[:<pri>]}*',
|
||||
});
|
||||
|
Loading…
Reference in New Issue
Block a user