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:
Thomas Lamprecht 2021-11-10 14:06:28 +01:00
parent d6fb92d747
commit 04aae00d44

View File

@ -59,6 +59,9 @@ sub broadcast_ceph_versions {
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 = {
version => {
str => $version,