[sheepdog] [PATCH] update README
Liu Yuan
namei.unix at gmail.com
Sat Feb 28 07:55:39 CET 2015
From: Liu Yuan <liuyuan at cmss.chinamobile.com>
'-d' is invalid option now, just remove it.
Signed-off-by: Liu Yuan <liuyuan at cmss.chinamobile.com>
---
README | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
diff --git a/README b/README
index 03b4ab7..2db92b8 100644
--- a/README
+++ b/README
@@ -46,10 +46,10 @@ Usage
cluster. It is very easy and fast setup and especially useful to test
functionality without involving any other software.
- To set up a 3 node cluster using local driver in one liner bash with debug mode:
+ To set up a 3 node cluster using local driver in one liner bash:
$ mkdir /path/to/store
- $ for i in 0 1 2; do sheep -c local -d /path/to/store/$i -z $i -p 700$i;sleep 1;done
+ $ for i in 0 1 2; do sheep -c local /path/to/store/$i -z $i -p 700$i;done
* Configure corosync.
--
1.9.1
More information about the sheepdog
mailing list