]> git.apps.os.sepia.ceph.com Git - ceph.git/commit
cephadm: adjust the ingress ha proxy health check interval 56286/head
authorJiffin Tony Thottan <thottanjiffin@gmail.com>
Wed, 2 Aug 2023 07:53:12 +0000 (13:23 +0530)
committerAdam King <adking@redhat.com>
Tue, 19 Mar 2024 13:45:53 +0000 (09:45 -0400)
commit039f83d7285daacb70eb573100f0c65da1967cec
treeec0ca162146ae898b6576c2403061fc2287e2f87
parentfd67e6fe635bd0b872a9dcaba786048cb76d9fbb
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>
(cherry picked from commit 75327c5b56591c6a29ad47745df24d16320f5a99)
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