From 7bad3095fb0e976eef228ddeb553dc830fe48a66 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 5c10701d3ed2f..fe3276aa0bb80 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): -- 2.39.5