Whamcloud - gitweb
git://git.whamcloud.com
/
fs
/
lustre-release.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
0a0293f
)
LU-xxxx - disable DOM in racer
author
Oleg Drokin
<green@whamcloud.com>
Tue, 23 Oct 2018 05:51:18 +0000
(
01:51
-0400)
committer
Oleg Drokin
<green@linuxhacker.ru>
Tue, 17 Jun 2025 05:00:52 +0000
(
01:00
-0400)
this is another source of timeouts?
lustre/tests/racer.sh
patch
|
blob
|
history
diff --git
a/lustre/tests/racer.sh
b/lustre/tests/racer.sh
index
2d2dd14
..
a6e408c
100755
(executable)
--- 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:-
tru
e}
+RACER_ENABLE_DOM=${RACER_ENABLE_DOM:-
fals
e}
RACER_ENABLE_FLR=${RACER_ENABLE_FLR:-true}
RACER_ENABLE_SEL=${RACER_ENABLE_SEL:-true}
# set false, LU-14988