Whamcloud - gitweb
b=21066 ost-pools test_14 should not assert that files are from a specific OST
authorManoj Joseph <Manoj.Joseph@Sun.COM>
Wed, 3 Mar 2010 22:32:21 +0000 (15:32 -0700)
committerJohann Lombardi <johann@sun.com>
Thu, 4 Mar 2010 13:02:05 +0000 (14:02 +0100)
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 570abb5..8754980 100644 (file)
@@ -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