]> git.apps.os.sepia.ceph.com Git - ceph-ansible.git/commit
Enable HAProxy backend checks for Ceph RGW
authorNiko Smeds <nikosmeds@gmail.com>
Thu, 5 Mar 2020 22:24:56 +0000 (14:24 -0800)
committerDimitri Savineau <savineau.dimitri@gmail.com>
Fri, 11 Sep 2020 00:38:01 +0000 (20:38 -0400)
commit67d505af820055fc5c138eb9417bcd0281601991
treea4a3bdeab2db8fa635a2ffc806fbc2f376e94d66
parent97a26407143d206cb438fdc2baf2ec51f5dd19ec
Enable HAProxy backend checks for Ceph RGW

Add the `check` option to server definitions to enable basic HAProxy health
checks for Ceph RADOS gateway backends.

Currently traffic will be forwarded to unhealthly `radosgw.service` servers.
These changes resolve the issue.

Signed-off-by: Niko Smeds nikosmeds@gmail.com
(cherry picked from commit a951c1a3f0a34e086964f52b0bbf7a8d89481aad)
roles/ceph-rgw-loadbalancer/templates/haproxy.cfg.j2