mirror of
https://github.com/ceph/ceph
synced 2025-01-09 04:30:26 +00:00
eeeed6497b
A long run of lost coin flips can lead to a timeout in test_large_omap_detection.py. Fixes: http://tracker.ceph.com/issues/23578 Signed-off-by: Brad Hubbard <bhubbard@redhat.com>
28 lines
631 B
YAML
28 lines
631 B
YAML
openstack:
|
|
- volumes: # attached to each instance
|
|
count: 2
|
|
size: 10 # GB
|
|
roles:
|
|
- [mon.a, mgr.x, osd.0, osd.1, client.0]
|
|
overrides:
|
|
ceph:
|
|
log-whitelist:
|
|
- \(OSDMAP_FLAGS\)
|
|
- \(OSD_FULL\)
|
|
- \(MDS_READ_ONLY\)
|
|
- large omap objects
|
|
- Large omap object found
|
|
- application not enabled
|
|
conf:
|
|
osd:
|
|
osd scrub backoff ratio: 0
|
|
osd deep scrub large omap object value sum threshold: 8800000
|
|
osd deep scrub large omap object key threshold: 20000
|
|
tasks:
|
|
- install:
|
|
- ceph:
|
|
- workunit:
|
|
clients:
|
|
all:
|
|
- rados/test_large_omap_detection.py
|