You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@cloudstack.apache.org by ed...@apache.org on 2014/07/19 00:39:57 UTC

git commit: updated refs/heads/master to 1bb3ea8

Repository: cloudstack
Updated Branches:
  refs/heads/master cfcc4a076 -> 1bb3ea8b7


CLOUDSTACK-6918: iterate through pending works in cancel maitenance


Project: http://git-wip-us.apache.org/repos/asf/cloudstack/repo
Commit: http://git-wip-us.apache.org/repos/asf/cloudstack/commit/1bb3ea8b
Tree: http://git-wip-us.apache.org/repos/asf/cloudstack/tree/1bb3ea8b
Diff: http://git-wip-us.apache.org/repos/asf/cloudstack/diff/1bb3ea8b

Branch: refs/heads/master
Commit: 1bb3ea8b7a7447e2ad444b403facbcee67ffde4f
Parents: cfcc4a0
Author: Edison Su <su...@gmail.com>
Authored: Fri Jul 18 15:38:59 2014 -0700
Committer: Edison Su <su...@gmail.com>
Committed: Fri Jul 18 15:39:30 2014 -0700

----------------------------------------------------------------------
 server/src/com/cloud/storage/StoragePoolAutomationImpl.java | 1 -
 1 file changed, 1 deletion(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/cloudstack/blob/1bb3ea8b/server/src/com/cloud/storage/StoragePoolAutomationImpl.java
----------------------------------------------------------------------
diff --git a/server/src/com/cloud/storage/StoragePoolAutomationImpl.java b/server/src/com/cloud/storage/StoragePoolAutomationImpl.java
index 8ff759d..59bd2a5 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());