From: Robert Read Date: Mon, 22 Mar 2010 19:06:55 +0000 (-0700) Subject: b=22319 Skip statahead test on NFS clients. X-Git-Tag: 1.10.0.39~37 X-Git-Url: https://git.whamcloud.com/?a=commitdiff_plain;h=349cb00bfdde52d0e1d5d7dea880c3bcad01821e;p=fs%2Flustre-release.git b=22319 Skip statahead test on NFS clients. --- 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; }