The name of this variable was a bit confusing since its activation will
zap all the block devices no matter which osd scenario we are using.
Removing this variable and applying a condition on the OSD scenario is
now feasible and easier since we import group_vars variable files for
OSDs.
Signed-off-by: Sébastien Han <seb@redhat.com>
vars:
osd_group_name: osds
-# When set to true and raw _multi_journal is used then block devices are also zapped
- zap_block_devs: true
-
hosts:
- "{{ osd_group_name }}"
when:
- ceph_disk_present.rc == 0
- ceph_data_partlabels.rc == 0
- - zap_block_devs
- name: get ceph journal partitions
shell: |
with_items: "{{ ceph_journal_partition_to_erase_path.stdout_lines }}"
when:
- ceph_journal_partlabels.rc == 0
- - zap_block_devs
+ - raw_multi_journal
- name: purge ceph mon cluster