From e4e8c844316a3753ff27f0ee69fb20cedab4c964 Mon Sep 17 00:00:00 2001 From: Dhairya Parmar Date: Mon, 8 May 2023 14:20:28 +0530 Subject: [PATCH] qa: ignore cluster warning when fs flag refuse_client_session is set Fixes: https://tracker.ceph.com/issues/59667 Introduced-by: https://github.com/ceph/ceph/pull/48720 Signed-off-by: Dhairya Parmar --- qa/suites/fs/functional/tasks/client-recovery.yaml | 1 + 1 file changed, 1 insertion(+) diff --git a/qa/suites/fs/functional/tasks/client-recovery.yaml b/qa/suites/fs/functional/tasks/client-recovery.yaml index d927fd11b6c7b..e67acc3aba3a8 100644 --- a/qa/suites/fs/functional/tasks/client-recovery.yaml +++ b/qa/suites/fs/functional/tasks/client-recovery.yaml @@ -8,6 +8,7 @@ overrides: - slow request - MDS_CLIENT_LATE_RELEASE - t responding to mclientcaps + - file system flag refuse_client_session is set tasks: - cephfs_test_runner: fail_on_skip: false -- 2.47.3