From 8de1c32bb632a86f1ebec16ced00366dbacc1d90 Mon Sep 17 00:00:00 2001 From: Ben England Date: Mon, 11 Apr 2016 16:53:45 -0400 Subject: [PATCH] this is how ceph-disk partition really looks --- purge-cluster.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) 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 -- 2.39.5