[pve-devel] applied: [PATCH manager] ceph osd: ui: show PGs per OSD

Thomas Lamprecht t.lamprecht at proxmox.com
Wed Feb 15 12:25:38 CET 2023


Am 14/02/2023 um 09:13 schrieb Aaron Lauterer:
> By switching from 'ceph osd tree' to the 'ceph osd df tree' mon API
> equivalent , we get the same data structure with more information per
> OSD. One of them is the number of PGs stored on that OSD.
> 
> The number of PGs per OSD is an important number, for example when
> trying to figure out why the performance is not as good as expected.
> Therefore, adding it to the OSD overview visible by default should
> reduce the number of times, one needs to access the CLI.
> 
> Signed-off-by: Aaron Lauterer <a.lauterer at proxmox.com>
> ---
>  PVE/API2/Ceph/OSD.pm     | 4 ++--
>  www/manager6/ceph/OSD.js | 7 +++++++
>  2 files changed, 9 insertions(+), 2 deletions(-)
> 
>

with parts of your benchmark result massaged into the commit message:

applied, thanks!





More information about the pve-devel mailing list