rhtyd commented on a change in pull request #2309: CLOUDSTACK-10132: Multiple
Management Servers Support for agents
URL: https://github.com/apache/cloudstack/pull/2309#discussion_r150465571
##########
File path: server/src/com/cloud/resource/ResourceManagerImpl.java
##########
@@ -800,6 +804,7 @@ public Discoverer getMatchingDiscover(final
Hypervisor.HypervisorType hypervisor
}
s_logger.info("server resources successfully discovered by " +
discoverer.getName());
+ agentMSLB.propagateManagementServerListToAgents();
Review comment:
@nvazquez this is not desirable, this will cause the list to be sent to all
the hosts whenever any single agent connects.
----------------------------------------------------------------
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