From d7ddfb6dc89270d87c15fcf97ca455282f953079 Mon Sep 17 00:00:00 2001 From: Venky Shankar Date: Thu, 4 Apr 2024 17:43:12 +0530 Subject: [PATCH] qa: ignore `object missing on disk` warning THe forward-srub tasks intentioanlly removes objects from the metadata pool, so this warning is expected. This is porbably a fallout from the additional clog changes. Fixes: http://tracker.ceph.com/issues/48562 Signed-off-by: Venky Shankar (cherry picked from commit 5cf3a6487f09d2d134546a9b2ce4953ca3296a24) --- 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 961d25db06d..21a5e5f54fe 100644 --- a/qa/suites/fs/functional/tasks/forward-scrub.yaml +++ b/qa/suites/fs/functional/tasks/forward-scrub.yaml @@ -7,6 +7,7 @@ overrides: - Scrub error on inode - Scrub error on dir - Metadata damage detected + - object missing on disk tasks: - cephfs_test_runner: modules: -- 2.39.5