From 04aae00d44d767e49318ff4d2105d266ab5c193e Mon Sep 17 00:00:00 2001 From: Thomas Lamprecht Date: Wed, 10 Nov 2021 14:06:28 +0100 Subject: [PATCH] Revert "ceph services: drop broadcasting legacy version pmxcfs KV" This reverts commit 8a3a300b8e430a74af2497e1759cf5ee461a22c8 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 --- PVE/Ceph/Services.pm | 3 +++ 1 file changed, 3 insertions(+) diff --git a/PVE/Ceph/Services.pm b/PVE/Ceph/Services.pm index 5340f5fc..ca06d6e8 100644 --- a/PVE/Ceph/Services.pm +++ b/PVE/Ceph/Services.pm @@ -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,