mirror of
https://github.com/ceph/ceph
synced 2024-12-25 21:03:31 +00:00
eae9d285e2
We can't atomically append to two env backends, which means that we can see size mismatches when we inject failures. Signed-off-by: Sage Weil <sage@redhat.com>
18 lines
556 B
YAML
18 lines
556 B
YAML
overrides:
|
|
thrashosds:
|
|
bdev_inject_crash: 2
|
|
bdev_inject_crash_probability: .5
|
|
ceph:
|
|
conf:
|
|
osd:
|
|
osd objectstore: bluestore
|
|
bluestore block size: 96636764160
|
|
debug bluestore: 30
|
|
debug bdev: 20
|
|
debug bluefs: 20
|
|
debug rocksdb: 10
|
|
enable experimental unrecoverable data corrupting features: "*"
|
|
osd debug randomize hobject sort order: false
|
|
# this doesn't work with failures bc the log writes are not atomic across the two backends
|
|
# bluestore bluefs env mirror: true
|