Removing ceph

vkhera

Member
Feb 24, 2015
192
15
18
Maryland, USA
For an experiment, I installed ceph:

Code:
pveceph install
pveceph init --network 10.11.13.0/28
pveceph createmon

I ran createmon on all three of my cluster nodes.

Now that I'm done, I cannot see entirely how to remove it. I was able to use the GUI to remove monitors 1 and 2, but it will not let me remove monitor 0. Command line is the same, obviously.

So far I've just done pveceph stop then removed the /etc/pve/ceph.conf file. But I don't think that's complete.

What other files should I remove or commands should I run? I don't care if the ceph packages are still installed, but I'll remove them if it is easy enough.
 
when you have no running ceph services anymore, you can run:
Code:
pveceph purge

caution: this deletes everything ceph related (data+configuration)
 
  • Like
Reactions: vkhera