]> git.proxmox.com Git - pve-manager.git/commitdiff
pve7to8: add reminder comment for noout_wanted variable
authorFiona Ebner <f.ebner@proxmox.com>
Wed, 21 Jun 2023 16:19:48 +0000 (18:19 +0200)
committerThomas Lamprecht <t.lamprecht@proxmox.com>
Wed, 21 Jun 2023 16:25:30 +0000 (18:25 +0200)
Signed-off-by: Fiona Ebner <f.ebner@proxmox.com>
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!");