weizhouapache commented on issue #9582:
URL: https://github.com/apache/cloudstack/issues/9582#issuecomment-2309951452

   > We went through HA Proxy in Global Settings but couldnt find anything that 
helps us overcome this issue.
   > 
   > Where is haproxy.cfg stored? Is it in the systemVM template? If so, would 
customizing the systemVM template and changing our VPC Network Offering work?
   > 
   > For the health check fail, no we havent encountered this issue before. 
This is new to us.
   
   the /etc/haproxy/haproxy.cfg in VR is generated by ACS class
   
https://github.com/apache/cloudstack/blob/main/core/src/main/java/com/cloud/network/HAProxyConfigurator.java
   
   the timeout settings are hard-coded. you can
   - change the values in the code
   - build `core` sub-project
   - replace cloud-core-XXX.jar on kvm hosts and restart cloudstack-agent
   
   


-- 
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]

Reply via email to