From 31f3cb10eb69ffa7cea0f163c0a77bb18e645047 Mon Sep 17 00:00:00 2001 From: Neha Ojha Date: Fri, 11 Jan 2019 18:19:27 -0500 Subject: [PATCH] qa/tasks/thrashosds-health.yaml: whitelist 'slow request' https://github.com/ceph/ceph/pull/25824 adds slow request to OSD logs. To deal with it, whitelist 'slow request' instead of 'slow requests'. This PR is specific to luminous because later versions whitelist it correctly. Signed-off-by: Neha Ojha --- qa/tasks/thrashosds-health.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/qa/tasks/thrashosds-health.yaml b/qa/tasks/thrashosds-health.yaml index 111e2d8c48c..9a4d35abf6b 100644 --- a/qa/tasks/thrashosds-health.yaml +++ b/qa/tasks/thrashosds-health.yaml @@ -12,4 +12,4 @@ overrides: - \(REQUEST_SLOW\) - \(TOO_FEW_PGS\) - \(MON_DOWN\) - - slow requests + - slow request -- 2.47.3