mirror of https://github.com/ceph/ceph-ansible.git
commit
ab76578a51
|
@ -22,9 +22,6 @@
|
|||
with_items: devices
|
||||
failed_when: false
|
||||
|
||||
- name: call partprobe
|
||||
command: partprobe
|
||||
|
||||
- name: purge ceph
|
||||
command: ceph-deploy purge {{ ansible_fqdn }}
|
||||
delegate_to: 127.0.0.1
|
||||
|
@ -36,3 +33,6 @@
|
|||
- name: purge remaining data
|
||||
command: ceph-deploy purgedata {{ ansible_fqdn }}
|
||||
delegate_to: 127.0.0.1
|
||||
|
||||
- name: call partprobe
|
||||
command: partprobe
|
||||
|
|
Loading…
Reference in New Issue