mirror of
https://github.com/ceph/ceph
synced 2025-02-22 02:27:29 +00:00
Merge pull request #775 from ceph/wip-stat-error
repair_test: Add whitelist item for new stat error message
This commit is contained in:
commit
7d2bbc900d
@ -1,6 +1,6 @@
|
||||
overrides:
|
||||
ceph:
|
||||
log-whitelist: ['candidate had a read error', 'deep-scrub 0 missing, 1 inconsistent objects', 'deep-scrub 0 missing, 4 inconsistent objects', 'deep-scrub 1 errors', 'deep-scrub 4 errors', '!= known omap_digest', '!= known data_digest', 'repair 0 missing, 1 inconsistent objects', 'repair 0 missing, 4 inconsistent objects', 'repair 1 errors, 1 fixed', 'repair 4 errors, 4 fixed', 'scrub 0 missing, 1 inconsistent', 'scrub 1 errors', 'size 1 != known size', '!= best guess']
|
||||
log-whitelist: ['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 1 errors', 'deep-scrub 4 errors', '!= known omap_digest', '!= known data_digest', 'repair 0 missing, 1 inconsistent objects', 'repair 0 missing, 4 inconsistent objects', 'repair 1 errors, 1 fixed', 'repair 4 errors, 4 fixed', 'scrub 0 missing, 1 inconsistent', 'scrub 1 errors', 'size 1 != known size', '!= best guess']
|
||||
conf:
|
||||
osd:
|
||||
filestore debug inject read err : true
|
||||
|
@ -262,6 +262,7 @@ def task(ctx, config):
|
||||
- install:
|
||||
- ceph:
|
||||
log-whitelist:
|
||||
- 'candidate had a stat error'
|
||||
- 'candidate had a read error'
|
||||
- 'deep-scrub 0 missing, 1 inconsistent objects'
|
||||
- 'deep-scrub 0 missing, 4 inconsistent objects'
|
||||
|
Loading…
Reference in New Issue
Block a user