From: Loic Dachary Date: Mon, 12 Oct 2015 14:47:58 +0000 (+0200) Subject: openstack: rados/thrash: allocate three disks, always X-Git-Tag: v11.1.1~58^2^2~447^2 X-Git-Url: http://git.apps.os.sepia.ceph.com/?a=commitdiff_plain;h=b4a4136a56f6bfac8d0c1f80069e2a87042a0fc7;p=ceph-ci.git openstack: rados/thrash: allocate three disks, always The thrasher needs disk attached to run against xfs, ext4 or btrfs. And some jobs use more disks and do not fit in 40GB. http://tracker.ceph.com/issues/13450 Fixes: #13450 Signed-off-by: Loic Dachary --- diff --git a/suites/rados/thrash/clusters/+ b/suites/rados/thrash/clusters/+ new file mode 100644 index 00000000000..e69de29bb2d diff --git a/suites/rados/thrash/clusters/openstack.yaml b/suites/rados/thrash/clusters/openstack.yaml new file mode 100644 index 00000000000..00d927ac232 --- /dev/null +++ b/suites/rados/thrash/clusters/openstack.yaml @@ -0,0 +1,8 @@ +openstack: + machine: + disk: 40 # GB + ram: 8000 # MB + cpus: 1 + volumes: # attached to each instance + count: 3 + size: 30 # GB