ceph/doc/dev/index.rst
Yehuda Sadeh 2f73c07511 docs: add radosgw internals and usage testing section
Document the current tests that are being done on the
radosgw usage feature.

Signed-off-by: Yehuda Sadeh <yehuda@inktank.com>
2012-09-18 11:17:22 -07:00

39 lines
846 B
ReStructuredText

==================================
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:
.. rubric:: Mailing list
The official development email list is ``ceph-devel@vger.kernel.org``. Subscribe by sending
a message to ``majordomo@vger.kernel.org`` with the line::
subscribe ceph-devel
in the body of the message.
.. rubric:: Contents
.. toctree::
:glob:
*
osd_internals/index*
radosgw/index*