]> git.apps.os.sepia.ceph.com Git - ceph-ansible.git/commit
osd: remove ceph-disk support
authorSébastien Han <seb@redhat.com>
Tue, 2 Oct 2018 21:54:57 +0000 (23:54 +0200)
committermergify[bot] <mergify[bot]@users.noreply.github.com>
Fri, 12 Apr 2019 00:45:21 +0000 (00:45 +0000)
commit11c6655f57f65e83c0022591f82c9b17c85974ba
tree2a70bbf65b7096ef92c4372656cf1fd94969422c
parentc7d0fbbd198a56630bd0acf81a5d5ebe7ab6af61
osd: remove ceph-disk support

We don't support the preparation of OSD with ceph-disk. ceph-volume is
only supported. However, the start operation of OSD is still supported.
So let's say you change a config option, the handlers will be able to
restart all the OSDs via their respective systemd unit files.

Signed-off-by: Sébastien Han <seb@redhat.com>
Co-authored-by: Guillaume Abrioux <gabrioux@redhat.com>
(cherry picked from commit e2a5aa062eae90b154e98c3c5f6d6a427c28bf97)
group_vars/osds.yml.sample
roles/ceph-osd/defaults/main.yml
roles/ceph-osd/tasks/activate_osds.yml [deleted file]
roles/ceph-osd/tasks/container_options_facts.yml [new file with mode: 0644]
roles/ceph-osd/tasks/main.yml