Whamcloud - gitweb
LU-6095 tests: define TRUNCATE program for racer
[fs/lustre-release.git] / lustre / tests / racer.sh
index a1694d5..cf699cd 100644 (file)
@@ -58,7 +58,7 @@ test_1() {
        local rpids=""
        for rdir in $RDIRS; do
                do_nodes $clients "DURATION=$DURATION MDSCOUNT=$MDSCOUNT \
-                                  $racer $rdir $NUM_RACER_THREADS" &
+                                  LFS=$LFS $racer $rdir $NUM_RACER_THREADS" &
                pid=$!
                rpids="$rpids $pid"
        done