From: Leo Zhang Date: Tue, 27 Sep 2016 07:43:07 +0000 (+0800) Subject: doc: fix start development cluster operation in index.rst X-Git-Tag: v11.1.0~665^2~1 X-Git-Url: http://git-server-git.apps.pok.os.sepia.ceph.com/?a=commitdiff_plain;h=ee1de7dc14efbcc4b6a85fc6272cfd1fbe0f0440;p=ceph.git doc: fix start development cluster operation in index.rst Signed-off-by: Leo Zhang --- diff --git a/doc/dev/index.rst b/doc/dev/index.rst index 4f7499b6230..377596a5be3 100644 --- a/doc/dev/index.rst +++ b/doc/dev/index.rst @@ -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`.