Hi List i got a specific question about Unamanaged hosts ping or CheckOnHostAnswer etc.
I think when using vsphere , hosts will be of the type "unamanged" because cloudstack connects to the sdk on vsphere and not directly to the hosts. Having said that , Sometimes i see Hosts that have status of "Disconnected" on cloudstack but not on vmware. Having said that i can see hosts going from Disconnected or Null to Connected: https://github.com/apache/cloudstack/blob/42a82539932abde45384b49226a8e32de44cfff1/engine/orchestration/src/com/cloud/agent/manager/ClusteredAgentManagerImpl.java#L202 And s_logger() Debugs "unmanaged direct hosts, processing connect for them..." that on the log files. I've drilled down on the synchrnized() functions but i think the vmware plugin @overrides all the checks and returns either Null or Status.Disconnected. Can someone explain why would be a vmware host disconnected from CS and completely fine on Vmware? and What kind of Hosts Pings are performed? Thanks!!!