Skip to content

Commit 0c3f69d

Browse files
author
Laura Flores
committed
qa/suites/rados/basic: ignore POOL_APP_NOT_ENABLED detail in cluster log
We already ignore POOL_APP_NOT_ENABLED, but the detail in the cluster health still gets picked up by the badness check, so we have to ignore that too. Fixes: https://tracker.ceph.com/issues/62776 Signed-off-by: Laura Flores <[email protected]>
1 parent 4b3d91a commit 0c3f69d

12 files changed

+46
-0
lines changed

qa/suites/rados/basic/tasks/libcephsqlite.yaml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -8,6 +8,8 @@ overrides:
88
log-ignorelist:
99
- POOL_APP_NOT_ENABLED
1010
- do not have an application enabled
11+
- application not enabled
12+
- or freeform for custom applications
1113
tasks:
1214
- exec:
1315
client.0:

qa/suites/rados/basic/tasks/rados_api_tests.yaml

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -12,6 +12,10 @@ overrides:
1212
- \(PG_AVAILABILITY\)
1313
- \(PG_DEGRADED\)
1414
- CEPHADM_STRAY_DAEMON
15+
- do not have an application enabled
16+
- POOL_APP_NOT_ENABLED
17+
- application not enabled
18+
- or freeform for custom applications
1519
conf:
1620
client:
1721
debug ms: 1

qa/suites/rados/basic/tasks/rados_cls_all.yaml

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,10 @@ overrides:
33
log-ignorelist:
44
- \(PG_AVAILABILITY\)
55
- \(POOL_APP_NOT_ENABLED\)
6+
- do not have an application enabled
7+
- POOL_APP_NOT_ENABLED
8+
- application not enabled
9+
- or freeform for custom applications
610
conf:
711
osd:
812
osd_class_load_list: "*"

qa/suites/rados/basic/tasks/rados_python.yaml

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -8,6 +8,10 @@ overrides:
88
- \(OSD_
99
- \(OBJECT_
1010
- \(POOL_APP_NOT_ENABLED\)
11+
- do not have an application enabled
12+
- POOL_APP_NOT_ENABLED
13+
- application not enabled
14+
- or freeform for custom applications
1115
install:
1216
ceph:
1317
extra_system_packages:

qa/suites/rados/basic/tasks/rados_stress_watch.yaml

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,10 @@ overrides:
55
- \(CACHE_POOL_NO_HIT_SET\)
66
- \(TOO_FEW_PGS\)
77
- \(POOL_APP_NOT_ENABLED\)
8+
- do not have an application enabled
9+
- POOL_APP_NOT_ENABLED
10+
- application not enabled
11+
- or freeform for custom applications
812
tasks:
913
- workunit:
1014
clients:

qa/suites/rados/basic/tasks/rados_striper.yaml

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,10 @@ overrides:
22
ceph:
33
log-ignorelist:
44
- \(POOL_APP_NOT_ENABLED\)
5+
- do not have an application enabled
6+
- POOL_APP_NOT_ENABLED
7+
- application not enabled
8+
- or freeform for custom applications
59
tasks:
610
- exec:
711
client.0:

qa/suites/rados/basic/tasks/rados_workunit_loadgen_big.yaml

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,10 @@ overrides:
44
- but it is still running
55
- overall HEALTH_
66
- \(POOL_APP_NOT_ENABLED\)
7+
- do not have an application enabled
8+
- POOL_APP_NOT_ENABLED
9+
- application not enabled
10+
- or freeform for custom applications
711
tasks:
812
- workunit:
913
clients:

qa/suites/rados/basic/tasks/rados_workunit_loadgen_mix.yaml

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,10 @@ overrides:
44
- but it is still running
55
- overall HEALTH_
66
- \(POOL_APP_NOT_ENABLED\)
7+
- do not have an application enabled
8+
- POOL_APP_NOT_ENABLED
9+
- application not enabled
10+
- or freeform for custom applications
711
tasks:
812
- workunit:
913
clients:

qa/suites/rados/basic/tasks/rados_workunit_loadgen_mostlyread.yaml

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,10 @@ overrides:
44
- but it is still running
55
- overall HEALTH_
66
- \(POOL_APP_NOT_ENABLED\)
7+
- do not have an application enabled
8+
- POOL_APP_NOT_ENABLED
9+
- application not enabled
10+
- or freeform for custom applications
711
tasks:
812
- workunit:
913
clients:

qa/suites/rados/basic/tasks/readwrite.yaml

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -8,6 +8,10 @@ overrides:
88
osd_discard_disconnected_ops: false
99
log-ignorelist:
1010
- \(POOL_APP_NOT_ENABLED\)
11+
- do not have an application enabled
12+
- POOL_APP_NOT_ENABLED
13+
- application not enabled
14+
- or freeform for custom applications
1115
tasks:
1216
- rados:
1317
clients: [client.0]

0 commit comments

Comments
 (0)