mirror of
https://github.com/ceph/ceph
synced 2025-03-10 02:09:21 +00:00
Add scrub_test and repair_test to rados basic suite
Signed-off-by: David Zafman <david.zafman@inktank.com>
This commit is contained in:
parent
8a18d8baaf
commit
0bbe98367f
11
suites/rados/basic/tasks/repair_test.yaml
Normal file
11
suites/rados/basic/tasks/repair_test.yaml
Normal file
@ -0,0 +1,11 @@
|
||||
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', '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']
|
||||
conf:
|
||||
osd:
|
||||
filestore debug inject read err : true
|
||||
tasks:
|
||||
- install:
|
||||
- ceph:
|
||||
- repair_test:
|
||||
|
13
suites/rados/basic/tasks/scrub_test.yaml
Normal file
13
suites/rados/basic/tasks/scrub_test.yaml
Normal file
@ -0,0 +1,13 @@
|
||||
overrides:
|
||||
ceph:
|
||||
log-whitelist:
|
||||
- '!= known digest'
|
||||
- '!= known omap_digest'
|
||||
- deep-scrub 0 missing, 1 inconsistent objects
|
||||
- deep-scrub 1 errors
|
||||
- repair 0 missing, 1 inconsistent objects
|
||||
- repair 1 errors, 1 fixed
|
||||
tasks:
|
||||
- install:
|
||||
- ceph:
|
||||
- scrub_test:
|
Loading…
Reference in New Issue
Block a user