From: Venky Shankar Date: Fri, 25 Aug 2023 13:16:19 +0000 (+0530) Subject: Merge PR #52944 into main X-Git-Tag: v19.0.0~616 X-Git-Url: http://git.apps.os.sepia.ceph.com/?a=commitdiff_plain;h=e9f8be4bac5fcadc934c170eee0f51b88366d79e;p=ceph-ci.git Merge PR #52944 into main * refs/pull/52944/head: PendingReleaseNotes: add a note for `mds_session_metadata_threshold` mds config test: add test to verify that a buggy client is blocklisted mds: add perf counter to track number of sessions evicted due to metadata threshold being exceeded mds: blocklist clients with "bloated" session metadata Reviewed-by: Robin H. Johnson Reviewed-by: Dhairya Parmar Reviewed-by: Patrick Donnelly --- e9f8be4bac5fcadc934c170eee0f51b88366d79e diff --cc .githubmap index 08da187a58e,08da187a58e..b5d44763134 --- a/.githubmap +++ b/.githubmap @@@ -174,3 -174,3 +174,4 @@@ parth-gr Parth Arora baergj Joshua Baergen zmc Zack Cerza ++robbat2 Robin H. Johnson diff --cc qa/tasks/cephfs/test_client_limits.py index f2d63920564,102f22f960c..a9bd7d631c0 --- a/qa/tasks/cephfs/test_client_limits.py +++ b/qa/tasks/cephfs/test_client_limits.py @@@ -9,8 -9,8 +9,9 @@@ from textwrap import deden from tasks.ceph_test_case import TestTimeoutError from tasks.cephfs.cephfs_test_case import CephFSTestCase, needs_trimming from tasks.cephfs.fuse_mount import FuseMount + from teuthology.exceptions import CommandFailedError import os +from io import StringIO log = logging.getLogger(__name__)