DaanHoogland commented on code in PR #6413:
URL: https://github.com/apache/cloudstack/pull/6413#discussion_r907584834
##########
plugins/hypervisors/xenserver/src/main/java/com/cloud/hypervisor/XenServerGuru.java:
##########
@@ -197,6 +193,14 @@ public Pair<Boolean, Long> getCommandHostDelegation(long
hostId, Command cmd) {
logger.debug("We are returning the default host to execute
commands because the target hypervisor of the source data is not XenServer.");
return defaultHostToExecuteCommands;
}
+ // only now can we decide, now we now we're only deciding for ourselves
Review Comment:
```suggestion
// only now can we decide, now we know we're only deciding for
ourselves
```
--
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]