From fa2a86196c3ed39c1726be689e42ed5d4aae197a Mon Sep 17 00:00:00 2001 From: John Spray Date: Wed, 1 Apr 2015 18:29:08 +0100 Subject: [PATCH] suites/fs: update log whitelist These ones had been passing because of #11177, now that that is fixed they require an update. Fixes: #11300 Signed-off-by: John Spray Signed-off-by: Greg Farnum --- suites/fs/recovery/tasks/client-limits.yaml | 5 +++++ suites/fs/recovery/tasks/mds-full.yaml | 3 +++ 2 files changed, 8 insertions(+) diff --git a/suites/fs/recovery/tasks/client-limits.yaml b/suites/fs/recovery/tasks/client-limits.yaml index 7bff735da30c6..4cf874d5df836 100644 --- a/suites/fs/recovery/tasks/client-limits.yaml +++ b/suites/fs/recovery/tasks/client-limits.yaml @@ -1,3 +1,8 @@ +overrides: + ceph: + log-whitelist: + - responding to mclientcaps\(revoke\) + tasks: - mds_client_limits: diff --git a/suites/fs/recovery/tasks/mds-full.yaml b/suites/fs/recovery/tasks/mds-full.yaml index a960d10a17283..fe52ae32043ac 100644 --- a/suites/fs/recovery/tasks/mds-full.yaml +++ b/suites/fs/recovery/tasks/mds-full.yaml @@ -1,6 +1,9 @@ overrides: ceph: + log-whitelist: + - OSD full dropping all updates + - OSD near full conf: osd: osd objectstore: memstore -- 2.39.5