5
0
mirror of git://git.proxmox.com/git/pve-storage.git synced 2024-12-22 13:34:16 +03:00

fix shared attribute in storage list

This commit is contained in:
Dietmar Maurer 2011-08-26 06:23:24 +02:00
parent a484c7e3a3
commit 04a2e4f39f

View File

@ -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,
};