2018-07-26 04:21:04 +00:00
|
|
|
================
|
|
|
|
Ceph Internals
|
|
|
|
================
|
2015-11-29 23:51:11 +00:00
|
|
|
|
|
|
|
.. 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::
|
|
|
|
|
2019-03-07 12:44:36 +00:00
|
|
|
cd build
|
|
|
|
OSD=3 MON=3 MGR=3 ../src/vstart.sh -n -x
|
2015-11-29 23:51:11 +00:00
|
|
|
# check that it's there
|
2019-03-07 12:44:36 +00:00
|
|
|
bin/ceph health
|
2015-11-29 23:51:11 +00:00
|
|
|
|
|
|
|
.. rubric:: Mailing list
|
|
|
|
|
2019-08-01 21:33:12 +00:00
|
|
|
The ``dev@ceph.io`` list is for discussion about the development of Ceph,
|
|
|
|
its interoperability with other technology, and the operations of the
|
|
|
|
project itself. Subscribe by sending a message to ``dev-request@ceph.io``
|
|
|
|
with the line::
|
2015-11-29 23:51:11 +00:00
|
|
|
|
|
|
|
subscribe ceph-devel
|
|
|
|
|
|
|
|
in the body of the message.
|
|
|
|
|
2019-08-01 21:33:12 +00:00
|
|
|
The ceph-devel@vger.kernel.org list is for discussion
|
|
|
|
and patch review for the Linux kernel Ceph client component.
|
|
|
|
Subscribe by sending a message to ``majordomo@vger.kernel.org`` with the line::
|
|
|
|
|
|
|
|
subscribe ceph-devel
|
|
|
|
|
|
|
|
in the body of the message.
|
2015-11-29 23:51:11 +00:00
|
|
|
|
2019-10-22 08:46:42 +00:00
|
|
|
.. raw:: html
|
|
|
|
|
|
|
|
<!---
|
|
|
|
|
2015-11-29 23:51:11 +00:00
|
|
|
.. rubric:: Contents
|
|
|
|
|
|
|
|
.. toctree::
|
|
|
|
:glob:
|
|
|
|
|
|
|
|
*
|
|
|
|
osd_internals/index*
|
|
|
|
mds_internals/index*
|
|
|
|
radosgw/index*
|
2017-08-17 18:10:35 +00:00
|
|
|
ceph-volume/index*
|
2020-07-23 08:12:07 +00:00
|
|
|
crimson/index*
|
2019-10-22 08:46:42 +00:00
|
|
|
|
|
|
|
.. raw:: html
|
|
|
|
|
|
|
|
--->
|