report: add ceph health detail

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>
This commit is contained in:
Aaron Lauterer 2023-02-21 11:23:32 +01:00 committed by Thomas Lamprecht
parent 4a80840ba9
commit c1eef1f4f7

View File

@ -140,6 +140,7 @@ my $init_report_cmds = sub {
'ceph config dump',
'pveceph pool ls',
'ceph versions',
'ceph health detail',
;
}