Whamcloud - gitweb
LU-12208 tests: fix interop with old clients
[fs/lustre-release.git] / lustre / tests / parallel-scale-nfs.sh
index 74ae30b..1d27a08 100755 (executable)
@@ -23,7 +23,7 @@ NFS_CLIENTS=$(exclude_items_from_list $NFS_CLIENTS $LUSTRE_CLIENT_NFSSRV)
 NFS_CLIMNTPT=${NFS_CLIMNTPT:-$MOUNT}
 
 [ -z "$NFS_CLIENTS" ] &&
-       skip_env "need at least two nodes: nfs server and nfs client" && exit 0
+       skip_env "need at least two nodes: nfs server and nfs client"
 
 [ "$NFSVERSION" = "4" ] && cl_mnt_opt="${MOUNT_OPTS:+$MOUNT_OPTS,}32bitapi" ||
        cl_mnt_opt=""
@@ -125,7 +125,9 @@ test_iorfpp() {
 run_test iorfpp "iorfpp"
 
 test_racer_on_nfs() {
-       $racer $CLIENTS
+       local racer_params="MDSCOUNT=$MDSCOUNT OSTCOUNT=$OSTCOUNT LFS=$LFS"
+
+       do_nodes $CLIENTS "$racer_params $racer $TESTDIR"
 }
 run_test racer_on_nfs "racer on NFS client"