Repository: cloudstack
Updated Branches:
  refs/heads/master 7008f2713 -> 27008216f


Revert "Issue CS-5825 Part Resolution"

This reverts commit 9a615ee7b26547f0c439faf04e5fbf91dc2cbeb1 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/27008216
Tree: http://git-wip-us.apache.org/repos/asf/cloudstack/tree/27008216
Diff: http://git-wip-us.apache.org/repos/asf/cloudstack/diff/27008216

Branch: refs/heads/master
Commit: 27008216feeb113dfe5bd8ee6b0ea9ee682df7c5
Parents: 7008f27
Author: Chris Suich <chris.su...@netapp.com>
Authored: Thu Mar 20 15:41:18 2014 -0400
Committer: Chris Suich <chris.su...@netapp.com>
Committed: Thu Mar 20 15:47:13 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/27008216/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;

Reply via email to