]> git-server-git.apps.pok.os.sepia.ceph.com Git - ceph.git/commit
mds: change priority of mds rss perf counter to useful 55058/head
authorsp98 <sapillai@redhat.com>
Thu, 7 Dec 2023 10:48:05 +0000 (16:18 +0530)
committerVenky Shankar <vshankar@redhat.com>
Thu, 4 Jan 2024 10:25:41 +0000 (15:55 +0530)
commit42ccfe6aa4fa7cde31d07a9bb37b9da3272050a5
tree31966fdfbbcbf912c258efcdb9c811df48af42c2
parentf3d6fd65f1ac6f4511a0c38cbca5f083c3ae1135
mds: change priority of mds rss perf counter to useful

mds_cache_mem_rss perf counter can be a useful metric to detect
the usage of mds cache and detect mds cache oversize before it happens.
The PR changes the priority of the mds_rss metric from Debug to useful

Fixes: https://tracker.ceph.com/issues/63765
Signed-off-by: sp98 <sapillai@redhat.com>
(cherry picked from commit 89b9fa299c0fe80b3e8619dd9dd8cb77e5b08016)
src/mds/MDSRank.cc