Github user rhtyd commented on the pull request: https://github.com/apache/cloudstack/pull/1549#issuecomment-220289585 @swill I was able to reproduce the addHost issue and fixed it. I was able to deploy against a KVM env with two clusters with Ubuntu and CentOS based hosts in each: (addHost can fail silently if we're trying to mix CentOS and Ubuntu KVM hosts in the same cluster)  If possible, I would request for this bugfix to be added in 4.9.0 release as it fixes: - critical nio reconnection, improves SSL handling by making it non-blocking - without this fix, agents (kvm, systemvm etc) can take some time (minutes to hours) to reconnect - the management server's agent handler on port 8250 can be pwned by a single telnet (or similar malicious) client. To test, on existing deployments without this patch just connect a telnet agent on port 8250 of the mgmt server, now this mgmt server can no longer immediately handle any agent connection (try restarting kvm agent for example).
--- 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. ---