From ad5b32369fad944fec2366af0d9d9b38fa6cbcff Mon Sep 17 00:00:00 2001 From: Manoj Joseph Date: Wed, 3 Mar 2010 15:32:21 -0700 Subject: [PATCH] b=21066 ost-pools test_14 should not assert that files are from a specific OST Round-robin allocation test should not assert that files are allocated in strict round-robin fashion. i=nathan.rutman i=grev --- lustre/tests/ost-pools.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lustre/tests/ost-pools.sh b/lustre/tests/ost-pools.sh index 570abb5..8754980 100644 --- a/lustre/tests/ost-pools.sh +++ b/lustre/tests/ost-pools.sh @@ -797,7 +797,7 @@ test_14() { # echo "Iteration: $i OST: $OST" create_file $POOL_ROOT/dir1/file${i} $POOL 1 - check_file_in_osts $POOL_ROOT/dir1/file${i} $OST + check_file_in_pool $POOL_ROOT/dir1/file${i} $POOL i=$((i+1)) done -- 1.8.3.1