Whamcloud - gitweb
b=21066 ost-pools test_14 should not assert that files are from a specific OST
authorManoj Joseph <Manoj.Joseph@Sun.COM>
Thu, 4 Mar 2010 01:01:30 +0000 (17:01 -0800)
committerRobert Read <rread@sun.com>
Thu, 4 Mar 2010 01:01:30 +0000 (17:01 -0800)
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

index 3b00281..09ef373 100644 (file)
@@ -797,7 +797,7 @@ test_14() {
 
         # echo "Iteration: $i OST: $OST"
         create_file $POOL_ROOT/dir1/file${i} $POOL 1
 
         # 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
 
         i=$((i+1))
     done