[pve-devel] [PATCH manager] report: add ceph health detail

Aaron Lauterer a.lauterer at proxmox.com
Tue Feb 21 11:23:32 CET 2023


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 at proxmox.com>
---
 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',
 	    ;
     }
 
-- 
2.30.2






More information about the pve-devel mailing list