Comment 4 for bug 1385002

Revision history for this message
OpenStack Infra (hudson-openstack) wrote : Fix merged to fuel-library (stable/5.1)

Reviewed: https://review.openstack.org/131927
Committed: https://git.openstack.org/cgit/stackforge/fuel-library/commit/?id=e2dba5f4d2bfd3489fbb91b4b59662af2f2901fb
Submitter: Jenkins
Branch: stable/5.1

commit e2dba5f4d2bfd3489fbb91b4b59662af2f2901fb
Author: Dmitry Borodaenko <email address hidden>
Date: Fri Oct 24 14:04:43 2014 -0700

    Use haproxy httpchk to detect a radosgw crash

    TCP check by itself is only able to confirm that the Apache process is
    still there and listening on port 6780, an HTTP GET request will get a
    response code 500 when there is no radosgw process behind Apache, and
    haproxy will mark such host as DOWN.

    Change-Id: Iee8e02427d58befa51596867a5c4c623ee0ddbe8
    Closes-Bug: #1385002
    (cherry picked from commit 151ca375000faad75c92a709dee969f0caaeb18b)