You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@cloudstack.apache.org by cs...@apache.org on 2014/03/20 20:46:50 UTC

git commit: updated refs/heads/4.4 to e06d84e

Repository: cloudstack
Updated Branches:
  refs/heads/4.4 9e72d89ac -> e06d84e06


Revert "Issue CS-5825 Part Resolution"

This reverts commit 9e72d89ac1fb608656379a70b89ae858721e9233 which was breaking the build.


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

Branch: refs/heads/4.4
Commit: e06d84e06ea94f13d2c4cf764228dcd19d80a2a7
Parents: 9e72d89
Author: Chris Suich <ch...@netapp.com>
Authored: Thu Mar 20 15:43:55 2014 -0400
Committer: Chris Suich <ch...@netapp.com>
Committed: Thu Mar 20 15:46:14 2014 -0400

----------------------------------------------------------------------
 .../src/org/apache/cloudstack/storage/volume/VolumeServiceImpl.java | 1 -
 1 file changed, 1 deletion(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/cloudstack/blob/e06d84e0/engine/storage/volume/src/org/apache/cloudstack/storage/volume/VolumeServiceImpl.java
----------------------------------------------------------------------
diff --git a/engine/storage/volume/src/org/apache/cloudstack/storage/volume/VolumeServiceImpl.java b/engine/storage/volume/src/org/apache/cloudstack/storage/volume/VolumeServiceImpl.java
index d56c553..68e5a56 100644
--- a/engine/storage/volume/src/org/apache/cloudstack/storage/volume/VolumeServiceImpl.java
+++ b/engine/storage/volume/src/org/apache/cloudstack/storage/volume/VolumeServiceImpl.java
@@ -1499,7 +1499,6 @@ public class VolumeServiceImpl implements VolumeService {
             snapshot = snapshotMgr.takeSnapshot(volume);
         } catch (Exception e) {
             s_logger.debug("Take snapshot: " + volume.getId() + " failed", e);
-            throw new ResourceAllocationException("Take snapshot for VolumeId: " + volume.getId() + " failed.", ResourceType.snapshot);
         }
 
         return snapshot;