CLOUDSTACK-6918: iterate through pending works in cancel maitenance

This commit is contained in:
Edison Su 2014-07-18 15:38:59 -07:00
parent cfcc4a076d
commit 1bb3ea8b7a
1 changed files with 0 additions and 1 deletions

View File

@ -372,7 +372,6 @@ public class StoragePoolAutomationImpl implements StoragePoolAutomation {
_storagePoolWorkDao.update(work.getId(), work);
}
}
return true;
} catch (Exception e) {
s_logger.debug("Failed start vm", e);
throw new CloudRuntimeException(e.toString());