GitHub user muthukrishnang1100 added a comment to the discussion: OOBM Issue 
during KVM HA

yes, still i am facing that issue.

[muthukrishnan - Tue Jan 06 2026 17_44_28 GMT+0530 (India Standard 
Time).txt](https://github.com/user-attachments/files/24452277/muthukrishnan.-.Tue.Jan.06.2026.17_44_28.GMT%2B0530.India.Standard.Time.txt)

root@mgmt1:~# cat /etc/haproxy/haproxy.cfg
global
  log /dev/log local0
  maxconn 50000
  daemon

defaults
  log global
  mode tcp
  option tcplog
  timeout connect 5s
  timeout client  50s
  timeout server  50s

frontend mysql_frontend
    bind 192.168.30.16:3306
    mode tcp
    default_backend galera_backend

backend galera_backend
    mode tcp
    balance roundrobin
    option mysql-check user haproxy
    default-server fall 3 rise 2 inter 2000
    server prod-node01 192.168.30.2:3307 check
    server prod-node02 192.168.30.11:3307 check
    server prod-node03 192.168.30.15:3307 check

listen stats
    bind *:9999
    mode http
    stats enable
    stats uri /status
    stats realm Haproxy\ Statistics
    stats auth  xxxx:xxxxxx

frontend cloudstack_ui_8080
bind *:80
mode http
option forwardfor
option httplog
default_backend cloudstack_ui_nodes

backend cloudstack_ui_nodes
mode http
option httpchk OPTIONS /client
balance source
server prod-node01 192.168.30.2:8080 maxconn 32 check inter 5000
server prod-node02 192.168.30.11:8080 maxconn 32 check inter 5000
server prod-node03 192.168.30.15:8080 maxconn 32 check inter 5000

----------------------------------------------------------------------------------------------------------



GitHub link: 
https://github.com/apache/cloudstack/discussions/12353#discussioncomment-15423983

----
This is an automatically sent email for [email protected].
To unsubscribe, please send an email to: [email protected]

Reply via email to