GitHub user ingox added a comment to the discussion: OOBM Issue during KVM HA
So it's a question of the right Galera + HAProxy + Keepalived VIP setup. Do the following steps: - add this to /etc/cloudstack/management/db.properties _db.pool.maxTotal=100 db.pool.maxIdle=20 db.pool.minIdle=10 db.pool.maxWaitMillis=60000 db.pool.testOnBorrow=true db.pool.validationQuery=SELECT 1 db.pool.validationQueryTimeout=5 db.pool.testWhileIdle=true db.pool.timeBetweenEvictionRunsMillis=30000_ - restart management server(s) - configure this: _sysctl -w net.ipv4.tcp_keepalive_time=60 sysctl -w net.ipv4.tcp_keepalive_intvl=10 sysctl -w net.ipv4.tcp_keepalive_probes=6_ Persist in /etc/sysctl.conf (or /etc/sysctl.d/99-cloudstack.conf). If you still having issues try without the VIP. GitHub link: https://github.com/apache/cloudstack/discussions/12353#discussioncomment-15421940 ---- This is an automatically sent email for [email protected]. To unsubscribe, please send an email to: [email protected]
