Whamcloud - gitweb
b=19887 force reconnect in test 26a
authorJohann Lombardi <johann@granier.local>
Wed, 16 Dec 2009 13:29:56 +0000 (14:29 +0100)
committerJohann Lombardi <johann@granier.local>
Wed, 16 Dec 2009 13:29:56 +0000 (14:29 +0100)
i=grev

lustre/tests/recovery-small.sh

index 4a97037..6bdfe02 100755 (executable)
@@ -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"