]> git.proxmox.com Git - pve-manager.git/commitdiff
report: add ceph health detail
authorAaron Lauterer <a.lauterer@proxmox.com>
Tue, 21 Feb 2023 10:23:32 +0000 (11:23 +0100)
committerThomas Lamprecht <t.lamprecht@proxmox.com>
Tue, 21 Feb 2023 16:25:38 +0000 (17:25 +0100)
This gives us more detailed infos about the problems Ceph currently has.
It is the last command because if PGs have issues, the list can be quite
long. Therefore, we want it at the end of the report.

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

index 457bba6e44597e2b67c4386b9512a4dcf2e36628..d363c15b57fc196665b3d499a95c790905072638 100644 (file)
@@ -140,6 +140,7 @@ my $init_report_cmds = sub {
            'ceph config dump',
            'pveceph pool ls',
            'ceph versions',
+           'ceph health detail',
            ;
     }