]> git.proxmox.com Git - ceph.git/blob - ceph/doc/dev/internals.rst
update ceph source to reef 18.2.1
[ceph.git] / ceph / doc / dev / internals.rst
1 ================
2 Ceph Internals
3 ================
4
5 .. note:: If you're looking for how to use Ceph as a library from your
6 own software, please see :doc:`/api/index`.
7
8 You can start a development mode Ceph cluster, after compiling the source, with::
9
10 cd build
11 OSD=3 MON=3 MGR=3 ../src/vstart.sh -n -x
12 # check that it's there
13 bin/ceph health
14
15 .. rubric:: Mailing list
16
17 The ``dev@ceph.io`` list is for discussion about the development of Ceph,
18 its interoperability with other technology, and the operations of the
19 project itself. Subscribe by sending a message to ``dev-request@ceph.io``
20 with the line::
21
22 subscribe ceph-devel
23
24 in the body of the message.
25
26 The ceph-devel@vger.kernel.org list is for discussion
27 and patch review for the Linux kernel Ceph client component.
28 Subscribe by sending a message to ``majordomo@vger.kernel.org`` with the line::
29
30 subscribe ceph-devel
31
32 in the body of the message.
33
34 .. raw:: html
35
36 <!---
37
38 .. rubric:: Contents
39
40 .. toctree::
41 :glob:
42
43 *
44 osd_internals/index*
45 mds_internals/index*
46 radosgw/index*
47 ceph-volume/index*
48 crimson/index*
49
50 .. raw:: html
51
52 --->