From 2f5556627a19d5d9b62e7c223a134f1b8b9f2a74 Mon Sep 17 00:00:00 2001 From: grev Date: Fri, 31 Oct 2008 16:20:31 +0000 Subject: [PATCH] b=16551 o=Robert.Read i=grev test_27u fix --- lustre/tests/sanity.sh | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/lustre/tests/sanity.sh b/lustre/tests/sanity.sh index 05a9895..a90ba46 100644 --- a/lustre/tests/sanity.sh +++ b/lustre/tests/sanity.sh @@ -1061,15 +1061,15 @@ test_27t() { # bug 10864 run_test 27t "check that utils parse path correctly" test_27u() { # bug 4900 - [ "$OSTCOUNT" -lt "2" ] && skip "too few OSTs" && return - remote_ost_nodsh && skip "remote OST with nodsh" && return + [ "$OSTCOUNT" -lt "2" ] && skip "too few OSTs" && return + remote_mds_nodsh && skip "remote MDS with nodsh" && return #define OBD_FAIL_MDS_OSC_PRECREATE 0x13d - lctl set_param fail_loc=0x13d + do_facet $SINGLEMDS lctl set_param fail_loc=0x13d mkdir -p $DIR/d27u createmany -o $DIR/d27u/t- 1000 - lctl set_param fail_loc=0 + do_facet $SINGLEMDS lctl set_param fail_loc=0 TLOG=$DIR/$tfile.getstripe $GETSTRIPE $DIR/d27u > $TLOG -- 1.8.3.1