1 parent ca8ecc0 commit 1cc58b1Copy full SHA for 1cc58b1
1 file changed
engine/storage/volume/src/org/apache/cloudstack/storage/volume/VolumeServiceImpl.java
@@ -1381,6 +1381,7 @@ public SnapshotInfo takeSnapshot(VolumeInfo volume) {
1381
snapshot = snapshotMgr.takeSnapshot(volume);
1382
} catch (Exception e) {
1383
s_logger.debug("Take snapshot: " + volume.getId() + " failed", e);
1384
+ throw new CloudRuntimeException("Failed to take snapshot", e);
1385
}
1386
1387
return snapshot;
0 commit comments