Skip to content

Commit 21242ac

Browse files
committed
add support to revert snapshot for clvm
1 parent 6f20113 commit 21242ac

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

engine/storage/snapshot/src/main/java/org/apache/cloudstack/storage/snapshot/DefaultSnapshotStrategy.java

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -643,7 +643,6 @@ public StrategyPriority canHandle(Snapshot snapshot, Long zoneId, SnapshotOperat
643643
return StrategyPriority.DEFAULT;
644644
}
645645

646-
// Check if this is a CLVM volume with snapshot backed up to secondary storage
647646
if (isSnapshotStoredOnSecondaryForCLVMVolume(snapshot, volumeVO)) {
648647
return StrategyPriority.DEFAULT;
649648
}

0 commit comments

Comments
 (0)