summaryrefslogtreecommitdiff
path: root/README.md
diff options
context:
space:
mode:
authorFabian Vogt <fvogt@suse.com>2017-09-11 16:39:18 +0200
committerFabian Vogt <fvogt@suse.com>2017-09-11 16:39:18 +0200
commit1a357143a263596edd19c80140e7fdf5d8cf6b91 (patch)
tree9d08968befa1a884a879bb501e8bf0011f97d474 /README.md
parentb196d387832e5fcd7af14c6aac4b64e5f5a97edd (diff)
downloadceph-1a357143a263596edd19c80140e7fdf5d8cf6b91.tar.gz
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>
Diffstat (limited to 'README.md')
-rw-r--r--README.md2
1 files changed, 1 insertions, 1 deletions
diff --git a/README.md b/README.md
index 93dc62bc242..a164dabde5f 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.