[pve-devel] [PATCH pve-manager] pvereport: add 'pveceph status'

Thomas Lamprecht t.lamprecht at proxmox.com
Fri Dec 18 15:18:55 CET 2015


---
 PVE/Report.pm | 3 ++-
 1 file changed, 2 insertions(+), 1 deletion(-)

diff --git a/PVE/Report.pm b/PVE/Report.pm
index 4d15ef5..05059ea 100644
--- a/PVE/Report.pm
+++ b/PVE/Report.pm
@@ -10,7 +10,8 @@ my $report;
 my @general = ('hostname', 'pveversion --verbose', 'cat /etc/hosts', 'top -b -n 1  | head -n 15',
   'pvesubscription get', 'lscpu');
 
-my @storage = ('cat /etc/pve/storage.cfg', 'pvesm status', 'cat /etc/fstab', 'mount', 'df --human');
+my @storage = ('cat /etc/pve/storage.cfg', 'pvesm status', 'cat /etc/fstab',
+	       'mount', 'df --human', 'pveceph status');
 
 my @volumes = ('lvdisplay', 'vgdisplay', 'zpool status', 'zfs list');
 
-- 
2.1.4





More information about the pve-devel mailing list