From fe00de2c21d88891f705d14b8ee1fb9295d8756f Mon Sep 17 00:00:00 2001 From: Loic Dachary Date: Mon, 12 Oct 2015 11:13:06 +0200 Subject: [PATCH] rados/objectstore/alloc-hint: need three attached disks So they can be mkfs xfs. http://tracker.ceph.com/issues/13451 Fixes: #13451 Signed-off-by: Loic Dachary (cherry picked from commit 1a63fd73de3c3de8cff16d486496b1fc5c4cd3b4) --- suites/rados/objectstore/alloc-hint.yaml | 8 ++++++++ 1 file changed, 8 insertions(+) diff --git a/suites/rados/objectstore/alloc-hint.yaml b/suites/rados/objectstore/alloc-hint.yaml index 8315aba6a5d59..d8dd2c32915aa 100644 --- a/suites/rados/objectstore/alloc-hint.yaml +++ b/suites/rados/objectstore/alloc-hint.yaml @@ -15,3 +15,11 @@ tasks: clients: all: - rados/test_alloc_hint.sh +openstack: + machine: + disk: 40 # GB + ram: 8000 # MB + cpus: 1 + volumes: # attached to each instance + count: 3 + size: 10 # GB -- 2.39.5