blob: 0d3749f4daaf751ff15cb63bfa65e797b899efc7 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
|
overrides:
ceph:
wait-for-scrub: false
log-ignorelist:
- candidate had a stat error
- candidate had a read error
- deep-scrub 0 missing, 1 inconsistent objects
- deep-scrub 0 missing, 4 inconsistent objects
- deep-scrub [0-9]+ errors
- '!= omap_digest'
- '!= data_digest'
- repair 0 missing, 1 inconsistent objects
- repair 0 missing, 4 inconsistent objects
- repair [0-9]+ errors, [0-9]+ fixed
- scrub 0 missing, 1 inconsistent objects
- scrub [0-9]+ errors
- 'size 1 != size'
- attr name mismatch
- Regular scrub request, deep-scrub details will be lost
- candidate size [0-9]+ info size [0-9]+ mismatch
- overall HEALTH_
- \(OSDMAP_FLAGS\)
- \(OSD_
- \(PG_
conf:
osd:
filestore debug inject read err: true
bluestore debug inject read err: true
tasks:
- repair_test:
|