mirror of
https://github.com/ceph/ceph
synced 2025-02-19 00:47:49 +00:00
Merge pull request #22074 from dzafman/wip-parens
test: Need to escape parens in log-whitelist for grep Reviewed-by: Josh Durgin <jdurgin@redhat.com>
This commit is contained in:
commit
1642bc4491
@ -6,7 +6,7 @@ overrides:
|
||||
- Metadata damage detected
|
||||
- bad backtrace on inode
|
||||
- overall HEALTH_
|
||||
- (MDS_TRIM)
|
||||
- \(MDS_TRIM\)
|
||||
conf:
|
||||
mds:
|
||||
mds log max segments: 1
|
||||
|
@ -18,9 +18,9 @@ overrides:
|
||||
- attr name mismatch
|
||||
- Regular scrub request, deep-scrub details will be lost
|
||||
- overall HEALTH_
|
||||
- (OSDMAP_FLAGS)
|
||||
- (OSD_
|
||||
- (PG_
|
||||
- \(OSDMAP_FLAGS\)
|
||||
- \(OSD_
|
||||
- \(PG_
|
||||
conf:
|
||||
osd:
|
||||
filestore debug inject read err: true
|
||||
|
@ -16,11 +16,11 @@ overrides:
|
||||
- 'deep-scrub 1 missing, 0 inconsistent objects'
|
||||
- 'failed to pick suitable auth object'
|
||||
- overall HEALTH_
|
||||
- (OSDMAP_FLAGS)
|
||||
- (OSD_
|
||||
- (PG_
|
||||
- (OSD_SCRUB_ERRORS)
|
||||
- (TOO_FEW_PGS)
|
||||
- \(OSDMAP_FLAGS\)
|
||||
- \(OSD_
|
||||
- \(PG_
|
||||
- \(OSD_SCRUB_ERRORS\)
|
||||
- \(TOO_FEW_PGS\)
|
||||
conf:
|
||||
osd:
|
||||
osd deep scrub update digest min age: 0
|
||||
|
@ -14,7 +14,7 @@ overrides:
|
||||
- overall HEALTH_
|
||||
- \(MGR_DOWN\)
|
||||
# slow mons -> slow peering -> PG_AVAILABILITY
|
||||
- \(PG_AVAILABILITY)
|
||||
- \(PG_AVAILABILITY\)
|
||||
- \(SLOW_OPS\)
|
||||
tasks:
|
||||
- install:
|
||||
|
@ -5,6 +5,7 @@ overrides:
|
||||
- overall HEALTH_
|
||||
- \(PG_
|
||||
- \(MON_DOWN\)
|
||||
- \(CACHE_POOL_NO_HIT_SET\)
|
||||
tasks:
|
||||
- workunit:
|
||||
clients:
|
||||
|
@ -6,6 +6,6 @@ tasks:
|
||||
- .*clock.*skew.*
|
||||
- clocks not synchronized
|
||||
- overall HEALTH_
|
||||
- (MON_CLOCK_SKEW)
|
||||
- \(MON_CLOCK_SKEW\)
|
||||
- mon_clock_skew_check:
|
||||
expect-skew: false
|
||||
|
@ -22,10 +22,11 @@ tasks:
|
||||
- failsafe engaged, dropping updates
|
||||
- failsafe disengaged, no longer dropping updates
|
||||
- overall HEALTH_
|
||||
- (OSDMAP_FLAGS)
|
||||
- (OSD_
|
||||
- (PG_
|
||||
- (SMALLER_PG_NUM)
|
||||
- \(OSDMAP_FLAGS\)
|
||||
- \(OSD_
|
||||
- \(PG_
|
||||
- \(SMALLER_PG_NUM\)
|
||||
- \(CACHE_POOL_NO_HIT_SET\)
|
||||
- workunit:
|
||||
clients:
|
||||
all:
|
||||
|
@ -10,10 +10,10 @@ overrides:
|
||||
- MDS in read-only mode
|
||||
- force file system read-only
|
||||
- overall HEALTH_
|
||||
- (OSDMAP_FLAGS)
|
||||
- (OSD_FULL)
|
||||
- (MDS_READ_ONLY)
|
||||
- (POOL_FULL)
|
||||
- \(OSDMAP_FLAGS\)
|
||||
- \(OSD_FULL\)
|
||||
- \(MDS_READ_ONLY\)
|
||||
- \(POOL_FULL\)
|
||||
tasks:
|
||||
- install:
|
||||
- ceph:
|
||||
|
@ -16,9 +16,9 @@ tasks:
|
||||
- but it is still running
|
||||
- slow request
|
||||
- overall HEALTH_
|
||||
- (OSDMAP_FLAGS)
|
||||
- (OSD_
|
||||
- (PG_
|
||||
- \(OSDMAP_FLAGS\)
|
||||
- \(OSD_
|
||||
- \(PG_
|
||||
- exec:
|
||||
client.0:
|
||||
- sudo ceph osd pool create foo 128 128
|
||||
|
@ -20,8 +20,8 @@ tasks:
|
||||
- objects unfound and apparently lost
|
||||
- had a read error
|
||||
- overall HEALTH_
|
||||
- (POOL_APP_NOT_ENABLED)
|
||||
- (PG_DEGRADED)
|
||||
- \(POOL_APP_NOT_ENABLED\)
|
||||
- \(PG_DEGRADED\)
|
||||
- full_sequential:
|
||||
- exec:
|
||||
client.0:
|
||||
|
@ -19,7 +19,7 @@ tasks:
|
||||
- but it is still running
|
||||
- slow request
|
||||
- overall HEALTH_
|
||||
- (CACHE_POOL_
|
||||
- \(CACHE_POOL_
|
||||
- exec:
|
||||
client.0:
|
||||
- sudo ceph osd pool create base 4
|
||||
|
@ -4,4 +4,4 @@ tasks:
|
||||
overrides:
|
||||
ceph:
|
||||
log-whitelist:
|
||||
- (POOL_APP_NOT_ENABLED)
|
||||
- \(POOL_APP_NOT_ENABLED\)
|
||||
|
@ -4,8 +4,8 @@ overrides:
|
||||
- but it is still running
|
||||
- objects unfound and apparently lost
|
||||
- overall HEALTH_
|
||||
- (CACHE_POOL_NEAR_FULL)
|
||||
- (CACHE_POOL_NO_HIT_SET)
|
||||
- \(CACHE_POOL_NEAR_FULL\)
|
||||
- \(CACHE_POOL_NO_HIT_SET\)
|
||||
tasks:
|
||||
- exec:
|
||||
client.0:
|
||||
|
@ -24,7 +24,7 @@ overrides:
|
||||
- scrub mismatch
|
||||
- ScrubResult
|
||||
- wrongly marked
|
||||
- (POOL_APP_NOT_ENABLED)
|
||||
- \(POOL_APP_NOT_ENABLED\)
|
||||
- overall HEALTH_
|
||||
conf:
|
||||
global:
|
||||
|
Loading…
Reference in New Issue
Block a user