diff options
Diffstat (limited to 'qa/suites/kcephfs/recovery/tasks/client-recovery.yaml')
-rw-r--r-- | qa/suites/kcephfs/recovery/tasks/client-recovery.yaml | 15 |
1 files changed, 15 insertions, 0 deletions
diff --git a/qa/suites/kcephfs/recovery/tasks/client-recovery.yaml b/qa/suites/kcephfs/recovery/tasks/client-recovery.yaml new file mode 100644 index 00000000..725a259d --- /dev/null +++ b/qa/suites/kcephfs/recovery/tasks/client-recovery.yaml @@ -0,0 +1,15 @@ + +# The task interferes with the network, so we need +# to permit OSDs to complain about that. +overrides: + ceph: + log-whitelist: + - but it is still running + - slow request + - evicting unresponsive client + +tasks: + - cephfs_test_runner: + fail_on_skip: false + modules: + - tasks.cephfs.test_client_recovery |