GabrielBrascher commented on issue #2702: Host State different between 'Hosts' 
and 'host' perspective
URL: https://github.com/apache/cloudstack/issues/2702#issuecomment-395476152
 
 
   I'm am not sure if this is a bug or a desired behavior, but I got confused 
when saw different states.
   
   In system.js we have:
   ```
   if (host && host.hypervisor == "KVM" && host.state == 'Up' && host.details 
&& host.details["secured"] != 'true') {
        items[idx].state = 'Unsecure';
   }
   ```

----------------------------------------------------------------
This is an automated message from the Apache Git Service.
To respond to the message, please log on GitHub and use the
URL above to go to the specific comment.
 
For queries about this service, please contact Infrastructure at:
[email protected]


With regards,
Apache Git Services

Reply via email to