]> git.apps.os.sepia.ceph.com Git - ceph-ci.git/commit
mgr/volumes: reduce noisy health check logs wip-isawant-volumes-info-log wip-isawant-volumes-info-log-new
authorIndira Sawant <indira.sawant@ibm.com>
Thu, 25 Sep 2025 18:03:36 +0000 (13:03 -0500)
committerIndira Sawant <indira.sawant@ibm.com>
Mon, 27 Oct 2025 17:47:18 +0000 (12:47 -0500)
commitbda669877464ed051b603c52ec81b92f277f224c
tree403d89d69c9033fc801ed4cb686e85f480cc6db1
parented37233d3395d9f9eb4377f5f17a6463e3030c0c
mgr/volumes: reduce noisy health check logs

Previously, the manager logged connection cleanup messages at info level
even when no idle connections existed, adding unnecessary noise to logs.

This change logs cleanup actions at info level only when idle connections
are found, and moves the 'no idle connections' message to debug level.

Fixes: https://tracker.ceph.com/issues/73635
src/pybind/mgr/mgr_util.py