From: Fabian Vogt Date: Mon, 11 Sep 2017 14:39:18 +0000 (+0200) Subject: README: Improve vstart.sh usage X-Git-Tag: v13.0.1~945^2 X-Git-Url: http://git-server-git.apps.pok.os.sepia.ceph.com/?a=commitdiff_plain;h=refs%2Fpull%2F17644%2Fhead;p=ceph.git README: Improve vstart.sh usage Using long options where possible to make it easier to understand directly and adding bluestore by default as it is the default storage backend. Signed-off-by: Fabian Vogt --- diff --git a/README.md b/README.md index 93dc62bc2425..a164dabde5fa 100644 --- a/README.md +++ b/README.md @@ -122,7 +122,7 @@ To run a functional test cluster, cd build make vstart # builds just enough to run vstart - ../src/vstart.sh -d -n -x -l + ../src/vstart.sh --debug --new -x --localhost --bluestore ./bin/ceph -s Almost all of the usual commands are available in the bin/ directory.