CLOUDSTACK-2729: don't refresh storage pool when accessing libvirt storage pool

This commit is contained in:
Edison Su 2013-07-18 10:21:43 -07:00
parent eec68d6712
commit b50060be0c
1 changed files with 1 additions and 1 deletions

View File

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