From: Dhairya Parmar Date: Mon, 22 May 2023 11:55:38 +0000 (+0530) Subject: qa: add recursive flag to test_flag_scrub_mdsdir X-Git-Tag: v18.2.1~400^2~1 X-Git-Url: http://git-server-git.apps.pok.os.sepia.ceph.com/?a=commitdiff_plain;h=749d21b3459f2c1421297f77f2bbc8fc1dbce97d;p=ceph.git qa: add recursive flag to test_flag_scrub_mdsdir Code has been changed, in order to scrub ~mdsdir at root, recursive flag also needs to be provided along with scrub_mdsdir. Fixes: https://tracker.ceph.com/issues/59350 Signed-off-by: Dhairya Parmar (cherry picked from commit e40ca408a1343754b80ba1e88e0b669689ada164) --- diff --git a/qa/tasks/cephfs/test_scrub_checks.py b/qa/tasks/cephfs/test_scrub_checks.py index f88929ad265e..e41b997a6eeb 100644 --- a/qa/tasks/cephfs/test_scrub_checks.py +++ b/qa/tasks/cephfs/test_scrub_checks.py @@ -374,7 +374,7 @@ class TestScrubChecks(CephFSTestCase): test flag scrub_mdsdir """ self.scrub_with_stray_evaluation(self.fs, self.mount_a, "/", - "scrub_mdsdir") + "recursive,scrub_mdsdir") @staticmethod def json_validator(json_out, rc, element, expected_value):