From 4a1f2a5c78cc77eafe99f087d10c0d3daa7fca7b 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 --- qa/suites/rados/monthrash/workloads/rados_api_tests.yaml | 1 + .../rados/singleton/all/max-pg-per-osd.from-mon.yaml | 1 + .../rados/singleton/all/max-pg-per-osd.from-primary.yaml | 1 + .../rados/singleton/all/max-pg-per-osd.from-replica.yaml | 1 + qa/suites/rados/singleton/all/thrash-eio.yaml | 9 +++++---- qa/suites/rados/verify/tasks/rados_api_tests.yaml | 1 + qa/suites/smoke/basic/tasks/mon_thrash.yaml | 1 + qa/suites/smoke/basic/tasks/rados_bench.yaml | 1 + qa/suites/smoke/basic/tasks/rados_cache_snaps.yaml | 1 + qa/suites/smoke/basic/tasks/rados_ec_snaps.yaml | 1 + qa/suites/smoke/basic/tasks/rbd_fsx.yaml | 1 + qa/tasks/thrashosds-health.yaml | 1 + 12 files changed, 16 insertions(+), 4 deletions(-) diff --git a/qa/suites/rados/monthrash/workloads/rados_api_tests.yaml b/qa/suites/rados/monthrash/workloads/rados_api_tests.yaml index 3b821bc0c72f4..8af6e7faa4ce3 100644 --- a/qa/suites/rados/monthrash/workloads/rados_api_tests.yaml +++ b/qa/suites/rados/monthrash/workloads/rados_api_tests.yaml @@ -7,6 +7,7 @@ overrides: - \(CACHE_POOL_NEAR_FULL\) - \(POOL_FULL\) - \(REQUEST_SLOW\) + - \(SLOW_OPS\) - \(MON_DOWN\) - \(PG_ - \(POOL_APP_NOT_ENABLED\) 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 accdd964fdc56..b8a7feae92a48 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 1c48ada75c931..8ffc9a31a25fd 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 0cf37fd8ecdfc..8da365dd2d7fc 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: diff --git a/qa/suites/rados/singleton/all/thrash-eio.yaml b/qa/suites/rados/singleton/all/thrash-eio.yaml index fdb8dcdab13bc..3f6ee66ace522 100644 --- a/qa/suites/rados/singleton/all/thrash-eio.yaml +++ b/qa/suites/rados/singleton/all/thrash-eio.yaml @@ -25,10 +25,11 @@ tasks: - missing primary copy of - objects unfound and apparently lost - overall HEALTH_ - - (OSDMAP_FLAGS) - - (REQUEST_SLOW) - - (PG_ - - (OSD_ + - \(OSDMAP_FLAGS\) + - \(REQUEST_SLOW\) + - \(SLOW_OPS\) + - \(PG_ + - \(OSD_ - thrashosds: op_delay: 30 clean_interval: 120 diff --git a/qa/suites/rados/verify/tasks/rados_api_tests.yaml b/qa/suites/rados/verify/tasks/rados_api_tests.yaml index 05b843ebd3eb4..0d6b28bdb9d9e 100644 --- a/qa/suites/rados/verify/tasks/rados_api_tests.yaml +++ b/qa/suites/rados/verify/tasks/rados_api_tests.yaml @@ -7,6 +7,7 @@ overrides: - \(POOL_FULL\) - \(SMALLER_PGP_NUM\) - \(REQUEST_SLOW\) + - \(SLOW_OPS\) - \(CACHE_POOL_NEAR_FULL\) - \(POOL_APP_NOT_ENABLED\) conf: diff --git a/qa/suites/smoke/basic/tasks/mon_thrash.yaml b/qa/suites/smoke/basic/tasks/mon_thrash.yaml index 946c99f55f639..5bb30fb259420 100644 --- a/qa/suites/smoke/basic/tasks/mon_thrash.yaml +++ b/qa/suites/smoke/basic/tasks/mon_thrash.yaml @@ -12,6 +12,7 @@ overrides: - \(SMALLER_PGP_NUM\) - \(OBJECT_ - \(REQUEST_SLOW\) + - \(SLOW_OPS\) - \(TOO_FEW_PGS\) conf: global: diff --git a/qa/suites/smoke/basic/tasks/rados_bench.yaml b/qa/suites/smoke/basic/tasks/rados_bench.yaml index 562cf51fc36d1..08f69c9591c23 100644 --- a/qa/suites/smoke/basic/tasks/rados_bench.yaml +++ b/qa/suites/smoke/basic/tasks/rados_bench.yaml @@ -21,6 +21,7 @@ tasks: - \(SMALLER_PGP_NUM\) - \(OBJECT_ - \(REQUEST_SLOW\) + - \(SLOW_OPS\) - \(TOO_FEW_PGS\) - thrashosds: chance_pgnum_grow: 2 diff --git a/qa/suites/smoke/basic/tasks/rados_cache_snaps.yaml b/qa/suites/smoke/basic/tasks/rados_cache_snaps.yaml index 8b14092d5c6de..0054e96d8e78c 100644 --- a/qa/suites/smoke/basic/tasks/rados_cache_snaps.yaml +++ b/qa/suites/smoke/basic/tasks/rados_cache_snaps.yaml @@ -11,6 +11,7 @@ tasks: - \(SMALLER_PGP_NUM\) - \(OBJECT_ - \(REQUEST_SLOW\) + - \(SLOW_OPS\) - \(TOO_FEW_PGS\) - thrashosds: chance_pgnum_grow: 2 diff --git a/qa/suites/smoke/basic/tasks/rados_ec_snaps.yaml b/qa/suites/smoke/basic/tasks/rados_ec_snaps.yaml index c83d08b4ece8c..f0c58286330d9 100644 --- a/qa/suites/smoke/basic/tasks/rados_ec_snaps.yaml +++ b/qa/suites/smoke/basic/tasks/rados_ec_snaps.yaml @@ -12,6 +12,7 @@ tasks: - \(SMALLER_PGP_NUM\) - \(OBJECT_ - \(REQUEST_SLOW\) + - \(SLOW_OPS\) - \(TOO_FEW_PGS\) - thrashosds: chance_pgnum_grow: 3 diff --git a/qa/suites/smoke/basic/tasks/rbd_fsx.yaml b/qa/suites/smoke/basic/tasks/rbd_fsx.yaml index cbb5aedcc51a8..770b2c3a2c1b5 100644 --- a/qa/suites/smoke/basic/tasks/rbd_fsx.yaml +++ b/qa/suites/smoke/basic/tasks/rbd_fsx.yaml @@ -10,6 +10,7 @@ overrides: - \(SMALLER_PGP_NUM\) - \(OBJECT_ - \(REQUEST_SLOW\) + - \(SLOW_OPS\) - \(TOO_FEW_PGS\) conf: client: diff --git a/qa/tasks/thrashosds-health.yaml b/qa/tasks/thrashosds-health.yaml index 3c9c4d22689e4..4fddb05b8796e 100644 --- a/qa/tasks/thrashosds-health.yaml +++ b/qa/tasks/thrashosds-health.yaml @@ -10,4 +10,5 @@ overrides: - \(SMALLER_PGP_NUM\) - \(OBJECT_ - \(REQUEST_SLOW\) + - \(SLOW_OPS\) - \(TOO_FEW_PGS\) -- 2.39.5