From dc8f8338ad4e6688bdae1b0a351b16cb651d2410 Mon Sep 17 00:00:00 2001 From: tappro Date: Mon, 3 Nov 2008 21:53:32 +0000 Subject: [PATCH] - use facet_failover to don't wait for second 'df' from client otherwise the orphan recovery may finish before fail_loc is setb:12512 i:grev,adilger --- 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 140a4f2..2b78f05 100755 --- a/lustre/tests/replay-single.sh +++ b/lustre/tests/replay-single.sh @@ -968,7 +968,7 @@ test_48() { replay_barrier mds createmany -o $DIR/$tfile 20 || return 1 # OBD_FAIL_OST_EROFS 0x216 - fail mds + facet_failover mds do_facet ost1 "lctl set_param fail_loc=0x80000216" df $MOUNT || return 2 -- 1.8.3.1