ping?

patches still apply cleanly

On 7/6/22 15:01, Aaron Lauterer wrote:
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.

Changes since v1:
squashed API commits into one
all new API endpoints are below {osdid} and {osdid} returns an index
incorporate other code improvements

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

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

manager: Aaron Lauterer (3):
   api ceph osd: add OSD index, metadata and lv-info
   ui utils: add renderer for ceph osd addresses
   ui: osd: add details window

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



_______________________________________________
pve-devel mailing list
pve-devel@lists.proxmox.com
https://lists.proxmox.com/cgi-bin/mailman/listinfo/pve-devel

Reply via email to