From e36c888c4d9e745994585c464b4a2d52b797b825 Mon Sep 17 00:00:00 2001 From: Loic Dachary Date: Sat, 30 Aug 2014 18:42:51 +0200 Subject: [PATCH] rgw: increase the number of OSDs for erasure coded pools So that there never is less than 4 osd which is the minimum when trying erasure coded workloads that only work with 4 osd. http://tracker.ceph.com/issues/9298 Fixes: #9298 Signed-off-by: Loic Dachary --- suites/rgw/singleton/all/radosgw-admin-data-sync.yaml | 2 +- suites/rgw/singleton/all/radosgw-admin-multi-region.yaml | 4 ++-- suites/rgw/singleton/all/radosgw-admin.yaml | 2 +- suites/rgw/singleton/all/radosgw-convert-to-region.yaml | 4 ++-- 4 files changed, 6 insertions(+), 6 deletions(-) diff --git a/suites/rgw/singleton/all/radosgw-admin-data-sync.yaml b/suites/rgw/singleton/all/radosgw-admin-data-sync.yaml index 0e61941718e00..a619f225d9cff 100644 --- a/suites/rgw/singleton/all/radosgw-admin-data-sync.yaml +++ b/suites/rgw/singleton/all/radosgw-admin-data-sync.yaml @@ -1,5 +1,5 @@ roles: -- [mon.a, osd.0, osd.1, client.0, client.1] +- [mon.a, osd.0, osd.1, osd.2, osd.3, client.0, client.1] tasks: - install: - ceph: diff --git a/suites/rgw/singleton/all/radosgw-admin-multi-region.yaml b/suites/rgw/singleton/all/radosgw-admin-multi-region.yaml index 70d2ec61673d7..5ac26c288b3df 100644 --- a/suites/rgw/singleton/all/radosgw-admin-multi-region.yaml +++ b/suites/rgw/singleton/all/radosgw-admin-multi-region.yaml @@ -1,6 +1,6 @@ roles: -- [mon.a, osd.0, osd.1, client.0] -- [mon.b, mon.c, osd.2, osd.3, client.1] +- [mon.a, osd.0, osd.1, osd.2, client.0] +- [mon.b, mon.c, osd.3, osd.4, osd.5, client.1] tasks: - install: - ceph: diff --git a/suites/rgw/singleton/all/radosgw-admin.yaml b/suites/rgw/singleton/all/radosgw-admin.yaml index 837ef623fb9b8..fd2a131fdbbd3 100644 --- a/suites/rgw/singleton/all/radosgw-admin.yaml +++ b/suites/rgw/singleton/all/radosgw-admin.yaml @@ -1,5 +1,5 @@ roles: -- [mon.a, osd.0, client.0, osd.1] +- [mon.a, osd.0, client.0, osd.1, osd.2, osd.3] tasks: - install: - ceph: diff --git a/suites/rgw/singleton/all/radosgw-convert-to-region.yaml b/suites/rgw/singleton/all/radosgw-convert-to-region.yaml index 696d6b5fd642b..2cf690c79da36 100644 --- a/suites/rgw/singleton/all/radosgw-convert-to-region.yaml +++ b/suites/rgw/singleton/all/radosgw-convert-to-region.yaml @@ -15,8 +15,8 @@ overrides: size: 2000 stddev: 500 roles: -- [mon.a, osd.0, osd.1, client.0] -- [mon.b, mon.c, osd.2, osd.3, client.1] +- [mon.a, osd.0, osd.1, osd.2, client.0] +- [mon.b, mon.c, osd.3, osd.4, osd.5, client.1] tasks: - install: -- 2.39.5