From: Leo Zhang Date: Mon, 26 Sep 2016 15:25:29 +0000 (+0800) Subject: doc: missing "make vstart" in quick_guide.rst X-Git-Tag: v11.0.1~87^2 X-Git-Url: http://git-server-git.apps.pok.os.sepia.ceph.com/?a=commitdiff_plain;h=refs%2Fpull%2F11226%2Fhead;p=ceph.git doc: missing "make vstart" in quick_guide.rst Signed-off-by: Leo Zhang --- diff --git a/doc/dev/quick_guide.rst b/doc/dev/quick_guide.rst index b703ebd0162f..37a444dffa92 100644 --- a/doc/dev/quick_guide.rst +++ b/doc/dev/quick_guide.rst @@ -25,6 +25,7 @@ deployment using the following command: .. code:: $ cd ceph/build # Assuming this is where you ran cmake + $ make vstart $ ../src/vstart.sh -d -n -x You can also configure ``vstart.sh`` to use only one monitor and one metadata server by using the following: