]> git.proxmox.com Git - pve-manager-legacy.git/commitdiff
pve6to7: adapt noout warn
authorThomas Lamprecht <t.lamprecht@proxmox.com>
Tue, 6 Jul 2021 12:52:50 +0000 (14:52 +0200)
committerThomas Lamprecht <t.lamprecht@proxmox.com>
Tue, 6 Jul 2021 12:52:50 +0000 (14:52 +0200)
Signed-off-by: Thomas Lamprecht <t.lamprecht@proxmox.com>
PVE/CLI/pve6to7.pm

index d83f958907457f3b91f158136d9f3df070aa21f0..69ed6d2e28fae370dbb986155ab483ac51eedf9e 100644 (file)
@@ -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..");