Created
May 1, 2018 19:26
-
-
Save pauldardeau/80346cfda2f377f6ac30df1b44c618c4 to your computer and use it in GitHub Desktop.
Ceph cheatsheet
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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