From 9996b49265a698167ae2423b967fdff2fbe3b097 Mon Sep 17 00:00:00 2001 From: Leo Zhang Date: Mon, 26 Sep 2016 23:25:29 +0800 Subject: [PATCH] doc: missing "make vstart" in quick_guide.rst Signed-off-by: Leo Zhang --- doc/dev/quick_guide.rst | 1 + 1 file changed, 1 insertion(+) diff --git a/doc/dev/quick_guide.rst b/doc/dev/quick_guide.rst index b703ebd0162..37a444dffa9 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: -- 2.39.5