From: Kefu Chai Date: Thu, 23 Nov 2017 04:56:31 +0000 (+0800) Subject: qa: silence SLOW_OPS,PENDING_CREATING_PGS warnings X-Git-Tag: v12.2.3~10^2 X-Git-Url: http://git-server-git.apps.pok.os.sepia.ceph.com/?a=commitdiff_plain;h=b8b3eee73d79345e28404281040f7bdd3c36d171;p=ceph.git 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. --- 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 accdd964fdc5..b8a7feae92a4 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 1c48ada75c93..8ffc9a31a25f 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 0cf37fd8ecdf..8da365dd2d7f 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: