Github user DaanHoogland commented on a diff in the pull request:

    https://github.com/apache/cloudstack/pull/222#discussion_r29503805
  
    --- Diff: server/src/com/cloud/ha/ManagementIPSystemVMInvestigator.java ---
    @@ -78,7 +78,7 @@ public Boolean isVmAlive(VirtualMachine vm, Host host) {
                 List<Long> otherHosts = findHostByPod(vmHost.getPodId(), 
vm.getHostId());
                 for (Long otherHost : otherHosts) {
                     Status vmState = testIpAddress(otherHost, 
nic.getIp4Address());
    -                if (vmState == null) {
    +                if (vmState == null || vmState == Status.Unknown) {
    --- End diff --
    
    this check should not be needed (neither null or UNKNOWN)


---
If your project is set up for it, you can reply to this email and have your
reply appear on GitHub as well. If your project does not have this feature
enabled and wishes so, or if the feature is enabled but not working, please
contact infrastructure at infrastruct...@apache.org or file a JIRA ticket
with INFRA.
---

Reply via email to