diff options
Diffstat (limited to 'qa/objectstore/filestore-xfs.yaml')
-rw-r--r-- | qa/objectstore/filestore-xfs.yaml | 15 |
1 files changed, 15 insertions, 0 deletions
diff --git a/qa/objectstore/filestore-xfs.yaml b/qa/objectstore/filestore-xfs.yaml new file mode 100644 index 000000000..f7aa0dd79 --- /dev/null +++ b/qa/objectstore/filestore-xfs.yaml @@ -0,0 +1,15 @@ +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 + |