]> git.apps.os.sepia.ceph.com Git - ceph.git/commitdiff
upgrade/infernalis-x: allocate OpenStack volumes for each OSD
authorLoic Dachary <ldachary@redhat.com>
Thu, 24 Mar 2016 09:23:30 +0000 (10:23 +0100)
committerLoic Dachary <ldachary@redhat.com>
Thu, 24 Mar 2016 19:40:42 +0000 (20:40 +0100)
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 <loic@dachary.org>
suites/upgrade/infernalis-x/parallel/0-cluster/+ [new file with mode: 0644]
suites/upgrade/infernalis-x/parallel/0-cluster/openstack.yaml [new file with mode: 0644]
suites/upgrade/infernalis-x/point-to-point-x/point-to-point.yaml
suites/upgrade/infernalis-x/stress-split/0-cluster/+ [new file with mode: 0644]
suites/upgrade/infernalis-x/stress-split/0-cluster/openstack.yaml [new file with mode: 0644]

diff --git a/suites/upgrade/infernalis-x/parallel/0-cluster/+ b/suites/upgrade/infernalis-x/parallel/0-cluster/+
new file mode 100644 (file)
index 0000000..e69de29
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 (file)
index 0000000..f4d1349
--- /dev/null
@@ -0,0 +1,4 @@
+openstack:
+  - volumes: # attached to each instance
+      count: 3
+      size: 30 # GB
index dd6514a77422982095e9b2962a6f3891a64fb652..cc49096b4c116718b1cbb1fc800dd9f1e5e6c307 100644 (file)
@@ -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 (file)
index 0000000..e69de29
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 (file)
index 0000000..a0d5c20
--- /dev/null
@@ -0,0 +1,6 @@
+openstack:
+  - machine:
+      disk: 100 # GB
+  - volumes: # attached to each instance
+      count: 3
+      size: 30 # GB