Bug 1123300

Summary: Rubygem-staypuft: HA: all "check" options are missing the interval parameter. This can cause higher recovery times in case of failure.
Product: Red Hat OpenStack Reporter: Leonid Natapov <lnatapov>
Component: openstack-foreman-installerAssignee: Crag Wolfe <cwolfe>
Status: CLOSED ERRATA QA Contact: Leonid Natapov <lnatapov>
Severity: high Docs Contact:
Priority: high    
Version: 5.0 (RHEL 7)CC: aberezin, cwolfe, dnavale, jguiditt, mburns, morazi, rhos-maint, yeylon
Target Milestone: ga   
Target Release: Installer   
Hardware: Unspecified   
OS: Unspecified   
Whiteboard:
Fixed In Version: openstack-foreman-installer-2.0.19-1.el6ost Doc Type: Bug Fix
Doc Text:
Previously, configuration parameter 'check' was missing the 'interval' option defined in HA Proxy which resulted in longer recovery times in case of failure. With this update, a new configuration option 'check inter 1s' is added to /etc/haproxy/haproxy.cfg file and as a result, service recover as expected after failures.
Story Points: ---
Clone Of: Environment:
Last Closed: 2014-08-21 18:06:18 UTC Type: Bug
Regression: --- Mount Type: ---
Documentation: --- CRM:
Verified Versions: Category: ---
oVirt Team: --- RHEL 7.3 requirements from Atomic Host:
Cloudforms Team: --- Target Upstream Version:
Embargoed:

Description Leonid Natapov 2014-07-25 09:18:52 UTC
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

Comment 1 Crag Wolfe 2014-08-04 20:43:33 UTC
Pull request: https://github.com/redhat-openstack/astapor/pull/337

Comment 3 Jason Guiditta 2014-08-12 15:36:18 UTC
Merged

Comment 6 Leonid Natapov 2014-08-18 10:28:42 UTC
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

Comment 7 errata-xmlrpc 2014-08-21 18:06:18 UTC
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