ceph-ansible/roles/ceph-client/tasks
Dimitri Savineau 4d32ecc980 Force osd pool min_size value to integer
After b8d580b and e9e5d5a we could have either item.min_size or
osd_pool_default_min_size using string instead of int causing the
condition to be true when it's false.
As a result, the task could try to set the pool min_size value to
0 which leads to:

Error EINVAL: pool min_size must be between 1 and 1

Signed-off-by: Dimitri Savineau <dsavinea@redhat.com>
2019-03-05 19:48:09 +00:00
..
create_users_keys.yml Force osd pool min_size value to integer 2019-03-05 19:48:09 +00:00
main.yml don't use "include" to include tasks 2018-09-27 17:53:40 +02:00
pre_requisite.yml client: fix an incorrect title in a task 2018-07-26 15:57:41 +02:00