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;