]> git.apps.os.sepia.ceph.com Git - ceph-ci.git/commit
mgr/cephadm: add interval control for stray daemon checks
authorAdam King <adking@redhat.com>
Wed, 30 Jul 2025 19:49:20 +0000 (15:49 -0400)
committerAdam King <adking@redhat.com>
Tue, 16 Sep 2025 21:07:15 +0000 (17:07 -0400)
commit61c2089acc2dfb5f6c676895596758471b303df9
tree0a60e1726dfdc28d82bbd20f8ad04ca9c09d1980
parentf71112afc3ba93eaf44360dbe337ac80f6fa9c3d
mgr/cephadm: add interval control for stray daemon checks

Primarily to avoid running list_servers (which we kind of
need to do stray daemon checks since the whole point is
to check against a source that isn't cephadm). It was
found on larger clusters calling into list_servers
often can cause issues with the core ceph mgr

Signed-off-by: Adam King <adking@redhat.com>
(cherry picked from commit ee0364761e1ee29e6ad527dddd0eafc01c1f1aaa)
src/pybind/mgr/cephadm/module.py
src/pybind/mgr/cephadm/serve.py