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:
Wei Zhou 2013-08-07 08:11:15 +02:00
parent 54f85043f0
commit 9ec8d48945
1 changed files with 1 additions and 1 deletions

View File

@ -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);