From ef2d9e1a12d621a451c83a3d28412780911cb1ee Mon Sep 17 00:00:00 2001 From: grev <grev> Date: Wed, 9 Apr 2008 19:16:47 +0000 Subject: [PATCH] b=15289 i=Yury.Umanets force test_66b to use FSNAME --- lustre/tests/replay-single.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lustre/tests/replay-single.sh b/lustre/tests/replay-single.sh index afc7b80e35..6e1717d7fc 100755 --- a/lustre/tests/replay-single.sh +++ b/lustre/tests/replay-single.sh @@ -1453,7 +1453,7 @@ run_test 66a "AT: verify MDT service time adjusts with no early replies" test_66b() #bug 3055 { at_start || return 0 - ORIG=$(awk '/network/ {print $4}' $LPROC/mdc/lustre-*/timeouts) + ORIG=$(awk '/network/ {print $4}' $LPROC/mdc/${FSNAME}-*/timeouts) sysctl -w lustre.fail_val=$(($ORIG + 5)) #define OBD_FAIL_PTLRPC_PAUSE_REP 0x50c sysctl -w lustre.fail_loc=0x50c -- GitLab