Whamcloud - gitweb
LU-4684 migrate: migrate striped directory
[fs/lustre-release.git] / lustre / tests / racer.sh
index 904ff71..0510b08 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}