Skip to content
Snippets Groups Projects
Commit ef2d9e1a authored by Elena Gryaznova's avatar Elena Gryaznova
Browse files

b=15289

i=Yury.Umanets
force test_66b to use FSNAME
parent 1018afa5
No related branches found
No related tags found
No related merge requests found
...@@ -1453,7 +1453,7 @@ run_test 66a "AT: verify MDT service time adjusts with no early replies" ...@@ -1453,7 +1453,7 @@ run_test 66a "AT: verify MDT service time adjusts with no early replies"
test_66b() #bug 3055 test_66b() #bug 3055
{ {
at_start || return 0 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)) sysctl -w lustre.fail_val=$(($ORIG + 5))
#define OBD_FAIL_PTLRPC_PAUSE_REP 0x50c #define OBD_FAIL_PTLRPC_PAUSE_REP 0x50c
sysctl -w lustre.fail_loc=0x50c sysctl -w lustre.fail_loc=0x50c
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment