DaanHoogland commented on code in PR #6483:
URL: https://github.com/apache/cloudstack/pull/6483#discussion_r908252440
##########
plugins/hypervisors/vmware/src/main/java/com/cloud/hypervisor/guru/VMwareGuru.java:
##########
@@ -1146,6 +1146,7 @@ public List<Command> finalizeMigrate(VirtualMachine vm,
Map<Volume, StoragePool>
private String getTargetHostGuid(StoragePool targetLocalPoolForVM, Long
destClusterId, boolean isInterClusterMigration) {
String targetHostGuid = null;
if (targetLocalPoolForVM != null) {
+ // Get the target host for local storage migration
Review Comment:
:grin: this comment says kind of exactly what the code line below says as
well. not sure we need it, but hey ...
--
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]