Skip to content

Instantly share code, notes, and snippets.

@BlackDex
Forked from jerluc/osd-remove.sh
Created January 21, 2017 21:07
Show Gist options
  • Save BlackDex/54ca718cc7298badc055e06d9e9fb678 to your computer and use it in GitHub Desktop.
Save BlackDex/54ca718cc7298badc055e06d9e9fb678 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