ceph-ansible/roles/ceph-iscsi-gw
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
..
defaults refact osd pool size customization 2018-11-29 01:49:05 +00:00
library igw: add support for IPv6 2018-11-13 17:35:58 +00:00
meta resync ceph-iscsi-gw with old upstream 2017-09-12 18:06:10 -06:00
tasks refact osd pool size customization 2018-11-29 01:49:05 +00:00
templates iscsi: fix networking issue on containerized env 2018-10-19 00:12:43 +00:00
LICENSE resync ceph-iscsi-gw with old upstream 2017-09-12 18:06:10 -06:00
README resync ceph-iscsi-gw with old upstream 2017-09-12 18:06:10 -06:00
README.md Cleanup readme files in roles directories 2017-10-17 11:22:06 +02:00
ceph-iscsi-ansible.spec resync ceph-iscsi-gw with old upstream 2017-09-12 18:06:10 -06:00

README.md

Ansible role: ceph-iscsi

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