mirror of
https://github.com/ceph/ceph
synced 2025-04-19 13:55:54 +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_probability: .5
|
||||
ceph:
|
||||
fs: xfs
|
||||
conf:
|
||||
osd:
|
||||
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:
|
||||
ceph:
|
||||
fs: xfs
|
||||
conf:
|
||||
osd:
|
||||
osd objectstore: filestore
|
||||
osd sloppy crc: true
|
Loading…
Reference in New Issue
Block a user