From 7326143163cc95b91fb741bc82c60d7145064cb4 Mon Sep 17 00:00:00 2001 From: Manoj Joseph Date: Wed, 3 Mar 2010 17:01:30 -0800 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 3b00281..09ef373 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