mirror of https://github.com/ceph/ceph-ansible.git
this is how ceph-disk partition really looks
parent
5c0d7fc937
commit
8de1c32bb6
|
@ -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
|
||||
|
||||
|
|
Loading…
Reference in New Issue