shwstppr commented on code in PR #9447:
URL: https://github.com/apache/cloudstack/pull/9447#discussion_r1692651797


##########
engine/storage/snapshot/src/main/java/org/apache/cloudstack/storage/snapshot/DefaultSnapshotStrategy.java:
##########
@@ -247,7 +248,7 @@ protected boolean deleteSnapshotChain(SnapshotInfo 
snapshot, String storageToStr
                 }
 
                 snapshot = parent;
-            }
+            } while (snapshot != null && 
snapshotStatesAbleToDeleteSnapshot.contains(snapshot.getState()));

Review Comment:
   Don't think VMware and KVM should be affected as we don't have linked 
snapshots there



-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: [email protected]

For queries about this service, please contact Infrastructure at:
[email protected]

Reply via email to