]> git.proxmox.com Git - pve-cluster.git/commitdiff
dc.cfg: mention migrate shutdown policy in verbose desc.
authorThomas Lamprecht <t.lamprecht@proxmox.com>
Wed, 27 Nov 2019 14:56:57 +0000 (15:56 +0100)
committerThomas Lamprecht <t.lamprecht@proxmox.com>
Wed, 27 Nov 2019 14:56:57 +0000 (15:56 +0100)
Signed-off-by: Thomas Lamprecht <t.lamprecht@proxmox.com>
data/PVE/DataCenterConfig.pm

index 2f2dedf368b529799ac971f55e5997f93c0647d6..4c78fb8dbf16ab88997771bccc7a7dee78897ca8 100644 (file)
@@ -41,7 +41,12 @@ my $ha_format = {
            "recovered to other nodes, if the shutdown node does not come up again quickly ".
            "(< 1min). 'conditional' chooses automatically depending on the type of shutdown, ".
            "i.e., on a reboot the service will be frozen but on a poweroff the service will ".
-           "stay as is, and thus get recovered after about 2 minutes.",
+           "stay as is, and thus get recovered after about 2 minutes. ".
+           "Migrate will try to move all running services to another node on both, reboot".
+           "and shutdown. The poweroff process will only continue once no running services ".
+           "are located on the node anymore. If the node comes up again, the service will ".
+           "be moved back to the previously powered-off node, at least if no other migration, ".
+           "reloaction or recovery took place.",
        default => 'conditional',
     }
 };