[sheepdog] [PATCH v3 5/8] tests: modify _start_sheep helper with	one more disk
    Liu Yuan 
    namei.unix at gmail.com
       
    Wed Mar 27 10:11:33 CET 2013
    
    
  
From: Liu Yuan <tailai.ly at taobao.com>
This is a prepare patch.
Signed-off-by: Liu Yuan <tailai.ly at taobao.com>
---
 tests/common.rc |    2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/tests/common.rc b/tests/common.rc
index f9bb7ac..753b352 100644
--- a/tests/common.rc
+++ b/tests/common.rc
@@ -223,7 +223,7 @@ _start_sheep()
     fi
 
     if $md; then
-	MD=",$STORE/$1/d0,$STORE/$1/d1"
+	MD=",$STORE/$1/d0,$STORE/$1/d1,$STORE/$1/d2"
     fi
 
     $SHEEP $STORE/$1$MD -z $1 -p $((7000+$1)) -c $DRIVER -y 127.0.0.1 -d $2 -F $LOG_FORMAT
-- 
1.7.9.5
    
    
More information about the sheepdog
mailing list