From: Venky Shankar Date: Tue, 20 May 2025 05:28:04 +0000 (+0530) Subject: Merge PR #62698 into main X-Git-Url: http://git-server-git.apps.pok.os.sepia.ceph.com/?a=commitdiff_plain;h=84fb64041e31608a687f3a320e2088d7a57d02e2;p=ceph.git Merge PR #62698 into main * refs/pull/62698/head: mds: add some perf counters about cache trimming Reviewed-by: Kotresh Hiremath Ravishankar Reviewed-by: Venky Shankar --- 84fb64041e31608a687f3a320e2088d7a57d02e2 diff --cc src/mds/Server.h index 0d421c34a6d,7a05a425bd0..41f73523b32 --- a/src/mds/Server.h +++ b/src/mds/Server.h @@@ -117,9 -101,12 +117,13 @@@ enum l_mdss_req_symlink_latency, l_mdss_req_unlink_latency, l_mdss_cap_revoke_eviction, + l_mdss_cache_trim_throttle, + l_mdss_session_recall_throttle, + l_mdss_session_recall_throttle2o, + l_mdss_global_recall_throttle, l_mdss_cap_acquisition_throttle, l_mdss_req_getvxattr_latency, + l_mdss_req_file_blockdiff_latency, l_mdss_last, };