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/main/java/org/apache/cloudstack/storage/snapshot/StorageSystemSnapshotStrategy.java
+6-3Lines changed: 6 additions & 3 deletions
Original file line number
Diff line number
Diff line change
@@ -23,6 +23,7 @@
23
23
importjava.util.Map;
24
24
importjava.util.Optional;
25
25
importjava.util.Random;
26
+
importjava.util.Set;
26
27
importjava.util.UUID;
27
28
28
29
importjavax.inject.Inject;
@@ -142,7 +143,7 @@ public SnapshotInfo backupSnapshot(SnapshotInfo snapshotInfo) {
142
143
143
144
if (!computeClusterSupportsResign) {
144
145
Stringmsg = "Cannot archive snapshot: 'computeClusterSupportsResign' was false.";
0 commit comments