weizhouapache commented on issue #7341: URL: https://github.com/apache/cloudstack/issues/7341#issuecomment-1681930566
@kiranchavala I tried to reproduce the issue - created a env with 2 management servers - by default, `host` is set to first mgmt server IP, agent.properties also uses the first mgmt IP as host ``` host=10.0.33.164@static ``` - change the global setting `host` to both mgmt IPs (on mgmt02 UI), the agent.properties are changed (on kvm host and system VMs) ``` host=10.0.33.164,10.0.34.183@static ``` - stop mgmt server 1, the kvm hosts and system VMs are still Up please note, the new `host` is propogated to kvm hosts one by one. If a kvm host is stuck, the process might take long time. it is supported since #3491 -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. To unsubscribe, e-mail: [email protected] For queries about this service, please contact Infrastructure at: [email protected]
