summaryrefslogtreecommitdiffstats
path: root/src/ceph/doc/dev/index-old.rst
blob: 8192516b65e0f73d0b59159de8ed151d4b4799ad (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
:orphan:

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