From: Patrick Donnelly Date: Thu, 3 May 2018 13:45:52 +0000 (-0700) Subject: remove blanket SLOW_OPS whitelist X-Git-Tag: 1.1.0~344^2 X-Git-Url: http://git.apps.os.sepia.ceph.com/?a=commitdiff_plain;h=7bf8e267d8853e9d2bbe9e5b6892b7ec8fb1b279;p=teuthology.git remove blanket SLOW_OPS whitelist Should no longer be necessary after [1]. [1] https://github.com/ceph/ceph/pull/21684 Signed-off-by: Patrick Donnelly --- diff --git a/teuthology/suite/placeholder.py b/teuthology/suite/placeholder.py index 1942100c43..9af2ffb78e 100644 --- a/teuthology/suite/placeholder.py +++ b/teuthology/suite/placeholder.py @@ -70,10 +70,8 @@ dict_templ = { 'debug osd': 25 } }, - 'log-whitelist': ['slow request', - '\(MDS_ALL_DOWN\)', - '\(MDS_UP_LESS_THAN_MAX\)', - '\(SLOW_OPS\)'], + 'log-whitelist': ['\(MDS_ALL_DOWN\)', + '\(MDS_UP_LESS_THAN_MAX\)'], 'sha1': Placeholder('ceph_hash'), }, 'ceph-deploy': {