From af24dd151ba2c356e65774586ade9250a3662401 Mon Sep 17 00:00:00 2001 From: Johann Lombardi Date: Wed, 16 Dec 2009 14:29:56 +0100 Subject: [PATCH] b=19887 force reconnect in test 26a i=grev --- lustre/tests/recovery-small.sh | 1 + 1 file changed, 1 insertion(+) diff --git a/lustre/tests/recovery-small.sh b/lustre/tests/recovery-small.sh index 4a97037..6bdfe02 100755 --- a/lustre/tests/recovery-small.sh +++ b/lustre/tests/recovery-small.sh @@ -706,6 +706,7 @@ test_26a() { # was test_26 bug 5921 - evict dead exports by pinger wait_client_evicted ost1 $OST_NEXP $((TIMEOUT * 2 + TIMEOUT * 3 / 4)) rc=$? do_facet client lctl set_param fail_loc=0x0 + client_reconnect [ $rc -eq 0 ] || error "client not evicted from OST" } run_test 26a "evict dead exports" -- 1.8.3.1