]> git.apps.os.sepia.ceph.com Git - ceph-ansible.git/commit
osd: do not enable osd@id unit file 1715/head
authorSébastien Han <seb@redhat.com>
Wed, 26 Jul 2017 14:46:57 +0000 (16:46 +0200)
committerSébastien Han <seb@redhat.com>
Wed, 26 Jul 2017 15:17:57 +0000 (17:17 +0200)
commit8ac7d2e4c92105547f7a375a35b7f817e5f9e108
tree5427d7df5c3e6617e15e5fc6bdb214fb661a2632
parentfad9d0caec656157a34a8611a9b2ffdda742db29
osd: do not enable osd@id unit file

ceph-disk is responsable for enabling the unit file if needed. Actually
since https://github.com/ceph/ceph/pull/12241 it seems that it's not
even needed. On an event of a restart, udev rules will be trigger and
they will ceph-disk activate the device too so the 'enabled' is not
needed.

Closes: https://github.com/ceph/ceph-ansible/issues/1142
Signed-off-by: Sébastien Han <seb@redhat.com>
roles/ceph-osd/tasks/activate_osds.yml
tests/functional/tests/osd/test_osds.py