[pve-devel] [PATCH manager 3/5] Report: use findmnt instead of mount

Thomas Lamprecht t.lamprecht at proxmox.com
Fri Mar 2 09:38:58 CET 2018


much easier to parse visually while keeping the same amount of
information

Signed-off-by: Thomas Lamprecht <t.lamprecht at proxmox.com>
---
 PVE/Report.pm | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/PVE/Report.pm b/PVE/Report.pm
index 906c489e..0083d28f 100644
--- a/PVE/Report.pm
+++ b/PVE/Report.pm
@@ -26,7 +26,7 @@ my $report_def = {
 	'cat /etc/pve/storage.cfg',
 	'pvesm status',
 	'cat /etc/fstab',
-	'mount',
+	'findmnt --ascii',
 	'df --human',
     ],
     'virtual guests' => [
-- 
2.14.2





More information about the pve-devel mailing list