mirror of
https://git.proxmox.com/git/pve-manager
synced 2025-08-09 04:51:09 +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',
|
'cat /etc/pve/storage.cfg',
|
||||||
'pvesm status',
|
'pvesm status',
|
||||||
'cat /etc/fstab',
|
'cat /etc/fstab',
|
||||||
'mount',
|
'findmnt --ascii',
|
||||||
'df --human',
|
'df --human',
|
||||||
],
|
],
|
||||||
'virtual guests' => [
|
'virtual guests' => [
|
||||||
|
Loading…
Reference in New Issue
Block a user