From 82c43d096f01359c644b5c9f1b00e320474f4fd5 Mon Sep 17 00:00:00 2001 From: Patrick Donnelly Date: Fri, 15 Sep 2023 11:44:29 -0400 Subject: [PATCH] qa: restore default for config to split exports Signed-off-by: Patrick Donnelly --- qa/tasks/cephfs/test_exports.py | 1 + 1 file changed, 1 insertion(+) diff --git a/qa/tasks/cephfs/test_exports.py b/qa/tasks/cephfs/test_exports.py index 2074d3da790..16de379f54f 100644 --- a/qa/tasks/cephfs/test_exports.py +++ b/qa/tasks/cephfs/test_exports.py @@ -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 -- 2.39.5