]> git-server-git.apps.pok.os.sepia.ceph.com Git - ceph.git/commitdiff
doc: fix start development cluster operation in index.rst
authorLeo Zhang <nguzcf@gmail.com>
Tue, 27 Sep 2016 07:43:07 +0000 (15:43 +0800)
committerLeo Zhang <nguzcf@gmail.com>
Tue, 27 Sep 2016 07:43:07 +0000 (15:43 +0800)
Signed-off-by: Leo Zhang <nguzcf@gmail.com>
doc/dev/index.rst

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