Report: use findmnt instead of mount

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

Signed-off-by: Thomas Lamprecht <t.lamprecht@proxmox.com>
This commit is contained in:
Thomas Lamprecht 2018-03-02 09:38:58 +01:00 committed by Wolfgang Bumiller
parent 2c4ef55e21
commit a080141497

View File

@ -26,7 +26,7 @@ my $report_def = {
'cat /etc/pve/storage.cfg',
'pvesm status',
'cat /etc/fstab',
'mount',
'findmnt --ascii',
'df --human',
],
'virtual guests' => [