]> git.proxmox.com Git - ceph.git/blame - ceph/doc/dev/index-old.rst
bump version to 12.2.12-pve1
[ceph.git] / ceph / doc / dev / index-old.rst
CommitLineData
7c673cae
FG
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
10You 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
25The official development email list is ``ceph-devel@vger.kernel.org``. Subscribe by sending
26a message to ``majordomo@vger.kernel.org`` with the line::
27
28 subscribe ceph-devel
29
30in 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*
b5b8bbf5 42 ceph-volume/index*