tests: add more osd nodes in all_daemons scenario

This commit adds more osd nodes in all_daemons scenario in order to test
erasure pool creation.

Signed-off-by: Guillaume Abrioux <gabrioux@redhat.com>
pull/4545/head
Guillaume Abrioux 2020-03-03 19:01:27 +01:00 committed by Dimitri Savineau
parent 248978596a
commit 9f0c6df94f
4 changed files with 10 additions and 4 deletions

View File

@ -9,6 +9,9 @@ mgr0
[osds]
osd0 osd_crush_location="{ 'root': 'HDD', 'rack': 'mon-rackkkk', 'pod': 'monpod', 'host': 'osd0' }"
osd1 osd_crush_location="{ 'root': 'default', 'host': 'osd1' }"
osd2 osd_crush_location="{ 'root': 'default', 'host': 'osd2' }"
osd3 osd_crush_location="{ 'root': 'default', 'host': 'osd3' }"
osd4 osd_crush_location="{ 'root': 'default', 'host': 'osd4' }"
[mdss]
mds0
@ -32,4 +35,4 @@ rbd-mirror0
iscsi-gw0
[grafana-server]
mon0
mon0

View File

@ -5,7 +5,7 @@ docker: True
# DEFINE THE NUMBER OF VMS TO RUN
mon_vms: 3
osd_vms: 2
osd_vms: 5
mds_vms: 3
rgw_vms: 1
nfs_vms: 0

View File

@ -9,6 +9,9 @@ mgr0
[osds]
osd0 osd_crush_location="{ 'root': 'HDD', 'rack': 'mon-rackkkk', 'pod': 'monpod', 'host': 'osd0' }"
osd1 osd_crush_location="{ 'root': 'default', 'host': 'osd1' }"
osd2 osd_crush_location="{ 'root': 'default', 'host': 'osd2' }"
osd3 osd_crush_location="{ 'root': 'default', 'host': 'osd3' }"
osd4 osd_crush_location="{ 'root': 'default', 'host': 'osd4' }"
[mdss]
mds0
@ -32,4 +35,4 @@ rbd-mirror0
iscsi-gw0 ceph_repository="dev"
[grafana-server]
mon0
mon0

View File

@ -5,7 +5,7 @@ docker: false
# DEFINE THE NUMBER OF VMS TO RUN
mon_vms: 3
osd_vms: 2
osd_vms: 5
mds_vms: 3
rgw_vms: 1
nfs_vms: 0