]> git.apps.os.sepia.ceph.com Git - ceph-ansible.git/commitdiff
ci: re-add osd_pool_default_size to 1 with the override
authorSébastien Han <seb@redhat.com>
Sun, 8 Oct 2017 15:29:32 +0000 (17:29 +0200)
committerSébastien Han <seb@redhat.com>
Mon, 9 Oct 2017 15:25:45 +0000 (17:25 +0200)
If we don't do this the client will create pools with a replica 3 since
osd_pool_default_size was gone in ceph-override.json. This was making
switch_to_containers failing.

Signed-off-by: Sébastien Han <seb@redhat.com>
tests/functional/centos/7/cluster/ceph-override.json

index 9a3af9436b0da998e6e2c88204b972b9775876d7..965e361f9c04ac1c15fe1608bf2cb2f7779d788c 100644 (file)
@@ -1,7 +1,8 @@
 {
        "ceph_conf_overrides": {
                "global": {
-                       "osd_pool_default_pg_num": 12
+                       "osd_pool_default_pg_num": 12,
+                       "osd_pool_default_size": 1
                }
        }
 }