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 <dparmar@redhat.com>
(cherry picked from commit
e40ca408a1343754b80ba1e88e0b669689ada164)
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):