Fix some bugs when testing opensds ansible
[stor4nfv.git] / src / ceph / doc / dev / index-old.rst
1 :orphan:
2
3 ==================================
4  Internal developer documentation
5 ==================================
6
7 .. note:: If you're looking for how to use Ceph as a library from your
8    own software, please see :doc:`/api/index`.
9
10 You can start a development mode Ceph cluster, after compiling the source, with::
11
12         cd src
13         install -d -m0755 out dev/osd0
14         ./vstart.sh -n -x -l
15         # check that it's there
16         ./ceph health
17
18 .. todo:: vstart is woefully undocumented and full of sharp sticks to poke yourself with.
19
20
21 .. _mailing-list:
22
23 .. rubric:: Mailing list
24
25 The official development email list is ``ceph-devel@vger.kernel.org``.  Subscribe by sending
26 a message to ``majordomo@vger.kernel.org`` with the line::
27
28  subscribe ceph-devel
29
30 in the body of the message.
31
32
33 .. rubric:: Contents
34
35 .. toctree::
36    :glob:
37
38    *
39    osd_internals/index*
40    mds_internals/index*
41    radosgw/index*
42    ceph-volume/index*