diff --git a/PVE/Storage/PBSPlugin.pm b/PVE/Storage/PBSPlugin.pm index 1149cd8..4521314 100644 --- a/PVE/Storage/PBSPlugin.pm +++ b/PVE/Storage/PBSPlugin.pm @@ -304,8 +304,8 @@ sub status { $active = 1; $total = $res->{total}; $used = $res->{used}; - $free = $res->{avail}; - }; + $free = $res->{avail}; + }; if (my $err = $@) { warn $err; }