Created
August 7, 2021 07:11
-
-
Save abhi-io/171ce890044e7f7934f329f0b375190e to your computer and use it in GitHub Desktop.
install ceph
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
curl --silent --remote-name --location https://github.com/ceph/ceph/raw/octopus/src/cephadm/cephadm | |
sudo mv cephadm /usr/local/bin | |
sudo chmod +x /usr/local/bin/cephadm | |
sudo mkdir -p /etc/ceph |
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
sudo cephadm add-repo --release octopus | |
sudo cephadm install ceph-common |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment