X-Git-Url: https://git.whamcloud.com/?a=blobdiff_plain;f=lustre%2Ftests%2Fparallel-scale.sh;h=b0dfdce6b7dbbcf7283aaf2b222ba9c1dabb6dc6;hb=a594ec4212c0ef4a619a3a3f932b30d0a700b96d;hp=9dd070f98c79bcecdf6922348c6ef6f2cd0d072d;hpb=b2f1b2844e09bedbc510b622223cc8f630e16b9e;p=fs%2Flustre-release.git diff --git a/lustre/tests/parallel-scale.sh b/lustre/tests/parallel-scale.sh index 9dd070f9..b0dfdce 100644 --- a/lustre/tests/parallel-scale.sh +++ b/lustre/tests/parallel-scale.sh @@ -520,6 +520,11 @@ cleanup_statahead () { } test_statahead () { + if [[ -n $NFSCLIENT ]]; then + skip "Statahead testing is not supported on NFS clients." + return 0 + fi + [ x$MDSRATE = x ] && { skip_env "mdsrate not found" && return; }