X-Git-Url: https://git.whamcloud.com/?p=fs%2Flustre-release.git;a=blobdiff_plain;f=lustre%2Ftests%2Fparallel-scale-nfs.sh;h=0182c7a337a41963d663ab67ce7a9a4d0bdd55f2;hp=9955dc18901c298550f39816fecef5b8d1bda7a4;hb=66397f7661093aba422aadbfd288f24bd434ff75;hpb=d835a52642f1f5e08624d539516ca8640f459b19;ds=sidebyside diff --git a/lustre/tests/parallel-scale-nfs.sh b/lustre/tests/parallel-scale-nfs.sh index 9955dc1..0182c7a 100755 --- a/lustre/tests/parallel-scale-nfs.sh +++ b/lustre/tests/parallel-scale-nfs.sh @@ -42,7 +42,6 @@ NFSCLIENT=true FAIL_ON_ERROR=false # common setup -# MACHINEFILE=${MACHINEFILE:-$TMP/$(basename $0 .sh).machines} clients=${CLIENTS:-$HOSTNAME} generate_machine_file $clients $MACHINEFILE || \ @@ -50,44 +49,18 @@ generate_machine_file $clients $MACHINEFILE || \ num_clients=$(get_node_count ${clients//,/ }) # compilbench -# -cbench_DIR=${cbench_DIR:-"/usr/bin"} -cbench_IDIRS=${cbench_IDIRS:-4} -# FIXME: wiki page requirements is 30, do we really need 30 ? -cbench_RUNS=${cbench_RUNS:-4} - if [ "$SLOW" = "no" ]; then cbench_IDIRS=2 cbench_RUNS=2 fi -# # metabench -# -METABENCH=${METABENCH:-$(which metabench 2> /dev/null || true)} -mbench_NFILES=${mbench_NFILES:-30400} [ "$SLOW" = "no" ] && mbench_NFILES=10000 -# threads per client -mbench_THREADS=${mbench_THREADS:-4} -# # connectathon -# -cnt_DIR=${cnt_DIR:-""} -cnt_NRUN=${cnt_NRUN:-10} [ "$SLOW" = "no" ] && cnt_NRUN=2 -# # IOR -# -IOR=${IOR:-$(which IOR 2> /dev/null || true)} -# threads per client -ior_THREADS=${ior_THREADS:-2} -ior_iteration=${ior_iteration:-1} -ior_blockSize=${ior_blockSize:-6} # Gb -ior_xferSize=${ior_xferSize:-2m} -ior_type=${ior_type:-POSIX} -ior_DURATION=${ior_DURATION:-60} # minutes [ "$SLOW" = "no" ] && ior_DURATION=30 # source the common file after all parameters are set to take affect