this is how ceph-disk partition really looks

pull/688/head
Ben England 2016-04-11 16:53:45 -04:00
parent 5c0d7fc937
commit 8de1c32bb6
1 changed files with 2 additions and 2 deletions

View File

@ -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