Whamcloud - gitweb
branch: HEAD
[fs/lustre-release.git] / lustre / tests / sanity.sh
index f2fc49d..e3e4f14 100644 (file)
@@ -3447,6 +3447,7 @@ test_77j() { # bug 13805
        lctl set_param fail_loc=0x40c
        remount_client $MOUNT
        lctl set_param fail_loc=0
+       sleep 2 # wait async osc connect to finish
        for VALUE in `lctl get_param osc.*osc-[^mM]*.checksum_type`; do
                 PARAM=`echo ${VALUE[0]} | cut -d "=" -f1`
                algo=`lctl get_param -n $PARAM | sed 's/.*\[\(.*\)\].*/\1/g'`