]> git.apps.os.sepia.ceph.com Git - ceph-ci.git/commit
cephadm: adjust the ingress ha proxy health check interval
authorJiffin Tony Thottan <thottanjiffin@gmail.com>
Wed, 2 Aug 2023 07:53:12 +0000 (13:23 +0530)
committerJiffin Tony Thottan <thottanjiffin@gmail.com>
Tue, 12 Mar 2024 05:28:19 +0000 (10:58 +0530)
commit75327c5b56591c6a29ad47745df24d16320f5a99
treea2f7ff7096d6719e6d309e1f7ae79a7082339d2e
parentd7353ad4342f698eae25524af998101e3c847e52
cephadm: adjust the ingress ha proxy health check interval

Currently health checker uses default value of 2s, it is send list
bucket request for every 2s. This seems to be frequent and need to
adjust properly. Hence introducing new setting health_check_interval in
the ingress spec for haproxy.

Signed-off-by: Jiffin Tony Thottan <thottanjiffin@gmail.com>
Apply suggestions from code review

Co-authored-by: Adam King <47704447+adk3798@users.noreply.github.com>
Signed-off-by: Jiffin Tony Thottan <thottanjiffin@gmail.com>
doc/cephadm/services/rgw.rst
src/pybind/mgr/cephadm/services/ingress.py
src/pybind/mgr/cephadm/templates/services/ingress/haproxy.cfg.j2
src/pybind/mgr/cephadm/tests/test_services.py
src/python-common/ceph/deployment/service_spec.py