From dc0b1812991c7a69c0a20e0461b2b3c112c3ac5d Mon Sep 17 00:00:00 2001 From: Loic Dachary Date: Thu, 24 Mar 2016 10:23:30 +0100 Subject: [PATCH] upgrade/infernalis-x: allocate OpenStack volumes for each OSD The intention is to run with xfs which requires a separate disk for each OSD. In addition the tests will exhaust the available root disk space otherwise. http://tracker.ceph.com/issues/15236 Fixes: #15236 Signed-off-by: Loic Dachary --- suites/upgrade/infernalis-x/parallel/0-cluster/+ | 0 .../upgrade/infernalis-x/parallel/0-cluster/openstack.yaml | 4 ++++ .../infernalis-x/point-to-point-x/point-to-point.yaml | 4 ++++ suites/upgrade/infernalis-x/stress-split/0-cluster/+ | 0 .../infernalis-x/stress-split/0-cluster/openstack.yaml | 6 ++++++ 5 files changed, 14 insertions(+) create mode 100644 suites/upgrade/infernalis-x/parallel/0-cluster/+ create mode 100644 suites/upgrade/infernalis-x/parallel/0-cluster/openstack.yaml create mode 100644 suites/upgrade/infernalis-x/stress-split/0-cluster/+ create mode 100644 suites/upgrade/infernalis-x/stress-split/0-cluster/openstack.yaml diff --git a/suites/upgrade/infernalis-x/parallel/0-cluster/+ b/suites/upgrade/infernalis-x/parallel/0-cluster/+ new file mode 100644 index 0000000000000..e69de29bb2d1d diff --git a/suites/upgrade/infernalis-x/parallel/0-cluster/openstack.yaml b/suites/upgrade/infernalis-x/parallel/0-cluster/openstack.yaml new file mode 100644 index 0000000000000..f4d1349b48262 --- /dev/null +++ b/suites/upgrade/infernalis-x/parallel/0-cluster/openstack.yaml @@ -0,0 +1,4 @@ +openstack: + - volumes: # attached to each instance + count: 3 + size: 30 # GB diff --git a/suites/upgrade/infernalis-x/point-to-point-x/point-to-point.yaml b/suites/upgrade/infernalis-x/point-to-point-x/point-to-point.yaml index dd6514a774229..cc49096b4c116 100644 --- a/suites/upgrade/infernalis-x/point-to-point-x/point-to-point.yaml +++ b/suites/upgrade/infernalis-x/point-to-point-x/point-to-point.yaml @@ -36,6 +36,10 @@ roles: - osd.5 - client.0 - - client.1 +openstack: +- volumes: # attached to each instance + count: 3 + size: 30 # GB tasks: - print: "**** v9.2.0 about to install" - install: diff --git a/suites/upgrade/infernalis-x/stress-split/0-cluster/+ b/suites/upgrade/infernalis-x/stress-split/0-cluster/+ new file mode 100644 index 0000000000000..e69de29bb2d1d diff --git a/suites/upgrade/infernalis-x/stress-split/0-cluster/openstack.yaml b/suites/upgrade/infernalis-x/stress-split/0-cluster/openstack.yaml new file mode 100644 index 0000000000000..a0d5c20195beb --- /dev/null +++ b/suites/upgrade/infernalis-x/stress-split/0-cluster/openstack.yaml @@ -0,0 +1,6 @@ +openstack: + - machine: + disk: 100 # GB + - volumes: # attached to each instance + count: 3 + size: 30 # GB -- 2.39.5