mirror of
https://git.proxmox.com/git/pve-manager
synced 2025-06-20 04:01:52 +00:00
ceph services: drop broadcasting legacy version pmxcfs KV
Signed-off-by: Thomas Lamprecht <t.lamprecht@proxmox.com>
This commit is contained in:
parent
6c83ba5823
commit
8a3a300b8e
@ -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,
|
||||
|
Loading…
Reference in New Issue
Block a user