nvazquez commented on code in PR #11633: URL: https://github.com/apache/cloudstack/pull/11633#discussion_r2348500257
########## engine/orchestration/src/main/java/org/apache/cloudstack/engine/orchestration/VolumeOrchestrator.java: ########## @@ -1560,6 +1561,17 @@ private Map<String, String> getDetails(VolumeInfo volumeInfo, DataStore dataStor details.put(DiskTO.CHAP_TARGET_SECRET, chapInfo.getTargetSecret()); } + // Zone wide storage Solidfire inter-cluster VM migrations needs the destination host mount the LUN before migrating + if (storagePool.isManaged() && storagePool.getScope() != null && ScopeType.ZONE == storagePool.getScope()) { Review Comment: Thanks, fixed -- 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: commits-unsubscr...@cloudstack.apache.org For queries about this service, please contact Infrastructure at: us...@infra.apache.org