Whamcloud - gitweb
b=22319 Skip statahead test on NFS clients.
[fs/lustre-release.git] / lustre / tests / parallel-scale.sh
index 9dd070f..b0dfdce 100644 (file)
@@ -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; }