Skip to content

Latest commit

 

History

History
38 lines (24 loc) · 846 Bytes

index.rst

File metadata and controls

38 lines (24 loc) · 846 Bytes

Internal developer documentation

Note

If you're looking for how to use Ceph as a library from your own software, please see :doc:`/api/index`.

You can start a development mode Ceph cluster, after compiling the source, with:

cd src
install -d -m0755 out dev/osd0
./vstart.sh -n -x -l
# check that it's there
./ceph health
.. todo:: vstart is woefully undocumented and full of sharp sticks to poke yourself with.


Mailing list

The official development email list is [email protected]. Subscribe by sending a message to [email protected] with the line:

subscribe ceph-devel

in the body of the message.

Contents

.. toctree::
   :glob:

   *
   osd_internals/index*
   radosgw/index*