Skip to content

Commit

Permalink
qa: typo fix when checking for perf counter - s/md_thresh_evicted/mdt…
Browse files Browse the repository at this point in the history
…hresh_evicted

Signed-off-by: Venky Shankar <vshankar@redhat.com>
  • Loading branch information
vshankar committed Oct 9, 2023
1 parent 92200d9 commit 5856a1e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion qa/tasks/cephfs/test_client_limits.py
Expand Up @@ -284,7 +284,7 @@ def test_client_blocklisted_oldest_tid(self):
self.mds_cluster.is_addr_blocklisted(self.mount_a.get_global_addr())
# the mds should bump up the relevant perf counter
pd = self.perf_dump()
self.assertGreater(pd['mds_sessions']['md_thresh_evicted'], 0)
self.assertGreater(pd['mds_sessions']['mdthresh_evicted'], 0)

# reset the config
self.config_set('client', 'client inject fixed oldest tid', 'false')
Expand Down

0 comments on commit 5856a1e

Please sign in to comment.