]> git.apps.os.sepia.ceph.com Git - ceph.git/commitdiff
big: test xfs + btrfs
authorSage Weil <sage@inktank.com>
Fri, 11 Apr 2014 01:30:16 +0000 (18:30 -0700)
committerSage Weil <sage@inktank.com>
Fri, 11 Apr 2014 01:30:16 +0000 (18:30 -0700)
Note that previously we were specifying neither, so the OSDs were running
off of /.

Signed-off-by: Sage Weil <sage@inktank.com>
suites/big/rados-thrash/fs/btrfs.yaml [new file with mode: 0644]
suites/big/rados-thrash/fs/xfs.yaml [new file with mode: 0644]

diff --git a/suites/big/rados-thrash/fs/btrfs.yaml b/suites/big/rados-thrash/fs/btrfs.yaml
new file mode 100644 (file)
index 0000000..0b3f6fa
--- /dev/null
@@ -0,0 +1,7 @@
+overrides:
+  ceph:
+    fs: btrfs
+    conf:
+      osd:
+        osd sloppy crc: true
+        osd op thread timeout: 60
diff --git a/suites/big/rados-thrash/fs/xfs.yaml b/suites/big/rados-thrash/fs/xfs.yaml
new file mode 100644 (file)
index 0000000..b4a8291
--- /dev/null
@@ -0,0 +1,6 @@
+overrides:
+  ceph:
+    fs: xfs
+    conf:
+      osd:
+        osd sloppy crc: true