From 4fb8f805cc828e461afce095472cba58a5c942c1 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 b1c07c3..7061a29 100644 --- a/lustre/tests/racer.sh +++ b/lustre/tests/racer.sh @@ -67,7 +67,7 @@ RACER_ENABLE_STRIPED_DIRS=${RACER_ENABLE_STRIPED_DIRS:-false} RACER_ENABLE_MIGRATION=${RACER_ENABLE_MIGRATION:-false} RACER_ENABLE_SNAPSHOT=${RACER_ENABLE_SNAPSHOT:-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