From 2cf86cb4ab4a7a01e504f8edae3295ece67232d2 Mon Sep 17 00:00:00 2001 From: Oleg Drokin Date: Tue, 23 Oct 2018 01:51:18 -0400 Subject: [PATCH] LU-xxxx - disable DOM in racer this is another source of timeouts? --- lustre/tests/racer.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 -- 1.8.3.1