]> git-server-git.apps.pok.os.sepia.ceph.com Git - ceph.git/commitdiff
qa/cephfs: disable mds_bal_frag for TestStrays.test_purge_queue_op_rate 15105/head
authorYan, Zheng <zyan@redhat.com>
Tue, 16 May 2017 04:11:30 +0000 (12:11 +0800)
committerYan, Zheng <zyan@redhat.com>
Tue, 16 May 2017 08:43:29 +0000 (16:43 +0800)
directory fragmentation generates extra osd ops, which affects checks
in the test.

Fixes: http://tracker.ceph.com/issues/19892
Signed-off-by: "Yan, Zheng" <zyan@redhat.com>
qa/tasks/cephfs/test_strays.py

index a38f2b820305c9708e2b668054f7decabf3c4f27..a7682f8a9eb2976e8093b31fc503d7485d1da2c1 100644 (file)
@@ -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()