From: John Spray Date: Sat, 15 Apr 2017 10:28:10 +0000 (+0100) Subject: qa: don't permute object store for functional tests X-Git-Tag: v12.0.3~275^2~7 X-Git-Url: http://git.apps.os.sepia.ceph.com/?a=commitdiff_plain;h=3e3b94783c6926f60a13b527bff7da4de9fd6f39;p=ceph-ci.git qa: don't permute object store for functional tests These are unit tests for specific CephFS functionality, it is gratuitous to repeat them with different underlying RADOS object stores. We retain coverage of XFS vs. bluestore in the workload tests. Signed-off-by: John Spray --- diff --git a/qa/suites/fs/recovery/objectstore b/qa/suites/fs/recovery/objectstore deleted file mode 120000 index 4c8ebadfde8..00000000000 --- a/qa/suites/fs/recovery/objectstore +++ /dev/null @@ -1 +0,0 @@ -../../../objectstore \ No newline at end of file diff --git a/qa/suites/fs/recovery/objectstore/bluestore.yaml b/qa/suites/fs/recovery/objectstore/bluestore.yaml new file mode 120000 index 00000000000..bd7d7e004a1 --- /dev/null +++ b/qa/suites/fs/recovery/objectstore/bluestore.yaml @@ -0,0 +1 @@ +../../../../objectstore/bluestore.yaml \ No newline at end of file