From: Loic Dachary Date: Wed, 1 Jun 2016 18:46:40 +0000 (+0200) Subject: rbd: provision volumes to format as XFS X-Git-Tag: v11.1.1~58^2^2~185^2 X-Git-Url: http://git.apps.os.sepia.ceph.com/?a=commitdiff_plain;h=45bd6cbf57c6772c47906f13eb27bf8586067213;p=ceph-ci.git rbd: provision volumes to format as XFS Signed-off-by: Loic Dachary --- diff --git a/suites/rbd/basic/clusters/+ b/suites/rbd/basic/clusters/+ new file mode 100644 index 00000000000..e69de29bb2d diff --git a/suites/rbd/basic/clusters/openstack.yaml b/suites/rbd/basic/clusters/openstack.yaml new file mode 100644 index 00000000000..f4d1349b482 --- /dev/null +++ b/suites/rbd/basic/clusters/openstack.yaml @@ -0,0 +1,4 @@ +openstack: + - volumes: # attached to each instance + count: 3 + size: 30 # GB diff --git a/suites/rbd/cli/clusters b/suites/rbd/cli/clusters new file mode 120000 index 00000000000..ae92569e8aa --- /dev/null +++ b/suites/rbd/cli/clusters @@ -0,0 +1 @@ +../basic/clusters \ No newline at end of file diff --git a/suites/rbd/cli/clusters/fixed-1.yaml b/suites/rbd/cli/clusters/fixed-1.yaml deleted file mode 120000 index 435ea3c7546..00000000000 --- a/suites/rbd/cli/clusters/fixed-1.yaml +++ /dev/null @@ -1 +0,0 @@ -../../../../clusters/fixed-1.yaml \ No newline at end of file diff --git a/suites/rbd/librbd/clusters/+ b/suites/rbd/librbd/clusters/+ new file mode 100644 index 00000000000..e69de29bb2d diff --git a/suites/rbd/librbd/clusters/openstack.yaml b/suites/rbd/librbd/clusters/openstack.yaml new file mode 100644 index 00000000000..f4d1349b482 --- /dev/null +++ b/suites/rbd/librbd/clusters/openstack.yaml @@ -0,0 +1,4 @@ +openstack: + - volumes: # attached to each instance + count: 3 + size: 30 # GB diff --git a/suites/rbd/mirror/cluster/+ b/suites/rbd/mirror/cluster/+ new file mode 100644 index 00000000000..e69de29bb2d diff --git a/suites/rbd/mirror/cluster/openstack.yaml b/suites/rbd/mirror/cluster/openstack.yaml new file mode 100644 index 00000000000..f4d1349b482 --- /dev/null +++ b/suites/rbd/mirror/cluster/openstack.yaml @@ -0,0 +1,4 @@ +openstack: + - volumes: # attached to each instance + count: 3 + size: 30 # GB diff --git a/suites/rbd/singleton/openstack.yaml b/suites/rbd/singleton/openstack.yaml new file mode 100644 index 00000000000..21eca2bbd05 --- /dev/null +++ b/suites/rbd/singleton/openstack.yaml @@ -0,0 +1,4 @@ +openstack: + - volumes: # attached to each instance + count: 2 + size: 30 # GB diff --git a/suites/rbd/valgrind/clusters b/suites/rbd/valgrind/clusters new file mode 120000 index 00000000000..ae92569e8aa --- /dev/null +++ b/suites/rbd/valgrind/clusters @@ -0,0 +1 @@ +../basic/clusters \ No newline at end of file diff --git a/suites/rbd/valgrind/clusters/fixed-1.yaml b/suites/rbd/valgrind/clusters/fixed-1.yaml deleted file mode 120000 index 435ea3c7546..00000000000 --- a/suites/rbd/valgrind/clusters/fixed-1.yaml +++ /dev/null @@ -1 +0,0 @@ -../../../../clusters/fixed-1.yaml \ No newline at end of file