From: Oleg Drokin Date: Tue, 23 Oct 2018 05:51:18 +0000 (-0400) Subject: LU-xxxx - disable DOM in racer X-Git-Url: https://git.whamcloud.com/gitweb?a=commitdiff_plain;h=0c1422823d4b7ba78060819a3e434744aaf8e2c4;p=fs%2Flustre-release.git LU-xxxx - disable DOM in racer this is another source of timeouts? --- diff --git a/lustre/tests/racer.sh b/lustre/tests/racer.sh index 2d2dd14..a6e408c 100755 --- a/lustre/tests/racer.sh +++ b/lustre/tests/racer.sh @@ -83,7 +83,7 @@ RACER_ENABLE_MIGRATION=${RACER_ENABLE_MIGRATION:-false} RACER_ENABLE_SNAPSHOT=${RACER_ENABLE_SNAPSHOT:-true} RACER_ENABLE_FILE_MIGRATE=${RACER_ENABLE_FILE_MIGRATE:-true} RACER_ENABLE_PFL=${RACER_ENABLE_PFL:-true} -RACER_ENABLE_DOM=${RACER_ENABLE_DOM:-true} +RACER_ENABLE_DOM=${RACER_ENABLE_DOM:-false} RACER_ENABLE_FLR=${RACER_ENABLE_FLR:-true} RACER_ENABLE_SEL=${RACER_ENABLE_SEL:-true} # set false, LU-14988