X-Git-Url: https://git.whamcloud.com/?p=fs%2Flustre-release.git;a=blobdiff_plain;f=lustre%2Ftests%2Flnet-selftest.sh;h=386d3d2029a9484a032cc904c76c5aa661537f18;hp=58e73f4890cb4ce5a9e4eb859d95c0886910d22e;hb=2504340adf6e33ce023d8ed9e0848595c7eca61f;hpb=14693fc046d310cebbeca6168d284cba56ece6a5 diff --git a/lustre/tests/lnet-selftest.sh b/lustre/tests/lnet-selftest.sh index 58e73f4..386d3d2 100755 --- a/lustre/tests/lnet-selftest.sh +++ b/lustre/tests/lnet-selftest.sh @@ -11,6 +11,11 @@ init_logging # ALWAYS_EXCEPT="$ALWAYS_EXCEPT $LNET_SELFTEST_EXCEPT" +if [[ $MDSCOUNT -ge 2 ]]; then + #LU-4181 + skip "Only run with single MDT for now" && exit +fi + [ x$LST = x ] && { skip_env "lst not found LST=$LST" && exit 0; } # FIXME: what is the reasonable value here?