diff options
author | Josh Durgin <jdurgin@redhat.com> | 2018-04-10 17:21:11 +0200 |
---|---|---|
committer | GitHub <noreply@github.com> | 2018-04-10 17:21:11 +0200 |
commit | d84f723c57dd8ac61be3951b9579365cb6cbfbcf (patch) | |
tree | fef68928ea7a06528db579a349438c44d173a4cf /qa | |
parent | Merge pull request #19283 from yehudasa/wip-rgw-mfa (diff) | |
parent | qa/suites: whitelist SLOW_OPS (diff) | |
download | ceph-d84f723c57dd8ac61be3951b9579365cb6cbfbcf.tar.xz ceph-d84f723c57dd8ac61be3951b9579365cb6cbfbcf.zip |
Merge pull request #21324 from tchaikov/wip-23495
qa/suites: whitelist SLOW_OPS
Reviewed-by: Josh Durgin <jdurgin@redhat.com>
Diffstat (limited to 'qa')
-rw-r--r-- | qa/suites/rados/multimon/tasks/mon_clock_with_skews.yaml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/qa/suites/rados/multimon/tasks/mon_clock_with_skews.yaml b/qa/suites/rados/multimon/tasks/mon_clock_with_skews.yaml index a2d3d0b65a4..7567cd6a93a 100644 --- a/qa/suites/rados/multimon/tasks/mon_clock_with_skews.yaml +++ b/qa/suites/rados/multimon/tasks/mon_clock_with_skews.yaml @@ -6,13 +6,13 @@ tasks: - ceph: wait-for-healthy: false log-whitelist: - - slow request - .*clock.*skew.* - clocks not synchronized - overall HEALTH_ - \(MON_CLOCK_SKEW\) - \(MGR_DOWN\) - \(PG_ + - \(SLOW_OPS\) - No standby daemons available - mon_clock_skew_check: expect-skew: true |