diff options
author | John Spray <john.spray@redhat.com> | 2017-04-15 12:51:56 +0200 |
---|---|---|
committer | John Spray <john.spray@redhat.com> | 2017-04-24 12:19:55 +0200 |
commit | 6369120d63ba8077f0f5bb8b4280ee72ce269568 (patch) | |
tree | b9551b0e7bf5bf4d261fc9e725790e21cee60329 /qa/objectstore_cephfs | |
parent | qa: remove unused fs/ dir (diff) | |
download | ceph-6369120d63ba8077f0f5bb8b4280ee72ce269568.tar.xz ceph-6369120d63ba8077f0f5bb8b4280ee72ce269568.zip |
qa/suites: don't use btrfs for cephfs testing
This change happened a while back, but it got rolled back
when the generic objectstore/ dir had its filestore
entry split out into xfs and btrfs in 208675af.
Signed-off-by: John Spray <john.spray@redhat.com>
Diffstat (limited to 'qa/objectstore_cephfs')
l--------- | qa/objectstore_cephfs/bluestore.yaml | 1 | ||||
l--------- | qa/objectstore_cephfs/filestore-xfs.yaml | 1 |
2 files changed, 2 insertions, 0 deletions
diff --git a/qa/objectstore_cephfs/bluestore.yaml b/qa/objectstore_cephfs/bluestore.yaml new file mode 120000 index 00000000000..ad17c0eb7e5 --- /dev/null +++ b/qa/objectstore_cephfs/bluestore.yaml @@ -0,0 +1 @@ +../objectstore/bluestore.yaml
\ No newline at end of file diff --git a/qa/objectstore_cephfs/filestore-xfs.yaml b/qa/objectstore_cephfs/filestore-xfs.yaml new file mode 120000 index 00000000000..6fd44e0c797 --- /dev/null +++ b/qa/objectstore_cephfs/filestore-xfs.yaml @@ -0,0 +1 @@ +../objectstore/filestore-xfs.yaml
\ No newline at end of file |