Enabled local storage cleanup

This commit is contained in:
keshav 2011-01-13 16:45:01 -08:00
parent 56de67eb79
commit b7392e99cd
1 changed files with 0 additions and 3 deletions

View File

@ -1955,9 +1955,6 @@ public class StorageManagerImpl implements StorageManager, StorageService, Manag
List<StoragePoolVO> storagePools = _storagePoolDao.listAll();
for (StoragePoolVO pool : storagePools) {
try {
if (recurring && pool.isLocal()) {
continue;
}
List<VMTemplateStoragePoolVO> unusedTemplatesInPool = _tmpltMgr.getUnusedTemplatesInPool(pool);
s_logger.debug("Storage pool garbage collector found " + unusedTemplatesInPool.size() + " templates to clean up in storage pool: " + pool.getName());