]> git.proxmox.com Git - ceph.git/blame - ceph/doc/rados/deployment/ceph-deploy-purge.rst
bump version to 15.2.11-pve1
[ceph.git] / ceph / doc / rados / deployment / ceph-deploy-purge.rst
CommitLineData
7c673cae
FG
1==============
2 Purge a Host
3==============
4
5When you remove Ceph daemons and uninstall Ceph, there may still be extraneous
6data from the cluster on your server. The ``purge`` and ``purgedata`` commands
7provide a convenient means of cleaning up a host.
8
9
10Purge Data
11==========
12
13To remove all data from ``/var/lib/ceph`` (but leave Ceph packages intact),
14execute the ``purgedata`` command.
15
16 ceph-deploy purgedata {hostname} [{hostname} ...]
17
18
19Purge
20=====
21
22To remove all data from ``/var/lib/ceph`` and uninstall Ceph packages, execute
23the ``purge`` command.
24
25 ceph-deploy purge {hostname} [{hostname} ...]