From 1a357143a263596edd19c80140e7fdf5d8cf6b91 Mon Sep 17 00:00:00 2001 From: Fabian Vogt Date: Mon, 11 Sep 2017 16:39:18 +0200 Subject: [PATCH] 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 --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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. -- 2.39.5