Rubygem-staypuft: HA: all "check" options are missing the interval parameter. This can cause higher recovery times in case of failure. The interval parameters set in haproxy.cfg. example: backend db-vms-galera option httpchk stick-table type ip size 2 stick on dst timeout server 90s server rhos5-db1 192.168.16.58:3306 check inter 1s port 9200 server rhos5-db2 192.168.16.59:3306 check inter 1s port 9200 server rhos5-db3 192.168.16.60:3306 check inter 1s port 9200 The link to the etherpad: http://rhel-ha.etherpad.corp.redhat.com/RHOS-RHEL-HA-how-to-mrgcloud-rhos5-on-rhel7-lb
Pull request: https://github.com/redhat-openstack/astapor/pull/337
Merged
openstack-foreman-installer-2.0.20-1.el6ost "check inter 1s" appears as expected throughout /etc/haproxy/haproxy.cfg example: listen neutron-api bind 192.168.0.98:9696 mode tcp option tcplog server mac047d7b627d5a.example.com 192.168.0.2:9696 check inter 1s server mac047d7b685a04.example.com 192.168.0.5:9696 check inter 1s server mac047d7b61754e.example.com 192.168.0.3:9696 check inter 1s
Since the problem described in this bug report should be resolved in a recent advisory, it has been closed with a resolution of ERRATA. For information on the advisory, and where to find the updated files, follow the link below. If the solution does not work for you, open a new bug report. http://rhn.redhat.com/errata/RHBA-2014-1090.html