summaryrefslogtreecommitdiffstats
path: root/qa/objectstore
diff options
context:
space:
mode:
authorSage Weil <sage@redhat.com>2016-12-14 18:29:55 +0100
committerSage Weil <sage@redhat.com>2016-12-14 18:29:55 +0100
commitc01f2ee0e27827b45b92b3f0114a42ebfd776f60 (patch)
treec402893f4c99d1a99b3a4f2025c68e7f5cc75fa6 /qa/objectstore
parentRevert "tasks/workunit.py: depth 1 clone" (diff)
downloadceph-c01f2ee0e27827b45b92b3f0114a42ebfd776f60.tar.xz
ceph-c01f2ee0e27827b45b92b3f0114a42ebfd776f60.zip
move ceph-qa-suite dirs into qa/
Diffstat (limited to 'qa/objectstore')
-rw-r--r--qa/objectstore/bluestore.yaml17
-rw-r--r--qa/objectstore/filestore.yaml5
2 files changed, 22 insertions, 0 deletions
diff --git a/qa/objectstore/bluestore.yaml b/qa/objectstore/bluestore.yaml
new file mode 100644
index 00000000000..1939602fa1f
--- /dev/null
+++ b/qa/objectstore/bluestore.yaml
@@ -0,0 +1,17 @@
+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
diff --git a/qa/objectstore/filestore.yaml b/qa/objectstore/filestore.yaml
new file mode 100644
index 00000000000..9a558a5d386
--- /dev/null
+++ b/qa/objectstore/filestore.yaml
@@ -0,0 +1,5 @@
+overrides:
+ ceph:
+ conf:
+ osd:
+ osd objectstore: filestore