From 8eac610f12c8c5cbf3937fc490dc4b2e39c3e99c Mon Sep 17 00:00:00 2001 From: Dietmar Maurer Date: Sun, 20 Nov 2016 09:57:20 +0100 Subject: [PATCH] pve-ha-group-node-list: add verbose_description --- src/PVE/HA/Tools.pm | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/src/PVE/HA/Tools.pm b/src/PVE/HA/Tools.pm index a4289f5..dca7daf 100644 --- a/src/PVE/HA/Tools.pm +++ b/src/PVE/HA/Tools.pm @@ -73,7 +73,8 @@ 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. We use priority '0' as default. The CRM tries to run services on the node with highest priority (also see option 'nofailback').", + 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.", type => 'string', format => 'pve-ha-group-node-list', typetext => '[:]{,[:]}*', }); -- 2.39.5