]> git-server-git.apps.pok.os.sepia.ceph.com Git - ceph.git/commitdiff
qa/objectstore: split filestore into xfs and btrfs variants
authorSage Weil <sage@redhat.com>
Tue, 28 Mar 2017 15:54:56 +0000 (11:54 -0400)
committerSage Weil <sage@redhat.com>
Tue, 28 Mar 2017 15:54:56 +0000 (11:54 -0400)
Signed-off-by: Sage Weil <sage@redhat.com>
qa/objectstore/bluestore.yaml
qa/objectstore/filestore-btrfs.yaml [new file with mode: 0644]
qa/objectstore/filestore-xfs.yaml [new file with mode: 0644]
qa/objectstore/filestore.yaml [deleted file]

index 1939602fa1fc83022b34df9e31ce0a32734c6a8f..666c8ccb98ac6ae0ef38eb0836f38784b9f71caa 100644 (file)
@@ -3,6 +3,7 @@ overrides:
     bdev_inject_crash: 2
     bdev_inject_crash_probability: .5
   ceph:
+    fs: xfs
     conf:
       osd:
         osd objectstore: bluestore
diff --git a/qa/objectstore/filestore-btrfs.yaml b/qa/objectstore/filestore-btrfs.yaml
new file mode 100644 (file)
index 0000000..8eea43e
--- /dev/null
@@ -0,0 +1,7 @@
+overrides:
+  ceph:
+    fs: btrfs
+    conf:
+      osd:
+        osd objectstore: filestore
+        osd op thread timeout: 60
diff --git a/qa/objectstore/filestore-xfs.yaml b/qa/objectstore/filestore-xfs.yaml
new file mode 100644 (file)
index 0000000..be6484d
--- /dev/null
@@ -0,0 +1,7 @@
+overrides:
+  ceph:
+    fs: xfs
+    conf:
+      osd:
+        osd objectstore: filestore
+        osd sloppy crc: true
diff --git a/qa/objectstore/filestore.yaml b/qa/objectstore/filestore.yaml
deleted file mode 100644 (file)
index 9a558a5..0000000
+++ /dev/null
@@ -1,5 +0,0 @@
-overrides:
-  ceph:
-    conf:
-      osd:
-        osd objectstore: filestore