mirror of
https://git.proxmox.com/git/pve-manager
synced 2025-08-24 23:55:41 +00:00
pve6to7: enable noout before upgrade
even if the cluster-wide Ceph versions are uniform. Signed-off-by: Fabian Grünbichler <f.gruenbichler@proxmox.com>
This commit is contained in:
parent
4798ac1879
commit
3b776617ba
@ -450,7 +450,7 @@ sub check_ceph {
|
|||||||
log_warn("unable to determine overall Ceph daemon versions!");
|
log_warn("unable to determine overall Ceph daemon versions!");
|
||||||
} elsif (keys %$overall_versions == 1) {
|
} elsif (keys %$overall_versions == 1) {
|
||||||
log_pass("single running overall version detected for all Ceph daemon types.");
|
log_pass("single running overall version detected for all Ceph daemon types.");
|
||||||
$noout_wanted = 0; # off post-upgrade, on pre-upgrade
|
$noout_wanted = 1; # off post-upgrade, on pre-upgrade
|
||||||
} else {
|
} else {
|
||||||
log_warn("overall version mismatch detected, check 'ceph versions' output for details!");
|
log_warn("overall version mismatch detected, check 'ceph versions' output for details!");
|
||||||
}
|
}
|
||||||
|
Loading…
Reference in New Issue
Block a user