[pve-devel] [PATCH v1 pve-manager 3/8] ceph: services: remove old cluster broadcast
Max Carrara
m.carrara at proxmox.com
Tue Apr 30 17:28:52 CEST 2024
The `ceph-version` key is not used anymore, so it can go.
Double-checked by `rg`ing through all of our repositories.
Signed-off-by: Max Carrara <m.carrara at proxmox.com>
---
PVE/Ceph/Services.pm | 2 --
1 file changed, 2 deletions(-)
diff --git a/PVE/Ceph/Services.pm b/PVE/Ceph/Services.pm
index e0f31e8e..f5109655 100644
--- a/PVE/Ceph/Services.pm
+++ b/PVE/Ceph/Services.pm
@@ -60,8 +60,6 @@ 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 => {
--
2.39.2
More information about the pve-devel
mailing list