]> git.apps.os.sepia.ceph.com Git - ceph.git/commitdiff
openstack: rbd/{thrash,qemu}: allocate three disks, always
authorLoic Dachary <ldachary@redhat.com>
Sat, 21 Nov 2015 11:12:49 +0000 (12:12 +0100)
committerLoic Dachary <ldachary@redhat.com>
Sun, 22 Nov 2015 17:43:27 +0000 (18:43 +0100)
The thrasher and qemu need disk attached to run against xfs or btrfs,
otherwise it will use the local file system which is always ext4. It
will succeed but this is a kind of false positive since no xfs or btrfs
related tests were run.

http://tracker.ceph.com/issues/13270 Refs: #13270

Signed-off-by: Loic Dachary <loic@dachary.org>
(cherry picked from commit 29973822f8f21044026055a5fd216c3a96ba7eaf)

suites/rbd/qemu/clusters/+ [new file with mode: 0644]
suites/rbd/qemu/clusters/openstack.yaml [new file with mode: 0644]
suites/rbd/thrash/clusters/+ [new file with mode: 0644]
suites/rbd/thrash/clusters/openstack.yaml [new file with mode: 0644]

diff --git a/suites/rbd/qemu/clusters/+ b/suites/rbd/qemu/clusters/+
new file mode 100644 (file)
index 0000000..e69de29
diff --git a/suites/rbd/qemu/clusters/openstack.yaml b/suites/rbd/qemu/clusters/openstack.yaml
new file mode 100644 (file)
index 0000000..f879958
--- /dev/null
@@ -0,0 +1,8 @@
+openstack:
+  - machine:
+      disk: 40 # GB
+      ram: 30000 # MB
+      cpus: 1
+    volumes: # attached to each instance
+      count: 3
+      size: 30 # GB
diff --git a/suites/rbd/thrash/clusters/+ b/suites/rbd/thrash/clusters/+
new file mode 100644 (file)
index 0000000..e69de29
diff --git a/suites/rbd/thrash/clusters/openstack.yaml b/suites/rbd/thrash/clusters/openstack.yaml
new file mode 100644 (file)
index 0000000..39e43d0
--- /dev/null
@@ -0,0 +1,8 @@
+openstack:
+  - machine:
+      disk: 40 # GB
+      ram: 8000 # MB
+      cpus: 1
+    volumes: # attached to each instance
+      count: 3
+      size: 30 # GB