From ddb274669ca16b95c452b256e58a2830af10c73d Mon Sep 17 00:00:00 2001 From: Sage Weil Date: Mon, 27 Nov 2017 10:11:51 -0600 Subject: [PATCH] qa/suites/rados/rest: move rest_test from qa/suites/rest/ ...and add more health whitelists. Signed-off-by: Sage Weil --- .../basic/tasks => rados/rest}/rest_test.yaml | 15 ++++++++++++--- 1 file changed, 12 insertions(+), 3 deletions(-) rename qa/suites/{rest/basic/tasks => rados/rest}/rest_test.yaml (62%) diff --git a/qa/suites/rest/basic/tasks/rest_test.yaml b/qa/suites/rados/rest/rest_test.yaml similarity index 62% rename from qa/suites/rest/basic/tasks/rest_test.yaml rename to qa/suites/rados/rest/rest_test.yaml index 30e000d291af..0fdb9dc6a373 100644 --- a/qa/suites/rest/basic/tasks/rest_test.yaml +++ b/qa/suites/rados/rest/rest_test.yaml @@ -20,9 +20,18 @@ tasks: - ceph: fs: xfs log-whitelist: - - \(OSDMAP_FLAGS\) - - \(OSD_DOWN\) - - but it is still running + - overall HEALTH + - \(OSDMAP_FLAGS\) + - \(OSD_ + - \(PG_ + - \(POOL_ + - \(CACHE_POOL_ + - \(SMALLER_PGP_NUM\) + - \(OBJECT_ + - \(REQUEST_SLOW\) + - \(SLOW_OPS\) + - \(TOO_FEW_PGS\) + - but it is still running conf: client.rest0: debug ms: 1 -- 2.47.3