]> git.apps.os.sepia.ceph.com Git - ceph.git/commit
mds: change priority of mds rss perf counter to useful 55057/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:24:32 +0000 (15:54 +0530)
commitcbc36a786d65d5d1993f201c6eb8bdf9d371c2a1
tree830eb09ce183bbc6b8d385fc4edbe89c62b0870d
parent57bb9992a624ee8ef1a296b21d3ac01afcc665d1
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