]> git-server-git.apps.pok.os.sepia.ceph.com Git - ceph.git/commit
cephadm: adjust the ingress ha proxy health check interval 56285/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:42:47 +0000 (09:42 -0400)
commit0f348682b63f71890352d9e580fce3d564a713da
tree052f404a6d075fd10417a45d9755966be9e71559
parent997409c7c18baf2f883f2dc35f7a94d89e3e72f9
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