ceph-ansible/roles/ceph-rgw
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
..
defaults rgw: move multisite default variables in ceph-defaults 2018-10-30 17:41:05 +01:00
handlers lint: yaml space before and after {{ }} 2018-11-08 10:22:02 +00:00
meta lint: meta add company info 2018-11-08 10:22:02 +00:00
tasks refact osd pool size customization 2018-11-21 15:42:50 +00:00
templates Avoid using tests as filter 2018-10-10 04:26:33 +00:00
LICENSE Add READMEs for each roles 2015-07-25 10:51:53 +02:00
README.md Cleanup readme files in roles directories 2017-10-17 11:22:06 +02:00

README.md

Ansible role: ceph-rgw

Documentation is available at http://docs.ceph.com/ceph-ansible/.