]> git-server-git.apps.pok.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:21:41 +0000 (08:21 +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 7e2781dda502a854aee1be727ef18387fc4aca95..0cb3cfd2151b9bd3a2f30b0af35c2224e5fb16de 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 ed7e70259c6d8dc3d3315f0f94cabd8fd9b6fe16..c9ead3b6bcdaaa1433075fe51ffba5cb665e983e 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