From 45c6a9acc450c521af8ca69130f1cb97afd3a225 Mon Sep 17 00:00:00 2001 From: Vasu Kulkarni Date: Tue, 25 Jul 2017 15:14:36 -0700 Subject: [PATCH] Add both filestore and bluestore options for tests Signed-off-by: Vasu Kulkarni --- qa/suites/ceph-deploy/basic/config_options/+ | 0 .../basic/{config_options => objectstore}/bluestore.yaml | 0 qa/suites/ceph-deploy/basic/objectstore/filestore-xfs.yaml | 1 + 3 files changed, 1 insertion(+) delete mode 100644 qa/suites/ceph-deploy/basic/config_options/+ rename qa/suites/ceph-deploy/basic/{config_options => objectstore}/bluestore.yaml (100%) create mode 120000 qa/suites/ceph-deploy/basic/objectstore/filestore-xfs.yaml diff --git a/qa/suites/ceph-deploy/basic/config_options/+ b/qa/suites/ceph-deploy/basic/config_options/+ deleted file mode 100644 index e69de29bb2d..00000000000 diff --git a/qa/suites/ceph-deploy/basic/config_options/bluestore.yaml b/qa/suites/ceph-deploy/basic/objectstore/bluestore.yaml similarity index 100% rename from qa/suites/ceph-deploy/basic/config_options/bluestore.yaml rename to qa/suites/ceph-deploy/basic/objectstore/bluestore.yaml diff --git a/qa/suites/ceph-deploy/basic/objectstore/filestore-xfs.yaml b/qa/suites/ceph-deploy/basic/objectstore/filestore-xfs.yaml new file mode 120000 index 00000000000..1af1dfd77be --- /dev/null +++ b/qa/suites/ceph-deploy/basic/objectstore/filestore-xfs.yaml @@ -0,0 +1 @@ +../../../../objectstore/filestore-xfs.yaml \ No newline at end of file -- 2.47.3