[sheepdog] [PATCH v2 5/7] tests: teach tests to test md feature

MORITA Kazutaka morita.kazutaka at lab.ntt.co.jp
Tue Mar 12 01:45:13 CET 2013


> diff --git a/tests/common.rc b/tests/common.rc
> index b160800..114b68c 100644
> --- a/tests/common.rc
> +++ b/tests/common.rc
> @@ -221,7 +221,11 @@ _start_sheep()
>          _die "sheep $1 is still running"
>      fi
>  
> -    $SHEEP $STORE/$1 -z $1 -p $((7000+$1)) -c $DRIVER -y 127.0.0.1 -d $2 -F $LOG_FORMAT
> +    if $md; then
> +	RAID=",$STORE/$1/d0,$STORE/$1/d1"

Should be MD.

Thanks,

Kazutaka



More information about the sheepdog mailing list