We run an initial deployment with `osd_pool_default_size: 1` in
`ceph_conf_overrides`.
When re-running the playbook to test idempotency and handlers, we reset
`ceph_conf_overrides`, we must append a new value instead of just
overwritting it, otherwise, this can lead to error in the CI.
Signed-off-by: Guillaume Abrioux <gabrioux@redhat.com>
(cherry picked from commit
f290e49df86a6c878dfffa4d017537f3be6ff615)
{
"ceph_conf_overrides": {
"global": {
- "osd_pool_default_pg_num": 12
+ "osd_pool_default_pg_num": 12,
+ "osd_pool_default_size": 1
}
},
"cephfs_pools": [