X-Git-Url: https://git.whamcloud.com/?p=fs%2Flustre-release.git;a=blobdiff_plain;f=lustre%2Ftests%2Frecovery-small.sh;h=d1e51f8e65c9339bb15830a4294b2f641d194664;hp=804e055f2a6de13c0c5d15a2cef9211cc5ece16a;hb=cc980df563ef86847aae1e0a3f0a5b17589e6297;hpb=d0c104aa0e96b1f1d2366bc1e4715fe3830f41b4 diff --git a/lustre/tests/recovery-small.sh b/lustre/tests/recovery-small.sh index 804e055..d1e51f8 100755 --- a/lustre/tests/recovery-small.sh +++ b/lustre/tests/recovery-small.sh @@ -418,7 +418,7 @@ test_19a() { do_facet client "munlink $DIR/$tfile" # let the client reconnect - sleep 5 + client_reconnect EVICT=$(do_facet client $LCTL get_param mdc.$FSNAME-MDT*.state | \ awk -F"[ [,]" '/EVICTED]$/ { if (mx<$4) {mx=$4;} } END { print mx }') @@ -438,7 +438,7 @@ test_19b() { do_facet client munlink $DIR/$tfile # let the client reconnect - sleep 5 + client_reconnect EVICT=$(do_facet client $LCTL get_param osc.$FSNAME-OST*.state | \ awk -F"[ [,]" '/EVICTED]$/ { if (mx<$4) {mx=$4;} } END { print mx }')