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/datamotion/src/main/java/org/apache/cloudstack/storage/motion/KvmNonManagedStorageDataMotionStrategy.java
Copy file name to clipboardExpand all lines: engine/storage/datamotion/src/main/java/org/apache/cloudstack/storage/motion/StorageSystemDataMotionStrategy.java
+8-3Lines changed: 8 additions & 3 deletions
Original file line number
Diff line number
Diff line change
@@ -63,6 +63,7 @@
63
63
importcom.cloud.storage.dao.SnapshotDetailsDao;
64
64
importcom.cloud.storage.dao.SnapshotDetailsVO;
65
65
importcom.cloud.storage.dao.VMTemplateDao;
66
+
importcom.cloud.storage.dao.VMTemplatePoolDao;
66
67
importcom.cloud.storage.dao.VolumeDao;
67
68
importcom.cloud.storage.dao.VolumeDetailsDao;
68
69
importcom.cloud.utils.NumbersUtil;
@@ -160,6 +161,8 @@ public class StorageSystemDataMotionStrategy implements DataMotionStrategy {
* For this strategy it is not necessary to check and migrate the template; however, classes that extend this one may need to check if the template is on the target storage pool (and if not then migrate) before migrating the VM.
1868
+
* For this strategy it is not necessary to check and migrate the template;
1869
+
* however, classes that extend this one may need to copy the template to the target storage pool before migrating the VM.
Copy file name to clipboardExpand all lines: engine/storage/datamotion/src/test/java/org/apache/cloudstack/storage/motion/KvmNonManagedStorageSystemDataMotionTest.java
0 commit comments