diff options
author | Sage Weil <sage@redhat.com> | 2017-04-18 22:53:58 +0200 |
---|---|---|
committer | Sage Weil <sage@redhat.com> | 2017-04-18 22:53:58 +0200 |
commit | bac484f225bf8f62702a0ee3a8b873325da58965 (patch) | |
tree | 74b4715a07de27573934d2856407f309db5f05b1 /qa/objectstore | |
parent | qa/objectstore/bluestore: drop old option (diff) | |
download | ceph-bac484f225bf8f62702a0ee3a8b873325da58965.tar.xz ceph-bac484f225bf8f62702a0ee3a8b873325da58965.zip |
qa/objecstore/bluestore-comp: test bluestore with compression on
Enable aggressive compression.
Signed-off-by: Sage Weil <sage@redhat.com>
Diffstat (limited to 'qa/objectstore')
-rw-r--r-- | qa/objectstore/bluestore-comp.yaml | 19 |
1 files changed, 19 insertions, 0 deletions
diff --git a/qa/objectstore/bluestore-comp.yaml b/qa/objectstore/bluestore-comp.yaml new file mode 100644 index 00000000000..6c466bed68a --- /dev/null +++ b/qa/objectstore/bluestore-comp.yaml @@ -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 |