[pve-devel] [PATCH widget-toolkit/manager 0/5] Ceph OSD: add detail infos

Aaron Lauterer a.lauterer at proxmox.com
Fri Jul 1 16:16:37 CEST 2022


This patch series adds 2 new API endpoints for OSDs to fetch more
detailed information about a single OSD. One for overall information and
one for a single volume (block, db, wal).

Because the api endpoint for the volume infos can take a few moments, we
most likely want to show that loading state. For this, a small patch in
the widget-toolkit->ObjectGrid is added that makes it possible to enable
this behavior.

More in the actual patches.

widget-toolkit: Aaron Lauterer (1):
  ObjectGrid: optionally show loading on reload

 src/grid/ObjectGrid.js | 13 ++++++++++++-
 1 file changed, 12 insertions(+), 1 deletion(-)

manager: Aaron Lauterer (4):
  api ceph osd: add OSD details endpoint
  api ceph osd: add volume details endpoint
  ui utils: add renderer for ceph osd addresses
  ui: osd: add details window

 PVE/API2/Ceph/OSD.pm            | 290 ++++++++++++++++++++++++++++++++
 www/manager6/Makefile           |   1 +
 www/manager6/Utils.js           |  12 ++
 www/manager6/ceph/OSD.js        |  26 +++
 www/manager6/ceph/OSDDetails.js | 289 +++++++++++++++++++++++++++++++
 5 files changed, 618 insertions(+)
 create mode 100644 www/manager6/ceph/OSDDetails.js

-- 
2.30.2






More information about the pve-devel mailing list