Skip to content

Commit c30cdbd

Browse files
qa/cephfs: update ignorelist
In following 2 jobs from a Squid QA run we see cluster errors/warnings which are expected but not added to ignorelist which causes these jobs to fail. From https://pulpito.ceph.com/xiubli-2024-07-29_02:08:56-fs-wip-xiubli-testing-20240726.021939-squid-distro-default-smithi/7823678 - "2024-07-29T05:10:00.000118+0000 mon.smithi057 (mon.0) 879 : cluster [WRN] Health detail: HEALTH_WARN insufficient standby MDS daemons available" in cluster log From https://pulpito.ceph.com/xiubli-2024-07-29_02:08:56-fs-wip-xiubli-testing-20240726.021939-squid-distro-default-smithi/7823724 - "2024-07-29T06:00:00.000144+0000 mon.smithi104 (mon.0) 600 : cluster [ERR] fs cephfs is degraded" in cluster log "FS_DEGRADED" and "MDS_INSUFFICIENT_STANDBY" are already present in the ignorelist for these jobs bit these are not sufficient catch above cluster warninings/errors. Therefore, add "fs.*is degraded" and "insufficient standby MDS daemons available" too. Fixes: https://tracker.ceph.com/issues/67303 Signed-off-by: Rishabh Dave <[email protected]>
1 parent d622325 commit c30cdbd

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

qa/cephfs/overrides/ignorelist_health.yaml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,13 +2,15 @@ overrides:
22
ceph:
33
log-ignorelist:
44
- FS_DEGRADED
5+
- fs.*is degraded
56
- FS_INLINE_DATA_DEPRECATED
67
- FS_WITH_FAILED_MDS
78
- MDS_ALL_DOWN
89
- MDS_DAMAGE
910
- MDS_DEGRADED
1011
- MDS_FAILED
1112
- MDS_INSUFFICIENT_STANDBY
13+
- insufficient standby MDS daemons available
1214
- MDS_UP_LESS_THAN_MAX
1315
- filesystem is online with fewer MDS than max_mds
1416
- POOL_APP_NOT_ENABLED

0 commit comments

Comments
 (0)