From a2082b28d1f9da72bd075161e1bf8c6298a4faeb Mon Sep 17 00:00:00 2001 From: Dietmar Maurer Date: Sun, 20 Nov 2016 10:46:44 +0100 Subject: [PATCH] Groups.pm: add verbose_description for 'restricted' --- src/PVE/HA/Groups.pm | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/src/PVE/HA/Groups.pm b/src/PVE/HA/Groups.pm index 9214764..8c84f7c 100644 --- a/src/PVE/HA/Groups.pm +++ b/src/PVE/HA/Groups.pm @@ -20,7 +20,8 @@ my $defaultData = { { completion => \&PVE::HA::Tools::complete_group }), nodes => get_standard_option('pve-ha-group-node-list', { optional => 1 }), restricted => { - description => "Services on unrestricted groups may run on any cluster members if all group members are offline. But they will migrate back as soon as a group member comes online. One can implement a 'preferred node' behavior using an unrestricted group with one member.", + description => "Resources bound to restricted groups may only run on nodes defined by the group.", + verbose_description => "Resources bound to restricted groups may only run on nodes defined by the group. The resource will be placed in the stopped state if no group node member is online. Resources on unrestricted groups may run on any cluster node if all group members are offline, but they will migrate back as soon as a group member comes online. One can implement a 'preferred node' behavior using an unrestricted group with only one member.", type => 'boolean', optional => 1, default => 0, -- 2.39.5