]> git.proxmox.com Git - pve-manager.git/commitdiff
pvereport: code cleanup, line length
authorAaron Lauterer <a.lauterer@proxmox.com>
Mon, 21 Dec 2020 15:13:51 +0000 (16:13 +0100)
committerThomas Lamprecht <t.lamprecht@proxmox.com>
Mon, 21 Dec 2020 15:54:34 +0000 (16:54 +0100)
Signed-off-by: Aaron Lauterer <a.lauterer@proxmox.com>
PVE/Report.pm

index f8d5e663152e70bec8145b41ab50aef0743056cf..228fbb29b8a2cd1e74b30e9ee51fb71af5bf42d0 100644 (file)
@@ -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?