]> git.apps.os.sepia.ceph.com Git - ceph.git/commitdiff
qa: remove unused fs/ dir
authorJohn Spray <john.spray@redhat.com>
Sat, 15 Apr 2017 10:47:15 +0000 (11:47 +0100)
committerJohn Spray <john.spray@redhat.com>
Mon, 24 Apr 2017 10:19:55 +0000 (11:19 +0100)
The objectstore/ dir is now selecting the backing fs.

Signed-off-by: John Spray <john.spray@redhat.com>
qa/fs/.gitignore [deleted file]
qa/fs/btrfs.yaml [deleted file]
qa/fs/ext4.yaml [deleted file]
qa/fs/xfs.yaml [deleted file]

diff --git a/qa/fs/.gitignore b/qa/fs/.gitignore
deleted file mode 100644 (file)
index a2d280e..0000000
+++ /dev/null
@@ -1 +0,0 @@
-/test_o_trunc
diff --git a/qa/fs/btrfs.yaml b/qa/fs/btrfs.yaml
deleted file mode 100644 (file)
index 0b3f6fa..0000000
+++ /dev/null
@@ -1,7 +0,0 @@
-overrides:
-  ceph:
-    fs: btrfs
-    conf:
-      osd:
-        osd sloppy crc: true
-        osd op thread timeout: 60
diff --git a/qa/fs/ext4.yaml b/qa/fs/ext4.yaml
deleted file mode 100644 (file)
index 1cdf316..0000000
+++ /dev/null
@@ -1,7 +0,0 @@
-overrides:
-  ceph:
-    fs: ext4
-    conf:
-      global:
-        osd max object name len: 460
-        osd max object namespace len: 64
diff --git a/qa/fs/xfs.yaml b/qa/fs/xfs.yaml
deleted file mode 100644 (file)
index b4a8291..0000000
+++ /dev/null
@@ -1,6 +0,0 @@
-overrides:
-  ceph:
-    fs: xfs
-    conf:
-      osd:
-        osd sloppy crc: true