ceph-ansible/group_vars
Guillaume Abrioux f0195e97ed refact osd pool size customization
Add real default value for osd pool size customization.
Ceph itself has an `osd_pool_default_size` default value to `3`.

If users don't specify a pool size in various pools definition within
ceph-ansible, we should default to `3`.

By the way, this kind of condition isn't really clear:
```
when:
  - rbd_pool_size | default ("")
```

we should try to get the customized value then default to what is in
`osd_pool_default_size` (which has its default value pointing to
`ceph_osd_pool_default_size` (`3`) as well) and compare it to
`ceph_osd_pool_default_size`.

Signed-off-by: Guillaume Abrioux <gabrioux@redhat.com>
(cherry picked from commit 7774069d45)
2018-11-29 01:49:05 +00:00
..
agent.yml.sample All `include_vars` need to have `*.yml`, `*.yaml` or `*.json` extension. 2016-11-24 14:03:49 +01:00
all.yml.sample mon: move `osd_pool_default_pg_num` in `ceph-defaults` 2018-11-29 01:49:05 +00:00
ceph-fetch-keys.yml.sample All `include_vars` need to have `*.yml`, `*.yaml` or `*.json` extension. 2016-11-24 14:03:49 +01:00
clients.yml.sample mon: move `osd_pool_default_pg_num` in `ceph-defaults` 2018-11-29 01:49:05 +00:00
common-coreoss.yml.sample All `include_vars` need to have `*.yml`, `*.yaml` or `*.json` extension. 2016-11-24 14:03:49 +01:00
docker-commons.yml.sample docker: fix monitors name 2017-04-10 15:13:12 +02:00
iscsigws.yml.sample refact osd pool size customization 2018-11-29 01:49:05 +00:00
mdss.yml.sample roles: fix *_docker_memory_limit default value 2018-10-29 14:59:09 +01:00
mgrs.yml.sample roles: fix *_docker_memory_limit default value 2018-10-29 14:59:09 +01:00
mons.yml.sample roles: fix *_docker_memory_limit default value 2018-10-29 14:59:09 +01:00
nfss.yml.sample Added 'squash' as a parameter to nfs-ganesha. 2018-06-25 09:13:17 +02:00
osds.yml.sample roles: fix *_docker_memory_limit default value 2018-10-29 14:59:09 +01:00
rbdmirrors.yml.sample roles: fix *_docker_memory_limit default value 2018-10-29 14:59:09 +01:00
restapis.yml.sample docker: simplify variable declaration 2017-09-09 01:22:06 +02:00
rgws.yml.sample rgw: move multisite default variables in ceph-defaults 2018-10-30 17:41:35 +01:00
rhcs.yml.sample mon: move `osd_pool_default_pg_num` in `ceph-defaults` 2018-11-29 01:49:05 +00:00