From: Ben England Date: Sat, 5 Mar 2016 11:26:50 +0000 (-0500) Subject: so non-OSD hosts will not fail X-Git-Tag: v1.0.2~1^2~1 X-Git-Url: http://git-server-git.apps.pok.os.sepia.ceph.com/?a=commitdiff_plain;h=f64320999915c219cea40d1508d00ebb326b7315;p=ceph-ansible.git so non-OSD hosts will not fail --- diff --git a/purge-cluster.yml b/purge-cluster.yml index a11447e17..fe0448c90 100644 --- a/purge-cluster.yml +++ b/purge-cluster.yml @@ -46,8 +46,6 @@ shell: ls /var/lib/ceph/osd | cut -d "-" -f 2 register: osd_ids changed_when: false - when: - osd_group_name in group_names # Infernalis - name: stop ceph.target with systemd