Whamcloud - gitweb
b=22301 lustre.lov error when backing up symlinks with extended attributes
[fs/lustre-release.git] / lustre / tests / parallel-scale.sh
1 #!/bin/bash
2 #
3 #set -vx
4
5 LUSTRE=${LUSTRE:-$(cd $(dirname $0)/..; echo $PWD)}
6 . $LUSTRE/tests/test-framework.sh
7 init_test_env $@
8 . ${CONFIG:=$LUSTRE/tests/cfg/$NAME.sh}
9
10 # bug number:
11 ALWAYS_EXCEPT="$PARALLEL_SCALE_EXCEPT"
12
13 #
14 # compilbench
15 #
16 cbench_DIR=${cbench_DIR:-""}
17 cbench_IDIRS=${cbench_IDIRS:-10}
18 cbench_RUNS=${cbench_RUNS:-10}  # FIXME: wiki page requirements is 30, do we really need 30 ?
19
20 if [ "$SLOW" = "no" ]; then
21     cbench_IDIRS=2
22     cbench_RUNS=2
23 fi
24
25 #
26 # metabench
27 #
28 METABENCH=${METABENCH:-$(which metabench 2> /dev/null || true)}
29 mbench_NFILES=${mbench_NFILES:-30400}
30 [ "$SLOW" = "no" ] && mbench_NFILES=10000
31 MACHINEFILE=${MACHINEFILE:-$TMP/$(basename $0 .sh).machines}
32 # threads per client
33 mbench_THREADS=${mbench_THREADS:-4}
34
35 #
36 # simul
37 #
38 SIMUL=${SIMUL:=$(which simul 2> /dev/null || true)}
39 # threads per client
40 simul_THREADS=${simul_THREADS:-2}
41 simul_REP=${simul_REP:-20}
42 [ "$SLOW" = "no" ] && simul_REP=2
43
44 #
45 # connectathon
46 #
47 cnt_DIR=${cnt_DIR:-""}
48 cnt_NRUN=${cnt_NRUN:-10}
49 [ "$SLOW" = "no" ] && cnt_NRUN=2
50
51 #
52 # cascading rw
53 #
54 CASC_RW=${CASC_RW:-$(which cascading_rw 2> /dev/null || true)}
55 # threads per client
56 casc_THREADS=${casc_THREADS:-2}
57 casc_REP=${casc_REP:-300}
58 [ "$SLOW" = "no" ] && casc_REP=10
59
60 #
61 # IOR
62 #
63 IOR=${IOR:-$(which IOR 2> /dev/null || true)}
64 # threads per client
65 ior_THREADS=${ior_THREADS:-2}
66 ior_blockSize=${ior_blockSize:-6}       # Gb
67 ior_DURATION=${ior_DURATION:-30}        # minutes
68 [ "$SLOW" = "no" ] && ior_DURATION=5
69
70 #
71 # write_append_truncate
72 #
73 # threads per client
74 write_THREADS=${write_THREADS:-8}
75 write_REP=${write_REP:-10000}
76 [ "$SLOW" = "no" ] && write_REP=100
77
78 #
79 # write_disjoint
80 #
81 WRITE_DISJOINT=${WRITE_DISJOINT:-$(which write_disjoint 2> /dev/null || true)}
82 # threads per client
83 wdisjoint_THREADS=${wdisjoint_THREADS:-4}
84 wdisjoint_REP=${wdisjoint_REP:-10000}
85 [ "$SLOW" = "no" ] && wdisjoint_REP=100
86
87 #
88 # parallel_grouplock
89 #
90 #
91 PARALLEL_GROUPLOCK=${PARALLEL_GROUPLOCK:-$(which parallel_grouplock 2> /dev/null || true)}
92 parallel_grouplock_MINTASKS=${parallel_grouplock_MINTASKS:-5}
93
94 build_test_filter
95 check_and_setup_lustre
96
97 print_opts () {
98     local var
99
100     echo OPTIONS:
101
102     for i in $@; do
103         var=$i
104         echo "${var}=${!var}"
105     done
106     [ -e $MACHINEFILE ] && cat $MACHINEFILE
107 }
108
109 # Takes:
110 # 5 min * cbench_RUNS
111 #        SLOW=no     10 mins
112 #        SLOW=yes    50 mins
113 # Space estimation:
114 #        compile dir kernel-1 680MB
115 #        required space       680MB * cbench_IDIRS = ~7 Gb
116
117 test_compilebench() {
118     print_opts cbench_DIR cbench_IDIRS cbench_RUNS
119
120     [ x$cbench_DIR = x ] &&
121         { skip_env "compilebench not found" && return; }
122
123     [ -e $cbench_DIR/compilebench ] || \
124         { skip_env "No compilebench build" && return; }
125
126     local space=$(df -P $DIR | tail -n 1 | awk '{ print $4 }')
127     if [ $space -le $((680 * 1024 * cbench_IDIRS)) ]; then
128         cbench_IDIRS=$(( space / 680 / 1024))
129         [ $cbench_IDIRS = 0 ] && \
130             skip_env "Need free space atleast 680 Mb, have $space" && return
131
132         log free space=$space, reducing initial dirs to $cbench_IDIRS
133     fi
134     # FIXME:
135     # t-f _base needs to be modifyed to set properly tdir
136     # for new "test_foo" functions names
137     # local testdir=$DIR/$tdir
138     local testdir=$DIR/d0.compilebench
139     mkdir -p $testdir
140
141     local savePWD=$PWD
142     cd $cbench_DIR 
143     local cmd="./compilebench -D $testdir -i $cbench_IDIRS -r $cbench_RUNS --makej"
144
145     log "$cmd"
146
147     local rc=0
148     eval $cmd
149     rc=$?
150         
151     cd $savePWD
152     [ $rc = 0 ] || error "compilebench failed: $rc"
153     rm -rf $testdir
154 }
155 run_test compilebench "compilebench"
156
157 test_metabench() {
158     [ x$METABENCH = x ] &&
159         { skip_env "metabench not found" && return; }
160
161     local clients=$CLIENTS
162     [ -z $clients ] && clients=$(hostname)
163
164     num_clients=$(get_node_count ${clients//,/ })
165
166     # FIXME
167     # Need space estimation here.
168
169     generate_machine_file $clients $MACHINEFILE || return $?
170
171     print_opts METABENCH clients mbench_NFILES mbench_THREADS
172
173     local testdir=$DIR/d0.metabench
174     mkdir -p $testdir
175     # mpi_run uses mpiuser
176     chmod 0777 $testdir
177
178     # -C             Run the file creation tests.
179     # -S             Run the file stat tests.
180     # -c nfile       Number of files to be used in each test.
181     # -k             Cleanup.  Remove the test directories.
182     local cmd="$METABENCH -w $testdir -c $mbench_NFILES -C -S -k"
183     echo "+ $cmd"
184     mpi_run -np $((num_clients * $mbench_THREADS)) -machinefile ${MACHINEFILE} $cmd
185     local rc=$?
186     if [ $rc != 0 ] ; then
187         error "metabench failed! $rc"
188     fi
189     rm -rf $testdir
190 }
191 run_test metabench "metabench"
192
193 test_simul() {
194     if [ "$NFSCLIENT" ]; then
195         skip "skipped for NFSCLIENT mode"
196         return
197     fi
198
199     [ x$SIMUL = x ] &&
200         { skip_env "simul not found" && return; }
201
202     local clients=$CLIENTS
203     [ -z $clients ] && clients=$(hostname)
204
205     local num_clients=$(get_node_count ${clients//,/ })
206
207     # FIXME
208     # Need space estimation here.
209
210     generate_machine_file $clients $MACHINEFILE || return $?
211
212     print_opts SIMUL clients simul_REP simul_THREADS
213
214     local testdir=$DIR/d0.simul
215     mkdir -p $testdir
216     # mpi_run uses mpiuser
217     chmod 0777 $testdir
218
219     # -n # : repeat each test # times
220     # -N # : repeat the entire set of tests # times
221
222     local cmd="$SIMUL -d $testdir -n $simul_REP -N $simul_REP"
223
224     echo "+ $cmd"
225     mpi_run -np $((num_clients * $simul_THREADS)) -machinefile ${MACHINEFILE} $cmd
226
227     local rc=$?
228     if [ $rc != 0 ] ; then
229         error "simul failed! $rc"
230     fi
231     rm -rf $testdir
232 }
233 run_test simul "simul"
234
235 test_connectathon() {
236     print_opts cnt_DIR cnt_NRUN
237
238     [ x$cnt_DIR = x ] &&
239         { skip_env "connectathon dir not found" && return; }
240
241     [ -e $cnt_DIR/runtests ] || \
242         { skip_env "No connectathon runtests found" && return; }
243
244     local testdir=$DIR/d0.connectathon
245     mkdir -p $testdir
246
247     local savePWD=$PWD
248     cd $cnt_DIR
249
250     # -f      a quick functionality test
251     # -a      run basic, general, special, and lock tests
252     # -N numpasses - will be passed to the runtests script.  This argument
253     #         is optional.  It specifies the number of times to run
254     #         through the tests.
255
256     local cmd="./runtests -N $cnt_NRUN -a -f $testdir"
257
258     log "$cmd"
259
260     local rc=0
261     eval $cmd
262     rc=$?
263
264     cd $savePWD
265     [ $rc = 0 ] || error "connectathon failed: $rc"
266     rm -rf $testdir
267 }
268 run_test connectathon "connectathon"
269
270 test_ior() {
271     [ x$IOR = x ] &&
272         { skip_env "IOR not found" && return; }
273
274     local clients=$CLIENTS
275     [ -z $clients ] && clients=$(hostname)
276
277     local num_clients=$(get_node_count ${clients//,/ })
278
279     local space=$(df -P $DIR | tail -n 1 | awk '{ print $4 }')
280     echo "+ $ior_blockSize * 1024 * 1024 * $num_clients * $ior_THREADS "
281     if [ $((space / 2)) -le $(( ior_blockSize * 1024 * 1024 * num_clients * ior_THREADS)) ]; then
282         echo "+ $space * 9/10 / 1024 / 1024 / $num_clients / $ior_THREADS"
283         ior_blockSize=$(( space /2 /1024 /1024 / num_clients / ior_THREADS ))
284         [ $ior_blockSize = 0 ] && \
285             skip_env "Need free space more than ($num_clients * $ior_THREADS )Gb: $((num_clients*ior_THREADS *1024 *1024*2)), have $space" && return
286
287         echo "free space=$space, Need: $num_clients x $ior_THREADS x $ior_blockSize Gb (blockSize reduced to $ior_blockSize Gb)"
288     fi
289  
290     generate_machine_file $clients $MACHINEFILE || return $?
291
292     print_opts IOR ior_THREADS ior_DURATION MACHINEFILE
293
294     local testdir=$DIR/d0.ior
295     mkdir -p $testdir
296     # mpi_run uses mpiuser
297     chmod 0777 $testdir
298     if [ "$NFSCLIENT" ]; then
299         setstripe_nfsserver $testdir -c -1 || 
300             { error "setstripe on nfsserver failed" && return 1; } 
301     else
302         $LFS setstripe $testdir -c -1 ||
303             { error "setstripe failed" && return 2; }
304     fi
305     # 
306     # -b N  blockSize -- contiguous bytes to write per task  (e.g.: 8, 4k, 2m, 1g)"
307     # -o S  testFileName
308     # -t N  transferSize -- size of transfer in bytes (e.g.: 8, 4k, 2m, 1g)"
309     # -w    writeFile -- write file"
310     # -r    readFile -- read existing file"
311     # -T    maxTimeDuration -- max time in minutes to run tests"
312     # -k    keepFile -- keep testFile(s) on program exit
313     local cmd="$IOR -a POSIX -b ${ior_blockSize}g -o $testdir/iorData -t 2m -v -w -r -T $ior_DURATION -k"
314
315     echo "+ $cmd"
316     mpi_run -np $((num_clients * $ior_THREADS)) -machinefile ${MACHINEFILE} $cmd
317
318     local rc=$?
319     if [ $rc != 0 ] ; then
320         error "ior failed! $rc"
321     fi
322     rm -rf $testdir
323 }
324 run_test ior "ior"
325  
326 test_cascading_rw() {
327     if [ "$NFSCLIENT" ]; then
328         skip "skipped for NFSCLIENT mode"
329         return
330     fi
331
332     [ x$CASC_RW = x ] &&
333         { skip_env "cascading_rw not found" && return; }
334
335     local clients=$CLIENTS
336     [ -z $clients ] && clients=$(hostname)
337
338     num_clients=$(get_node_count ${clients//,/ })
339
340     # FIXME
341     # Need space estimation here.
342
343     generate_machine_file $clients $MACHINEFILE || return $?
344
345     print_opts CASC_RW clients casc_THREADS casc_REP MACHINEFILE
346
347     local testdir=$DIR/d0.cascading_rw
348     mkdir -p $testdir
349     # mpi_run uses mpiuser
350     chmod 0777 $testdir
351
352     # -g: debug mode 
353     # -n: repeat test # times
354
355     local cmd="$CASC_RW -g -d $testdir -n $casc_REP"
356
357     echo "+ $cmd"
358     mpi_run -np $((num_clients * $casc_THREADS)) -machinefile ${MACHINEFILE} $cmd
359
360     local rc=$?
361     if [ $rc != 0 ] ; then
362         error "cascading_rw failed! $rc"
363     fi
364     rm -rf $testdir
365 }
366 run_test cascading_rw "cascading_rw"
367
368 test_write_append_truncate() {
369     if [ "$NFSCLIENT" ]; then
370         skip "skipped for NFSCLIENT mode"
371         return
372     fi
373
374     # location is lustre/tests dir 
375     if ! which write_append_truncate > /dev/null 2>&1 ; then
376         skip_env "write_append_truncate not found"
377         return
378     fi
379
380     local clients=$CLIENTS
381     [ -z $clients ] && clients=$(hostname)
382
383     local num_clients=$(get_node_count ${clients//,/ })
384
385     # FIXME
386     # Need space estimation here.
387
388     generate_machine_file $clients $MACHINEFILE || return $?
389
390     local testdir=$DIR/d0.write_append_truncate
391     local file=$testdir/f0.wat
392
393     print_opts clients write_REP write_THREADS MACHINEFILE
394
395     mkdir -p $testdir
396     # mpi_run uses mpiuser
397     chmod 0777 $testdir
398
399     local cmd="write_append_truncate -n $write_REP $file"
400
401     echo "+ $cmd"
402     mpi_run -np $((num_clients * $write_THREADS)) -machinefile ${MACHINEFILE} $cmd
403
404     local rc=$?
405     if [ $rc != 0 ] ; then
406         error "write_append_truncate failed! $rc"
407         return $rc
408     fi
409     rm -rf $testdir
410 }
411 run_test write_append_truncate "write_append_truncate"
412
413 test_write_disjoint() {
414     if [ "$NFSCLIENT" ]; then
415         skip "skipped for NFSCLIENT mode"
416         return
417     fi
418
419     [ x$WRITE_DISJOINT = x ] &&
420         { skip_env "write_disjoint not found" && return; }
421
422     local clients=$CLIENTS
423     [ -z $clients ] && clients=$(hostname)
424
425     local num_clients=$(get_node_count ${clients//,/ })
426
427     # FIXME
428     # Need space estimation here.
429
430     generate_machine_file $clients $MACHINEFILE || return $?
431
432     print_opts WRITE_DISJOINT clients wdisjoint_THREADS wdisjoint_REP MACHINEFILE
433     local testdir=$DIR/d0.write_disjoint
434     mkdir -p $testdir
435     # mpi_run uses mpiuser
436     chmod 0777 $testdir
437
438     local cmd="$WRITE_DISJOINT -f $testdir/file -n $wdisjoint_REP"
439
440     echo "+ $cmd"
441     mpi_run -np $((num_clients * $wdisjoint_THREADS)) -machinefile ${MACHINEFILE} $cmd
442
443     local rc=$?
444     if [ $rc != 0 ] ; then
445         error "write_disjoint failed! $rc"
446     fi
447     rm -rf $testdir
448 }
449 run_test write_disjoint "write_disjoint"
450
451 test_parallel_grouplock() {
452     if [ "$NFSCLIENT" ]; then
453         skip "skipped for NFSCLIENT mode"
454         return
455     fi
456
457     [ x$PARALLEL_GROUPLOCK = x ] &&
458         { skip "PARALLEL_GROUPLOCK not found" && return; }
459
460     local clients=$CLIENTS
461     [ -z $clients ] && clients=$(hostname)
462
463     local num_clients=$(get_node_count ${clients//,/ })
464
465     generate_machine_file $clients $MACHINEFILE || return $?
466
467     print_opts clients parallel_grouplock_MINTASKS MACHINEFILE
468
469     local testdir=$DIR/d0.parallel_grouplock
470     mkdir -p $testdir
471     # mpi_run uses mpiuser
472     chmod 0777 $testdir
473
474     do_nodes $clients "lctl set_param llite.*.max_rw_chunk=0" ||
475         error "set_param max_rw_chunk=0 failed "
476
477     local cmd
478     local status=0
479     local subtest
480     for i in $(seq 12); do
481         subtest="-t $i"
482         local cmd="$PARALLEL_GROUPLOCK -g -v -d $testdir $subtest"
483         echo "+ $cmd"
484
485         mpi_run -np $parallel_grouplock_MINTASKS -machinefile ${MACHINEFILE} $cmd
486         local rc=$?
487         if [ $rc != 0 ] ; then
488             error_noexit "parallel_grouplock subtests $subtest failed! $rc"
489         else
490             echo "parallel_grouplock subtests $subtest PASS"
491         fi
492         let status=$((status + rc))
493         # clear debug to collect one log per one test
494         do_nodes $(comma_list $(nodes_list)) lctl clear
495      done
496     [ $status -eq 0 ] || error "parallel_grouplock status: $status"
497     rm -rf $testdir
498 }
499 run_test parallel_grouplock "parallel_grouplock"
500
501 statahead_NUMMNTPTS=${statahead_NUMMNTPTS:-5}
502 statahead_NUMFILES=${statahead_NUMFILES:-500000}
503
504 cleanup_statahead () {
505     trap 0
506
507     local clients=$1
508     local mntpt_root=$2
509     local num_mntpts=$3
510
511     for i in $(seq 0 $num_mntpts);do
512         zconf_umount_clients $clients ${mntpt_root}$i ||
513             error_exit "Failed to umount lustre on ${mntpt_root}$i"
514     done
515 }
516
517 test_statahead () {
518     if [ "$NFSCLIENT" ]; then
519         skip "skipped for NFSCLIENT mode"
520         return
521     fi
522
523     [ x$MDSRATE = x ] &&
524         { skip_env "mdsrate not found" && return; }
525
526     local clients=$CLIENTS
527     [ -z $clients ] && clients=$(hostname)
528
529     local num_clients=$(get_node_count ${clients//,/ })
530
531     generate_machine_file $clients $MACHINEFILE || return $?
532
533     print_opts MDSRATE clients statahead_NUMMNTPTS statahead_NUMFILES
534
535     # create large dir
536
537     # do not use default "d[0-9]*" dir name
538     # to avoid of rm $statahead_NUMFILES (500k) files in t-f cleanup
539     local dir=dstatahead
540     local testdir=$DIR/$dir
541
542     # cleanup only if dir exists
543     # cleanup only $statahead_NUMFILES number of files
544     # ignore the other files created by someone else
545     [ -d $testdir ] &&
546         mdsrate_cleanup $((num_clients * 32)) $MACHINEFILE $statahead_NUMFILES $testdir 'f%%d' --ignore
547
548     mkdir -p $testdir
549     # mpi_run uses mpiuser
550     chmod 0777 $testdir
551
552     local num_files=$statahead_NUMFILES
553
554     local IFree=$(inodes_available)
555     if [ $IFree -lt $num_files ]; then
556       num_files=$IFree
557     fi
558
559     cancel_lru_locks mdc
560
561     local cmd="${MDSRATE} ${MDSRATE_DEBUG} --mknod --dir $testdir --nfiles $num_files --filefmt 'f%%d'"    
562     echo "+ $cmd"
563     
564     mpi_run -np $((num_clients * 32)) -machinefile ${MACHINEFILE} $cmd
565
566     local rc=$?
567     if [ $rc != 0 ] ; then
568         error "mdsrate failed to create $rc"
569         return $rc
570     fi
571
572     local num_mntpts=$statahead_NUMMNTPTS
573     local mntpt_root=$TMP/mntpt/lustre
574     mntopts=${MNTOPTSTATAHEAD:-$MOUNTOPT}
575
576     echo "Mounting $num_mntpts lustre clients starts on $clients"
577     trap "cleanup_statahead $clients $mntpt_root $num_mntpts" EXIT ERR
578     for i in $(seq 0 $num_mntpts); do
579         zconf_mount_clients $clients ${mntpt_root}$i $mntopts ||
580             error_exit "Failed to mount lustre on ${mntpt_root}$i on $clients"
581     done
582
583     do_rpc_nodes $clients cancel_lru_locks mdc
584
585     do_rpc_nodes $clients do_ls $mntpt_root $num_mntpts $dir
586
587     mdsrate_cleanup $((num_clients * 32)) $MACHINEFILE $num_files $testdir 'f%%d' --ignore
588
589     # use rm instead of rmdir because of
590     # testdir could contain the files created by someone else,
591     # or by previous run where is num_files prev > num_files current
592     rm -rf $testdir
593     cleanup_statahead $clients $mntpt_root $num_mntpts
594 }
595
596 run_test statahead "statahead test, multiple clients"
597
598 equals_msg `basename $0`: test complete, cleaning up
599 check_and_cleanup_lustre
600 [ -f "$TESTSUITELOG" ] && cat $TESTSUITELOG && grep -q FAIL $TESTSUITELOG && exit 1 || true