mirror of
https://git.proxmox.com/git/pve-manager
synced 2025-07-16 17:40:11 +00:00
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:
parent
4a80840ba9
commit
c1eef1f4f7
@ -140,6 +140,7 @@ my $init_report_cmds = sub {
|
||||
'ceph config dump',
|
||||
'pveceph pool ls',
|
||||
'ceph versions',
|
||||
'ceph health detail',
|
||||
;
|
||||
}
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user