tests: set `mon_max_pg_per_osd` in rgw_multisite

Otherwise, the job fails when it tries to create a bucket with `s3cmd mb`
command because we have too many PGs per OSD.

Signed-off-by: Guillaume Abrioux <gabrioux@redhat.com>
(cherry picked from commit 54bae480d2)
pull/6260/head
Guillaume Abrioux 2021-02-09 15:50:43 +01:00
parent b5d082c4bc
commit 8fada83589
4 changed files with 4 additions and 0 deletions

View File

@ -24,6 +24,7 @@ os_tuning_params:
ceph_conf_overrides:
global:
osd_pool_default_size: 1
mon_max_pg_per_osd: 512
dashboard_enabled: False
ceph_docker_registry: quay.ceph.io
ceph_docker_image: ceph-ci/daemon

View File

@ -24,6 +24,7 @@ os_tuning_params:
ceph_conf_overrides:
global:
osd_pool_default_size: 1
mon_max_pg_per_osd: 512
dashboard_enabled: False
ceph_docker_registry: quay.ceph.io
ceph_docker_image: ceph-ci/daemon

View File

@ -22,4 +22,5 @@ os_tuning_params:
ceph_conf_overrides:
global:
osd_pool_default_size: 1
mon_max_pg_per_osd: 512
dashboard_enabled: False

View File

@ -22,4 +22,5 @@ os_tuning_params:
ceph_conf_overrides:
global:
osd_pool_default_size: 1
mon_max_pg_per_osd: 512
dashboard_enabled: False