rafaelweingartner commented on a change in pull request #2848: Vmware offline migration URL: https://github.com/apache/cloudstack/pull/2848#discussion_r237217694
########## File path: engine/api/src/main/java/org/apache/cloudstack/engine/subsystem/api/storage/DataMotionStrategy.java ########## @@ -25,11 +25,28 @@ import com.cloud.agent.api.to.VirtualMachineTO; import com.cloud.host.Host; +/** + * interface to query how to move data around and to commision the moving + */ public interface DataMotionStrategy { + /** + * reports whether this instance can do a move from source to destination Review comment: here as well. ---------------------------------------------------------------- This is an automated message from the Apache Git Service. To respond to the message, please log on GitHub and use the URL above to go to the specific comment. For queries about this service, please contact Infrastructure at: us...@infra.apache.org With regards, Apache Git Services