[sheepdog] [PATCH] update README

Hitoshi Mitake mitake.hitoshi at gmail.com
Sat Feb 28 13:12:22 CET 2015


At Sat, 28 Feb 2015 14:55:39 +0800,
Liu Yuan wrote:
> 
> 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(-)

Applied, thanks.
Hitoshi

> 
> 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
> 
> -- 
> sheepdog mailing list
> sheepdog at lists.wpkg.org
> https://lists.wpkg.org/mailman/listinfo/sheepdog



More information about the sheepdog mailing list