]> git.proxmox.com Git - pve-manager.git/commit
Make PVE6 compatible with supported ceph versions
authorAlwin Antreich <a.antreich@proxmox.com>
Wed, 3 Jun 2020 11:39:42 +0000 (13:39 +0200)
committerThomas Lamprecht <t.lamprecht@proxmox.com>
Wed, 3 Jun 2020 12:23:38 +0000 (14:23 +0200)
commite25dda254c2e6312ce458b71063eb82a4a0f8cfe
treed197dc3b09b5fc305672bbed797a5df4ac58928c
parentdf9f3d6e7c38188a9cc9074ba836e5d2d97dcc7a
Make PVE6 compatible with supported ceph versions

Luminous, Nautilus and Octopus. In Octopus the mon_status was dropped.
Also the ceph status was cleaned up and doesn't provide the mgrmap and
monmap.

The rados queries used in the ceph status API endpoints (cluster / node)
were factored out and merged to one place.

Signed-off-by: Alwin Antreich <a.antreich@proxmox.com>
PVE/API2/Ceph.pm
PVE/API2/Ceph/MON.pm
PVE/API2/Ceph/OSD.pm
PVE/API2/Cluster/Ceph.pm
PVE/Ceph/Tools.pm
www/manager6/ceph/StatusDetail.js