mirror of https://github.com/apache/cloudstack.git
Revert "Issue CS-5825 Part Resolution"
This reverts commit 9a615ee7b2 which was breaking the build.
This commit is contained in:
parent
7008f2713b
commit
27008216fe
|
|
@ -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;
|
||||
|
|
|
|||
Loading…
Reference in New Issue