meisammaleki opened a new issue, #8571:
URL: https://github.com/apache/cloudstack/issues/8571
##### ISSUE TYPE
Bug Report
##### COMPONENT NAME
Network isolated
##### CLOUDSTACK VERSION
4.17.2
##### OS / ENVIRONMENT
CentOS 7
##### SUMMARY
max connection default value in haproxy.conf doesn't change after updating
global option value
##### STEPS TO REPRODUCE
I have changed the default value for this global setting
"network.loadbalancer.haproxy.max.conn" to 16384 and then restarted the
management server without any problem. then I created a new isolated network
and activated loadblacer on an instance, but the default value in haproxy.conf
doesn't change :
network.loadbalancer.haproxy.max.conn | Load Balancer(haproxy) maximum
number of concurrent connections(global max) | Network 16384
##### EXPECTED RESULTS
global
log 127.0.0.1:3914 local0 warning
maxconn **16384**
maxpipes 1024
chroot /var/lib/haproxy
user haproxy
group haproxy
daemon
##### ACTUAL RESULTS
global
log 127.0.0.1:3914 local0 warning
maxconn **4096**
maxpipes 1024
chroot /var/lib/haproxy
user haproxy
group haproxy
daemon
--
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]