From 3e3b94783c6926f60a13b527bff7da4de9fd6f39 Mon Sep 17 00:00:00 2001 From: John Spray Date: Sat, 15 Apr 2017 11:28:10 +0100 Subject: [PATCH] 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 --- qa/suites/fs/recovery/objectstore | 1 - qa/suites/fs/recovery/objectstore/bluestore.yaml | 1 + 2 files changed, 1 insertion(+), 1 deletion(-) delete mode 120000 qa/suites/fs/recovery/objectstore create mode 120000 qa/suites/fs/recovery/objectstore/bluestore.yaml diff --git a/qa/suites/fs/recovery/objectstore b/qa/suites/fs/recovery/objectstore deleted file mode 120000 index 4c8ebadfde871..0000000000000 --- 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 0000000000000..bd7d7e004a1bf --- /dev/null +++ b/qa/suites/fs/recovery/objectstore/bluestore.yaml @@ -0,0 +1 @@ +../../../../objectstore/bluestore.yaml \ No newline at end of file -- 2.39.5