]> git.apps.os.sepia.ceph.com Git - ceph.git/commitdiff
renaming filestore to bluestore 33629/head
authorhkadam134 <hyelloji@redhat.com>
Fri, 28 Feb 2020 10:32:14 +0000 (05:32 -0500)
committerhkadam134 <hyelloji@redhat.com>
Fri, 28 Feb 2020 10:32:14 +0000 (05:32 -0500)
Signed-off-by: hkadam134 <hyelloji@redhat.com>
qa/cephfs/objectstore-ec/bluestore-xfs.yaml [new file with mode: 0644]
qa/cephfs/objectstore-ec/filestore-xfs.yaml [deleted file]

diff --git a/qa/cephfs/objectstore-ec/bluestore-xfs.yaml b/qa/cephfs/objectstore-ec/bluestore-xfs.yaml
new file mode 100644 (file)
index 0000000..2749215
--- /dev/null
@@ -0,0 +1,15 @@
+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
deleted file mode 100644 (file)
index f7aa0dd..0000000
+++ /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
-