2011-12-01 23:29:00 +00:00
|
|
|
==================================
|
|
|
|
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.
|
2011-09-02 19:31:37 +00:00
|
|
|
|
|
|
|
|
2011-09-01 19:42:56 +00:00
|
|
|
.. toctree::
|
|
|
|
:glob:
|
|
|
|
|
|
|
|
*
|