ceph-ansible/roles/ceph-iscsi-gw/tasks
Guillaume Abrioux 7774069d45 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>
2018-11-21 15:42:50 +00:00
..
container systemd: remove changed_when: false 2018-06-28 17:54:13 +02:00
non-container lint: Don't compare to literal True/False 2018-11-08 10:22:02 +00:00
common.yml refact osd pool size customization 2018-11-21 15:42:50 +00:00
deploy_ssl_keys.yml lint: Don't compare to literal True/False 2018-11-08 10:22:02 +00:00
main.yml don't use "include" to include tasks 2018-09-27 17:53:40 +02:00