mirror of https://github.com/apache/cloudstack.git
Revert "CLOUDSTACK-2729: don't refresh storage pool when accessing libvirt storage pool"
This reverts commit b50060be0c.
Signed-off-by: Wei Zhou <w.zhou@leaseweb.com>
This commit is contained in:
parent
54f85043f0
commit
9ec8d48945
|
|
@ -389,7 +389,7 @@ public class LibvirtStorageAdaptor implements StorageAdaptor {
|
|||
}
|
||||
}
|
||||
|
||||
//pool.refresh();
|
||||
pool.refresh();
|
||||
pool.setCapacity(storage.getInfo().capacity);
|
||||
pool.setUsed(storage.getInfo().allocation);
|
||||
pool.setAvailable(storage.getInfo().available);
|
||||
|
|
|
|||
Loading…
Reference in New Issue