]> git.apps.os.sepia.ceph.com Git - ceph.git/commitdiff
doc: drop start development cluster area in index.rst, quick_start.rst also documents... 11233/head
authorLeo Zhang <nguzcf@gmail.com>
Tue, 27 Sep 2016 09:15:04 +0000 (17:15 +0800)
committerLeo Zhang <nguzcf@gmail.com>
Tue, 27 Sep 2016 09:15:04 +0000 (17:15 +0800)
Signed-off-by: Leo Zhang <nguzcf@gmail.com>
doc/dev/index.rst

index 377596a5be3e545489495596d25a1a7b8ad5c5d1..0a3fbf0232dcfa6b6213c884509c5a82a3c6a0f7 100644 (file)
@@ -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 build
-    make vstart
-    ../src/vstart.sh -n -x -l
-    # check that it's there
-    ./bin/ceph health
-
-For more ``vstart.sh`` examples, see :doc:`/dev/quick_guide`.
+See :doc:`/dev/quick_guide`.
 
 Backporting
 -----------