From e61849c57b2417e5da86b67274c27bf62b8c42dd Mon Sep 17 00:00:00 2001 From: Loic Dachary Date: Mon, 12 Oct 2015 16:47:58 +0200 Subject: [PATCH] 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 (cherry picked from commit b4a4136a56f6bfac8d0c1f80069e2a87042a0fc7) --- suites/rados/thrash/clusters/+ | 0 suites/rados/thrash/clusters/openstack.yaml | 8 ++++++++ 2 files changed, 8 insertions(+) create mode 100644 suites/rados/thrash/clusters/+ create mode 100644 suites/rados/thrash/clusters/openstack.yaml diff --git a/suites/rados/thrash/clusters/+ b/suites/rados/thrash/clusters/+ new file mode 100644 index 0000000000000..e69de29bb2d1d diff --git a/suites/rados/thrash/clusters/openstack.yaml b/suites/rados/thrash/clusters/openstack.yaml new file mode 100644 index 0000000000000..00d927ac2328c --- /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 -- 2.39.5