mirror of
https://github.com/ceph/ceph
synced 2024-12-21 02:42:48 +00:00
103243725f
This will retain the debug log settings for all RADOS suites that were previously symlinked to the 'objectstore' directory. The next commit will reduce the debug log level for the original 'objectstore' directory for the remainder of tests. Signed-off-by: Jason Dillaman <dillaman@redhat.com>
16 lines
249 B
YAML
16 lines
249 B
YAML
overrides:
|
|
ceph:
|
|
fs: xfs
|
|
conf:
|
|
osd:
|
|
osd objectstore: filestore
|
|
osd sloppy crc: true
|
|
ceph-deploy:
|
|
fs: xfs
|
|
filestore: True
|
|
conf:
|
|
osd:
|
|
osd objectstore: filestore
|
|
osd sloppy crc: true
|
|
|