ceph-ansible/roles/ceph-mds/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
..
common.yml Add ceph_keyring_permissions variable to control permissions for 2018-06-28 15:48:39 +00:00
containerized.yml Add new container scenario 2018-11-27 16:47:40 +00:00
create_mds_filesystems.yml Force osd pool min_size value to integer 2019-03-05 19:48:09 +00:00
main.yml Add new container scenario 2018-11-27 16:47:40 +00:00
non_containerized.yml Fix uses of default(omit) with string concatenation 2019-02-08 16:18:15 +00:00