]> 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 06:01:21 +0000 (07:01 +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>
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 a28df11d75c11b9dbcc301ee266c7a9209efbc3f..4476d664b7e05bdb2e994f1b8a05a41f2916af40 100644 (file)
@@ -26,6 +26,7 @@ ceph_conf_overrides:
     mon_allow_pool_size_one: true
     mon_warn_on_pool_no_redundancy: false
     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 f605a50fff6201c5876d53080b183bf985e5768b..2704484f73ab6fa8f1fd61f177408b37706b7a17 100644 (file)
@@ -26,6 +26,7 @@ ceph_conf_overrides:
     mon_allow_pool_size_one: true
     mon_warn_on_pool_no_redundancy: false
     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 352fed3832101e9a1e887b56094b3b709d539251..bc9d2789059e5b5ff7a55c5edc4720fe3a8448c9 100644 (file)
@@ -24,4 +24,5 @@ ceph_conf_overrides:
     mon_allow_pool_size_one: true
     mon_warn_on_pool_no_redundancy: false
     osd_pool_default_size: 1
+    mon_max_pg_per_osd: 512
 dashboard_enabled: False
index 962b0a3a6f2f1a18a3e84d45b98822eb60d416d9..e1c5a8e5f3e6f59a67ccbca3c140e673ff1afebe 100644 (file)
@@ -24,4 +24,5 @@ ceph_conf_overrides:
     mon_allow_pool_size_one: true
     mon_warn_on_pool_no_redundancy: false
     osd_pool_default_size: 1
+    mon_max_pg_per_osd: 512
 dashboard_enabled: False