From: Ben England Date: Mon, 11 Apr 2016 20:53:45 +0000 (-0400) Subject: this is how ceph-disk partition really looks X-Git-Tag: v1.0.4~5^2 X-Git-Url: http://git-server-git.apps.pok.os.sepia.ceph.com/?a=commitdiff_plain;h=refs%2Fpull%2F688%2Fhead;p=ceph-ansible.git this is how ceph-disk partition really looks --- diff --git a/purge-cluster.yml b/purge-cluster.yml index c2682455c..496afec28 100644 --- a/purge-cluster.yml +++ b/purge-cluster.yml @@ -241,12 +241,12 @@ failed_when: check_for_running_ceph.rc == 0 - name: see if ceph-disk-created data partitions are present - shell: "ls /dev/disk/by-partlabel | grep -q 'ceph data'" + shell: "ls /dev/disk/by-partlabel | grep -q 'ceph\\\\x20data'" failed_when: false register: ceph_data_partlabels - name: see if ceph-disk-created journal partitions are present - shell: "ls /dev/disk/by-partlabel | grep -q 'ceph journal'" + shell: "ls /dev/disk/by-partlabel | grep -q 'ceph\\\\x20journal'" failed_when: false register: ceph_journal_partlabels