From aaf792a5be87347fff1846332eef359b5fa84df9 Mon Sep 17 00:00:00 2001 From: Thomas Lamprecht Date: Tue, 6 Jul 2021 14:52:50 +0200 Subject: [PATCH] pve6to7: adapt noout warn Signed-off-by: Thomas Lamprecht --- PVE/CLI/pve6to7.pm | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/PVE/CLI/pve6to7.pm b/PVE/CLI/pve6to7.pm index d83f9589..69ed6d2e 100644 --- a/PVE/CLI/pve6to7.pm +++ b/PVE/CLI/pve6to7.pm @@ -463,7 +463,7 @@ sub check_ceph { log_warn("'noout' flag set, Ceph cluster upgrade seems finished."); } } elsif ($noout_wanted) { - log_warn("'noout' flag not set - recommended to prevent rebalancing during upgrades."); + log_warn("'noout' flag not set - recommended to prevent rebalancing during cluster-wide upgrades."); } log_info("checking Ceph config.."); -- 2.39.2