mirror of
https://git.proxmox.com/git/pve-manager
synced 2025-07-27 09:59:33 +00:00
report: whitespace cleanup
Signed-off-by: Thomas Lamprecht <t.lamprecht@proxmox.com>
This commit is contained in:
parent
4befa0abe0
commit
fb925d656a
@ -77,8 +77,13 @@ my $init_report_cmds = sub {
|
|||||||
],
|
],
|
||||||
};
|
};
|
||||||
|
|
||||||
push @{$report_def->{volumes}}, 'zpool status', 'zpool list -v', 'zfs list'
|
if (cmd_exists('zfs')) {
|
||||||
if cmd_exists('zfs');
|
push @{$report_def->{volumes}},
|
||||||
|
'zpool status',
|
||||||
|
'zpool list -v',
|
||||||
|
'zfs list',
|
||||||
|
;
|
||||||
|
}
|
||||||
|
|
||||||
if (-e '/etc/ceph/ceph.conf') {
|
if (-e '/etc/ceph/ceph.conf') {
|
||||||
push @{$report_def->{volumes}},
|
push @{$report_def->{volumes}},
|
||||||
@ -97,7 +102,8 @@ my $init_report_cmds = sub {
|
|||||||
push @{$report_def->{disks}},
|
push @{$report_def->{disks}},
|
||||||
'cat /etc/multipath.conf',
|
'cat /etc/multipath.conf',
|
||||||
'cat /etc/multipath/wwids',
|
'cat /etc/multipath/wwids',
|
||||||
'multipath -ll';
|
'multipath -ll',
|
||||||
|
;
|
||||||
}
|
}
|
||||||
|
|
||||||
return $report_def;
|
return $report_def;
|
||||||
|
Loading…
Reference in New Issue
Block a user