From: Elena Gryaznova Date: Tue, 16 Mar 2010 13:25:01 +0000 (+0300) Subject: b=22319 skip statahead for NFSCLIENT X-Git-Tag: v1_8_2_53~15 X-Git-Url: https://git.whamcloud.com/gitweb?a=commitdiff_plain;h=0176f7ca9db9f9fa72aed80dea64ed14fa75ae48;p=fs%2Flustre-release.git b=22319 skip statahead for NFSCLIENT i=Johann.Lombardi --- diff --git a/lustre/tests/parallel-scale.sh b/lustre/tests/parallel-scale.sh index ef73f3b..85cbbe8 100644 --- a/lustre/tests/parallel-scale.sh +++ b/lustre/tests/parallel-scale.sh @@ -515,6 +515,11 @@ cleanup_statahead () { } test_statahead () { + if [ "$NFSCLIENT" ]; then + skip "skipped for NFSCLIENT mode" + return + fi + [ x$MDSRATE = x ] && { skip_env "mdsrate not found" && return; }