]> git.proxmox.com Git - pve-manager.git/commitdiff
report: lsblk: output more columns
authorThomas Lamprecht <t.lamprecht@proxmox.com>
Wed, 30 Mar 2022 13:30:29 +0000 (15:30 +0200)
committerThomas Lamprecht <t.lamprecht@proxmox.com>
Wed, 30 Mar 2022 13:33:00 +0000 (15:33 +0200)
Output columns that can help on debugging (e.g., physical sector
size, hot-pluggable, rotational, transport) or make it easier to
cross-correlate (model, fs-type)

Signed-off-by: Thomas Lamprecht <t.lamprecht@proxmox.com>
PVE/Report.pm

index b1cd2dcc86b82e27202019c5496ebd6e49aa566d..67e58102519d865f9898eb2fa5619d5d7cb4ceb6 100644 (file)
@@ -102,7 +102,7 @@ my $init_report_cmds = sub {
        'block devices' => {
            order => 80,
            cmds => [
-               'lsblk --ascii',
+               'lsblk --ascii -o +HOTPLUG,ROTA,PHY-SEC,FSTYPE,MODEL,TRAN',
                'ls -l /dev/disk/by-*/',
                'iscsiadm -m node',
                'iscsiadm -m session',