From dc43b8a4a4e77343b72ea17191498e88f0c1722e Mon Sep 17 00:00:00 2001 From: Thomas Lamprecht Date: Sat, 30 Nov 2019 15:50:22 +0100 Subject: [PATCH] dc.cfg verbose description: fix missing whitespace & reword Signed-off-by: Thomas Lamprecht --- data/PVE/DataCenterConfig.pm | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/data/PVE/DataCenterConfig.pm b/data/PVE/DataCenterConfig.pm index 4c78fb8..24ebf3f 100644 --- a/data/PVE/DataCenterConfig.pm +++ b/data/PVE/DataCenterConfig.pm @@ -42,8 +42,8 @@ my $ha_format = { "(< 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. ". - "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 ". + "Migrate will try to move all running services to another node when a reboot or ". + "shutdown was triggered. 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.", -- 2.39.2