]> git.apps.os.sepia.ceph.com Git - ceph-ansible.git/commit
osd: do not use expose_partitions on lvm
authorSébastien Han <seb@redhat.com>
Fri, 28 Sep 2018 15:19:46 +0000 (17:19 +0200)
committerGuillaume Abrioux <gabrioux@redhat.com>
Wed, 10 Oct 2018 20:08:41 +0000 (16:08 -0400)
commitece9e9812ea4a9d0c0faf485d780401147cc16c4
treea588f920047c25a48f1b04788e07aa3c87bcb9a4
parente39fc4f6cef33104df8cb51dc61661ff30e2c2b5
osd: do not use expose_partitions on lvm

expose_partitions is only needed on ceph-disk OSDs so we don't need to
activate this code when running lvm prepared OSDs.

Signed-off-by: Sébastien Han <seb@redhat.com>
roles/ceph-osd/templates/ceph-osd-run.sh.j2