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 <chris.su...@netapp.com> Authored: Thu Mar 20 15:43:55 2014 -0400 Committer: Chris Suich <chris.su...@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;