]> 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>
Tue, 20 Aug 2019 07:13:15 +0000 (09:13 +0200)
commit19c7b650db69fef2ae9dbae9a9db807fc2767f5b
tree64de808588761309686a0f399b298157ad060cb2
parent6d90dbc3c0624381cf22caf7a0a966a405d5618c
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>
(cherry picked from commit 70cf2a5846e38e98b32c47a176cb38488af3dc12)
roles/ceph-osd/tasks/openstack_config.yml