Project

General

Profile

Documentation #44971

Updated by Sebastian Wagner about 4 years ago

Right now (without any docs), this is totally confusing. 


 Topics to cover:  

 h2.    * Man page 

 h2. overview  

 
 * cephadm ... is a tool for managing the local host. (Not a daemon) 
 * Even usable, if the Ceph clusterdoes not know about a host 

 h2. Removing a daemon 

 
 * Don't use `podman rm -f` to remove daemons. Instead use `cephadm ..` 

 h2. Remove the cluster from the local host 

 <pre> 
 fsid=$(cephadm shell -- ceph fsid) 
 cephadm rm-cluster --fsid $fsid 
 </pre> 

Back