mirror of
https://github.com/ceph/ceph
synced 2024-12-14 15:35:45 +00:00
3c7a82a6dc
which was a copy of PlanningImplementation.txt (and not html at all). restored previous index.rst, which was overwritten with a copy of PlanninImplementation.txt, but removed all of the recursively included content from the document. I will cherry-pick merge the new contents in a subsequent commit. Signed-off-by: Mark Kampe <mark.kampe@dreamhost.com>
23 lines
531 B
ReStructuredText
23 lines
531 B
ReStructuredText
==================================
|
|
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.
|
|
|
|
|
|
.. toctree::
|
|
:glob:
|
|
|
|
*
|