]> git.proxmox.com Git - pve-manager.git/blobdiff - PVE/CLI/pve7to8.pm
pve7to8: add reminder comment for noout_wanted variable
[pve-manager.git] / PVE / CLI / pve7to8.pm
index 6b51e98eb491c02f743756b87fc2f87e57aa424f..d988c71536ef416e15cd7d8c1b2f4b26a60cea2e 100644 (file)
@@ -542,6 +542,7 @@ sub check_ceph {
            log_warn("unable to determine overall Ceph daemon versions!");
        } elsif (keys %$overall_versions == 1) {
            log_pass("single running overall version detected for all Ceph daemon types.");
+           # TODO: needs to be set to 1 in the stable branch each time! - find better solution?
            $noout_wanted = 0; # off post-upgrade, on pre-upgrade
        } elsif (keys $ceph_versions_simple->{overall}->%* != 1) {
            log_warn("overall version mismatch detected, check 'ceph versions' output for details!");