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_r150464567
 
 

 ##########
 File path: agent/conf/agent.properties
 ##########
 @@ -30,6 +30,19 @@ workers=5
 #host= The IP address of management server
 host=localhost
 
+# The time interval in seconds after which agent will check if connected host
+# is the preferred host (the first host in the comma-separated list is 
preferred
+# one) and will attempt to reconnect to the preferred host when it's connected
+# to one of the secondary/backup hosts.
+# The timer task is scheduled when agent starts for the first time, any change
+# in this setting requires restarting the agent.
+host.lb.interval=0
+
+# The time in seconds in which the agent will wait for active commands to be 
completed
+# before connecting to preferred host
+# Any change in this setting requires restarting the agent.
+failback.polling.wait=10
 
 Review comment:
   @nvazquez this can be removed, see my comments below.

----------------------------------------------------------------
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:
us...@infra.apache.org


With regards,
Apache Git Services

Reply via email to