From: Manoj Joseph Date: Wed, 3 Mar 2010 22:32:21 +0000 (-0700) Subject: b=21066 ost-pools test_14 should not assert that files are from a specific OST X-Git-Tag: v1_8_2_52~24 X-Git-Url: https://git.whamcloud.com/gitweb?a=commitdiff_plain;h=ad5b32369fad944fec2366af0d9d9b38fa6cbcff;p=fs%2Flustre-release.git 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 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