Documentation home for Ceph in Storage SIG
Install the latest "release" package to enable the Yum repos:
sudo dnf install -y centos-release-ceph-quincy
Now you can install ceph-ansible to deploy ceph on your nodes:
sudo dnf install -y ceph-ansible
1. Testing early packages
We push packages to the testing repos before promoting to the release repos. You can install from the testing repo with:
sudo dnf --enablerepo=centos-ceph-quincy-test install -y ceph
We will let packages sit in testing for a bit before we promote them to the main repositories.
We want early feedback from testers. Please send feedback to ceph-devel@vger.kernel.org if you encounter bugs in the testing packages.
2. Developer documentation
Setting up a new Major Ceph Release in CentOS: the steps for configuring "nautilus", "octopus", etc.
Using Mock with Ceph in Storage SIG: Rebuild Ceph packages locally in chroots that match the CentOS buildsystem.
Introducing a new package for Ceph: You have a new package to distribute along with Ceph.