[pve-devel] [PATCH manager 3/3] pvereport: code cleanup, line length
Aaron Lauterer
a.lauterer at proxmox.com
Mon Dec 21 16:13:51 CET 2020
Signed-off-by: Aaron Lauterer <a.lauterer at proxmox.com>
---
PVE/Report.pm | 3 ++-
1 file changed, 2 insertions(+), 1 deletion(-)
diff --git a/PVE/Report.pm b/PVE/Report.pm
index f8d5e663..228fbb29 100644
--- a/PVE/Report.pm
+++ b/PVE/Report.pm
@@ -73,7 +73,8 @@ my $init_report_cmds = sub {
],
};
- push @{$report_def->{volumes}}, 'zpool status', 'zpool list -v', 'zfs list' if cmd_exists('zfs');
+ push @{$report_def->{volumes}}, 'zpool status', 'zpool list -v', 'zfs list'
+ if cmd_exists('zfs');
if (-e '/etc/ceph/ceph.conf') {
# TODO: add (now working) rdb ls over all pools? really needed?
--
2.20.1
More information about the pve-devel
mailing list