Rate This Document
Findability
Accuracy
Completeness
Readability

Uninstalling Ceph

If you do not require the Ceph service, uninstall it.

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