mirror of https://github.com/ceph/ceph-ansible.git
update: remove legacy
This task is a code duplicate, probably a legacy, let's remove it. Signed-off-by: Guillaume Abrioux <gabrioux@redhat.com>pull/4932/head
parent
2592a1e1e8
commit
d853da2a68
|
@ -427,12 +427,6 @@
|
|||
- import_role:
|
||||
name: ceph-osd
|
||||
|
||||
- name: get osd numbers
|
||||
shell: "if [ -d /var/lib/ceph/osd ] ; then ls /var/lib/ceph/osd | sed 's/.*-//' ; fi"
|
||||
register: osd_ids
|
||||
changed_when: false
|
||||
when: not containerized_deployment | bool
|
||||
|
||||
- name: start ceph osd
|
||||
systemd:
|
||||
name: ceph-osd@{{ item }}
|
||||
|
|
Loading…
Reference in New Issue