]> git.proxmox.com Git - pve-manager.git/commitdiff
report: add ceph device list
authorAaron Lauterer <a.lauterer@proxmox.com>
Tue, 31 May 2022 12:44:30 +0000 (14:44 +0200)
committerThomas Lamprecht <t.lamprecht@proxmox.com>
Thu, 2 Jun 2022 07:09:58 +0000 (09:09 +0200)
Can help a lot to identify which OSD is using which physical disk

Signed-off-by: Aaron Lauterer <a.lauterer@proxmox.com>
PVE/Report.pm

index b074912367dd6833463a7e9c08e4f2f33dfe87f7..e88cfecd1b980900d93a1dd8a85e95630e83521f 100644 (file)
@@ -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',