X-Git-Url: https://git.whamcloud.com/?a=blobdiff_plain;ds=sidebyside;f=lustre%2Ftests%2Flarge-scale.sh;h=96142907926c0c54dd9117fa548959a57872ad04;hb=398397bef91e8faac15e3a527fe2974f73c63bd6;hp=b7e180056b59d0d753cbbe73c4b563f8a9cbeaf4;hpb=984482f865fc1cc3c7ecdd10b521bd479ce11688;p=fs%2Flustre-release.git diff --git a/lustre/tests/large-scale.sh b/lustre/tests/large-scale.sh index b7e1800..9614290 100644 --- a/lustre/tests/large-scale.sh +++ b/lustre/tests/large-scale.sh @@ -15,12 +15,13 @@ CLEANUP=${CLEANUP:-""} init_test_env $@ . ${CONFIG:=$LUSTRE/tests/cfg/$NAME.sh} +init_logging remote_mds_nodsh && log "SKIP: remote MDS with nodsh" && exit 0 -[ -n "$CLIENTS" ] || { skip "$0: Need two or more clients" && exit 0; } +[ -n "$CLIENTS" ] || { skip_env "$0: Need two or more clients" && exit 0; } [ $CLIENTCOUNT -ge 2 ] || \ - { skip "$0: Need two or more clients, have $CLIENTCOUNT" && exit 0; } + { skip_env "$0: Need two or more remote clients, have $CLIENTCOUNT" && exit 0; } # [ "$SLOW" = "no" ] && EXCEPT_SLOW=""