]> git.apps.os.sepia.ceph.com Git - ceph-ci.git/commitdiff
qa: restore default for config to split exports
authorPatrick Donnelly <pdonnell@redhat.com>
Fri, 15 Sep 2023 15:44:29 +0000 (11:44 -0400)
committerPatrick Donnelly <pdonnell@redhat.com>
Thu, 6 Jun 2024 17:58:47 +0000 (13:58 -0400)
Signed-off-by: Patrick Donnelly <pdonnell@redhat.com>
qa/tasks/cephfs/test_exports.py

index 2074d3da790f6b9085e7750d4c2d7a2144c9bcea..16de379f54fe5a70a9c048582777d486c5c52b46 100644 (file)
@@ -152,6 +152,7 @@ class TestExportPin(CephFSTestCase):
         # vstart.sh sets mds_debug_subtrees to True. That causes a ESubtreeMap
         # to be written out every event. Yuck!
         self.config_set('mds', 'mds_debug_subtrees', False)
+        self.config_rm('mds', 'mds bal split size') # don't split /top
         self.mount_a.run_shell_payload("rm -rf 1")
 
         # flush everything out so ESubtreeMap is the only event in the log