]> 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>
Thu, 27 Aug 2020 14:57:46 +0000 (10:57 -0400)
commita951c1a3f0a34e086964f52b0bbf7a8d89481aad
treee1a0b8c13504165cc38c310d8c9b8a2d6e4712fa
parentcec994b973343e05252b4aa0f0be0dd0ee39405b
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
roles/ceph-rgw-loadbalancer/templates/haproxy.cfg.j2