Skip to content

Instantly share code, notes, and snippets.

@jerluc
Created February 16, 2014 01:12
Show Gist options
  • Star 1 You must be signed in to star a gist
  • Fork 4 You must be signed in to fork a gist
  • Save jerluc/9027751 to your computer and use it in GitHub Desktop.
Save jerluc/9027751 to your computer and use it in GitHub Desktop.
Ceph OSD removal
# As sudo
ceph osd crush remove osd.{osd-num}
ceph auth del osd.{osd-num}
ceph osd rm {osd-num}
ceph osd crush remove {host}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment