From 4ed0fbce49656ccd1874d32d09c9c55054f7b8c2 Mon Sep 17 00:00:00 2001 From: Patrick Donnelly Date: Mon, 26 Sep 2022 13:27:57 -0400 Subject: [PATCH] qa: ignore expected scrub error The test_orphan_scan test deliberately removes a dentry which will cause rstat damage. Ignore it. Fixes: https://tracker.ceph.com/issues/57657 Signed-off-by: Patrick Donnelly (cherry picked from commit e930a8b22108917f195ce5e106b1c70cabef9c91) --- qa/suites/fs/functional/tasks/forward-scrub.yaml | 1 + 1 file changed, 1 insertion(+) diff --git a/qa/suites/fs/functional/tasks/forward-scrub.yaml b/qa/suites/fs/functional/tasks/forward-scrub.yaml index f444455f1fef6..961d25db06d0d 100644 --- a/qa/suites/fs/functional/tasks/forward-scrub.yaml +++ b/qa/suites/fs/functional/tasks/forward-scrub.yaml @@ -5,6 +5,7 @@ overrides: - bad backtrace on inode - inode table repaired for inode - Scrub error on inode + - Scrub error on dir - Metadata damage detected tasks: - cephfs_test_runner: -- 2.39.5