From 6bd7c1b5db4db4e78601f7454ceb8936dd53e530 Mon Sep 17 00:00:00 2001 From: Rishabh Dave Date: Thu, 16 May 2024 22:00:01 +0530 Subject: [PATCH] qa/cephfs: add MDS_CLIENTS_BROKEN_ROOTSQUASH to ignorelist MDS_CLIENTS_BROKEN_ROOTSQUASH is generated and expected by test_rootsquash_nofeature but it hasn't be added to ignorelist as a result of which QA code marks the job as failed even though all tests finished running successfully. Introduced-by: bccc8ceb471c441ec04d7eb2c353630f8c5ce843 Fixes: https://tracker.ceph.com/issues/66075 Signed-off-by: Rishabh Dave (cherry picked from commit 281183dd14f75ab48824fd39513237c9883aaab7) --- qa/suites/fs/functional/tasks/admin.yaml | 2 ++ 1 file changed, 2 insertions(+) diff --git a/qa/suites/fs/functional/tasks/admin.yaml b/qa/suites/fs/functional/tasks/admin.yaml index f824c30cd0e..dd10c4674ce 100644 --- a/qa/suites/fs/functional/tasks/admin.yaml +++ b/qa/suites/fs/functional/tasks/admin.yaml @@ -7,6 +7,8 @@ overrides: - missing required features - \(MDS_CACHE_OVERSIZED\) - \(MDS_TRIM\) + - \(MDS_CLIENTS_BROKEN_ROOTSQUASH\) + - report clients with broken root_squash implementation tasks: - cephfs_test_runner: fail_on_skip: false -- 2.39.5