mirror of
https://git.proxmox.com/git/pve-manager
synced 2025-08-05 12:30:55 +00:00
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:
parent
2c4ef55e21
commit
a080141497
@ -26,7 +26,7 @@ my $report_def = {
|
||||
'cat /etc/pve/storage.cfg',
|
||||
'pvesm status',
|
||||
'cat /etc/fstab',
|
||||
'mount',
|
||||
'findmnt --ascii',
|
||||
'df --human',
|
||||
],
|
||||
'virtual guests' => [
|
||||
|
Loading…
Reference in New Issue
Block a user