[pve-devel] [PATCH manager 0/2] fix ceph version handling in gui

Dominik Csapak d.csapak at proxmox.com
Wed Nov 10 13:15:54 CET 2021


we removed the broadcast of the legacy kv 'ceph-version', but our
gui and api were not completely  adapted to the new versions yet
(it seems we forgot)

the ui patch fixes the dashboard and service lists, but the osd panel
is still broken (that needs the api patch)

alternatively to the api patch, we could revert fb0cb9b7, but
as we already rolled that change out to pve-no-subscription,
i see no point to it really.


Dominik Csapak (2):
  api: ceph: fix getting ceph versions
  ui: ceph: fix version handling

 PVE/API2/Ceph/OSD.pm              | 5 ++---
 PVE/API2/Cluster/Ceph.pm          | 5 +----
 www/manager6/ceph/OSD.js          | 6 +++---
 www/manager6/ceph/Services.js     | 8 ++++----
 www/manager6/ceph/StatusDetail.js | 8 ++++----
 5 files changed, 14 insertions(+), 18 deletions(-)

-- 
2.30.2






More information about the pve-devel mailing list