From c9c91af31d60c6e9f0eaa971c52985418a4707d3 Mon Sep 17 00:00:00 2001 From: Patrick Donnelly Date: Wed, 11 Apr 2018 16:19:25 -0700 Subject: [PATCH] placeholder: update whitelist for osd slow op wrn Caused by: https://github.com/ceph/ceph/pull/20660 (ea97c120d2173f2fc70d979d57a7edb2a6c5da5e) Fixes: https://tracker.ceph.com/issues/23662 Signed-off-by: Patrick Donnelly --- teuthology/suite/placeholder.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/teuthology/suite/placeholder.py b/teuthology/suite/placeholder.py index 73e58d1efd..2749afb500 100644 --- a/teuthology/suite/placeholder.py +++ b/teuthology/suite/placeholder.py @@ -70,7 +70,7 @@ dict_templ = { 'debug osd': 25 } }, - 'log-whitelist': ['slow request'], + 'log-whitelist': ['slow request', '\(SLOW_OPS\)'], 'sha1': Placeholder('ceph_hash'), }, 'ceph-deploy': { -- 2.39.5