]> git.apps.os.sepia.ceph.com Git - teuthology.git/commitdiff
remove blanket SLOW_OPS whitelist 1172/head
authorPatrick Donnelly <pdonnell@redhat.com>
Thu, 3 May 2018 13:45:52 +0000 (06:45 -0700)
committerPatrick Donnelly <pdonnell@redhat.com>
Thu, 3 May 2018 13:46:21 +0000 (06:46 -0700)
Should no longer be necessary after [1].

[1] https://github.com/ceph/ceph/pull/21684

Signed-off-by: Patrick Donnelly <pdonnell@redhat.com>
teuthology/suite/placeholder.py

index 1942100c43d47acafb9632ce0be4be69b046d92d..9af2ffb78e865b55fba1a5a8204bdcd21cb47173 100644 (file)
@@ -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': {