From 1bb3ea8b7a7447e2ad444b403facbcee67ffde4f Mon Sep 17 00:00:00 2001 From: Edison Su Date: Fri, 18 Jul 2014 15:38:59 -0700 Subject: [PATCH] CLOUDSTACK-6918: iterate through pending works in cancel maitenance --- server/src/com/cloud/storage/StoragePoolAutomationImpl.java | 1 - 1 file changed, 1 deletion(-) diff --git a/server/src/com/cloud/storage/StoragePoolAutomationImpl.java b/server/src/com/cloud/storage/StoragePoolAutomationImpl.java index 8ff759df10b..59bd2a54656 100644 --- a/server/src/com/cloud/storage/StoragePoolAutomationImpl.java +++ b/server/src/com/cloud/storage/StoragePoolAutomationImpl.java @@ -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());