]> git.proxmox.com Git - pve-manager.git/commitdiff
ceph services: drop broadcasting legacy version pmxcfs KV
authorThomas Lamprecht <t.lamprecht@proxmox.com>
Wed, 20 Oct 2021 14:25:09 +0000 (16:25 +0200)
committerThomas Lamprecht <t.lamprecht@proxmox.com>
Wed, 20 Oct 2021 14:47:06 +0000 (16:47 +0200)
Signed-off-by: Thomas Lamprecht <t.lamprecht@proxmox.com>
PVE/Ceph/Services.pm

index 0f557360266e97e28a6dd74a2513abb219e6d99a..9e9662800d98b140b59f1fb1dc5bdd7fae47b4de 100644 (file)
@@ -51,9 +51,6 @@ sub broadcast_ceph_versions {
     my ($version, $buildcommit, $vers_parts) = PVE::Ceph::Tools::get_local_version(1);
 
     if ($version) {
-       # FIXME: remove with 7.0 - for backward compat only
-       PVE::Cluster::broadcast_node_kv("ceph-version", $version);
-
        my $node_versions = {
            version => {
                str => $version,