DaanHoogland commented on code in PR #9925:
URL: https://github.com/apache/cloudstack/pull/9925#discussion_r1895692846
##########
plugins/hypervisors/vmware/src/main/java/com/cloud/hypervisor/vmware/manager/VmwareManagerImpl.java:
##########
@@ -984,40 +984,15 @@ public void processHostAdded(long hostId) {
@Override
public void processConnect(Host host, StartupCommand cmd, boolean
forRebalance) {
- if (cmd instanceof StartupCommand) {
+ if (cmd != null) {
if (host.getHypervisorType() == HypervisorType.VMware) {
updateClusterNativeHAState(host, cmd);
- } else {
- return;
}
}
}
protected final static int DEFAULT_DOMR_SSHPORT = 3922;
- protected boolean shutdownRouterVM(DomainRouterVO router) {
Review Comment:
no
--
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]