Skip to content

Latest commit

 

History

History
36 lines (24 loc) · 738 Bytes

internals.rst

File metadata and controls

36 lines (24 loc) · 738 Bytes

Ceph Internals

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 build
OSD=3 MON=3 MGR=3 ../src/vstart.sh -n -x
# check that it's there
bin/ceph health

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*
   mds_internals/index*
   radosgw/index*
   ceph-volume/index*