mirror of
https://github.com/ceph/ceph
synced 2025-02-23 02:57:21 +00:00
Merge pull request #14623 from liewegas/wip-bluestore-compression
qa/objectstore: test bluestore with aggressive compression
This commit is contained in:
commit
9d463ed9d7
19
qa/objectstore/bluestore-comp.yaml
Normal file
19
qa/objectstore/bluestore-comp.yaml
Normal file
@ -0,0 +1,19 @@
|
||||
overrides:
|
||||
thrashosds:
|
||||
bdev_inject_crash: 2
|
||||
bdev_inject_crash_probability: .5
|
||||
ceph:
|
||||
fs: xfs
|
||||
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: "*"
|
||||
bluestore compression mode: aggressive
|
||||
|
||||
# this doesn't work with failures bc the log writes are not atomic across the two backends
|
||||
# bluestore bluefs env mirror: true
|
@ -13,6 +13,5 @@ overrides:
|
||||
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
|
||||
|
Loading…
Reference in New Issue
Block a user