From: preethisn Date: Fri, 14 Feb 2020 11:26:02 +0000 (-0500) Subject: setting up bluestore values X-Git-Url: http://git.apps.os.sepia.ceph.com/?a=commitdiff_plain;h=ffed9c532f3911f35e713bf55a35791522513ce6;p=ceph.git setting up bluestore values Signed-off-by: preethisn --- diff --git a/qa/objectstore/bluestore-xfs.yaml b/qa/objectstore/bluestore-xfs.yaml new file mode 100644 index 0000000000000..8e315db13b0a6 --- /dev/null +++ b/qa/objectstore/bluestore-xfs.yaml @@ -0,0 +1,15 @@ +overrides: + ceph: + fs: xfs + conf: + osd: + osd objectstore: bluestore + osd sloppy crc: true + ceph-deploy: + fs: xfs + bluestore: True + conf: + osd: + osd objectstore: bluestore + osd sloppy crc: true + diff --git a/qa/objectstore/filestore-xfs.yaml b/qa/objectstore/filestore-xfs.yaml deleted file mode 100644 index f7aa0dd79c6ae..0000000000000 --- a/qa/objectstore/filestore-xfs.yaml +++ /dev/null @@ -1,15 +0,0 @@ -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 -