]> git.proxmox.com Git - pve-ha-manager.git/commitdiff
Groups.pm: add verbose_description for 'restricted'
authorDietmar Maurer <dietmar@proxmox.com>
Sun, 20 Nov 2016 09:46:44 +0000 (10:46 +0100)
committerDietmar Maurer <dietmar@proxmox.com>
Sun, 20 Nov 2016 09:56:07 +0000 (10:56 +0100)
src/PVE/HA/Groups.pm

index 92147648d8ef9fc642ac8ce40cb9cb0d9039150a..8c84f7c8221806ba1e495ef73418e6efeb1242fb 100644 (file)
@@ -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,