ci: re-add osd_pool_default_size to 1 with the override

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>
pull/2014/head
Sébastien Han 2017-10-08 17:29:32 +02:00
parent e15302c284
commit 6d7b73fa91
1 changed files with 2 additions and 1 deletions

View 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
}
}
}