From 839c07822ac045941b65916e76bb51e21e4cc2f1 Mon Sep 17 00:00:00 2001 From: Changcheng Liu Date: Mon, 4 Mar 2019 16:55:31 +0800 Subject: [PATCH] doc: correct vstart.sh file location Signed-off-by: Changcheng Liu --- doc/dev/index.rst | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/doc/dev/index.rst b/doc/dev/index.rst index 89c7672874f04..bc4e887a15687 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:: -- 2.39.5