mirror of
https://github.com/ceph/ceph
synced 2025-04-20 14:25:50 +00:00
qa/objectstore: split filestore into xfs and btrfs variants
Signed-off-by: Sage Weil <sage@redhat.com>
This commit is contained in:
parent
35b60ae057
commit
208675afb1
@ -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
|
||||||
|
7
qa/objectstore/filestore-btrfs.yaml
Normal file
7
qa/objectstore/filestore-btrfs.yaml
Normal file
@ -0,0 +1,7 @@
|
|||||||
|
overrides:
|
||||||
|
ceph:
|
||||||
|
fs: btrfs
|
||||||
|
conf:
|
||||||
|
osd:
|
||||||
|
osd objectstore: filestore
|
||||||
|
osd op thread timeout: 60
|
@ -1,5 +1,7 @@
|
|||||||
overrides:
|
overrides:
|
||||||
ceph:
|
ceph:
|
||||||
|
fs: xfs
|
||||||
conf:
|
conf:
|
||||||
osd:
|
osd:
|
||||||
osd objectstore: filestore
|
osd objectstore: filestore
|
||||||
|
osd sloppy crc: true
|
Loading…
Reference in New Issue
Block a user