diff --git a/PVE/Storage.pm b/PVE/Storage.pm index 5fe6c95..7ee17c3 100755 --- a/PVE/Storage.pm +++ b/PVE/Storage.pm @@ -2061,6 +2061,7 @@ sub storage_info { total => 0, avail => 0, used => 0, + shared => $ids->{$storeid}->{shared} ? 1 : 0, content => content_hash_to_string($ids->{$storeid}->{content}), active => 0, };