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 <fvogt@suse.com>
This commit is contained in:
Fabian Vogt 2017-09-11 16:39:18 +02:00
parent b196d38783
commit 1a357143a2

View File

@ -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.