From: Yan, Zheng Date: Tue, 16 May 2017 04:11:30 +0000 (+0800) Subject: qa/cephfs: disable mds_bal_frag for TestStrays.test_purge_queue_op_rate X-Git-Tag: v12.1.1~65^2~16^2 X-Git-Url: http://git-server-git.apps.pok.os.sepia.ceph.com/?a=commitdiff_plain;h=6473b79337d0e178fbce4a527053c550dd91f60e;p=ceph.git qa/cephfs: disable mds_bal_frag for TestStrays.test_purge_queue_op_rate directory fragmentation generates extra osd ops, which affects checks in the test. Fixes: http://tracker.ceph.com/issues/19892 Signed-off-by: "Yan, Zheng" --- diff --git a/qa/tasks/cephfs/test_strays.py b/qa/tasks/cephfs/test_strays.py index a38f2b820305..a7682f8a9eb2 100644 --- a/qa/tasks/cephfs/test_strays.py +++ b/qa/tasks/cephfs/test_strays.py @@ -910,6 +910,7 @@ class TestStrays(CephFSTestCase): max_purge_files = 2 + self.set_conf('mds', 'mds_bal_frag', 'false') self.set_conf('mds', 'mds_max_purge_files', "%d" % max_purge_files) self.fs.mds_fail_restart() self.fs.wait_for_daemons()