We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 49c01e2 commit 1e20600Copy full SHA for 1e20600
1 file changed
engine/storage/volume/src/org/apache/cloudstack/storage/volume/VolumeServiceImpl.java
@@ -1534,6 +1534,7 @@ public SnapshotInfo takeSnapshot(VolumeInfo volume) {
1534
snapshot = snapshotMgr.takeSnapshot(volume);
1535
} catch (Exception e) {
1536
s_logger.debug("Take snapshot: " + volume.getId() + " failed", e);
1537
+ throw new CloudRuntimeException("Failed to take snapshot", e);
1538
}
1539
1540
return snapshot;
0 commit comments