Whamcloud - gitweb
LU-12043 llite: make sure readahead cover current read
[fs/lustre-release.git] / lustre / tests / racer.sh
index 904ff71..77e4868 100644 (file)
@@ -26,6 +26,9 @@ CLIENTS=${CLIENTS:-$HOSTNAME}
 RACERDIRS=${RACERDIRS:-"$DIR $DIR2"}
 echo RACERDIRS=$RACERDIRS
 
+#LU-4684
+RACER_ENABLE_MIGRATION=false
+
 if ((MDSCOUNT > 1 &&
      $(lustre_version_code $SINGLEMDS) >= $(version_code 2.8.0))); then
        RACER_ENABLE_REMOTE_DIRS=${RACER_ENABLE_REMOTE_DIRS:-true}
@@ -56,9 +59,6 @@ RACER_ENABLE_PFL=${RACER_ENABLE_PFL:-true}
 RACER_ENABLE_DOM=${RACER_ENABLE_DOM:-true}
 RACER_ENABLE_FLR=${RACER_ENABLE_FLR:-true}
 
-check_progs_installed $CLIENTS $racer ||
-       { skip_env "$racer not found" && exit 0; }
-
 # run racer
 test_1() {
        local rrc=0
@@ -95,6 +95,7 @@ test_1() {
                        RACER_ENABLE_DOM=$RACER_ENABLE_DOM \
                        RACER_ENABLE_FLR=$RACER_ENABLE_FLR \
                        LFS=$LFS \
+                       LCTL=$LCTL \
                        $racer $rdir $NUM_RACER_THREADS" &
                pid=$!
                rpids="$rpids $pid"