From ea4d55c99dbe2047d793b96be766ca3f1ec44b5d Mon Sep 17 00:00:00 2001 From: Aaron Lauterer Date: Tue, 31 May 2022 14:44:30 +0200 Subject: [PATCH] report: add ceph device list Can help a lot to identify which OSD is using which physical disk Signed-off-by: Aaron Lauterer --- PVE/Report.pm | 1 + 1 file changed, 1 insertion(+) diff --git a/PVE/Report.pm b/PVE/Report.pm index b0749123..e88cfecd 100644 --- a/PVE/Report.pm +++ b/PVE/Report.pm @@ -132,6 +132,7 @@ my $init_report_cmds = sub { 'ceph osd status', 'ceph df', 'ceph osd df tree', + 'ceph device ls', 'cat /etc/ceph/ceph.conf', 'ceph config dump', 'pveceph pool ls',