diff --git a/doc/dev/index.rst b/doc/dev/index.rst index 4f7499b623037..0a3fbf0232dcf 100644 --- a/doc/dev/index.rst +++ b/doc/dev/index.rst @@ -163,21 +163,12 @@ All newcomers are encouraged to read that file carefully. Building from source -------------------- -See instructions at :doc:`/dev/quick_guide` and :doc:`/install/build-ceph`. +See instructions at :doc:`/install/build-ceph`. Development-mode cluster ------------------------ -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 - -For more ``vstart.sh`` examples, see :doc:`/dev/quick_guide`. +See :doc:`/dev/quick_guide`. Backporting -----------