From c1eef1f4f7da31491dbafcfba1f18c9e5bc4652e Mon Sep 17 00:00:00 2001 From: Aaron Lauterer Date: Tue, 21 Feb 2023 11:23:32 +0100 Subject: [PATCH] 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 --- PVE/Report.pm | 1 + 1 file changed, 1 insertion(+) diff --git a/PVE/Report.pm b/PVE/Report.pm index 457bba6e..d363c15b 100644 --- a/PVE/Report.pm +++ b/PVE/Report.pm @@ -140,6 +140,7 @@ my $init_report_cmds = sub { 'ceph config dump', 'pveceph pool ls', 'ceph versions', + 'ceph health detail', ; }