From eac791c664ceed4bd3ac41b0d81ffc337b55e047 Mon Sep 17 00:00:00 2001 From: Loic Dachary Date: Mon, 12 Oct 2015 18:21:27 +0200 Subject: [PATCH] rados/singleton-nomsgr/all/msgr: needs 15GB RAM If given only 8GB RAM, ceph_test_msgr may abort with buffer::bad_alloc. http://tracker.ceph.com/issues/11260 Fixes: #11260 Signed-off-by: Loic Dachary --- suites/rados/singleton-nomsgr/all/msgr.yaml | 8 ++++++++ 1 file changed, 8 insertions(+) diff --git a/suites/rados/singleton-nomsgr/all/msgr.yaml b/suites/rados/singleton-nomsgr/all/msgr.yaml index 10589c3420a..fe2e0cc1592 100644 --- a/suites/rados/singleton-nomsgr/all/msgr.yaml +++ b/suites/rados/singleton-nomsgr/all/msgr.yaml @@ -6,3 +6,11 @@ tasks: client.0: - ceph_test_async_driver - ceph_test_msgr +openstack: + machine: + disk: 40 # GB + ram: 15000 # MB + cpus: 1 + volumes: # attached to each instance + count: 0 + size: 1 # GB -- 2.39.5