]> git.apps.os.sepia.ceph.com Git - ceph.git/commitdiff
setting up bluestore values
authorpreethisn <preethisn88@gmail.com>
Fri, 14 Feb 2020 11:26:02 +0000 (06:26 -0500)
committerpreethisn <preethisn88@gmail.com>
Fri, 14 Feb 2020 11:26:02 +0000 (06:26 -0500)
Signed-off-by: preethisn <preethisn88@gmail.com>
qa/objectstore/bluestore-xfs.yaml [new file with mode: 0644]
qa/objectstore/filestore-xfs.yaml [deleted file]

diff --git a/qa/objectstore/bluestore-xfs.yaml b/qa/objectstore/bluestore-xfs.yaml
new file mode 100644 (file)
index 0000000..8e315db
--- /dev/null
@@ -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 (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
-