From: Rishabh Dave Date: Thu, 16 May 2024 16:30:01 +0000 (+0530) Subject: qa/cephfs: add MDS_CLIENTS_BROKEN_ROOTSQUASH to ignorelist X-Git-Tag: testing/wip-jcollin-testing-20240701.083303-reef~9^2~1 X-Git-Url: http://git.apps.os.sepia.ceph.com/?a=commitdiff_plain;h=6bd7c1b5db4db4e78601f7454ceb8936dd53e530;p=ceph-ci.git 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) --- 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