Skip to content

Commit 8eac760

Browse files
authored
Merge pull request ceph#60969 from idryomov/wip-69135
qa/suites/upgrade/reef-x: sync log-ignorelist with quincy-x Reviewed-by: Laura Flores <[email protected]> Reviewed-by: Samuel Just <[email protected]> Reviewed-by: Radoslaw Zarzynski <[email protected]>
2 parents bdeee18 + 1513644 commit 8eac760

File tree

8 files changed

+79
-39
lines changed

8 files changed

+79
-39
lines changed

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

Lines changed: 10 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -32,13 +32,22 @@ 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
39+
- is down
3640
- OSD_DOWN
3741
- mons down
3842
- mon down
3943
- MON_DOWN
4044
- out of quorum
45+
- PG_AVAILABILITY
4146
- PG_DEGRADED
4247
- Reduced data availability
4348
- Degraded data redundancy
49+
- pg .* is stuck inactive
50+
- pg .* is .*degraded
51+
- FS_DEGRADED
4452
- OSDMAP_FLAGS
53+
- OSD_UPGRADE_FINISHED

qa/suites/upgrade/quincy-x/parallel/1-tasks.yaml

Lines changed: 2 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,11 +1,8 @@
11
overrides:
22
ceph:
33
log-ignorelist:
4-
- mons down
5-
- mon down
6-
- MON_DOWN
7-
- out of quorum
8-
- PG_AVAILABILITY
4+
- Telemetry requires re-opt-in
5+
- telemetry module includes new collections
96
tasks:
107
- install:
118
branch: quincy

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

Lines changed: 10 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,17 +1,25 @@
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
8+
- is down
59
- OSD_DOWN
610
- mons down
711
- mon down
812
- MON_DOWN
913
- out of quorum
14+
- PG_AVAILABILITY
1015
- PG_DEGRADED
1116
- Reduced data availability
1217
- Degraded data redundancy
18+
- pg .* is stuck inactive
19+
- pg .* is .*degraded
20+
- FS_DEGRADED
1321
- OSDMAP_FLAGS
14-
- PG_AVAILABILITY
22+
- OSD_UPGRADE_FINISHED
1523
tasks:
1624
- install:
1725
branch: quincy

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

Lines changed: 19 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -32,4 +32,22 @@ overrides:
3232
osd:
3333
osd shutdown pgref assert: true
3434
log-ignorelist:
35-
- PG_DEGRADED
35+
- do not have an application enabled
36+
- application not enabled
37+
- or freeform for custom applications
38+
- POOL_APP_NOT_ENABLED
39+
- is down
40+
- OSD_DOWN
41+
- mons down
42+
- mon down
43+
- MON_DOWN
44+
- out of quorum
45+
- PG_AVAILABILITY
46+
- PG_DEGRADED
47+
- Reduced data availability
48+
- Degraded data redundancy
49+
- pg .* is stuck inactive
50+
- pg .* is .*degraded
51+
- FS_DEGRADED
52+
- OSDMAP_FLAGS
53+
- OSD_UPGRADE_FINISHED

qa/suites/upgrade/reef-x/parallel/1-tasks.yaml

Lines changed: 2 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -1,12 +1,8 @@
11
overrides:
22
ceph:
33
log-ignorelist:
4-
- mons down
5-
- mon down
6-
- MON_DOWN
7-
- out of quorum
8-
- PG_AVAILABILITY
9-
- PG_DEGRADED
4+
- Telemetry requires re-opt-in
5+
- telemetry module includes new collections
106
tasks:
117
- install:
128
branch: reef
Lines changed: 11 additions & 12 deletions
Original file line numberDiff line numberDiff line change
@@ -1,20 +1,19 @@
11
overrides:
22
ceph:
33
log-ignorelist:
4-
- \(MDS_ALL_DOWN\)
5-
- \(MDS_UP_LESS_THAN_MAX\)
6-
- \(OSD_SLOW_PING_TIME
4+
- MDS_ALL_DOWN
5+
- MDS_UP_LESS_THAN_MAX
6+
- OSD_SLOW_PING_TIME
77
- reached quota
8+
- running out of quota
89
- overall HEALTH_
9-
- \(CACHE_POOL_NO_HIT_SET\)
10-
- \(POOL_FULL\)
11-
- \(SMALLER_PGP_NUM\)
12-
- \(SLOW_OPS\)
13-
- \(CACHE_POOL_NEAR_FULL\)
14-
- \(POOL_APP_NOT_ENABLED\)
15-
- \(PG_AVAILABILITY\)
16-
- \(OBJECT_MISPLACED\)
10+
- CACHE_POOL_NO_HIT_SET
11+
- pool\(s\) full
12+
- POOL_FULL
13+
- SMALLER_PGP_NUM
14+
- SLOW_OPS
15+
- CACHE_POOL_NEAR_FULL
16+
- OBJECT_MISPLACED
1717
- slow request
18-
- \(MON_DOWN\)
1918
- noscrub
2019
- nodeep-scrub

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

Lines changed: 14 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,11 +1,25 @@
11
overrides:
22
ceph:
33
log-ignorelist:
4+
- do not have an application enabled
5+
- application not enabled
6+
- or freeform for custom applications
7+
- POOL_APP_NOT_ENABLED
8+
- is down
9+
- OSD_DOWN
410
- mons down
511
- mon down
612
- MON_DOWN
713
- out of quorum
814
- PG_AVAILABILITY
15+
- PG_DEGRADED
16+
- Reduced data availability
17+
- Degraded data redundancy
18+
- pg .* is stuck inactive
19+
- pg .* is .*degraded
20+
- FS_DEGRADED
21+
- OSDMAP_FLAGS
22+
- OSD_UPGRADE_FINISHED
923
tasks:
1024
- install:
1125
branch: reef
Lines changed: 11 additions & 12 deletions
Original file line numberDiff line numberDiff line change
@@ -1,20 +1,19 @@
11
overrides:
22
ceph:
33
log-ignorelist:
4-
- \(MDS_ALL_DOWN\)
5-
- \(MDS_UP_LESS_THAN_MAX\)
6-
- \(OSD_SLOW_PING_TIME
4+
- MDS_ALL_DOWN
5+
- MDS_UP_LESS_THAN_MAX
6+
- OSD_SLOW_PING_TIME
77
- reached quota
8+
- running out of quota
89
- overall HEALTH_
9-
- \(CACHE_POOL_NO_HIT_SET\)
10-
- \(POOL_FULL\)
11-
- \(SMALLER_PGP_NUM\)
12-
- \(SLOW_OPS\)
13-
- \(CACHE_POOL_NEAR_FULL\)
14-
- \(POOL_APP_NOT_ENABLED\)
15-
- \(PG_AVAILABILITY\)
16-
- \(OBJECT_MISPLACED\)
10+
- CACHE_POOL_NO_HIT_SET
11+
- pool\(s\) full
12+
- POOL_FULL
13+
- SMALLER_PGP_NUM
14+
- SLOW_OPS
15+
- CACHE_POOL_NEAR_FULL
16+
- OBJECT_MISPLACED
1717
- slow request
18-
- \(MON_DOWN\)
1918
- noscrub
2019
- nodeep-scrub

0 commit comments

Comments
 (0)