From: Prashant D Date: Tue, 17 Oct 2023 19:58:34 +0000 (-0400) Subject: qa/smoke,rados,perf-basic: add POOL_APP_NOT_ENABLED to ignorelist X-Git-Tag: v17.2.7~11^2 X-Git-Url: http://git-server-git.apps.pok.os.sepia.ceph.com/?a=commitdiff_plain;h=69fb3d4792adb6f1b63824c294e62c636f9a850d;p=ceph.git qa/smoke,rados,perf-basic: add POOL_APP_NOT_ENABLED to ignorelist Some of the smoke, rados, perf-basic and upgrade-clients tests were failing due to POOL_APP_NOT_ENABLED health check failure. Add POOL_APP_NOT_ENABLED to ignorelist for these tests. Signed-off-by: Prashant D --- diff --git a/qa/suites/orch/cephadm/orchestrator_cli/orchestrator_cli.yaml b/qa/suites/orch/cephadm/orchestrator_cli/orchestrator_cli.yaml index 564a2eb0252..3e6e7f95536 100644 --- a/qa/suites/orch/cephadm/orchestrator_cli/orchestrator_cli.yaml +++ b/qa/suites/orch/cephadm/orchestrator_cli/orchestrator_cli.yaml @@ -13,6 +13,7 @@ tasks: - \(PG_ - replacing it with standby - No standby daemons available + - \(POOL_APP_NOT_ENABLED\) - cephfs_test_runner: modules: - - tasks.mgr.test_orchestrator_cli \ No newline at end of file + - tasks.mgr.test_orchestrator_cli diff --git a/qa/suites/perf-basic/objectstore/bluestore.yaml b/qa/suites/perf-basic/objectstore/bluestore.yaml index f5793d76ee5..699db42d74d 100644 --- a/qa/suites/perf-basic/objectstore/bluestore.yaml +++ b/qa/suites/perf-basic/objectstore/bluestore.yaml @@ -1,6 +1,8 @@ overrides: ceph: fs: xfs + log-ignorelist: + - \(POOL_APP_NOT_ENABLED\) conf: osd: osd objectstore: bluestore diff --git a/qa/suites/rados/objectstore/backends/alloc-hint.yaml b/qa/suites/rados/objectstore/backends/alloc-hint.yaml index 4bc07bffaf4..b128f4dc861 100644 --- a/qa/suites/rados/objectstore/backends/alloc-hint.yaml +++ b/qa/suites/rados/objectstore/backends/alloc-hint.yaml @@ -17,6 +17,8 @@ overrides: tasks: - install: - ceph: + log-ignorelist: + - \(POOL_APP_NOT_ENABLED\) - workunit: clients: all: diff --git a/qa/suites/rados/objectstore/backends/filejournal.yaml b/qa/suites/rados/objectstore/backends/filejournal.yaml index b0af80084f8..41a9b73f3ad 100644 --- a/qa/suites/rados/objectstore/backends/filejournal.yaml +++ b/qa/suites/rados/objectstore/backends/filejournal.yaml @@ -8,6 +8,8 @@ tasks: - install: - ceph: fs: xfs + log-ignorelist: + - \(POOL_APP_NOT_ENABLED\) - exec: client.0: - ceph_test_filejournal diff --git a/qa/suites/smoke/basic/tasks/test/cfuse_workunit_suites_blogbench.yaml b/qa/suites/smoke/basic/tasks/test/cfuse_workunit_suites_blogbench.yaml index 0e51ed0e4fd..bc40416ffb2 100644 --- a/qa/suites/smoke/basic/tasks/test/cfuse_workunit_suites_blogbench.yaml +++ b/qa/suites/smoke/basic/tasks/test/cfuse_workunit_suites_blogbench.yaml @@ -1,6 +1,8 @@ tasks: - ceph: fs: xfs + log-ignorelist: + - \(POOL_APP_NOT_ENABLED\) - ceph-fuse: - workunit: clients: diff --git a/qa/suites/smoke/basic/tasks/test/cfuse_workunit_suites_fsstress.yaml b/qa/suites/smoke/basic/tasks/test/cfuse_workunit_suites_fsstress.yaml index 8f0bc592c90..e21286d595e 100644 --- a/qa/suites/smoke/basic/tasks/test/cfuse_workunit_suites_fsstress.yaml +++ b/qa/suites/smoke/basic/tasks/test/cfuse_workunit_suites_fsstress.yaml @@ -1,5 +1,7 @@ tasks: - ceph: + log-ignorelist: + - \(POOL_APP_NOT_ENABLED\) - ceph-fuse: - workunit: clients: diff --git a/qa/suites/smoke/basic/tasks/test/cfuse_workunit_suites_iozone.yaml b/qa/suites/smoke/basic/tasks/test/cfuse_workunit_suites_iozone.yaml index fedc23081b4..871606ab87c 100644 --- a/qa/suites/smoke/basic/tasks/test/cfuse_workunit_suites_iozone.yaml +++ b/qa/suites/smoke/basic/tasks/test/cfuse_workunit_suites_iozone.yaml @@ -1,5 +1,7 @@ tasks: - ceph: + log-ignorelist: + - \(POOL_APP_NOT_ENABLED\) - ceph-fuse: [client.0] - workunit: clients: diff --git a/qa/suites/smoke/basic/tasks/test/cfuse_workunit_suites_pjd.yaml b/qa/suites/smoke/basic/tasks/test/cfuse_workunit_suites_pjd.yaml index 03501ecd3c0..0f4469c9300 100644 --- a/qa/suites/smoke/basic/tasks/test/cfuse_workunit_suites_pjd.yaml +++ b/qa/suites/smoke/basic/tasks/test/cfuse_workunit_suites_pjd.yaml @@ -1,6 +1,8 @@ tasks: - ceph: fs: xfs + log-ignorelist: + - \(POOL_APP_NOT_ENABLED\) conf: mds: debug mds: 20 diff --git a/qa/suites/smoke/basic/tasks/test/kclient_workunit_direct_io.yaml b/qa/suites/smoke/basic/tasks/test/kclient_workunit_direct_io.yaml index 6d3ccdf0556..3720d418c82 100644 --- a/qa/suites/smoke/basic/tasks/test/kclient_workunit_direct_io.yaml +++ b/qa/suites/smoke/basic/tasks/test/kclient_workunit_direct_io.yaml @@ -5,6 +5,8 @@ overrides: ms die on skipped message: false tasks: - ceph: + log-ignorelist: + - \(POOL_APP_NOT_ENABLED\) - kclient: - workunit: clients: diff --git a/qa/suites/smoke/basic/tasks/test/kclient_workunit_suites_dbench.yaml b/qa/suites/smoke/basic/tasks/test/kclient_workunit_suites_dbench.yaml index 2a9b991a972..256d1f1feeb 100644 --- a/qa/suites/smoke/basic/tasks/test/kclient_workunit_suites_dbench.yaml +++ b/qa/suites/smoke/basic/tasks/test/kclient_workunit_suites_dbench.yaml @@ -6,6 +6,8 @@ overrides: tasks: - ceph: fs: xfs + log-ignorelist: + - \(POOL_APP_NOT_ENABLED\) - kclient: - workunit: clients: diff --git a/qa/suites/smoke/basic/tasks/test/kclient_workunit_suites_fsstress.yaml b/qa/suites/smoke/basic/tasks/test/kclient_workunit_suites_fsstress.yaml index 96a7a215db7..649ea8e1459 100644 --- a/qa/suites/smoke/basic/tasks/test/kclient_workunit_suites_fsstress.yaml +++ b/qa/suites/smoke/basic/tasks/test/kclient_workunit_suites_fsstress.yaml @@ -6,6 +6,8 @@ overrides: tasks: - ceph: fs: xfs + log-ignorelist: + - \(POOL_APP_NOT_ENABLED\) - kclient: - workunit: clients: diff --git a/qa/suites/smoke/basic/tasks/test/kclient_workunit_suites_pjd.yaml b/qa/suites/smoke/basic/tasks/test/kclient_workunit_suites_pjd.yaml index 60723a4164f..7dea45b805d 100644 --- a/qa/suites/smoke/basic/tasks/test/kclient_workunit_suites_pjd.yaml +++ b/qa/suites/smoke/basic/tasks/test/kclient_workunit_suites_pjd.yaml @@ -6,6 +6,8 @@ overrides: tasks: - ceph: fs: xfs + log-ignorelist: + - \(POOL_APP_NOT_ENABLED\) - kclient: - workunit: clients: diff --git a/qa/suites/smoke/basic/tasks/test/libcephfs_interface_tests.yaml b/qa/suites/smoke/basic/tasks/test/libcephfs_interface_tests.yaml index 2e332f0137d..3be975b6bf2 100644 --- a/qa/suites/smoke/basic/tasks/test/libcephfs_interface_tests.yaml +++ b/qa/suites/smoke/basic/tasks/test/libcephfs_interface_tests.yaml @@ -9,6 +9,8 @@ overrides: debug mds: 20 tasks: - ceph: + log-ignorelist: + - \(POOL_APP_NOT_ENABLED\) - ceph-fuse: - workunit: clients: diff --git a/qa/suites/smoke/basic/tasks/test/rados_cls_all.yaml b/qa/suites/smoke/basic/tasks/test/rados_cls_all.yaml index 07e28a7a46d..c4d55728c31 100644 --- a/qa/suites/smoke/basic/tasks/test/rados_cls_all.yaml +++ b/qa/suites/smoke/basic/tasks/test/rados_cls_all.yaml @@ -7,6 +7,8 @@ overrides: tasks: - ceph: fs: xfs + log-ignorelist: + - \(POOL_APP_NOT_ENABLED\) - workunit: clients: client.0: diff --git a/qa/suites/smoke/basic/tasks/test/rbd_cli_import_export.yaml b/qa/suites/smoke/basic/tasks/test/rbd_cli_import_export.yaml index 9c2ad68a311..79ff9418d82 100644 --- a/qa/suites/smoke/basic/tasks/test/rbd_cli_import_export.yaml +++ b/qa/suites/smoke/basic/tasks/test/rbd_cli_import_export.yaml @@ -1,6 +1,8 @@ tasks: - ceph: fs: xfs + log-ignorelist: + - \(POOL_APP_NOT_ENABLED\) - ceph-fuse: - workunit: clients: diff --git a/qa/suites/smoke/basic/tasks/test/rbd_python_api_tests.yaml b/qa/suites/smoke/basic/tasks/test/rbd_python_api_tests.yaml index 23366372393..bb79624f2bf 100644 --- a/qa/suites/smoke/basic/tasks/test/rbd_python_api_tests.yaml +++ b/qa/suites/smoke/basic/tasks/test/rbd_python_api_tests.yaml @@ -1,5 +1,7 @@ tasks: - ceph: + log-ignorelist: + - \(POOL_APP_NOT_ENABLED\) - ceph-fuse: - workunit: clients: diff --git a/qa/suites/smoke/basic/tasks/test/rbd_workunit_suites_iozone.yaml b/qa/suites/smoke/basic/tasks/test/rbd_workunit_suites_iozone.yaml index 1cbaebc89c5..8602447aad2 100644 --- a/qa/suites/smoke/basic/tasks/test/rbd_workunit_suites_iozone.yaml +++ b/qa/suites/smoke/basic/tasks/test/rbd_workunit_suites_iozone.yaml @@ -7,6 +7,8 @@ overrides: rbd default features: 5 tasks: - ceph: + log-ignorelist: + - \(POOL_APP_NOT_ENABLED\) - rbd: all: image_size: 20480 diff --git a/qa/suites/smoke/basic/tasks/test/rgw_ec_s3tests.yaml b/qa/suites/smoke/basic/tasks/test/rgw_ec_s3tests.yaml index 0d843591b98..7fb17ac7e0d 100644 --- a/qa/suites/smoke/basic/tasks/test/rgw_ec_s3tests.yaml +++ b/qa/suites/smoke/basic/tasks/test/rgw_ec_s3tests.yaml @@ -4,6 +4,8 @@ overrides: cache-pools: true tasks: - ceph: + log-ignorelist: + - \(POOL_APP_NOT_ENABLED\) - rgw: [client.0] - s3tests: client.0: diff --git a/qa/suites/smoke/basic/tasks/test/rgw_s3tests.yaml b/qa/suites/smoke/basic/tasks/test/rgw_s3tests.yaml index dee65ac4bfd..11fdbd1f465 100644 --- a/qa/suites/smoke/basic/tasks/test/rgw_s3tests.yaml +++ b/qa/suites/smoke/basic/tasks/test/rgw_s3tests.yaml @@ -1,6 +1,8 @@ tasks: - ceph: fs: xfs + log-ignorelist: + - \(POOL_APP_NOT_ENABLED\) - rgw: [client.0] - s3tests: client.0: diff --git a/qa/suites/upgrade-clients/client-upgrade-quincy-reef/quincy-client-x/rbd/0-cluster/start.yaml b/qa/suites/upgrade-clients/client-upgrade-quincy-reef/quincy-client-x/rbd/0-cluster/start.yaml index b2bce035eac..2600a7cd5e4 100644 --- a/qa/suites/upgrade-clients/client-upgrade-quincy-reef/quincy-client-x/rbd/0-cluster/start.yaml +++ b/qa/suites/upgrade-clients/client-upgrade-quincy-reef/quincy-client-x/rbd/0-cluster/start.yaml @@ -17,3 +17,5 @@ roles: overrides: ceph: fs: xfs + log-ignorelist: + - \(POOL_APP_NOT_ENABLED\)