mirror of https://github.com/ceph/ceph-ansible.git
purge: remove monitor store and bootstrap keys
remove monitor store and bootstrap keys otherwise the play can not complete Signed-off-by: Sébastien Han <seb@redhat.com>pull/646/head
parent
d9fb812029
commit
53a62f0c89
|
@ -189,6 +189,12 @@
|
|||
when:
|
||||
osd_group_name in group_names
|
||||
|
||||
- name: remove monitor store and bootstrap keys
|
||||
shell: rm -rf /var/lib/ceph/
|
||||
failed_when: false
|
||||
when:
|
||||
mon_group_name in group_names
|
||||
|
||||
- name: is reboot needed
|
||||
local_action: shell echo requesting reboot
|
||||
notify:
|
||||
|
|
Loading…
Reference in New Issue