qa/objectstore: split filestore into xfs and btrfs variants

Signed-off-by: Sage Weil <sage@redhat.com>
This commit is contained in:
Sage Weil 2017-03-28 11:54:56 -04:00
parent 35b60ae057
commit 208675afb1
3 changed files with 10 additions and 0 deletions

View File

@ -3,6 +3,7 @@ overrides:
bdev_inject_crash: 2 bdev_inject_crash: 2
bdev_inject_crash_probability: .5 bdev_inject_crash_probability: .5
ceph: ceph:
fs: xfs
conf: conf:
osd: osd:
osd objectstore: bluestore osd objectstore: bluestore

View File

@ -0,0 +1,7 @@
overrides:
ceph:
fs: btrfs
conf:
osd:
osd objectstore: filestore
osd op thread timeout: 60

View File

@ -1,5 +1,7 @@
overrides: overrides:
ceph: ceph:
fs: xfs
conf: conf:
osd: osd:
osd objectstore: filestore osd objectstore: filestore
osd sloppy crc: true