summaryrefslogtreecommitdiffstats
path: root/src/ceph/doc/dev/index-old.rst
diff options
context:
space:
mode:
Diffstat (limited to 'src/ceph/doc/dev/index-old.rst')
-rw-r--r--src/ceph/doc/dev/index-old.rst42
1 files changed, 0 insertions, 42 deletions
diff --git a/src/ceph/doc/dev/index-old.rst b/src/ceph/doc/dev/index-old.rst
deleted file mode 100644
index 8192516..0000000
--- a/src/ceph/doc/dev/index-old.rst
+++ /dev/null
@@ -1,42 +0,0 @@
-: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*