Skip to content

Commit

Permalink
Merge pull request #1892 from ceph/purge-dmcrypt-col
Browse files Browse the repository at this point in the history
purge: only purge specific directories for mon
  • Loading branch information
leseb authored Sep 13, 2017
2 parents ef8d37d + ba3e3b6 commit fe1d84d
Showing 1 changed file with 10 additions and 1 deletion.
11 changes: 10 additions & 1 deletion infrastructure-playbooks/purge-cluster.yml
Original file line number Diff line number Diff line change
Expand Up @@ -450,8 +450,17 @@

- name: remove monitor store and bootstrap keys
file:
path: /var/lib/ceph/
path: "{{ item }}"
state: absent
with_items:
- /var/lib/ceph/mon
- /var/lib/ceph/bootstrap-mds
- /var/lib/ceph/bootstrap-osd
- /var/lib/ceph/bootstrap-rgw
- /var/lib/ceph/bootstrap-rbd
- /var/lib/ceph/bootstrap-mgr
- /var/lib/ceph/tmp


- name: purge iscsi gateway(s)

Expand Down

0 comments on commit fe1d84d

Please sign in to comment.