From 51cc1830a9dddf68e128dea19266bdd99832c2d6 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 f7586a7..0f0d141 100644 --- a/lustre/tests/racer.sh +++ b/lustre/tests/racer.sh @@ -56,7 +56,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} # run racer -- 1.8.3.1