]> git.apps.os.sepia.ceph.com Git - ceph.git/commitdiff
Merge pull request #53329 from vshankar/tr-62583
authorYuri Weinstein <yweinste@redhat.com>
Wed, 18 Oct 2023 14:55:26 +0000 (07:55 -0700)
committerGitHub <noreply@github.com>
Wed, 18 Oct 2023 14:55:26 +0000 (07:55 -0700)
reef: mds: blocklist clients with "bloated" session metadata

Reviewed-by: Xiubo Li <xiubli@redhat.com>
1  2 
qa/tasks/cephfs/test_client_limits.py
src/mds/MDSRank.cc

index 8bdb8231ca2fcc62cb3149d7f00b81d789f91da5,b114c8ae8403f35965b772ca54cb92de1c0abdb8..c4215df336537701905893d42ad22d7b30be1294
@@@ -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__)
Simple merge