]> 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)
committerDimitri Savineau <savineau.dimitri@gmail.com>
Thu, 11 Apr 2019 15:57:02 +0000 (11:57 -0400)
commite2a5aa062eae90b154e98c3c5f6d6a427c28bf97
tree74f0c8e79c6ace0ae6d931e068a7c523fd283052
parentd25af1b872628607e37741c760aa31b88229f3da
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>
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