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/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 a3cfaa2bc62..73e64bb2c5b 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 @@ -5,6 +5,8 @@ overrides: - python3-pytest 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 f35771e78a3..8f824838cb1 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] - tox: [client.0] - s3tests: diff --git a/qa/suites/smoke/basic/tasks/test/rgw_s3tests.yaml b/qa/suites/smoke/basic/tasks/test/rgw_s3tests.yaml index e3a1167c6ee..ab98e5819e0 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] - tox: [client.0] - s3tests: