mirror of https://github.com/apache/cloudstack.git
Enabled local storage cleanup
This commit is contained in:
parent
56de67eb79
commit
b7392e99cd
|
|
@ -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());
|
||||
|
|
|
|||
Loading…
Reference in New Issue