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: v16.2.14~51^2~1 X-Git-Url: http://git-server-git.apps.pok.os.sepia.ceph.com/?a=commitdiff_plain;h=7bad3095fb0e976eef228ddeb553dc830fe48a66;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 5c10701d3ed2..fe3276aa0bb8 100644 --- a/qa/tasks/cephfs/test_scrub_checks.py +++ b/qa/tasks/cephfs/test_scrub_checks.py @@ -376,7 +376,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):