[pve-devel] [PATCH v2 pve-manager 03/10] ceph: services: remove old cluster broadcast
Max Carrara
m.carrara at proxmox.com
Mon Jul 1 16:10:33 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>
Tested-by: Lukas Wagner <l.wagner at proxmox.com>
Reviewed-by: Lukas Wagner <l.wagner at proxmox.com>
---
Changes v1 --> v2:
* none
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