rg9975 commented on code in PR #7889:
URL: https://github.com/apache/cloudstack/pull/7889#discussion_r1374797543
##########
engine/storage/datamotion/src/main/java/org/apache/cloudstack/storage/motion/AncientDataMotionStrategy.java:
##########
@@ -466,13 +466,17 @@ protected Answer migrateVolumeToPool(DataObject srcData,
DataObject destData) {
s_logger.error(errMsg);
answer = new Answer(command, false, errMsg);
} else {
+ s_logger.info("Sending MIGRATE_COPY request to node " + ep);
Review Comment:
addressing 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]