mirror of https://github.com/ceph/ceph-ansible.git
so non-OSD hosts will not fail
parent
ebcc7f6207
commit
f643209999
|
@ -46,8 +46,6 @@
|
||||||
shell: ls /var/lib/ceph/osd | cut -d "-" -f 2
|
shell: ls /var/lib/ceph/osd | cut -d "-" -f 2
|
||||||
register: osd_ids
|
register: osd_ids
|
||||||
changed_when: false
|
changed_when: false
|
||||||
when:
|
|
||||||
osd_group_name in group_names
|
|
||||||
|
|
||||||
# Infernalis
|
# Infernalis
|
||||||
- name: stop ceph.target with systemd
|
- name: stop ceph.target with systemd
|
||||||
|
|
Loading…
Reference in New Issue