From 04a2e4f39f4026bd9bfc8ebc70715197a24ae0d2 Mon Sep 17 00:00:00 2001 From: Dietmar Maurer Date: Fri, 26 Aug 2011 06:23:24 +0200 Subject: [PATCH] fix shared attribute in storage list --- PVE/Storage.pm | 1 + 1 file changed, 1 insertion(+) 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, };