shwstppr commented on code in PR #7889:
URL: https://github.com/apache/cloudstack/pull/7889#discussion_r1378452547


##########
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:
   @rg9975 not sure if it was mentioned before but there are still some 
comments which are either INFO or DEBUG level. These can be TRACE level logs



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