mirror of https://github.com/apache/cloudstack.git
CLOUDSTACK-2729: don't refresh storage pool when accessing libvirt storage pool
This commit is contained in:
parent
eec68d6712
commit
b50060be0c
|
|
@ -384,7 +384,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