From: Sébastien Han Date: Wed, 18 Jan 2017 09:55:01 +0000 (+0100) Subject: purge: remove zap_block_devs variable X-Git-Tag: v2.2.0rc1~56^2~1 X-Git-Url: http://git.apps.os.sepia.ceph.com/?a=commitdiff_plain;h=adeb3decf38bddb2972e597f22a27bf9638fb41e;p=ceph-ansible.git purge: remove zap_block_devs variable 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 --- diff --git a/infrastructure-playbooks/purge-cluster.yml b/infrastructure-playbooks/purge-cluster.yml index 69e9fbcc2..fd243b5d3 100644 --- a/infrastructure-playbooks/purge-cluster.yml +++ b/infrastructure-playbooks/purge-cluster.yml @@ -253,9 +253,6 @@ 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 }}" @@ -385,7 +382,6 @@ when: - ceph_disk_present.rc == 0 - ceph_data_partlabels.rc == 0 - - zap_block_devs - name: get ceph journal partitions shell: | @@ -409,7 +405,7 @@ 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