You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: engine/storage/snapshot/src/test/java/org/apache/cloudstack/storage/snapshot/DefaultSnapshotStrategyTest.java
+7-10Lines changed: 7 additions & 10 deletions
Original file line number
Diff line number
Diff line change
@@ -111,32 +111,30 @@ public void validateRetrieveSnapshotEntries() {
@@ -1918,6 +1922,15 @@ private boolean checkAndProcessSnapshotAlreadyExistInStore(long snapshotId, Data
1918
1922
}
1919
1923
returntrue; // already downloaded on this image store
1920
1924
}
1925
+
1926
+
if (ObjectInDataStoreStateMachine.State.Hidden.equals(dstSnapshotStore.getState())) {
1927
+
logger.debug("Snapshot [{}] was hidden in secondary storage [{}]. Since the user asked to copy it back. We will put it as ready.", dstSnapshotStore, dstSecStore);
0 commit comments