From c05b1a8cb91bdb44c1b7812ab56a2f4b6ab014da Mon Sep 17 00:00:00 2001 From: Thomas Lamprecht Date: Fri, 6 Mar 2020 19:15:53 +0100 Subject: [PATCH] PBS plugin: code cleanup Signed-off-by: Thomas Lamprecht --- PVE/Storage/PBSPlugin.pm | 8 ++++++-- 1 file changed, 6 insertions(+), 2 deletions(-) diff --git a/PVE/Storage/PBSPlugin.pm b/PVE/Storage/PBSPlugin.pm index 2a4c19c..2139528 100644 --- a/PVE/Storage/PBSPlugin.pm +++ b/PVE/Storage/PBSPlugin.pm @@ -294,8 +294,12 @@ sub list_volumes { my $volid = "$storeid:$volname"; my $info = { - volid => $volid , format => "pbs-$btype", size => $size, - content => 'backup', vmid => int($bid), ctime => $epoch + volid => $volid, + format => "pbs-$btype", + size => $size, + content => 'backup', + vmid => int($bid), + ctime => $epoch, }; push @$res, $info; -- 2.39.2