From: hkadam134 Date: Fri, 28 Feb 2020 19:52:33 +0000 (-0500) Subject: Revert "renaming filestore to bluestore" X-Git-Url: http://git.apps.os.sepia.ceph.com/?a=commitdiff_plain;h=a476ecdb254ccb326a742f728669bd33b06ae4db;p=ceph.git Revert "renaming filestore to bluestore" This reverts commit 3cc18300db97fba4e9c3c3f131a9519e5187de5a. --- diff --git a/qa/cephfs/objectstore-ec/bluestore-xfs.yaml b/qa/cephfs/objectstore-ec/bluestore-xfs.yaml deleted file mode 100644 index 274921516e2e6..0000000000000 --- a/qa/cephfs/objectstore-ec/bluestore-xfs.yaml +++ /dev/null @@ -1,15 +0,0 @@ -overrides: - ceph: - fs: xfs - conf: - osd: - osd objectstore: bluestore - osd sloppy crc: true - ceph-deploy: - fs: xfs - filestore: True - conf: - osd: - osd objectstore: bluestore - osd sloppy crc: true - diff --git a/qa/cephfs/objectstore-ec/filestore-xfs.yaml b/qa/cephfs/objectstore-ec/filestore-xfs.yaml new file mode 100644 index 0000000000000..f7aa0dd79c6ae --- /dev/null +++ b/qa/cephfs/objectstore-ec/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 +