]> git-server-git.apps.pok.os.sepia.ceph.com Git - ceph.git/commit
mgr/volumes: reduce noisy health check logs 67030/head
authorIndira Sawant <indira@example.com>
Wed, 21 Jan 2026 17:46:31 +0000 (11:46 -0600)
committerIndira Sawant <indira.sawant@ibm.com>
Tue, 12 May 2026 18:08:34 +0000 (13:08 -0500)
commitd3ead6e7a1b4763366e950abb423cdd6cca213e4
treed8cdad0118a48393ddecc8ff939818fc6a9f8f84
parent6f7b98a776b22fef95110b573e2c910fdc43dc84
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
Signed-off-by: Indira Sawant <indira.sawant@ibm.com>
src/pybind/mgr/mgr_util.py