From 8ebfe25da7cd8e9ede902446859c49474d429f1d Mon Sep 17 00:00:00 2001 From: Keith Mannthey Date: Mon, 20 Aug 2012 18:43:37 -0700 Subject: [PATCH] LU-1410 test: Allow sanity test 200 to work with one OST The sanity test is failing test 200 with one OST. When the test adds machines to the pool it is not passing valid arguments. Changing first_ost=0 is allowing the test to run. Signed-off-by:Keith Mannthey Change-Id: I45aef14e7814f170024c71f904b888423d8f8c90 Reviewed-on: http://review.whamcloud.com/3730 Tested-by: Hudson Tested-by: Maloo Reviewed-by: Minh Diep Reviewed-by: Yu Jian Reviewed-by: Oleg Drokin --- lustre/tests/sanity.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lustre/tests/sanity.sh b/lustre/tests/sanity.sh index c6f92b8..a960a1c 100644 --- a/lustre/tests/sanity.sh +++ b/lustre/tests/sanity.sh @@ -8815,7 +8815,7 @@ test_200() { local POOL_ROOT=${POOL_ROOT:-$DIR/d200.pools} local POOL_DIR_NAME=${POOL_DIR_NAME:-dir_tst} # Pool OST targets - local first_ost=1 + local first_ost=0 local last_ost=$(($OSTCOUNT - 1)) local ost_step=2 local ost_list=$(seq $first_ost $ost_step $last_ost) -- 1.8.3.1