]> git.apps.os.sepia.ceph.com Git - ceph-ansible.git/commitdiff
tests: set `mon_max_pg_per_osd` in rgw_multisite
authorGuillaume Abrioux <gabrioux@redhat.com>
Tue, 9 Feb 2021 14:50:43 +0000 (15:50 +0100)
committerGuillaume Abrioux <gabrioux@redhat.com>
Wed, 10 Feb 2021 07:32:24 +0000 (08:32 +0100)
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 54bae480d20b1066e20d1bfa530f987a8425535c)

tests/functional/rgw-multisite/container/group_vars/all
tests/functional/rgw-multisite/container/secondary/group_vars/all
tests/functional/rgw-multisite/group_vars/all
tests/functional/rgw-multisite/secondary/group_vars/all

index de25f6524a3bcf0fa2daccc2aea421d710510245..f602319349f9d6b1d7bc9e9073dd92bde22bd82b 100644 (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
index fa31f3fe76defd03d0a7b47d55f065a9ac3567fb..8b118a17840ee241a00507789828e1ba75476e5a 100644 (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
index 91b54e0529a44f743e90aa8b3ef4e5fb6671aac6..9ad488a0b03ee9c5b0c7b42089858c410233d6f6 100644 (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
index d9b0e1e8df1bd8568ac3aa954b65f0a53b17b438..97f8440dc75c7fda2a44c7656b1234671957b394 100644 (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