mirror of
https://git.proxmox.com/git/pve-manager
synced 2025-05-01 04:28:25 +00:00
Revert "ceph services: drop broadcasting legacy version pmxcfs KV"
This reverts commit 8a3a300b8e
as 7.0
wasn't fully prepared for the transition...
https://lists.proxmox.com/pipermail/pve-devel/2021-November/050833.html
Signed-off-by: Thomas Lamprecht <t.lamprecht@proxmox.com>
This commit is contained in:
parent
d6fb92d747
commit
04aae00d44
@ -59,6 +59,9 @@ sub broadcast_ceph_versions {
|
|||||||
return; # up to date, nothing to do so avoid (not exactly cheap) broadcast
|
return; # up to date, nothing to do so avoid (not exactly cheap) broadcast
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
# FIXME: remove with 8.0 (or 7.2, its not _that_ bad) - for backward compat only
|
||||||
|
PVE::Cluster::broadcast_node_kv("ceph-version", $version);
|
||||||
|
|
||||||
my $node_versions = {
|
my $node_versions = {
|
||||||
version => {
|
version => {
|
||||||
str => $version,
|
str => $version,
|
||||||
|
Loading…
Reference in New Issue
Block a user