]> git.apps.os.sepia.ceph.com Git - ceph.git/commitdiff
Merge pull request #53330 from vshankar/tr-62585
authorYuri Weinstein <yweinste@redhat.com>
Mon, 9 Oct 2023 18:32:34 +0000 (11:32 -0700)
committerGitHub <noreply@github.com>
Mon, 9 Oct 2023 18:32:34 +0000 (11:32 -0700)
quincy: mds: blocklist clients with "bloated" session metadata

Reviewed-by: Venky Shankar <vshankar@redhat.com>
1  2 
PendingReleaseNotes
qa/tasks/cephfs/test_client_limits.py
src/mds/MDSRank.cc

Simple merge
index 921714b7071884ac43ea3c79173e40c933365c79,1f343aef407883153b8ce896a363ce84c4823ce8..b76ce492290865906f7b9e5491af647bfcda8993
@@@ -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