mirror of
https://github.com/ceph/ceph
synced 2024-12-22 11:31:55 +00:00
740f17ebf9
We don't want to do the at-end.yaml scrubbing business with this test. Move it into a separate collection until after luminous. I have a todo item on the post-luminous cleanup list to avoid forgetting to move this back. Fixes: http://tracker.ceph.com/issues/19935 Signed-off-by: Sage Weil <sage@redhat.com>
22 lines
615 B
YAML
22 lines
615 B
YAML
overrides:
|
|
ceph:
|
|
log-whitelist:
|
|
- '!= data_digest'
|
|
- '!= omap_digest'
|
|
- '!= size'
|
|
- 'deep-scrub 0 missing, 1 inconsistent objects'
|
|
- 'deep-scrub [0-9]+ errors'
|
|
- 'repair 0 missing, 1 inconsistent objects'
|
|
- 'repair [0-9]+ errors, [0-9]+ fixed'
|
|
- 'shard [0-9]+ missing'
|
|
- 'deep-scrub 1 missing, 1 inconsistent objects'
|
|
- 'does not match object info size'
|
|
- 'attr name mistmatch'
|
|
- 'deep-scrub 1 missing, 0 inconsistent objects'
|
|
- 'failed to pick suitable auth object'
|
|
conf:
|
|
osd:
|
|
osd deep scrub update digest min age: 0
|
|
tasks:
|
|
- scrub_test:
|