ceph-ansible/roles/ceph-osd/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
..
scenarios lint: use command instead of shell 2018-10-31 14:18:36 +01:00
activate_osds.yml osd: Add support for multipath disks 2018-02-09 18:06:25 +01:00
build_devices.yml Revert "osd: generate device list for osd_auto_discovery on rolling_update" 2018-08-16 11:13:12 +02:00
ceph_disk_cli_options_facts.yml remove jewel support 2018-10-12 23:38:17 +00:00
check_gpt.yml osd: fix check gpt 2017-12-20 17:42:45 +01:00
common.yml Add ceph_keyring_permissions variable to control permissions for 2018-06-28 15:48:39 +00:00
copy_configs.yml lint: do not use local_action 2018-11-08 10:22:02 +00:00
main.yml osd: commonize start_osd code 2018-11-12 10:51:48 +01:00
openstack_config.yml refact osd pool size customization 2018-11-21 15:42:50 +00:00
start_osds.yml start_osds: Use list instead of keys 2018-11-20 18:48:22 +01:00
system_tuning.yml use blocks directives to group tasks 2018-10-31 09:37:43 +01:00