weizhouapache commented on code in PR #13628:
URL: https://github.com/apache/cloudstack/pull/13628#discussion_r3906129139


##########
engine/storage/datamotion/src/main/java/org/apache/cloudstack/storage/motion/AncientDataMotionStrategy.java:
##########
@@ -556,7 +556,15 @@ private boolean canBypassSecondaryStorage(DataObject 
srcData, DataObject destDat
                 return true;
             }
 
+            if (Hypervisor.HypervisorType.XenServer.equals(((VolumeInfo) 
srcData).getHypervisorType())) {

Review Comment:
   @sureshanaparti 
   this is related to #11625. could you please review ?
   
   another option would be 
   ```
               if (! Hypervisor.HypervisorType.KVM.equals(((VolumeInfo) 
srcData).getHypervisorType())) {
   ```



-- 
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