]> 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>
Wed, 30 Jul 2025 19:49:20 +0000 (15:49 -0400)
commitee0364761e1ee29e6ad527dddd0eafc01c1f1aaa
tree05b767ce457b896d7dda87238243888709dfd2e6
parent17b644d00adeab3ea790598fa5927af156a53304
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>
src/pybind/mgr/cephadm/module.py
src/pybind/mgr/cephadm/serve.py