X-Git-Url: https://git.whamcloud.com/?p=fs%2Flustre-release.git;a=blobdiff_plain;f=lustre%2Ftests%2Frecovery-small.sh;h=c5166e917c234a2af1b2e00ac2f9278289afad3c;hp=77992a710559892ec6054f3fef5cfefa105e676d;hb=49acd1450fff0f710924b008ab85fdb3f5f68015;hpb=269a157c600a68fac5f5d2bb383338db807129f6 diff --git a/lustre/tests/recovery-small.sh b/lustre/tests/recovery-small.sh index 77992a7..c5166e9 100755 --- a/lustre/tests/recovery-small.sh +++ b/lustre/tests/recovery-small.sh @@ -2890,7 +2890,7 @@ test_138() { sleep 55 stop $SINGLEMDS || error "stop MDS failed" do_facet $SINGLEMDS $LCTL set_param fail_loc=0 - start $SINGLEMDS $(mdsdevname ${SINGLEMDS//mds/}) || + start $SINGLEMDS $(mdsdevname ${SINGLEMDS//mds/}) $MDS_MOUNT_OPTS || error "start MDS failed" zconf_mount_clients $CLIENTS $MOUNT } @@ -2929,7 +2929,7 @@ test_140a() { mount_mds_client local cnt - cnt=$(do_facet mds1 $LCTL get_param "mdt.*.exports.*.export" | + cnt=$(do_facet mds1 $LCTL get_param "mdt.*MDT0000.exports.*.export" | grep export_flags.*no_recovery | wc -l) echo "$cnt clients with recovery disabled" umount_mds_client @@ -2940,7 +2940,7 @@ test_140a() { do_facet mds1 $LCTL set_param mdt.*.local_recovery=1 mount_mds_client - cnt=$(do_facet mds1 $LCTL get_param "mdt.*.exports.*.export" | + cnt=$(do_facet mds1 $LCTL get_param "mdt.*MDT0000.exports.*.export" | grep export_flags.*no_recovery | wc -l) echo "$cnt clients with recovery disabled" umount_mds_client