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:
parent
a484c7e3a3
commit
04a2e4f39f
@ -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,
|
||||
};
|
||||
|
Loading…
Reference in New Issue
Block a user