]> git.proxmox.com Git - pve-manager.git/commit - PVE/API2/Ceph/OSD.pm
api: ceph: fix getting ceph versions
authorDominik Csapak <d.csapak@proxmox.com>
Wed, 10 Nov 2021 12:15:55 +0000 (13:15 +0100)
committerThomas Lamprecht <t.lamprecht@proxmox.com>
Wed, 10 Nov 2021 13:36:22 +0000 (14:36 +0100)
commitd3eed3b4a846579d0411a733e88e079dff48db80
tree3697d981e6967efa708e9aa79160c3a8a4445365
parent35f4efd462f17eff1ddcc929d31471b49564415c
api: ceph: fix getting ceph versions

Since commit: 8a3a300b ("ceph services: drop broadcasting legacy
version pmxcfs KV")

The 'ceph-version' kv is not broadcasted anymore, so we should not
query it, instead use get_ceph_versions

Also drop the other legacy keys for the versions

Signed-off-by: Dominik Csapak <d.csapak@proxmox.com>
Signed-off-by: Thomas Lamprecht <t.lamprecht@proxmox.com>
PVE/API2/Ceph/OSD.pm
PVE/API2/Cluster/Ceph.pm