From b8b3eee73d79345e28404281040f7bdd3c36d171 Mon Sep 17 00:00:00 2001 From: Kefu Chai Date: Thu, 23 Nov 2017 12:56:31 +0800 Subject: [PATCH] qa: silence SLOW_OPS,PENDING_CREATING_PGS warnings this is an intermediate step to deprecate REQUEST_SLOW warnings. Signed-off-by: Kefu Chai (cherry picked from commit 4a1f2a5c78cc77eafe99f087d10c0d3daa7fca7b) Conflicts: qa/suites/rados/singleton/all/thrash-eio.yaml qa/suites/smoke/basic/tasks/mon_thrash.yaml qa/suites/smoke/basic/tasks/rados_bench.yaml qa/suites/smoke/basic/tasks/rados_cache_snaps.yaml qa/suites/smoke/basic/tasks/rados_ec_snaps.yaml qa/suites/smoke/basic/tasks/rbd_fsx.yaml: do not cherry-pick the SLOW_OPS related changes. --- qa/suites/rados/singleton/all/max-pg-per-osd.from-mon.yaml | 1 + qa/suites/rados/singleton/all/max-pg-per-osd.from-primary.yaml | 1 + qa/suites/rados/singleton/all/max-pg-per-osd.from-replica.yaml | 1 + 3 files changed, 3 insertions(+) diff --git a/qa/suites/rados/singleton/all/max-pg-per-osd.from-mon.yaml b/qa/suites/rados/singleton/all/max-pg-per-osd.from-mon.yaml index accdd964fdc..b8a7feae92a 100644 --- a/qa/suites/rados/singleton/all/max-pg-per-osd.from-mon.yaml +++ b/qa/suites/rados/singleton/all/max-pg-per-osd.from-mon.yaml @@ -18,6 +18,7 @@ overrides: osd max pg per osd hard ratio : 1 log-whitelist: - \(TOO_FEW_PGS\) + - \(PENDING_CREATING_PGS\) tasks: - install: - ceph: diff --git a/qa/suites/rados/singleton/all/max-pg-per-osd.from-primary.yaml b/qa/suites/rados/singleton/all/max-pg-per-osd.from-primary.yaml index 1c48ada75c9..8ffc9a31a25 100644 --- a/qa/suites/rados/singleton/all/max-pg-per-osd.from-primary.yaml +++ b/qa/suites/rados/singleton/all/max-pg-per-osd.from-primary.yaml @@ -21,6 +21,7 @@ overrides: log-whitelist: - \(TOO_FEW_PGS\) - \(PG_ + - \(PENDING_CREATING_PGS\) tasks: - install: - ceph: diff --git a/qa/suites/rados/singleton/all/max-pg-per-osd.from-replica.yaml b/qa/suites/rados/singleton/all/max-pg-per-osd.from-replica.yaml index 0cf37fd8ecd..8da365dd2d7 100644 --- a/qa/suites/rados/singleton/all/max-pg-per-osd.from-replica.yaml +++ b/qa/suites/rados/singleton/all/max-pg-per-osd.from-replica.yaml @@ -21,6 +21,7 @@ overrides: log-whitelist: - \(TOO_FEW_PGS\) - \(PG_ + - \(PENDING_CREATING_PGS\) tasks: - install: - ceph: -- 2.47.3