Rate This Document
Findability
Accuracy
Completeness
Readability

Uninstalling Ceph

You can delete all Ceph components on nodes to uninstall Ceph.

  1. Stop all Ceph service processes.
    1
    systemctl stop ceph.target
    
  2. Uninstall Ceph.
    1
    yum rm ceph-14.2.8 librados2-14.2.8
    
  3. Delete Ceph-related directories.
    1
    2
    3
    rm -rf /var/lib/ceph/*
    rm -rf /etc/ceph/*
    rm -rf /var/run/ceph/*