From: Manoj Joseph Date: Thu, 4 Mar 2010 01:01:30 +0000 (-0800) Subject: b=21066 ost-pools test_14 should not assert that files are from a specific OST X-Git-Tag: 1.10.0.38~9 X-Git-Url: https://git.whamcloud.com/?p=fs%2Flustre-release.git;a=commitdiff_plain;h=7326143163cc95b91fb741bc82c60d7145064cb4 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 --- 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