From: Aaron Lauterer <a.lauterer@proxmox.com>
To: pve-devel@lists.proxmox.com
Subject: [pve-devel] [PATCH widget-toolkit/manager 0/5] Ceph OSD: add detail infos
Date: Fri, 1 Jul 2022 16:16:37 +0200 [thread overview]
Message-ID: <20220701141642.2743824-1-a.lauterer@proxmox.com> (raw)
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
next reply other threads:[~2022-07-01 14:17 UTC|newest]
Thread overview: 10+ messages / expand[flat|nested] mbox.gz Atom feed top
2022-07-01 14:16 Aaron Lauterer [this message]
2022-07-01 14:16 ` [pve-devel] [PATCH widget-toolkit 1/5] ObjectGrid: optionally show loading on reload Aaron Lauterer
2022-07-05 9:32 ` Thomas Lamprecht
2022-07-01 14:16 ` [pve-devel] [PATCH manager 2/5] api ceph osd: add OSD details endpoint Aaron Lauterer
2022-07-01 14:16 ` [pve-devel] [PATCH manager 3/5] api ceph osd: add volume " Aaron Lauterer
2022-07-05 9:58 ` Thomas Lamprecht
2022-07-05 14:19 ` Aaron Lauterer
2022-07-06 6:37 ` Thomas Lamprecht
2022-07-01 14:16 ` [pve-devel] [PATCH manager 4/5] ui utils: add renderer for ceph osd addresses Aaron Lauterer
2022-07-01 14:16 ` [pve-devel] [PATCH manager 5/5] ui: osd: add details window Aaron Lauterer
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=20220701141642.2743824-1-a.lauterer@proxmox.com \
--to=a.lauterer@proxmox.com \
--cc=pve-devel@lists.proxmox.com \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.