We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
Use this guide if you want to continually re-compile Ceph.
Launch a development container and attach your source code:
docker run -d -it \ --name ceph-dev \ -v `pwd`/mantle:/ceph \ -v /dev:/dev \ -v /cephfs:/cephfs:shared \ -v /dev:/dev \ -v /run:/run \ -v /sys:/sys \ --privileged \ --entrypoint=/bin/bash \ cephbuilder/ceph:jewel docker exec -it ceph-dev /bin/bash
Code, code, code...
Recompile using our scripts:
build-make