From f20bb5b0600e888abf05bc2659ee2a19f373dfad Mon Sep 17 00:00:00 2001 From: Dhairya Parmar Date: Mon, 22 May 2023 17:25:38 +0530 Subject: [PATCH] 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) --- qa/tasks/cephfs/test_scrub_checks.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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): -- 2.47.3