Skip to content

Commit 1513644

Browse files
committed
qa/suites/upgrade/*-x: ignore more POOL_APP_NOT_ENABLED variants
Cover warnings like [WRN] Health detail: HEALTH_WARN 1 pool(s) do not have an application enabled" in cluster log [WRN] application not enabled on pool 'cephfs_metadata'" in cluster log [WRN] use 'ceph osd pool application enable <pool-name> <app-name>', where <app-name> is 'cephfs', 'rbd', 'rgw', or freeform for custom applications." in cluster log and also the non-parenthesized form. Signed-off-by: Ilya Dryomov <[email protected]>
1 parent b957e9b commit 1513644

File tree

4 files changed

+16
-4
lines changed

4 files changed

+16
-4
lines changed

qa/suites/upgrade/quincy-x/parallel/0-start.yaml

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,10 @@ overrides:
3232
osd:
3333
osd shutdown pgref assert: true
3434
log-ignorelist:
35-
- \(POOL_APP_NOT_ENABLED\)
35+
- do not have an application enabled
36+
- application not enabled
37+
- or freeform for custom applications
38+
- POOL_APP_NOT_ENABLED
3639
- is down
3740
- OSD_DOWN
3841
- mons down

qa/suites/upgrade/quincy-x/stress-split/1-start.yaml

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,10 @@
11
overrides:
22
ceph:
33
log-ignorelist:
4-
- \(POOL_APP_NOT_ENABLED\)
4+
- do not have an application enabled
5+
- application not enabled
6+
- or freeform for custom applications
7+
- POOL_APP_NOT_ENABLED
58
- is down
69
- OSD_DOWN
710
- mons down

qa/suites/upgrade/reef-x/parallel/0-start.yaml

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,10 @@ overrides:
3232
osd:
3333
osd shutdown pgref assert: true
3434
log-ignorelist:
35-
- \(POOL_APP_NOT_ENABLED\)
35+
- do not have an application enabled
36+
- application not enabled
37+
- or freeform for custom applications
38+
- POOL_APP_NOT_ENABLED
3639
- is down
3740
- OSD_DOWN
3841
- mons down

qa/suites/upgrade/reef-x/stress-split/1-start.yaml

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,10 @@
11
overrides:
22
ceph:
33
log-ignorelist:
4-
- \(POOL_APP_NOT_ENABLED\)
4+
- do not have an application enabled
5+
- application not enabled
6+
- or freeform for custom applications
7+
- POOL_APP_NOT_ENABLED
58
- is down
69
- OSD_DOWN
710
- mons down

0 commit comments

Comments
 (0)