rg9975 commented on code in PR #7889:
URL: https://github.com/apache/cloudstack/pull/7889#discussion_r1378706879
##########
engine/storage/datamotion/src/main/java/org/apache/cloudstack/storage/motion/AncientDataMotionStrategy.java:
##########
@@ -511,11 +517,16 @@ public void copyAsync(DataObject srcData, DataObject
destData, Host destHost, As
answer = cloneVolume(srcData, destData);
} else if (destData.getType() == DataObjectType.VOLUME &&
srcData.getType() == DataObjectType.VOLUME &&
srcData.getDataStore().getRole() == DataStoreRole.Primary &&
destData.getDataStore().getRole() == DataStoreRole.Primary) {
+ s_logger.info("About to MIGRATE copy between datasources");
Review Comment:
resolved in upcoming commit.
--
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]