]> git.apps.os.sepia.ceph.com Git - ceph-ansible.git/commit
osd: remove useless condition
authorGuillaume Abrioux <gabrioux@redhat.com>
Mon, 19 Aug 2019 11:51:14 +0000 (13:51 +0200)
committerGuillaume Abrioux <gabrioux@redhat.com>
Mon, 19 Aug 2019 14:17:22 +0000 (16:17 +0200)
commit70cf2a5846e38e98b32c47a176cb38488af3dc12
treec44e96d99cbc0cd871136d6f1fdd0f41e7b547d8
parenta08f5f2ea23930d49e91964ccf366396539ec4cf
osd: remove useless condition

just like `ceph_osd_pool_default_size`, a pool size might change after an
initial deployment. Having this condition prevents from customizing the
pool in that case.
This is not needed so let's remove it.

Signed-off-by: Guillaume Abrioux <gabrioux@redhat.com>
roles/ceph-osd/tasks/openstack_config.yml