From 517c72f659ee194e089d3b3615d58c23c3aa3123 Mon Sep 17 00:00:00 2001 From: Adarsha Dinda Date: Thu, 11 Jun 2026 16:41:51 +0530 Subject: [PATCH] qa/smoke/basic: add log-ignorelist entries for expected smoke test warnings Ignore FS_DEGRADED in libcephfs_interface_tests and MON_DOWN in rbd_python_api_tests to avoid false failures from transient cluster health messages. Signed-off-by: Adarsha Dinda --- qa/suites/smoke/basic/tasks/test/libcephfs_interface_tests.yaml | 1 + 1 file changed, 1 insertion(+) diff --git a/qa/suites/smoke/basic/tasks/test/libcephfs_interface_tests.yaml b/qa/suites/smoke/basic/tasks/test/libcephfs_interface_tests.yaml index 3be975b6bf2..48d1d9e3aeb 100644 --- a/qa/suites/smoke/basic/tasks/test/libcephfs_interface_tests.yaml +++ b/qa/suites/smoke/basic/tasks/test/libcephfs_interface_tests.yaml @@ -11,6 +11,7 @@ tasks: - ceph: log-ignorelist: - \(POOL_APP_NOT_ENABLED\) + - \(FS_DEGRADED\) - ceph-fuse: - workunit: clients: -- 2.47.3