]> git.proxmox.com Git - ceph.git/blobdiff - ceph/qa/tasks/cephfs/test_fragment.py
update source to 12.2.11
[ceph.git] / ceph / qa / tasks / cephfs / test_fragment.py
index a62ef743216471116c27b447f209d3f0370d8b59..54a49cea2fc6bccdea3ee158cfe83581a01fe30c 100644 (file)
@@ -33,7 +33,6 @@ class TestFragmentation(CephFSTestCase):
         Apply kwargs as MDS configuration settings, enable dirfrags
         and restart the MDSs.
         """
-        kwargs['mds_bal_frag'] = "true"
 
         for k, v in kwargs.items():
             self.ceph_cluster.set_ceph_conf("mds", k, v.__str__())