From 8a51d23c18e7b5114528b7ac602fee5b4291a59a Mon Sep 17 00:00:00 2001 From: Aaron Lauterer Date: Mon, 21 Dec 2020 16:13:51 +0100 Subject: [PATCH] pvereport: code cleanup, line length Signed-off-by: Aaron Lauterer --- 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.39.5