From: Changcheng Liu Date: Mon, 4 Mar 2019 08:55:31 +0000 (+0800) Subject: doc: correct vstart.sh file location X-Git-Tag: v14.1.1~67^2 X-Git-Url: http://git-server-git.apps.pok.os.sepia.ceph.com/?a=commitdiff_plain;h=refs%2Fpull%2F26734%2Fhead;p=ceph.git doc: correct vstart.sh file location Signed-off-by: Changcheng Liu --- diff --git a/doc/dev/index.rst b/doc/dev/index.rst index 89c7672874f0..bc4e887a1568 100644 --- a/doc/dev/index.rst +++ b/doc/dev/index.rst @@ -1523,7 +1523,7 @@ When the build completes, and still in the top-level directory of the git clone where you built Ceph, do the following, for cmake builds:: cd build/ - RGW=1 ../vstart.sh -n + RGW=1 ../src/vstart.sh -n This will produce a lot of output as the vstart cluster is started up. At the end you should see a message like::