]> git-server-git.apps.pok.os.sepia.ceph.com Git - ceph-ansible.git/commitdiff
this is how ceph-disk partition really looks 688/head
authorBen England <bengland@redhat.com>
Mon, 11 Apr 2016 20:53:45 +0000 (16:53 -0400)
committerBen England <bengland@redhat.com>
Mon, 11 Apr 2016 20:53:45 +0000 (16:53 -0400)
purge-cluster.yml

index c2682455cc7c7dedf22c209494321543bbdbe28f..496afec2846acae59f03702652d83eb513f0859c 100644 (file)
     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