Skip to content

Instantly share code, notes, and snippets.

Show Gist options
  • Save pauldardeau/80346cfda2f377f6ac30df1b44c618c4 to your computer and use it in GitHub Desktop.
Save pauldardeau/80346cfda2f377f6ac30df1b44c618c4 to your computer and use it in GitHub Desktop.
Ceph cheatsheet
Prepare new OSD
ceph-disk prepare --cluster ceph --cluster-uuid c7ec4b12-4cee-11e8-bafa-5254006792da --fs-type xfs /dev/sda1 /dev/sda2
Activate new OSD
ceph-disk activate /dev/sda1
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment