mirror of https://github.com/apache/cloudstack.git
CLOUDSTACK-6918: iterate through pending works in cancel maitenance
This commit is contained in:
parent
cfcc4a076d
commit
1bb3ea8b7a
|
|
@ -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());
|
||||
|
|
|
|||
Loading…
Reference in New Issue