sureshanaparti commented on code in PR #13468:
URL: https://github.com/apache/cloudstack/pull/13468#discussion_r3558798796
##########
engine/storage/datamotion/src/main/java/org/apache/cloudstack/storage/motion/AncientDataMotionStrategy.java:
##########
@@ -613,6 +631,9 @@ protected Answer migrateVolumeToPool(DataObject srcData,
DataObject destData) {
if (destPool.getPoolType() == StoragePoolType.CLVM) {
volumeVo.setFormat(ImageFormat.RAW);
}
Review Comment:
above check already confirms the destPool is CLVM?
--
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]