mirror of
https://github.com/ceph/ceph
synced 2025-01-10 13:10:46 +00:00
cab2968e8f
Only bluestore supports ec overwrites Signed-off-by: Josh Durgin <jdurgin@redhat.com>
24 lines
699 B
YAML
24 lines
699 B
YAML
overrides:
|
|
thrashosds:
|
|
bdev_inject_crash: 2
|
|
bdev_inject_crash_probability: .5
|
|
ceph:
|
|
fs: xfs
|
|
conf:
|
|
osd: # force bluestore since it's required for ec overwrites
|
|
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
|
|
tasks:
|
|
- workunit:
|
|
clients:
|
|
all:
|
|
- rbd/krbd_data_pool.sh
|