mirror of https://github.com/ceph/ceph-ansible.git
parent
9b294006ce
commit
d9a38489f9
|
@ -19,7 +19,11 @@
|
||||||
|
|
||||||
- name: manually Prepare OSD disk(s)
|
- name: manually Prepare OSD disk(s)
|
||||||
command: "ceph-disk prepare {{ item.2 }}"
|
command: "ceph-disk prepare {{ item.2 }}"
|
||||||
when: (item.0.rc != 0 or item.1.rc != 0) and journal_collocation and not osd_auto_discovery
|
when:
|
||||||
|
item.0.rc != 0 and
|
||||||
|
item.1.rc != 0 and
|
||||||
|
journal_collocation and not
|
||||||
|
osd_auto_discovery
|
||||||
ignore_errors: True
|
ignore_errors: True
|
||||||
with_together:
|
with_together:
|
||||||
- parted.results
|
- parted.results
|
||||||
|
|
Loading…
Reference in New Issue