Whamcloud - gitweb
78e2db43f5ddf077feabe5af539ffe30592f0c1c
[fs/lustre-release.git] / lustre / tests / test-framework.sh
1 #!/bin/bash
2
3 trap 'print_summary && touch $TF_FAIL && \
4     echo "test-framework exiting on error"' ERR
5 set -e
6 #set -x
7
8 export EJOURNAL=${EJOURNAL:-""}
9 export REFORMAT=${REFORMAT:-""}
10 export WRITECONF=${WRITECONF:-""}
11 export VERBOSE=${VERBOSE:-false}
12 export CATASTROPHE=${CATASTROPHE:-/proc/sys/lnet/catastrophe}
13 export GSS=false
14 export GSS_KRB5=false
15 export GSS_PIPEFS=false
16 export IDENTITY_UPCALL=default
17 export QUOTA_AUTO=1
18 export JOBSTATS_AUTO=${JOBSTATS_AUTO:-1}
19 export JOBID_VAR=${JOBID_VAR:-"procname_uid"}
20
21 # LOAD_LLOOP: LU-409: only load llite_lloop module if kernel < 2.6.32 or
22 #             LOAD_LLOOP is true. LOAD_LLOOP is false by default.
23 export LOAD_LLOOP=${LOAD_LLOOP:-false}
24
25 #export PDSH="pdsh -S -Rssh -w"
26
27 # function used by scripts run on remote nodes
28 LUSTRE=${LUSTRE:-$(cd $(dirname $0)/..; echo $PWD)}
29 . $LUSTRE/tests/functions.sh
30 . $LUSTRE/tests/yaml.sh
31
32 export LD_LIBRARY_PATH=${LUSTRE}/utils:${LD_LIBRARY_PATH}
33
34 LUSTRE_TESTS_CFG_DIR=${LUSTRE_TESTS_CFG_DIR:-${LUSTRE}/tests/cfg}
35
36 EXCEPT_LIST_FILE=${EXCEPT_LIST_FILE:-${LUSTRE_TESTS_CFG_DIR}/tests-to-skip.sh}
37
38 if [ -f "$EXCEPT_LIST_FILE" ]; then
39     echo "Reading test skip list from $EXCEPT_LIST_FILE"
40     cat $EXCEPT_LIST_FILE
41     . $EXCEPT_LIST_FILE
42 fi
43
44 # check config files for options in decreasing order of preference
45 [ -z "$MODPROBECONF" -a -f /etc/modprobe.d/lustre.conf ] &&
46     MODPROBECONF=/etc/modprobe.d/lustre.conf
47 [ -z "$MODPROBECONF" -a -f /etc/modprobe.d/Lustre ] &&
48     MODPROBECONF=/etc/modprobe.d/Lustre
49 [ -z "$MODPROBECONF" -a -f /etc/modprobe.conf ] &&
50     MODPROBECONF=/etc/modprobe.conf
51
52 assert_DIR () {
53     local failed=""
54     [[ $DIR/ = $MOUNT/* ]] || \
55         { failed=1 && echo "DIR=$DIR not in $MOUNT. Aborting."; }
56     [[ $DIR1/ = $MOUNT1/* ]] || \
57         { failed=1 && echo "DIR1=$DIR1 not in $MOUNT1. Aborting."; }
58     [[ $DIR2/ = $MOUNT2/* ]] || \
59         { failed=1 && echo "DIR2=$DIR2 not in $MOUNT2. Aborting"; }
60
61     [ -n "$failed" ] && exit 99 || true
62 }
63
64 usage() {
65     echo "usage: $0 [-r] [-f cfgfile]"
66     echo "       -r: reformat"
67
68     exit
69 }
70
71 print_summary () {
72     trap 0
73     [ "$TESTSUITE" == "lfsck" ] && return 0
74     [ -n "$ONLY" ] && echo "WARNING: ONLY is set to $(echo $ONLY)"
75     local details
76     local form="%-13s %-17s %-9s %s %s\n"
77     printf "$form" "status" "script" "Total(sec)" "E(xcluded) S(low)"
78     echo "------------------------------------------------------------------------------------"
79     for O in $DEFAULT_SUITES; do
80         O=$(echo $O  | tr "-" "_" | tr "[:lower:]" "[:upper:]")
81         [ "${!O}" = "no" ] && continue || true
82         local o=$(echo $O  | tr "[:upper:]_" "[:lower:]-")
83         local log=${TMP}/${o}.log
84         if is_sanity_benchmark $o; then
85             log=${TMP}/sanity-benchmark.log
86         fi
87         local slow=
88         local skipped=
89         local total=
90         local status=Unfinished
91         if [ -f $log ]; then
92             skipped=$(grep excluded $log | awk '{ printf " %s", $3 }' | sed 's/test_//g')
93             slow=$(egrep "^PASS|^FAIL" $log | tr -d "("| sed s/s\)$//g | sort -nr -k 3  | head -5 |  awk '{ print $2":"$3"s" }')
94             total=$(grep duration $log | awk '{ print $2}')
95             if [ "${!O}" = "done" ]; then
96                 status=Done
97             fi
98             if $DDETAILS; then
99                 local durations=$(egrep "^PASS|^FAIL" $log |  tr -d "("| sed s/s\)$//g | awk '{ print $2":"$3"|" }')
100                 details=$(printf "%s\n%s %s %s\n" "$details" "DDETAILS" "$O" "$(echo $durations)")
101             fi
102         fi
103         printf "$form" $status "$O" "${total}" "E=$skipped"
104         printf "$form" "-" "-" "-" "S=$(echo $slow)"
105     done
106
107     for O in $DEFAULT_SUITES; do
108         O=$(echo $O  | tr "-" "_" | tr "[:lower:]" "[:upper:]")
109         if [ "${!O}" = "no" ]; then
110             printf "$form" "Skipped" "$O" ""
111         fi
112     done
113
114     # print the detailed tests durations if DDETAILS=true
115     if $DDETAILS; then
116         echo "$details"
117     fi
118 }
119
120 init_test_env() {
121     export LUSTRE=`absolute_path $LUSTRE`
122     export TESTSUITE=`basename $0 .sh`
123     export TEST_FAILED=false
124     export FAIL_ON_SKIP_ENV=${FAIL_ON_SKIP_ENV:-false}
125
126     export MKE2FS=${MKE2FS:-mke2fs}
127     export DEBUGFS=${DEBUGFS:-debugfs}
128     export TUNE2FS=${TUNE2FS:-tune2fs}
129     export E2LABEL=${E2LABEL:-e2label}
130     export DUMPE2FS=${DUMPE2FS:-dumpe2fs}
131     export E2FSCK=${E2FSCK:-e2fsck}
132     export LFSCK_BIN=${LFSCK_BIN:-lfsck}
133
134     export LFSCK_ALWAYS=${LFSCK_ALWAYS:-"no"} # check fs after each test suite
135     export FSCK_MAX_ERR=4   # File system errors left uncorrected
136
137         export ZFS=${ZFS:-zfs}
138         export ZPOOL=${ZPOOL:-zpool}
139         export ZDB=${ZDB:-zdb}
140
141     #[ -d /r ] && export ROOT=${ROOT:-/r}
142     export TMP=${TMP:-$ROOT/tmp}
143     export TESTSUITELOG=${TMP}/${TESTSUITE}.log
144     export LOGDIR=${LOGDIR:-${TMP}/test_logs/$(date +%s)}
145     export TESTLOG_PREFIX=$LOGDIR/$TESTSUITE
146
147     export HOSTNAME=${HOSTNAME:-$(hostname -s)}
148     if ! echo $PATH | grep -q $LUSTRE/utils; then
149         export PATH=$LUSTRE/utils:$PATH
150     fi
151     if ! echo $PATH | grep -q $LUSTRE/utils/gss; then
152         export PATH=$LUSTRE/utils/gss:$PATH
153     fi
154     if ! echo $PATH | grep -q $LUSTRE/tests; then
155         export PATH=$LUSTRE/tests:$PATH
156     fi
157     if ! echo $PATH | grep -q $LUSTRE/../lustre-iokit/sgpdd-survey; then
158         export PATH=$LUSTRE/../lustre-iokit/sgpdd-survey:$PATH
159     fi
160     export LST=${LST:-"$LUSTRE/../lnet/utils/lst"}
161     [ ! -f "$LST" ] && export LST=$(which lst)
162     export SGPDDSURVEY=${SGPDDSURVEY:-"$LUSTRE/../lustre-iokit/sgpdd-survey/sgpdd-survey")}
163     [ ! -f "$SGPDDSURVEY" ] && export SGPDDSURVEY=$(which sgpdd-survey)
164     # Ubuntu, at least, has a truncate command in /usr/bin
165     # so fully path our truncate command.
166     export TRUNCATE=${TRUNCATE:-$LUSTRE/tests/truncate}
167     export MDSRATE=${MDSRATE:-"$LUSTRE/tests/mpi/mdsrate"}
168     [ ! -f "$MDSRATE" ] && export MDSRATE=$(which mdsrate 2> /dev/null)
169     if ! echo $PATH | grep -q $LUSTRE/tests/racer; then
170         export PATH=$LUSTRE/tests/racer:$PATH:
171     fi
172     if ! echo $PATH | grep -q $LUSTRE/tests/mpi; then
173         export PATH=$LUSTRE/tests/mpi:$PATH
174     fi
175     export RSYNC_RSH=${RSYNC_RSH:-rsh}
176
177     export LCTL=${LCTL:-"$LUSTRE/utils/lctl"}
178     [ ! -f "$LCTL" ] && export LCTL=$(which lctl)
179     export LFS=${LFS:-"$LUSTRE/utils/lfs"}
180     [ ! -f "$LFS" ] && export LFS=$(which lfs)
181     SETSTRIPE=${SETSTRIPE:-"$LFS setstripe"}
182     GETSTRIPE=${GETSTRIPE:-"$LFS getstripe"}
183
184     export L_GETIDENTITY=${L_GETIDENTITY:-"$LUSTRE/utils/l_getidentity"}
185     if [ ! -f "$L_GETIDENTITY" ]; then
186         if `which l_getidentity > /dev/null 2>&1`; then
187             export L_GETIDENTITY=$(which l_getidentity)
188         else
189             export L_GETIDENTITY=NONE
190         fi
191     fi
192     export LL_DECODE_FILTER_FID=${LL_DECODE_FILTER_FID:-"$LUSTRE/utils/ll_decode_filter_fid"}
193     [ ! -f "$LL_DECODE_FILTER_FID" ] && export LL_DECODE_FILTER_FID=$(which ll_decode_filter_fid)
194     export MKFS=${MKFS:-"$LUSTRE/utils/mkfs.lustre"}
195     [ ! -f "$MKFS" ] && export MKFS=$(which mkfs.lustre)
196     export TUNEFS=${TUNEFS:-"$LUSTRE/utils/tunefs.lustre"}
197     [ ! -f "$TUNEFS" ] && export TUNEFS=$(which tunefs.lustre)
198     export CHECKSTAT="${CHECKSTAT:-"checkstat -v"} "
199     export LUSTRE_RMMOD=${LUSTRE_RMMOD:-$LUSTRE/scripts/lustre_rmmod}
200     [ ! -f "$LUSTRE_RMMOD" ] &&
201         export LUSTRE_RMMOD=$(which lustre_rmmod 2> /dev/null)
202     export LFS_MIGRATE=${LFS_MIGRATE:-$LUSTRE/scripts/lfs_migrate}
203     [ ! -f "$LFS_MIGRATE" ] &&
204         export LFS_MIGRATE=$(which lfs_migrate 2> /dev/null)
205     export NAME=${NAME:-local}
206     export LGSSD=${LGSSD:-"$LUSTRE/utils/gss/lgssd"}
207     [ "$GSS_PIPEFS" = "true" ] && [ ! -f "$LGSSD" ] && \
208         export LGSSD=$(which lgssd)
209     export LSVCGSSD=${LSVCGSSD:-"$LUSTRE/utils/gss/lsvcgssd"}
210     [ ! -f "$LSVCGSSD" ] && export LSVCGSSD=$(which lsvcgssd 2> /dev/null)
211     export KRB5DIR=${KRB5DIR:-"/usr/kerberos"}
212     export DIR2
213     export SAVE_PWD=${SAVE_PWD:-$LUSTRE/tests}
214     export AT_MAX_PATH
215
216     if [ "$ACCEPTOR_PORT" ]; then
217         export PORT_OPT="--port $ACCEPTOR_PORT"
218     fi
219
220     case "x$SEC" in
221         xkrb5*)
222             echo "Using GSS/krb5 ptlrpc security flavor"
223             which lgss_keyring > /dev/null 2>&1 || \
224                 error_exit "built with gss disabled! SEC=$SEC"
225             GSS=true
226             GSS_KRB5=true
227             ;;
228     esac
229
230     case "x$IDUP" in
231         xtrue)
232             IDENTITY_UPCALL=true
233             ;;
234         xfalse)
235             IDENTITY_UPCALL=false
236             ;;
237     esac
238     export LOAD_MODULES_REMOTE=${LOAD_MODULES_REMOTE:-false}
239
240     # Paths on remote nodes, if different
241     export RLUSTRE=${RLUSTRE:-$LUSTRE}
242     export RPWD=${RPWD:-$PWD}
243     export I_MOUNTED=${I_MOUNTED:-"no"}
244     if [ ! -f /lib/modules/$(uname -r)/kernel/fs/lustre/mds.ko -a \
245         ! -f /lib/modules/$(uname -r)/updates/kernel/fs/lustre/mds.ko -a \
246         ! -f `dirname $0`/../mds/mds.ko ]; then
247         export CLIENTMODSONLY=yes
248     fi
249
250     export SHUTDOWN_ATTEMPTS=${SHUTDOWN_ATTEMPTS:-3}
251
252     # command line
253
254     while getopts "rvwf:" opt $*; do
255         case $opt in
256             f) CONFIG=$OPTARG;;
257             r) REFORMAT=--reformat;;
258             v) VERBOSE=true;;
259             w) WRITECONF=writeconf;;
260             \?) usage;;
261         esac
262     done
263
264     shift $((OPTIND - 1))
265     ONLY=${ONLY:-$*}
266
267     # print the durations of each test if "true"
268     DDETAILS=${DDETAILS:-false}
269     [ "$TESTSUITELOG" ] && rm -f $TESTSUITELOG || true
270     rm -f $TMP/*active
271 }
272
273 check_cpt_number() {
274         local facet=$1
275         local ncpts
276
277         ncpts=$(do_facet $facet "lctl get_param -n " \
278                 "cpu_partition_table 2>/dev/null| wc -l" || echo 1)
279
280         if [ $ncpts -eq 0 ]; then
281                 echo "1"
282         else
283                 echo $ncpts
284         fi
285 }
286
287 version_code() {
288     # split arguments like "1.8.6-wc3" into "1", "8", "6", "wc3"
289     eval set -- $(tr "[:punct:]" " " <<< $*)
290
291     echo -n $((($1 << 16) | ($2 << 8) | $3))
292 }
293
294 export LINUX_VERSION=$(uname -r | sed -e "s/[-.]/ /3" -e "s/ .*//")
295 export LINUX_VERSION_CODE=$(version_code ${LINUX_VERSION//\./ })
296
297 module_loaded () {
298    /sbin/lsmod | grep -q "^\<$1\>"
299 }
300
301 # Load a module on the system where this is running.
302 #
303 # Synopsis: load_module module_name [module arguments for insmod/modprobe]
304 #
305 # If module arguments are not given but MODOPTS_<MODULE> is set, then its value
306 # will be used as the arguments.  Otherwise arguments will be obtained from
307 # /etc/modprobe.conf, from /etc/modprobe.d/Lustre, or else none will be used.
308 #
309 load_module() {
310     local optvar
311     EXT=".ko"
312     module=$1
313     shift
314     BASE=`basename $module $EXT`
315
316     module_loaded ${BASE} && return
317
318     # If no module arguments were passed, get them from $MODOPTS_<MODULE>, else from
319     # modprobe.conf
320     if [ $# -eq 0 ]; then
321         # $MODOPTS_<MODULE>; we could use associative arrays, but that's not in
322         # Bash until 4.x, so we resort to eval.
323         optvar="MODOPTS_$(basename $module | tr a-z A-Z)"
324         eval set -- \$$optvar
325         if [ $# -eq 0 -a -n "$MODPROBECONF" ]; then
326             # Nothing in $MODOPTS_<MODULE>; try modprobe.conf
327             set -- $(grep -P "^options\\s+${BASE}" $MODPROBECONF)
328             # Get rid of "options $module"
329             (($# > 0)) && shift 2
330
331             # Ensure we have accept=all for lnet
332             if [ $(basename $module) = lnet ]; then
333                 # OK, this is a bit wordy...
334                 local arg accept_all_present=false
335                 for arg in "$@"; do
336                     [ "$arg" = accept=all ] && accept_all_present=true
337                 done
338                 $accept_all_present || set -- "$@" accept=all
339             fi
340         fi
341     fi
342
343     [ $# -gt 0 ] && echo "${module} options: '$*'"
344
345     # Note that insmod will ignore anything in modprobe.conf, which is why we're
346     # passing options on the command-line.
347     if [ "$BASE" == "lnet_selftest" ] && \
348             [ -f ${LUSTRE}/../lnet/selftest/${module}${EXT} ]; then
349         insmod ${LUSTRE}/../lnet/selftest/${module}${EXT}
350     elif [ -f ${LUSTRE}/${module}${EXT} ]; then
351         insmod ${LUSTRE}/${module}${EXT} "$@"
352     else
353         # must be testing a "make install" or "rpm" installation
354         # note failed to load ptlrpc_gss is considered not fatal
355         if [ "$BASE" == "ptlrpc_gss" ]; then
356             modprobe $BASE "$@" 2>/dev/null || echo "gss/krb5 is not supported"
357         else
358             modprobe $BASE "$@"
359         fi
360     fi
361 }
362
363 llite_lloop_enabled() {
364     local n1=$(uname -r | cut -d. -f1)
365     local n2=$(uname -r | cut -d. -f2)
366     local n3=$(uname -r | cut -d- -f1 | cut -d. -f3)
367
368     # load the llite_lloop module for < 2.6.32 kernels
369     if [[ $n1 -lt 2 ]] || [[ $n1 -eq 2 && $n2 -lt 6 ]] || \
370        [[ $n1 -eq 2 && $n2 -eq 6 && $n3 -lt 32 ]] || \
371         $LOAD_LLOOP; then
372         return 0
373     fi
374     return 1
375 }
376
377 load_modules_local() {
378         if [ "$USE_OFD" == yes ]; then
379                 if module_loaded obdfilter; then
380                         if ! $LUSTRE_RMMOD ldiskfs; then
381                                 echo "$HOSTNAME may still be using obdfilter.ko"
382                                 return 1
383                         fi
384                 fi
385         else
386                 if module_loaded ofd; then
387                         if ! $LUSTRE_RMMOD ldiskfs; then
388                                 echo "$HOSTNAME may still be using ofd.ko"
389                                 return 1
390                         fi
391                 fi
392         fi
393
394         if [ -n "$MODPROBE" ]; then
395                 # use modprobe
396                 echo "Using modprobe to load modules"
397                 return 0
398         fi
399
400         echo Loading modules from $LUSTRE
401
402         local ncpus
403
404         if [ -f /sys/devices/system/cpu/online ]; then
405                 ncpus=$(($(cut -d "-" -f 2 /sys/devices/system/cpu/online) + 1))
406                 echo "detected $ncpus online CPUs by sysfs"
407         else
408                 ncpus=$(getconf _NPROCESSORS_CONF 2>/dev/null)
409                 local rc=$?
410                 if [ $rc -eq 0 ]; then
411                         echo "detected $ncpus online CPUs by getconf"
412                 else
413                         echo "Can't detect number of CPUs"
414                         ncpus=1
415                 fi
416         fi
417
418         local ncpts=0
419         # if there is only one CPU core, libcfs can only create one partition
420         # if there is more than 4 CPU cores, libcfs should create multiple CPU
421         # partitions. So we just force libcfs to create 2 partitions for
422         # system with 2 or 4 cores
423         if [ $ncpus -le 4 ] && [ $ncpus -gt 1 ]; then
424                 # force to enable multiple CPU partitions
425                 echo "Force libcfs to create 2 CPU partitions"
426                 ncpts=2
427         else
428                 echo "libcfs will create CPU partition based on online CPUs"
429         fi
430
431         load_module ../libcfs/libcfs/libcfs cpu_npartitions=$ncpts
432
433     [ "$PTLDEBUG" ] && lctl set_param debug="$PTLDEBUG"
434     [ "$SUBSYSTEM" ] && lctl set_param subsystem_debug="${SUBSYSTEM# }"
435     load_module ../lnet/lnet/lnet
436     LNETLND=${LNETLND:-"socklnd/ksocklnd"}
437     load_module ../lnet/klnds/$LNETLND
438     load_module lvfs/lvfs
439     load_module obdclass/obdclass
440     load_module ptlrpc/ptlrpc
441     load_module ptlrpc/gss/ptlrpc_gss
442     load_module fld/fld
443     load_module fid/fid
444     load_module lmv/lmv
445     load_module mdc/mdc
446     load_module osc/osc
447     load_module lov/lov
448     load_module mgc/mgc
449     load_module obdecho/obdecho
450     if ! client_only; then
451         SYMLIST=/proc/kallsyms
452         grep -q crc16 $SYMLIST || { modprobe crc16 2>/dev/null || true; }
453         grep -q -w jbd $SYMLIST || { modprobe jbd 2>/dev/null || true; }
454         grep -q -w jbd2 $SYMLIST || { modprobe jbd2 2>/dev/null || true; }
455                 [ "$LQUOTA" != "no" ] && load_module quota/lquota $LQUOTAOPTS
456                 if [[ $(node_fstypes $HOSTNAME) == *zfs* ]]; then
457                         load_module osd-zfs/osd_zfs
458                 fi
459                 load_module mgs/mgs
460                 load_module mds/mds
461                 load_module mdd/mdd
462                 if [[ $(node_fstypes $HOSTNAME) == *ldiskfs* ]]; then
463                         #
464                         # This block shall be moved up beside osd-zfs as soon
465                         # as osd-ldiskfs stops using mdd symbols.
466                         #
467                         grep -q exportfs_decode_fh $SYMLIST ||
468                                 { modprobe exportfs 2> /dev/null || true; }
469                         load_module ../ldiskfs/ldiskfs/ldiskfs
470                         load_module lvfs/fsfilt_ldiskfs
471                         load_module osd-ldiskfs/osd_ldiskfs
472                 fi
473                 load_module mdt/mdt
474                 load_module cmm/cmm
475                 load_module ost/ost
476                 if [ "$USE_OFD" == yes ]; then
477                         load_module ofd/ofd
478                 else
479                         load_module obdfilter/obdfilter
480                 fi
481     fi
482
483
484     load_module llite/lustre
485     llite_lloop_enabled && load_module llite/llite_lloop
486     [ -d /r ] && OGDB=${OGDB:-"/r/tmp"}
487     OGDB=${OGDB:-$TMP}
488     rm -f $OGDB/ogdb-$HOSTNAME
489     $LCTL modules > $OGDB/ogdb-$HOSTNAME
490
491     # 'mount' doesn't look in $PATH, just sbin
492     if [ -f $LUSTRE/utils/mount.lustre ] && \
493        ! grep -qe "/sbin/mount\.lustre " /proc/mounts; then
494         [ ! -f /sbin/mount.lustre ] && touch /sbin/mount.lustre
495         mount --bind $LUSTRE/utils/mount.lustre /sbin/mount.lustre || true
496     fi
497 }
498
499 load_modules () {
500         load_modules_local
501         # bug 19124
502         # load modules on remote nodes optionally
503         # lustre-tests have to be installed on these nodes
504         if $LOAD_MODULES_REMOTE ; then
505                 local list=$(comma_list $(remote_nodes_list))
506                 echo loading modules on $list
507                 do_rpc_nodes $list load_modules_local
508         fi
509 }
510
511 check_mem_leak () {
512     LEAK_LUSTRE=$(dmesg | tail -n 30 | grep "obd_memory.*leaked" || true)
513     LEAK_PORTALS=$(dmesg | tail -n 20 | grep "Portals memory leaked" || true)
514     if [ "$LEAK_LUSTRE" -o "$LEAK_PORTALS" ]; then
515         echo "$LEAK_LUSTRE" 1>&2
516         echo "$LEAK_PORTALS" 1>&2
517         mv $TMP/debug $TMP/debug-leak.`date +%s` || true
518         echo "Memory leaks detected"
519         [ -n "$IGNORE_LEAK" ] && { echo "ignoring leaks" && return 0; } || true
520         return 1
521     fi
522 }
523
524 unload_modules() {
525         wait_exit_ST client # bug 12845
526
527         $LUSTRE_RMMOD ldiskfs || return 2
528
529         if $LOAD_MODULES_REMOTE ; then
530                 local list=$(comma_list $(remote_nodes_list))
531                 if [ ! -z $list ]; then
532                         echo unloading modules on $list
533                         do_rpc_nodes $list $LUSTRE_RMMOD ldiskfs
534                         do_rpc_nodes $list check_mem_leak
535                 fi
536         fi
537
538     if grep -qe "/sbin/mount\.lustre" /proc/mounts; then
539         umount /sbin/mount.lustre || true
540         [ -w /sbin/mount.lustre -a ! -s /sbin/mount.lustre ] && \
541             rm -f /sbin/mount.lustre || true
542     fi
543
544     check_mem_leak || return 254
545
546     echo "modules unloaded."
547     return 0
548 }
549
550 check_gss_daemon_nodes() {
551     local list=$1
552     dname=$2
553
554     do_nodesv $list "num=\\\$(ps -o cmd -C $dname | grep $dname | wc -l);
555 if [ \\\"\\\$num\\\" -ne 1 ]; then
556     echo \\\$num instance of $dname;
557     exit 1;
558 fi; "
559 }
560
561 check_gss_daemon_facet() {
562     facet=$1
563     dname=$2
564
565     num=`do_facet $facet ps -o cmd -C $dname | grep $dname | wc -l`
566     if [ $num -ne 1 ]; then
567         echo "$num instance of $dname on $facet"
568         return 1
569     fi
570     return 0
571 }
572
573 send_sigint() {
574     local list=$1
575     shift
576     echo Stopping $@ on $list
577     do_nodes $list "killall -2 $@ 2>/dev/null || true"
578 }
579
580 # start gss daemons on all nodes, or
581 # "daemon" on "list" if set
582 start_gss_daemons() {
583     local list=$1
584     local daemon=$2
585
586     if [ "$list" ] && [ "$daemon" ] ; then
587         echo "Starting gss daemon on nodes: $list"
588         do_nodes $list "$daemon" || return 8
589         return 0
590     fi
591
592     local list=$(comma_list $(mdts_nodes))
593
594     echo "Starting gss daemon on mds: $list"
595     do_nodes $list "$LSVCGSSD -v" || return 1
596     if $GSS_PIPEFS; then
597         do_nodes $list "$LGSSD -v" || return 2
598     fi
599
600     list=$(comma_list $(osts_nodes))
601     echo "Starting gss daemon on ost: $list"
602     do_nodes $list "$LSVCGSSD -v" || return 3
603     # starting on clients
604
605     local clients=${CLIENTS:-`hostname`}
606     if $GSS_PIPEFS; then
607         echo "Starting $LGSSD on clients $clients "
608         do_nodes $clients  "$LGSSD -v" || return 4
609     fi
610
611     # wait daemons entering "stable" status
612     sleep 5
613
614     #
615     # check daemons are running
616     #
617     list=$(comma_list $(mdts_nodes) $(osts_nodes))
618     check_gss_daemon_nodes $list lsvcgssd || return 5
619     if $GSS_PIPEFS; then
620         list=$(comma_list $(mdts_nodes))
621         check_gss_daemon_nodes $list lgssd || return 6
622     fi
623     if $GSS_PIPEFS; then
624         check_gss_daemon_nodes $clients lgssd || return 7
625     fi
626 }
627
628 stop_gss_daemons() {
629     local list=$(comma_list $(mdts_nodes))
630     
631     send_sigint $list lsvcgssd lgssd
632
633     list=$(comma_list $(osts_nodes))
634     send_sigint $list lsvcgssd
635
636     list=${CLIENTS:-`hostname`}
637     send_sigint $list lgssd
638 }
639
640 init_gss() {
641     if $GSS; then
642         if ! module_loaded ptlrpc_gss; then
643             load_module ptlrpc/gss/ptlrpc_gss
644             module_loaded ptlrpc_gss ||
645                 error_exit "init_gss : GSS=$GSS, but gss/krb5 is not supported!"
646         fi
647         start_gss_daemons || error_exit "start gss daemon failed! rc=$?"
648
649         if [ -n "$LGSS_KEYRING_DEBUG" ]; then
650             echo $LGSS_KEYRING_DEBUG > /proc/fs/lustre/sptlrpc/gss/lgss_keyring/debug_level
651         fi
652     fi
653 }
654
655 cleanup_gss() {
656     if $GSS; then
657         stop_gss_daemons
658         # maybe cleanup credential cache?
659     fi
660 }
661
662 facet_type() {
663         local facet=$1
664
665         echo -n $facet | sed -e 's/^fs[0-9]\+//' -e 's/[0-9]\+//' |
666                 tr '[:lower:]' '[:upper:]'
667 }
668
669 facet_number() {
670         local facet=$1
671
672         if [ $facet == mgs ]; then
673                 return 1
674         fi
675
676         echo -n $facet | sed -e 's/^fs[0-9]\+//' | sed -e 's/^[a-z]\+//'
677 }
678
679 facet_fstype() {
680         local facet=$1
681         local var
682
683         var=${facet}_FSTYPE
684         if [ -n "${!var}" ]; then
685                 echo -n ${!var}
686                 return
687         fi
688
689         var=$(facet_type $facet)FSTYPE
690         if [ -n "${!var}" ]; then
691                 echo -n ${!var}
692                 return
693         fi
694
695         if [ -n "$FSTYPE" ]; then
696                 echo -n $FSTYPE
697                 return
698         fi
699
700         return 1
701 }
702
703 node_fstypes() {
704         local node=$1
705         local fstypes
706         local fstype
707         local facets=$(get_facets)
708         local facet
709
710         for facet in ${facets//,/ }; do
711                 if [ $node == $(facet_host $facet) ] ||
712                    [ $node == "$(facet_failover_host $facet)" ]; then
713                         fstype=$(facet_fstype $facet)
714                         if [[ $fstypes != *$fstype* ]]; then
715                                 fstypes+="${fstypes:+,}$fstype"
716                         fi
717                 fi
718         done
719         echo -n $fstypes
720 }
721
722 devicelabel() {
723         local facet=$1
724         local dev=$2
725         local label
726         local fstype=$(facet_fstype $facet)
727
728         case $fstype in
729         ldiskfs)
730                 label=$(do_facet ${facet} "$E2LABEL ${dev} 2>/dev/null");;
731         zfs)
732                 label=$(do_facet ${facet} "$ZFS get -H -o value lustre:svname \
733                                            ${dev} 2>/dev/null");;
734         *)
735                 error "unknown fstype!";;
736         esac
737
738         echo -n $label
739 }
740
741 mdsdevlabel() {
742         local num=$1
743         local device=$(mdsdevname $num)
744         local label=$(devicelabel mds$num ${device} | grep -v "CMD: ")
745         echo -n $label
746 }
747
748 ostdevlabel() {
749         local num=$1
750         local device=$(ostdevname $num)
751         local label=$(devicelabel ost$num ${device} | grep -v "CMD: ")
752         echo -n $label
753 }
754
755 #
756 # This and set_obdfilter_param() shall be used to access OSD parameters
757 # once existed under "obdfilter":
758 #
759 #   mntdev
760 #   stats
761 #   read_cache_enable
762 #   writethrough_cache_enable
763 #
764 get_obdfilter_param() {
765         local nodes=$1
766         local device=${2:-$FSNAME-OST*}
767         local name=$3
768
769         do_nodes $nodes "$LCTL get_param -n obdfilter.$device.$name \
770                 osd-*.$device.$name 2>&1" | grep -v 'Found no match'
771 }
772
773 set_obdfilter_param() {
774         local nodes=$1
775         local device=${2:-$FSNAME-OST*}
776         local name=$3
777         local value=$4
778
779         do_nodes $nodes "$LCTL set_param -n obdfilter.$device.$name=$value \
780                 osd-*.$device.$name=$value 2>&1" | grep -v 'Found no match'
781 }
782
783 set_debug_size () {
784     local dz=${1:-$DEBUG_SIZE}
785
786     if [ -f /sys/devices/system/cpu/possible ]; then
787         local cpus=$(($(cut -d "-" -f 2 /sys/devices/system/cpu/possible)+1))
788     else
789         local cpus=$(getconf _NPROCESSORS_CONF)
790     fi
791
792     # bug 19944, adjust size to be -gt num_possible_cpus()
793     # promise 2MB for every cpu at least
794     if [ -n "$cpus" ] && [ $((cpus * 2)) -gt $dz ]; then
795         dz=$((cpus * 2))
796     fi
797     lctl set_param debug_mb=$dz
798 }
799
800 set_default_debug () {
801     local debug=${1:-"$PTLDEBUG"}
802     local subsys=${2:-"$SUBSYSTEM"}
803     local debug_size=${3:-$DEBUG_SIZE}
804
805     [ -n "$debug" ] && lctl set_param debug="$debug" >/dev/null
806     [ -n "$subsys" ] && lctl set_param subsystem_debug="${subsys# }" >/dev/null
807
808     [ -n "$debug_size" ] && set_debug_size $debug_size > /dev/null
809 }
810
811 set_default_debug_nodes () {
812     local nodes=$1
813
814     if [[ ,$nodes, = *,$HOSTNAME,* ]]; then
815         nodes=$(exclude_items_from_list "$nodes" "$HOSTNAME")
816             set_default_debug
817     fi
818
819     [[ -n $nodes ]] && do_rpc_nodes $nodes set_default_debug \
820         \\\"$PTLDEBUG\\\" \\\"$SUBSYSTEM\\\" $DEBUG_SIZE || true
821 }
822
823 set_default_debug_facet () {
824     local facet=$1
825     local node=$(facet_active_host $facet)
826     [ -z "$node" ] && echo "No host defined for facet $facet" && exit 1
827
828     set_default_debug_nodes $node
829 }
830
831 # Facet functions
832 mount_facets () {
833         local facets=${1:-$(get_facets)}
834         local facet
835
836         for facet in ${facets//,/ }; do
837                 mount_facet $facet
838                 local RC=$?
839                 [ $RC -eq 0 ] && continue
840
841                 if [ "$TESTSUITE.$TESTNAME" = "replay-dual.test_0a" ]; then
842                         skip "Restart of $facet failed!." && touch $LU482_FAILED
843                 else
844                         error "Restart of $facet failed!"
845                 fi
846                 return $RC
847         done
848 }
849
850 #
851 # Add argument "arg" (e.g., "loop") to the comma-separated list
852 # of arguments for option "opt" (e.g., "-o") on command
853 # line "opts" (e.g., "-o flock").
854 #
855 csa_add() {
856         local opts=$1
857         local opt=$2
858         local arg=$3
859         local opt_pattern="\([[:space:]]\+\|^\)$opt"
860
861         if echo "$opts" | grep -q $opt_pattern; then
862                 opts=$(echo "$opts" | sed -e \
863                         "s/$opt_pattern[[:space:]]*[^[:space:]]\+/&,$arg/")
864         else
865                 opts+="${opts:+ }$opt $arg"
866         fi
867         echo -n "$opts"
868 }
869
870 mount_facet() {
871         local facet=$1
872         shift
873         local dev=$(facet_active $facet)_dev
874         local opt=${facet}_opt
875         local mntpt=$(facet_mntpt $facet)
876         local opts="${!opt} $@"
877
878         if [ $(facet_fstype $facet) == ldiskfs ] &&
879            ! do_facet $facet test -b ${!dev}; then
880                 opts=$(csa_add "$opts" -o loop)
881         fi
882
883         echo "Starting ${facet}: $opts ${!dev} $mntpt"
884         # for testing LU-482 error handling in mount_facets() and test_0a()
885         if [ -f $TMP/test-lu482-trigger ]; then
886                 RC=2
887         else
888                 do_facet ${facet} "mkdir -p $mntpt; mount -t lustre $opts \
889                                    ${!dev} $mntpt"
890                 RC=${PIPESTATUS[0]}
891         fi
892         if [ $RC -ne 0 ]; then
893                 echo "Start of ${!dev} on ${facet} failed ${RC}"
894     else
895         set_default_debug_facet $facet
896
897                 label=$(devicelabel ${facet} ${!dev})
898         [ -z "$label" ] && echo no label for ${!dev} && exit 1
899         eval export ${facet}_svc=${label}
900         echo Started ${label}
901     fi
902     return $RC
903 }
904
905 # start facet device options
906 start() {
907     local facet=$1
908     shift
909     local device=$1
910     shift
911     eval export ${facet}_dev=${device}
912     eval export ${facet}_opt=\"$@\"
913
914     local varname=${facet}failover_dev
915     if [ -n "${!varname}" ] ; then
916         eval export ${facet}failover_dev=${!varname}
917     else
918         eval export ${facet}failover_dev=$device
919     fi
920
921     local mntpt=$(facet_mntpt $facet)
922     do_facet ${facet} mkdir -p $mntpt
923     eval export ${facet}_MOUNT=$mntpt
924     mount_facet ${facet}
925     RC=$?
926     return $RC
927 }
928
929 #
930 # When a ZFS OSD is made read-only by replay_barrier(), its pool is "freezed".
931 # Because stopping corresponding target may not clear this in-memory state, we
932 # need to zap the pool from memory by exporting and reimporting the pool.
933 #
934 # Although the uberblocks are not updated when a pool is freezed, transactions
935 # are still written to the disks.  Modified blocks may be cached in memory when
936 # tests try reading them back.  The export-and-reimport process also evicts any
937 # cached pool data from memory to provide the correct "data loss" semantics.
938 #
939 refresh_disk() {
940         local facet=$1
941         local fstype=$(facet_fstype $facet)
942         local _dev
943         local dev
944         local poolname
945
946         if [ "${fstype}" == "zfs" ]; then
947                 _dev=$(facet_active $facet)_dev
948                 dev=${!_dev} # expand _dev to its value, e.g. ${mds1_dev}
949                 poolname="${dev%%/*}" # poolname is string before "/"
950
951                 if [ "${poolname}" == "" ]; then
952                         echo "invalid dataset name: $dev"
953                         return
954                 fi
955                 do_facet $facet "cp /etc/zfs/zpool.cache /tmp/zpool.cache.back"
956                 do_facet $facet "$ZPOOL export ${poolname}"
957                 do_facet $facet "$ZPOOL import -f -c /tmp/zpool.cache.back \
958                                  ${poolname}"
959         fi
960 }
961
962 stop() {
963     local running
964     local facet=$1
965     shift
966     local HOST=`facet_active_host $facet`
967     [ -z $HOST ] && echo stop: no host for $facet && return 0
968
969     local mntpt=$(facet_mntpt $facet)
970     running=$(do_facet ${facet} "grep -c $mntpt' ' /proc/mounts") || true
971     if [ ${running} -ne 0 ]; then
972         echo "Stopping $mntpt (opts:$@) on $HOST"
973         do_facet ${facet} umount -d $@ $mntpt
974     fi
975
976     # umount should block, but we should wait for unrelated obd's
977     # like the MGS or MGC to also stop.
978     wait_exit_ST ${facet}
979 }
980
981 # save quota version (both administrative and operational quotas)
982 # add an additional parameter if mountpoint is ever different from $MOUNT
983 #
984 # XXX This function is kept for interoperability with old server (< 2.3.50),
985 #     it should be removed whenever we drop the interoperability for such
986 #     server.
987 quota_save_version() {
988     local fsname=${2:-$FSNAME}
989     local spec=$1
990     local ver=$(tr -c -d "123" <<< $spec)
991     local type=$(tr -c -d "ug" <<< $spec)
992
993     [ -n "$ver" -a "$ver" != "3" ] && error "wrong quota version specifier"
994
995     [ -n "$type" ] && { $LFS quotacheck -$type $MOUNT || error "quotacheck has failed"; }
996
997     do_facet mgs "lctl conf_param ${fsname}-MDT*.mdd.quota_type=$spec"
998     local varsvc
999     local osts=$(get_facets OST)
1000     for ost in ${osts//,/ }; do
1001         varsvc=${ost}_svc
1002         do_facet mgs "lctl conf_param ${!varsvc}.ost.quota_type=$spec"
1003     done
1004 }
1005
1006 # client could mount several lustre
1007 #
1008 # XXX This function is kept for interoperability with old server (< 2.3.50),
1009 #     it should be removed whenever we drop the interoperability for such
1010 #     server.
1011 quota_type () {
1012     local fsname=${1:-$FSNAME}
1013     local rc=0
1014     do_facet mgs lctl get_param mdd.${fsname}-MDT*.quota_type || rc=$?
1015     do_nodes $(comma_list $(osts_nodes)) \
1016         lctl get_param obdfilter.${fsname}-OST*.quota_type || rc=$?
1017     return $rc 
1018 }
1019
1020 # XXX This function is kept for interoperability with old server (< 2.3.50),
1021 #     it should be removed whenever we drop the interoperability for such
1022 #     server.
1023 restore_quota_old() {
1024         local mntpt=${1:-$MOUNT}
1025         local quota_type=$(quota_type $FSNAME | grep MDT | cut -d "=" -f2)
1026         if [ ! "$old_QUOTA_TYPE" ] ||
1027                 [ "$quota_type" = "$old_QUOTA_TYPE" ]; then
1028                 return
1029         fi
1030         quota_save_version $old_QUOTA_TYPE
1031 }
1032
1033 # XXX This function is kept for interoperability with old server (< 2.3.50),
1034 #     it should be removed whenever we drop the interoperability for such
1035 #     server.
1036 setup_quota_old(){
1037         local mntpt=$1
1038
1039         # no quota enforcement for now and accounting works out of the box
1040         return
1041
1042     # We need save the original quota_type params, and restore them after testing
1043
1044     # Suppose that quota type the same on mds and ost
1045     local quota_type=$(quota_type | grep MDT | cut -d "=" -f2)
1046     [ ${PIPESTATUS[0]} -eq 0 ] || error "quota_type failed!"
1047     echo "[HOST:$HOSTNAME] [old_quota_type:$quota_type] [new_quota_type:$QUOTA_TYPE]"
1048     if [ "$quota_type" != "$QUOTA_TYPE" ]; then
1049         export old_QUOTA_TYPE=$quota_type
1050         quota_save_version $QUOTA_TYPE
1051     else
1052         qtype=$(tr -c -d "ug" <<< $QUOTA_TYPE)
1053         $LFS quotacheck -$qtype $mntpt || error "quotacheck has failed for $type"
1054     fi
1055
1056     local quota_usrs=$QUOTA_USERS
1057
1058     # get_filesystem_size
1059     local disksz=$(lfs df $mntpt | grep "filesystem summary:"  | awk '{print $3}')
1060     local blk_soft=$((disksz + 1024))
1061     local blk_hard=$((blk_soft + blk_soft / 20)) # Go 5% over
1062
1063     local Inodes=$(lfs df -i $mntpt | grep "filesystem summary:"  | awk '{print $3}')
1064     local i_soft=$Inodes
1065     local i_hard=$((i_soft + i_soft / 20))
1066
1067     echo "Total disk size: $disksz  block-softlimit: $blk_soft block-hardlimit:
1068         $blk_hard inode-softlimit: $i_soft inode-hardlimit: $i_hard"
1069
1070     local cmd
1071     for usr in $quota_usrs; do
1072         echo "Setting up quota on $HOSTNAME:$mntpt for $usr..."
1073         for type in u g; do
1074             cmd="$LFS setquota -$type $usr -b $blk_soft -B $blk_hard -i $i_soft -I $i_hard $mntpt"
1075             echo "+ $cmd"
1076             eval $cmd || error "$cmd FAILED!"
1077         done
1078         # display the quota status
1079         echo "Quota settings for $usr : "
1080         $LFS quota -v -u $usr $mntpt || true
1081     done
1082 }
1083
1084 # get mdt quota type
1085 mdt_quota_type() {
1086         local varsvc=${SINGLEMDS}_svc
1087         do_facet $SINGLEMDS $LCTL get_param -n \
1088                 osd-$FSTYPE.${!varsvc}.quota_slave.enabled
1089 }
1090
1091 # get ost quota type
1092 ost_quota_type() {
1093         # All OSTs should have same quota type
1094         local varsvc=ost1_svc
1095         do_facet ost1 $LCTL get_param -n \
1096                 osd-$FSTYPE.${!varsvc}.quota_slave.enabled
1097 }
1098
1099 # restore old quota type settings
1100 restore_quota() {
1101         if [ $(lustre_version_code $SINGLEMDS) -lt $(version_code 2.3.50) ]; then
1102                 restore_quota_old
1103                 return
1104         fi
1105
1106         if [ "$old_MDT_QUOTA_TYPE" ]; then
1107                 do_facet mgs $LCTL conf_param \
1108                         $FSNAME.quota.mdt=$old_MDT_QUOTA_TYPE
1109         fi
1110         if [ "$old_OST_QUOTA_TYPE" ]; then
1111                 do_facet mgs $LCTL conf_param \
1112                         $FSNAME.quota.ost=$old_OST_QUOTA_TYPE
1113         fi
1114 }
1115
1116 setup_quota(){
1117         if [ $(lustre_version_code $SINGLEMDS) -lt $(version_code 2.3.50) ]; then
1118                 setup_quota_old $1
1119                 return
1120         fi
1121
1122         # XXX remove it once all quota code landed
1123         echo "skip quota setup"
1124         return
1125
1126         local mntpt=$1
1127
1128         # save old quota type & set new quota type
1129         local mdt_qtype=$(mdt_quota_type)
1130         local ost_qtype=$(ost_quota_type)
1131
1132         echo "[HOST:$HOSTNAME] [old_mdt_qtype:$mdt_qtype]" \
1133                 "[old_ost_qtype:$ost_qtype] [new_qtype:$QUOTA_TYPE]"
1134
1135         export old_MDT_QUOTA_TYPE=$mdt_qtype
1136         export old_OST_QUOTA_TYPE=$ost_qtype
1137
1138         do_facet mgs $LCTL conf_param $FSNAME.quota.mdt=$QUOTA_TYPE ||
1139                 error "set mdt quota type failed"
1140         do_facet mgs $LCTL conf_param $FSNAME.quota.ost=$QUOTA_TYPE ||
1141                 error "set ost quota type failed"
1142
1143         local quota_usrs=$QUOTA_USERS
1144
1145         # get_filesystem_size
1146         local disksz=$(lfs df $mntpt | grep "filesystem summary:" |
1147                      awk '{print $3}')
1148         local blk_soft=$((disksz + 1024))
1149         local blk_hard=$((blk_soft + blk_soft / 20)) # Go 5% over
1150
1151         local inodes=$(lfs df -i $mntpt | grep "filesystem summary:" |
1152                      awk '{print $3}')
1153         local i_soft=$inodes
1154         local i_hard=$((i_soft + i_soft / 20))
1155
1156         echo "Total disk size: $disksz  block-softlimit: $blk_soft" \
1157                 "block-hardlimit: $blk_hard inode-softlimit: $i_soft" \
1158                 "inode-hardlimit: $i_hard"
1159
1160         local cmd
1161         for usr in $quota_usrs; do
1162                 echo "Setting up quota on $HOSTNAME:$mntpt for $usr..."
1163                 for type in u g; do
1164                         cmd="$LFS setquota -$type $usr -b $blk_soft"
1165                         cmd="$cmd -B $blk_hard -i $i_soft -I $i_hard $mntpt"
1166                         echo "+ $cmd"
1167                         eval $cmd || error "$cmd FAILED!"
1168                 done
1169                 # display the quota status
1170                 echo "Quota settings for $usr : "
1171                 $LFS quota -v -u $usr $mntpt || true
1172         done
1173 }
1174
1175 zconf_mount() {
1176     local client=$1
1177     local mnt=$2
1178     local OPTIONS=${3:-$MOUNTOPT}
1179
1180     local device=$MGSNID:/$FSNAME
1181     if [ -z "$mnt" -o -z "$FSNAME" ]; then
1182         echo Bad zconf mount command: opt=$OPTIONS dev=$device mnt=$mnt
1183         exit 1
1184     fi
1185
1186     echo "Starting client: $client: $OPTIONS $device $mnt"
1187     do_node $client mkdir -p $mnt
1188     do_node $client mount -t lustre $OPTIONS $device $mnt || return 1
1189
1190     set_default_debug_nodes $client
1191
1192     return 0
1193 }
1194
1195 zconf_umount() {
1196     local client=$1
1197     local mnt=$2
1198     local force
1199     local busy 
1200     local need_kill
1201
1202     [ "$3" ] && force=-f
1203     local running=$(do_node $client "grep -c $mnt' ' /proc/mounts") || true
1204     if [ $running -ne 0 ]; then
1205         echo "Stopping client $client $mnt (opts:$force)"
1206         do_node $client lsof -t $mnt || need_kill=no
1207         if [ "x$force" != "x" -a "x$need_kill" != "xno" ]; then
1208             pids=$(do_node $client lsof -t $mnt | sort -u);
1209             if [ -n $pids ]; then
1210                 do_node $client kill -9 $pids || true
1211             fi
1212         fi
1213
1214         busy=$(do_node $client "umount $force $mnt 2>&1" | grep -c "busy") || true
1215         if [ $busy -ne 0 ] ; then
1216             echo "$mnt is still busy, wait one second" && sleep 1
1217             do_node $client umount $force $mnt
1218         fi
1219     fi
1220 }
1221
1222 # nodes is comma list
1223 sanity_mount_check_nodes () {
1224     local nodes=$1
1225     shift
1226     local mnts="$@"
1227     local mnt
1228
1229     # FIXME: assume that all cluster nodes run the same os
1230     [ "$(uname)" = Linux ] || return 0
1231
1232     local rc=0
1233     for mnt in $mnts ; do
1234         do_nodes $nodes "running=\\\$(grep -c $mnt' ' /proc/mounts);
1235 mpts=\\\$(mount | grep -c $mnt' ');
1236 if [ \\\$running -ne \\\$mpts ]; then
1237     echo \\\$(hostname) env are INSANE!;
1238     exit 1;
1239 fi"
1240     [ $? -eq 0 ] || rc=1 
1241     done
1242     return $rc
1243 }
1244
1245 sanity_mount_check_servers () {
1246     [ "$CLIENTONLY" ] && 
1247         { echo "CLIENTONLY mode, skip mount_check_servers"; return 0; } || true
1248     echo Checking servers environments
1249
1250     # FIXME: modify get_facets to display all facets wo params
1251     local facets="$(get_facets OST),$(get_facets MDS),mgs"
1252     local node
1253     local mntpt
1254     local facet
1255     for facet in ${facets//,/ }; do
1256         node=$(facet_host ${facet})
1257         mntpt=$(facet_mntpt $facet)
1258         sanity_mount_check_nodes $node $mntpt ||
1259             { error "server $node environments are insane!"; return 1; }
1260     done
1261 }
1262
1263 sanity_mount_check_clients () {
1264     local clients=${1:-$CLIENTS}
1265     local mntpt=${2:-$MOUNT}
1266     local mntpt2=${3:-$MOUNT2}
1267
1268     [ -z $clients ] && clients=$(hostname)
1269     echo Checking clients $clients environments
1270
1271     sanity_mount_check_nodes $clients $mntpt $mntpt2 ||
1272        error "clients environments are insane!"
1273 }
1274
1275 sanity_mount_check () {
1276     sanity_mount_check_servers || return 1
1277     sanity_mount_check_clients || return 2
1278 }
1279
1280 # mount clients if not mouted
1281 zconf_mount_clients() {
1282     local clients=$1
1283     local mnt=$2
1284     local OPTIONS=${3:-$MOUNTOPT}
1285
1286     local device=$MGSNID:/$FSNAME
1287     if [ -z "$mnt" -o -z "$FSNAME" ]; then
1288         echo Bad zconf mount command: opt=$OPTIONS dev=$device mnt=$mnt
1289         exit 1
1290     fi
1291
1292     echo "Starting client $clients: $OPTIONS $device $mnt"
1293
1294     do_nodes $clients "
1295 running=\\\$(mount | grep -c $mnt' ');
1296 rc=0;
1297 if [ \\\$running -eq 0 ] ; then
1298     mkdir -p $mnt;
1299     mount -t lustre $OPTIONS $device $mnt;
1300     rc=\\\$?;
1301 fi;
1302 exit \\\$rc" || return ${PIPESTATUS[0]}
1303
1304     echo "Started clients $clients: "
1305     do_nodes $clients "mount | grep $mnt' '"
1306
1307     set_default_debug_nodes $clients
1308
1309     return 0
1310 }
1311
1312 zconf_umount_clients() {
1313     local clients=$1
1314     local mnt=$2
1315     local force
1316
1317     [ "$3" ] && force=-f
1318
1319     echo "Stopping clients: $clients $mnt (opts:$force)"
1320     do_nodes $clients "running=\\\$(grep -c $mnt' ' /proc/mounts);
1321 if [ \\\$running -ne 0 ] ; then
1322 echo Stopping client \\\$(hostname) $mnt opts:$force;
1323 lsof $mnt || need_kill=no;
1324 if [ "x$force" != "x" -a "x\\\$need_kill" != "xno" ]; then
1325     pids=\\\$(lsof -t $mnt | sort -u);
1326     if [ -n \\\"\\\$pids\\\" ]; then
1327              kill -9 \\\$pids;
1328     fi
1329 fi;
1330 while umount $force $mnt 2>&1 | grep -q "busy"; do
1331     echo "$mnt is still busy, wait one second" && sleep 1;
1332 done;
1333 fi"
1334 }
1335
1336 shutdown_node () {
1337     local node=$1
1338     echo + $POWER_DOWN $node
1339     $POWER_DOWN $node
1340 }
1341
1342 shutdown_node_hard () {
1343     local host=$1
1344     local attempts=$SHUTDOWN_ATTEMPTS
1345
1346     for i in $(seq $attempts) ; do
1347         shutdown_node $host
1348         sleep 1
1349         wait_for_function --quiet "! ping -w 3 -c 1 $host" 5 1 && return 0
1350         echo "waiting for $host to fail attempts=$attempts"
1351         [ $i -lt $attempts ] || \
1352             { echo "$host still pingable after power down! attempts=$attempts" && return 1; } 
1353     done
1354 }
1355
1356 shutdown_client() {
1357     local client=$1
1358     local mnt=${2:-$MOUNT}
1359     local attempts=3
1360
1361     if [ "$FAILURE_MODE" = HARD ]; then
1362         shutdown_node_hard $client
1363     else
1364        zconf_umount_clients $client $mnt -f
1365     fi
1366 }
1367
1368 facets_on_host () {
1369     local host=$1
1370     local facets="$(get_facets OST),$(get_facets MDS)"
1371     local affected
1372
1373     combined_mgs_mds || facets="$facets,mgs"
1374
1375     for facet in ${facets//,/ }; do
1376         if [ $(facet_active_host $facet) == $host ]; then
1377            affected="$affected $facet"
1378         fi
1379     done
1380
1381     echo $(comma_list $affected)
1382 }
1383
1384 facet_up() {
1385         local facet=$1
1386         local host=${2:-$(facet_host $facet)}
1387
1388         local label=$(convert_facet2label $facet)
1389         do_node $host $LCTL dl | awk '{print $4}' | grep -q -x $label
1390 }
1391
1392 facets_up_on_host () {
1393     local host=$1
1394     local facets=$(facets_on_host $host)
1395     local affected_up
1396
1397     for facet in ${facets//,/ }; do
1398         if $(facet_up $facet $host); then
1399             affected_up="$affected_up $facet"
1400         fi
1401     done
1402
1403     echo $(comma_list $affected_up)
1404 }
1405
1406 shutdown_facet() {
1407     local facet=$1
1408
1409     if [ "$FAILURE_MODE" = HARD ]; then
1410         shutdown_node_hard $(facet_active_host $facet)
1411     else
1412         stop $facet
1413     fi
1414 }
1415
1416 reboot_node() {
1417     local node=$1
1418     echo + $POWER_UP $node
1419     $POWER_UP $node
1420 }
1421
1422 remount_facet() {
1423     local facet=$1
1424
1425     stop $facet
1426     mount_facet $facet
1427 }
1428
1429 reboot_facet() {
1430         local facet=$1
1431         if [ "$FAILURE_MODE" = HARD ]; then
1432                 reboot_node $(facet_active_host $facet)
1433         else
1434                 refresh_disk ${facet}
1435                 sleep 10
1436         fi
1437 }
1438
1439 boot_node() {
1440     local node=$1
1441     if [ "$FAILURE_MODE" = HARD ]; then
1442        reboot_node $node
1443        wait_for_host $node
1444     fi
1445 }
1446
1447 facets_hosts () {
1448     local facets=$1
1449     local hosts
1450
1451     for facet in ${facets//,/ }; do
1452         hosts=$(expand_list $hosts $(facet_host $facet) )
1453     done
1454
1455     echo $hosts
1456 }
1457
1458 _check_progs_installed () {
1459     local progs=$@
1460     local rc=0
1461
1462     for prog in $progs; do
1463         if ! [ "$(which $prog)"  -o  "${!prog}" ]; then
1464            echo $prog missing on $(hostname)
1465            rc=1
1466         fi
1467     done
1468     return $rc
1469 }
1470
1471 check_progs_installed () {
1472     local nodes=$1
1473     shift
1474
1475     do_rpc_nodes $nodes _check_progs_installed $@
1476 }
1477
1478 # recovery-scale functions
1479 node_var_name() {
1480     echo __$(echo $1 | tr '-' '_' | tr '.' '_')
1481 }
1482
1483 start_client_load() {
1484     local client=$1
1485     local load=$2
1486     local var=$(node_var_name $client)_load
1487     eval export ${var}=$load
1488
1489     do_node $client "PATH=$PATH MOUNT=$MOUNT ERRORS_OK=$ERRORS_OK \
1490 BREAK_ON_ERROR=$BREAK_ON_ERROR \
1491 END_RUN_FILE=$END_RUN_FILE \
1492 LOAD_PID_FILE=$LOAD_PID_FILE \
1493 TESTLOG_PREFIX=$TESTLOG_PREFIX \
1494 TESTNAME=$TESTNAME \
1495 DBENCH_LIB=$DBENCH_LIB \
1496 DBENCH_SRC=$DBENCH_SRC \
1497 run_${load}.sh" &
1498     local ppid=$!
1499     log "Started client load: ${load} on $client"
1500
1501     # get the children process IDs
1502     local pids=$(ps --ppid $ppid -o pid= | xargs)
1503     CLIENT_LOAD_PIDS="$CLIENT_LOAD_PIDS $ppid $pids"
1504     return 0
1505 }
1506
1507 start_client_loads () {
1508     local -a clients=(${1//,/ })
1509     local numloads=${#CLIENT_LOADS[@]}
1510     local testnum
1511
1512     for ((nodenum=0; nodenum < ${#clients[@]}; nodenum++ )); do
1513         testnum=$((nodenum % numloads))
1514         start_client_load ${clients[nodenum]} ${CLIENT_LOADS[testnum]}
1515     done
1516     # bug 22169: wait the background threads to start
1517     sleep 2
1518 }
1519
1520 # only for remote client
1521 check_client_load () {
1522     local client=$1
1523     local var=$(node_var_name $client)_load
1524     local TESTLOAD=run_${!var}.sh
1525
1526     ps auxww | grep -v grep | grep $client | grep -q "$TESTLOAD" || return 1
1527
1528     # bug 18914: try to connect several times not only when
1529     # check ps, but  while check_catastrophe also
1530     local tries=3
1531     local RC=254
1532     while [ $RC = 254 -a $tries -gt 0 ]; do
1533         let tries=$tries-1
1534         # assume success
1535         RC=0
1536         if ! check_catastrophe $client; then
1537             RC=${PIPESTATUS[0]}
1538             if [ $RC -eq 254 ]; then
1539                 # FIXME: not sure how long we shuold sleep here
1540                 sleep 10
1541                 continue
1542             fi
1543             echo "check catastrophe failed: RC=$RC "
1544             return $RC
1545         fi
1546     done
1547     # We can continue try to connect if RC=254
1548     # Just print the warning about this
1549     if [ $RC = 254 ]; then
1550         echo "got a return status of $RC from do_node while checking catastrophe on $client"
1551     fi
1552
1553     # see if the load is still on the client
1554     tries=3
1555     RC=254
1556     while [ $RC = 254 -a $tries -gt 0 ]; do
1557         let tries=$tries-1
1558         # assume success
1559         RC=0
1560         if ! do_node $client "ps auxwww | grep -v grep | grep -q $TESTLOAD"; then
1561             RC=${PIPESTATUS[0]}
1562             sleep 30
1563         fi
1564     done
1565     if [ $RC = 254 ]; then
1566         echo "got a return status of $RC from do_node while checking (catastrophe and 'ps') the client load on $client"
1567         # see if we can diagnose a bit why this is
1568     fi
1569
1570     return $RC
1571 }
1572 check_client_loads () {
1573    local clients=${1//,/ }
1574    local client=
1575    local rc=0
1576
1577    for client in $clients; do
1578       check_client_load $client
1579       rc=${PIPESTATUS[0]}
1580       if [ "$rc" != 0 ]; then
1581         log "Client load failed on node $client, rc=$rc"
1582         return $rc
1583       fi
1584    done
1585 }
1586
1587 restart_client_loads () {
1588     local clients=${1//,/ }
1589     local expectedfail=${2:-""}
1590     local client=
1591     local rc=0
1592
1593     for client in $clients; do
1594         check_client_load $client
1595         rc=${PIPESTATUS[0]}
1596         if [ "$rc" != 0 -a "$expectedfail" ]; then
1597             local var=$(node_var_name $client)_load
1598             start_client_load $client ${!var}
1599             echo "Restarted client load ${!var}: on $client. Checking ..."
1600             check_client_load $client
1601             rc=${PIPESTATUS[0]}
1602             if [ "$rc" != 0 ]; then
1603                 log "Client load failed to restart on node $client, rc=$rc"
1604                 # failure one client load means test fail
1605                 # we do not need to check other
1606                 return $rc
1607             fi
1608         else
1609             return $rc
1610         fi
1611     done
1612 }
1613
1614 # Start vmstat and save its process ID in a file.
1615 start_vmstat() {
1616     local nodes=$1
1617     local pid_file=$2
1618
1619     [ -z "$nodes" -o -z "$pid_file" ] && return 0
1620
1621     do_nodes $nodes \
1622         "vmstat 1 > $TESTLOG_PREFIX.$TESTNAME.vmstat.\\\$(hostname -s).log \
1623         2>/dev/null </dev/null & echo \\\$! > $pid_file"
1624 }
1625
1626 # Display the nodes on which client loads failed.
1627 print_end_run_file() {
1628     local file=$1
1629     local node
1630
1631     [ -s $file ] || return 0
1632
1633     echo "Found the END_RUN_FILE file: $file"
1634     cat $file
1635
1636     # A client load will stop if it finds the END_RUN_FILE file.
1637     # That does not mean the client load actually failed though.
1638     # The first node in END_RUN_FILE is the one we are interested in.
1639     read node < $file
1640
1641     if [ -n "$node" ]; then
1642         local var=$(node_var_name $node)_load
1643
1644         local prefix=$TESTLOG_PREFIX
1645         [ -n "$TESTNAME" ] && prefix=$prefix.$TESTNAME
1646         local stdout_log=$prefix.run_${!var}_stdout.$node.log
1647         local debug_log=$(echo $stdout_log | sed 's/\(.*\)stdout/\1debug/')
1648
1649         echo "Client load ${!var} failed on node $node:"
1650         echo "$stdout_log"
1651         echo "$debug_log"
1652     fi
1653 }
1654
1655 # Stop the process which had its PID saved in a file.
1656 stop_process() {
1657     local nodes=$1
1658     local pid_file=$2
1659
1660     [ -z "$nodes" -o -z "$pid_file" ] && return 0
1661
1662     do_nodes $nodes "test -f $pid_file &&
1663         { kill -s TERM \\\$(cat $pid_file); rm -f $pid_file; }" || true
1664 }
1665
1666 # Stop all client loads.
1667 stop_client_loads() {
1668     local nodes=${1:-$CLIENTS}
1669     local pid_file=$2
1670
1671     # stop the client loads
1672     stop_process $nodes $pid_file
1673
1674     # clean up the processes that started them
1675     [ -n "$CLIENT_LOAD_PIDS" ] && kill -9 $CLIENT_LOAD_PIDS 2>/dev/null || true
1676 }
1677 # End recovery-scale functions
1678
1679 # verify that lustre actually cleaned up properly
1680 cleanup_check() {
1681     [ -f $CATASTROPHE ] && [ `cat $CATASTROPHE` -ne 0 ] && \
1682         error "LBUG/LASSERT detected"
1683     BUSY=`dmesg | grep -i destruct || true`
1684     if [ "$BUSY" ]; then
1685         echo "$BUSY" 1>&2
1686         [ -e $TMP/debug ] && mv $TMP/debug $TMP/debug-busy.`date +%s`
1687         exit 205
1688     fi
1689
1690     check_mem_leak || exit 204
1691
1692     [ "`lctl dl 2> /dev/null | wc -l`" -gt 0 ] && lctl dl && \
1693         echo "$0: lustre didn't clean up..." 1>&2 && return 202 || true
1694
1695     if module_loaded lnet || module_loaded libcfs; then
1696         echo "$0: modules still loaded..." 1>&2
1697         /sbin/lsmod 1>&2
1698         return 203
1699     fi
1700     return 0
1701 }
1702
1703 wait_update () {
1704     local node=$1
1705     local TEST=$2
1706     local FINAL=$3
1707     local MAX=${4:-90}
1708
1709         local RESULT
1710         local WAIT=0
1711         local sleep=1
1712         local print=10
1713         while [ true ]; do
1714             RESULT=$(do_node $node "$TEST")
1715             if [ "$RESULT" == "$FINAL" ]; then
1716                 [ -z "$RESULT" -o $WAIT -le $sleep ] ||
1717                     echo "Updated after ${WAIT}s: wanted '$FINAL' got '$RESULT'"
1718                 return 0
1719             fi
1720             [ $WAIT -ge $MAX ] && break
1721             [ $((WAIT % print)) -eq 0 ] &&
1722                 echo "Waiting $((MAX - WAIT)) secs for update"
1723             WAIT=$((WAIT + sleep))
1724             sleep $sleep
1725         done
1726         echo "Update not seen after ${MAX}s: wanted '$FINAL' got '$RESULT'"
1727         return 3
1728 }
1729
1730 wait_update_facet() {
1731         local facet=$1
1732         shift
1733         wait_update $(facet_active_host $facet) "$@"
1734 }
1735
1736 sync_all_data() {
1737         do_node $(osts_nodes) "lctl set_param -n osd*.*OS*.force_sync 1" 2>&1 |
1738                 grep -v 'Found no match'
1739 }
1740
1741 wait_delete_completed () {
1742     local TOTALPREV=`lctl get_param -n osc.*.kbytesavail | \
1743                      awk 'BEGIN{total=0}; {total+=$1}; END{print total}'`
1744
1745     local WAIT=0
1746     local MAX_WAIT=20
1747     while [ "$WAIT" -ne "$MAX_WAIT" ]; do
1748         sleep 1
1749         TOTAL=`lctl get_param -n osc.*.kbytesavail | \
1750                awk 'BEGIN{total=0}; {total+=$1}; END{print total}'`
1751         [ "$TOTAL" -eq "$TOTALPREV" ] && return 0
1752         echo "Waiting delete completed ... prev: $TOTALPREV current: $TOTAL "
1753         TOTALPREV=$TOTAL
1754         WAIT=$(( WAIT + 1))
1755     done
1756     echo "Delete is not completed in $MAX_WAIT sec"
1757     return 1
1758 }
1759
1760 wait_for_host() {
1761     local hostlist=$1
1762
1763     # we can use "for" here because we are waiting the slowest
1764     for host in ${hostlist//,/ }; do
1765         check_network "$host" 900
1766     done
1767     while ! do_nodes $hostlist hostname  > /dev/null; do sleep 5; done
1768 }
1769
1770 wait_for_facet() {
1771     local facetlist=$1
1772     local hostlist
1773
1774     for facet in ${facetlist//,/ }; do
1775         hostlist=$(expand_list $hostlist $(facet_active_host $facet))
1776     done
1777     wait_for_host $hostlist
1778 }
1779
1780 _wait_recovery_complete () {
1781     local param=$1
1782
1783     # Use default policy if $2 is not passed by caller.
1784     local MAX=${2:-$(max_recovery_time)}
1785
1786     local WAIT=0
1787     local STATUS=
1788
1789     while [ $WAIT -lt $MAX ]; do
1790         STATUS=$(lctl get_param -n $param | grep status)
1791         echo $param $STATUS
1792         [[ $STATUS = "status: COMPLETE" || $STATUS = "status: INACTIVE" ]] && return 0
1793         sleep 5
1794         WAIT=$((WAIT + 5))
1795         echo "Waiting $((MAX - WAIT)) secs for $param recovery done. $STATUS"
1796     done
1797     echo "$param recovery not done in $MAX sec. $STATUS"
1798     return 1
1799 }
1800
1801 wait_recovery_complete () {
1802     local facet=$1
1803
1804     # with an assumption that at_max is the same on all nodes
1805     local MAX=${2:-$(max_recovery_time)}
1806
1807     local facets=$facet
1808     if [ "$FAILURE_MODE" = HARD ]; then
1809         facets=$(facets_on_host $(facet_active_host $facet))
1810     fi
1811     echo affected facets: $facets
1812
1813     # we can use "for" here because we are waiting the slowest
1814     for facet in ${facets//,/ }; do
1815         local var_svc=${facet}_svc
1816         local param="*.${!var_svc}.recovery_status"
1817
1818         local host=$(facet_active_host $facet)
1819         do_rpc_nodes $host _wait_recovery_complete $param $MAX
1820     done
1821 }
1822
1823 wait_mds_ost_sync () {
1824     # just because recovery is done doesn't mean we've finished
1825     # orphan cleanup. Wait for llogs to get synchronized.
1826     echo "Waiting for orphan cleanup..."
1827     # MAX value includes time needed for MDS-OST reconnection
1828     local MAX=$(( TIMEOUT * 2 ))
1829     local WAIT=0
1830     while [ $WAIT -lt $MAX ]; do
1831         local -a sync=($(do_nodes $(comma_list $(osts_nodes)) \
1832             "$LCTL get_param -n obdfilter.*.mds_sync"))
1833         local con=1
1834         local i
1835         for ((i=0; i<${#sync[@]}; i++)); do
1836             [ ${sync[$i]} -eq 0 ] && continue
1837             # there is a not finished MDS-OST synchronization
1838             con=0
1839             break;
1840         done
1841         sleep 2 # increase waiting time and cover statfs cache
1842         [ ${con} -eq 1 ] && return 0
1843         echo "Waiting $WAIT secs for $facet mds-ost sync done."
1844         WAIT=$((WAIT + 2))
1845     done
1846     echo "$facet recovery not done in $MAX sec. $STATUS"
1847     return 1
1848 }
1849
1850 wait_destroy_complete () {
1851     echo "Waiting for destroy to be done..."
1852     # MAX value shouldn't be big as this mean server responsiveness
1853     # never increase this just to make test pass but investigate
1854     # why it takes so long time
1855     local MAX=5
1856     local WAIT=0
1857     while [ $WAIT -lt $MAX ]; do
1858         local -a RPCs=($($LCTL get_param -n osc.*.destroys_in_flight))
1859         local con=1
1860         for ((i=0; i<${#RPCs[@]}; i++)); do
1861             [ ${RPCs[$i]} -eq 0 ] && continue
1862             # there are still some destroy RPCs in flight
1863             con=0
1864             break;
1865         done
1866         sleep 1
1867         [ ${con} -eq 1 ] && return 0 # done waiting
1868         echo "Waiting $WAIT secs for destroys to be done."
1869         WAIT=$((WAIT + 1))
1870     done
1871     echo "Destroys weren't done in $MAX sec."
1872     return 1
1873 }
1874
1875 wait_exit_ST () {
1876     local facet=$1
1877
1878     local WAIT=0
1879     local INTERVAL=1
1880     local running
1881     # conf-sanity 31 takes a long time cleanup
1882     while [ $WAIT -lt 300 ]; do
1883         running=$(do_facet ${facet} "lsmod | grep lnet > /dev/null && lctl dl | grep ' ST '") || true
1884         [ -z "${running}" ] && return 0
1885         echo "waited $WAIT for${running}"
1886         [ $INTERVAL -lt 64 ] && INTERVAL=$((INTERVAL + INTERVAL))
1887         sleep $INTERVAL
1888         WAIT=$((WAIT + INTERVAL))
1889     done
1890     echo "service didn't stop after $WAIT seconds.  Still running:"
1891     echo ${running}
1892     return 1
1893 }
1894
1895 wait_remote_prog () {
1896    local prog=$1
1897    local WAIT=0
1898    local INTERVAL=5
1899    local rc=0
1900
1901    [ "$PDSH" = "no_dsh" ] && return 0
1902
1903    while [ $WAIT -lt $2 ]; do
1904         running=$(ps uax | grep "$PDSH.*$prog.*$MOUNT" | grep -v grep) || true
1905         [ -z "${running}" ] && return 0 || true
1906         echo "waited $WAIT for: "
1907         echo "$running"
1908         [ $INTERVAL -lt 60 ] && INTERVAL=$((INTERVAL + INTERVAL))
1909         sleep $INTERVAL
1910         WAIT=$((WAIT + INTERVAL))
1911     done
1912     local pids=$(ps  uax | grep "$PDSH.*$prog.*$MOUNT" | grep -v grep | awk '{print $2}')
1913     [ -z "$pids" ] && return 0
1914     echo "$PDSH processes still exists after $WAIT seconds.  Still running: $pids"
1915     # FIXME: not portable
1916     for pid in $pids; do
1917         cat /proc/${pid}/status || true
1918         cat /proc/${pid}/wchan || true
1919         echo "Killing $pid"
1920         kill -9 $pid || true
1921         sleep 1
1922         ps -P $pid && rc=1
1923     done
1924
1925     return $rc
1926 }
1927
1928 clients_up() {
1929     # not every config has many clients
1930     sleep 1
1931     if [ ! -z "$CLIENTS" ]; then
1932         $PDSH $CLIENTS "stat -f $MOUNT" > /dev/null
1933     else
1934         stat -f $MOUNT > /dev/null
1935     fi
1936 }
1937
1938 client_up() {
1939     local client=$1
1940     # usually checked on particular client or locally
1941     sleep 1
1942     if [ ! -z "$client" ]; then
1943         $PDSH $client "stat -f $MOUNT" > /dev/null
1944     else
1945         stat -f $MOUNT > /dev/null
1946     fi
1947 }
1948
1949 client_evicted() {
1950     ! client_up $1
1951 }
1952
1953 client_reconnect() {
1954     uname -n >> $MOUNT/recon
1955     if [ -z "$CLIENTS" ]; then
1956         df $MOUNT; uname -n >> $MOUNT/recon
1957     else
1958         do_nodes $CLIENTS "df $MOUNT; uname -n >> $MOUNT/recon" > /dev/null
1959     fi
1960     echo Connected clients:
1961     cat $MOUNT/recon
1962     ls -l $MOUNT/recon > /dev/null
1963     rm $MOUNT/recon
1964 }
1965
1966 affected_facets () {
1967     local facet=$1
1968
1969     local host=$(facet_active_host $facet)
1970     local affected=$facet
1971
1972     if [ "$FAILURE_MODE" = HARD ]; then
1973         affected=$(facets_up_on_host $host)
1974     fi
1975     echo $affected
1976 }
1977
1978 facet_failover() {
1979     local facet=$1
1980     local sleep_time=$2
1981     local host=$(facet_active_host $facet)
1982
1983     echo "Failing $facet on node $host"
1984
1985     local affected=$(affected_facets $facet)
1986
1987     shutdown_facet $facet
1988
1989     echo affected facets: $affected
1990
1991     [ -n "$sleep_time" ] && sleep $sleep_time
1992
1993     reboot_facet $facet
1994
1995     change_active $affected
1996
1997     wait_for_facet $affected
1998     # start mgs first if it is affected
1999     if ! combined_mgs_mds && list_member $affected mgs; then
2000         mount_facet mgs || error "Restart of mgs failed"
2001     fi
2002     # FIXME; has to be changed to mount all facets concurrently
2003     affected=$(exclude_items_from_list $affected mgs)
2004     mount_facets $affected
2005 }
2006
2007 obd_name() {
2008     local facet=$1
2009 }
2010
2011 replay_barrier() {
2012     local facet=$1
2013     do_facet $facet "sync; sync; sync"
2014     df $MOUNT
2015
2016     # make sure there will be no seq change
2017     local clients=${CLIENTS:-$HOSTNAME}
2018     do_nodes $clients "f=${MOUNT}/fsa-\\\$(hostname); mcreate \\\$f; rm \\\$f"
2019
2020     local svc=${facet}_svc
2021     do_facet $facet $LCTL --device %${!svc} notransno
2022     do_facet $facet $LCTL --device %${!svc} readonly
2023     do_facet $facet $LCTL mark "$facet REPLAY BARRIER on ${!svc}"
2024     $LCTL mark "local REPLAY BARRIER on ${!svc}"
2025 }
2026
2027 replay_barrier_nodf() {
2028     local facet=$1    echo running=${running}
2029     do_facet $facet "sync; sync; sync"
2030     local svc=${facet}_svc
2031     echo Replay barrier on ${!svc}
2032     do_facet $facet $LCTL --device %${!svc} notransno
2033     do_facet $facet $LCTL --device %${!svc} readonly
2034     do_facet $facet $LCTL mark "$facet REPLAY BARRIER on ${!svc}"
2035     $LCTL mark "local REPLAY BARRIER on ${!svc}"
2036 }
2037
2038 replay_barrier_nosync() {
2039     local facet=$1    echo running=${running}
2040     local svc=${facet}_svc
2041     echo Replay barrier on ${!svc}
2042     do_facet $facet $LCTL --device %${!svc} notransno
2043     do_facet $facet $LCTL --device %${!svc} readonly
2044     do_facet $facet $LCTL mark "$facet REPLAY BARRIER on ${!svc}"
2045     $LCTL mark "local REPLAY BARRIER on ${!svc}"
2046 }
2047
2048 mds_evict_client() {
2049     UUID=`lctl get_param -n mdc.${mds1_svc}-mdc-*.uuid`
2050     do_facet mds1 "lctl set_param -n mdt.${mds1_svc}.evict_client $UUID"
2051 }
2052
2053 ost_evict_client() {
2054     UUID=`lctl get_param -n devices| grep ${ost1_svc}-osc- | egrep -v 'MDT' | awk '{print $5}'`
2055     do_facet ost1 "lctl set_param -n obdfilter.${ost1_svc}.evict_client $UUID"
2056 }
2057
2058 fail() {
2059     facet_failover $* || error "failover: $?"
2060     clients_up || error "post-failover df: $?"
2061 }
2062
2063 fail_nodf() {
2064         local facet=$1
2065         facet_failover $facet
2066 }
2067
2068 fail_abort() {
2069         local facet=$1
2070         stop $facet
2071         refresh_disk ${facet}
2072         change_active $facet
2073         wait_for_facet $facet
2074         mount_facet $facet -o abort_recovery
2075         clients_up || echo "first df failed: $?"
2076         clients_up || error "post-failover df: $?"
2077 }
2078
2079 do_lmc() {
2080     echo There is no lmc.  This is mountconf, baby.
2081     exit 1
2082 }
2083
2084 host_nids_address() {
2085     local nodes=$1
2086     local kind=$2
2087
2088     if [ -n "$kind" ]; then
2089         nids=$(do_nodes $nodes "$LCTL list_nids | grep $kind | cut -f 1 -d '@'")
2090     else
2091         nids=$(do_nodes $nodes "$LCTL list_nids all | cut -f 1 -d '@'")
2092     fi
2093     echo $nids
2094 }
2095
2096 h2name_or_ip() {
2097     if [ "$1" = "client" -o "$1" = "'*'" ]; then echo \'*\'; else
2098         echo $1"@$2"
2099     fi
2100 }
2101
2102 h2ptl() {
2103    if [ "$1" = "client" -o "$1" = "'*'" ]; then echo \'*\'; else
2104        ID=`xtprocadmin -n $1 2>/dev/null | egrep -v 'NID' | awk '{print $1}'`
2105        if [ -z "$ID" ]; then
2106            echo "Could not get a ptl id for $1..."
2107            exit 1
2108        fi
2109        echo $ID"@ptl"
2110    fi
2111 }
2112 declare -fx h2ptl
2113
2114 h2tcp() {
2115     h2name_or_ip "$1" "tcp"
2116 }
2117 declare -fx h2tcp
2118
2119 h2elan() {
2120     if [ "$1" = "client" -o "$1" = "'*'" ]; then echo \'*\'; else
2121         if type __h2elan >/dev/null 2>&1; then
2122             ID=$(__h2elan $1)
2123         else
2124             ID=`echo $1 | sed 's/[^0-9]*//g'`
2125         fi
2126         echo $ID"@elan"
2127     fi
2128 }
2129 declare -fx h2elan
2130
2131 h2o2ib() {
2132     h2name_or_ip "$1" "o2ib"
2133 }
2134 declare -fx h2o2ib
2135
2136 # This enables variables in cfg/"setup".sh files to support the pdsh HOSTLIST
2137 # expressions format. As a bonus we can then just pass in those variables
2138 # to pdsh. What this function does is take a HOSTLIST type string and
2139 # expand it into a space deliminated list for us.
2140 hostlist_expand() {
2141     local hostlist=$1
2142     local offset=$2
2143     local myList
2144     local item
2145     local list
2146
2147     [ -z "$hostlist" ] && return
2148
2149     # Translate the case of [..],..,[..] to [..] .. [..]
2150     list="${hostlist/],/] }"
2151     front=${list%%[*}
2152     [[ "$front" == *,* ]] && {
2153         new="${list%,*} "
2154         old="${list%,*},"
2155         list=${list/${old}/${new}}
2156     }
2157
2158     for item in $list; do
2159         # Test if we have any []'s at all
2160         if [ "$item" != "${item/\[/}" ]; then {
2161             # Expand the [*] into list
2162             name=${item%%[*}
2163             back=${item#*]}
2164
2165             if [ "$name" != "$item" ]; then
2166                 group=${item#$name[*}
2167                 group=${group%%]*}
2168
2169                 for range in ${group//,/ }; do
2170                     begin=${range%-*}
2171                     end=${range#*-}
2172
2173                     # Number of leading zeros
2174                     padlen=${#begin}
2175                     padlen2=${#end}
2176                     end=$(echo $end | sed 's/0*//')
2177                     [[ -z "$end" ]] && end=0
2178                     [[ $padlen2 -gt $padlen ]] && {
2179                         [[ $padlen2 -eq ${#end} ]] && padlen2=0
2180                         padlen=$padlen2
2181                     }
2182                     begin=$(echo $begin | sed 's/0*//')
2183                     [ -z $begin ] && begin=0
2184
2185                     for num in $(seq -f "%0${padlen}g" $begin $end); do
2186                         value="${name#*,}${num}${back}"
2187                         [ "$value" != "${value/\[/}" ] && {
2188                             value=$(hostlist_expand "$value")
2189                         }
2190                         myList="$myList $value"
2191                     done
2192                 done
2193             fi
2194         } else {
2195             myList="$myList $item"
2196         } fi
2197     done
2198     myList=${myList//,/ }
2199     myList=${myList:1} # Remove first character which is a space
2200
2201     # Filter any duplicates without sorting
2202     list="$myList "
2203     myList="${list%% *}"
2204
2205     while [[ "$list" != ${myList##* } ]]; do
2206         list=${list//${list%% *} /}
2207         myList="$myList ${list%% *}"
2208     done
2209     myList="${myList%* }";
2210
2211     # We can select an object at a offset in the list
2212     [ $# -eq 2 ] && {
2213         cnt=0
2214         for item in $myList; do
2215             let cnt=cnt+1
2216             [ $cnt -eq $offset ] && {
2217                 myList=$item
2218             }
2219         done
2220         [ $(get_node_count $myList) -ne 1 ] && myList=""
2221     }
2222     echo $myList
2223 }
2224
2225 facet_host() {
2226     local facet=$1
2227
2228     [ "$facet" == client ] && echo -n $HOSTNAME && return
2229     varname=${facet}_HOST
2230     if [ -z "${!varname}" ]; then
2231         if [ "${facet:0:3}" == "ost" ]; then
2232             eval ${facet}_HOST=${ost_HOST}
2233         fi
2234     fi
2235     echo -n ${!varname}
2236 }
2237
2238 facet_failover_host() {
2239         local facet=$1
2240         local var
2241
2242         var=${facet}failover_HOST
2243         if [ -n "${!var}" ]; then
2244                 echo ${!var}
2245                 return
2246         fi
2247
2248         if [[ $facet == ost* ]]; then
2249                 var=ostfailover_HOST
2250                 if [ -n "${!var}" ]; then
2251                         echo ${!var}
2252                         return
2253                 fi
2254         fi
2255 }
2256
2257 facet_active() {
2258     local facet=$1
2259     local activevar=${facet}active
2260
2261     if [ -f $TMP/${facet}active ] ; then
2262         source $TMP/${facet}active
2263     fi
2264
2265     active=${!activevar}
2266     if [ -z "$active" ] ; then
2267         echo -n ${facet}
2268     else
2269         echo -n ${active}
2270     fi
2271 }
2272
2273 facet_active_host() {
2274     local facet=$1
2275     local active=`facet_active $facet`
2276     if [ "$facet" == client ]; then
2277         echo $HOSTNAME
2278     else
2279         echo `facet_host $active`
2280     fi
2281 }
2282
2283 change_active() {
2284     local facetlist=$1
2285     local facet
2286
2287     facetlist=$(exclude_items_from_list $facetlist mgs)
2288
2289     for facet in ${facetlist//,/ }; do
2290     local failover=${facet}failover
2291     local host=`facet_host $failover`
2292     [ -z "$host" ] && return
2293
2294     local curactive=`facet_active $facet`
2295     if [ -z "${curactive}" -o "$curactive" == "$failover" ] ; then
2296         eval export ${facet}active=$facet
2297     else
2298         eval export ${facet}active=$failover
2299     fi
2300     # save the active host for this facet
2301     local activevar=${facet}active
2302     echo "$activevar=${!activevar}" > $TMP/$activevar
2303     [[ $facet = mds1 ]] && combined_mgs_mds && \
2304         echo "mgsactive=${!activevar}" > $TMP/mgsactive
2305     local TO=`facet_active_host $facet`
2306     echo "Failover $facet to $TO"
2307     done
2308 }
2309
2310 do_node() {
2311     local verbose=false
2312     # do not stripe off hostname if verbose, bug 19215
2313     if [ x$1 = x--verbose ]; then
2314         shift
2315         verbose=true
2316     fi
2317
2318     local HOST=$1
2319     shift
2320     local myPDSH=$PDSH
2321     if [ "$HOST" = "$HOSTNAME" ]; then
2322         myPDSH="no_dsh"
2323     elif [ -z "$myPDSH" -o "$myPDSH" = "no_dsh" ]; then
2324         echo "cannot run remote command on $HOST with $myPDSH"
2325         return 128
2326     fi
2327     if $VERBOSE; then
2328         echo "CMD: $HOST $@" >&2
2329         $myPDSH $HOST "$LCTL mark \"$@\"" > /dev/null 2>&1 || :
2330     fi
2331
2332     if [ "$myPDSH" = "rsh" ]; then
2333 # we need this because rsh does not return exit code of an executed command
2334         local command_status="$TMP/cs"
2335         rsh $HOST ":> $command_status"
2336         rsh $HOST "(PATH=\$PATH:$RLUSTRE/utils:$RLUSTRE/tests:/sbin:/usr/sbin;
2337                     cd $RPWD; LUSTRE=\"$RLUSTRE\" sh -c \"$@\") ||
2338                     echo command failed >$command_status"
2339         [ -n "$($myPDSH $HOST cat $command_status)" ] && return 1 || true
2340         return 0
2341     fi
2342
2343     if $verbose ; then
2344         # print HOSTNAME for myPDSH="no_dsh"
2345         if [[ $myPDSH = no_dsh ]]; then
2346             $myPDSH $HOST "(PATH=\$PATH:$RLUSTRE/utils:$RLUSTRE/tests:/sbin:/usr/sbin; cd $RPWD; LUSTRE=\"$RLUSTRE\" sh -c \"$@\")" | sed -e "s/^/${HOSTNAME}: /"
2347         else
2348             $myPDSH $HOST "(PATH=\$PATH:$RLUSTRE/utils:$RLUSTRE/tests:/sbin:/usr/sbin; cd $RPWD; LUSTRE=\"$RLUSTRE\" sh -c \"$@\")"
2349         fi
2350     else
2351         $myPDSH $HOST "(PATH=\$PATH:$RLUSTRE/utils:$RLUSTRE/tests:/sbin:/usr/sbin; cd $RPWD; LUSTRE=\"$RLUSTRE\" sh -c \"$@\")" | sed "s/^${HOST}: //"
2352     fi
2353     return ${PIPESTATUS[0]}
2354 }
2355
2356 do_nodev() {
2357     do_node --verbose "$@"
2358 }
2359
2360 single_local_node () {
2361    [ "$1" = "$HOSTNAME" ]
2362 }
2363
2364 # Outputs environment variable assignments that should be passed to remote nodes
2365 get_env_vars() {
2366         local var
2367         local value
2368         local facets=$(get_facets)
2369         local facet
2370
2371         for var in ${!MODOPTS_*}; do
2372                 value=${!var}
2373                 echo -n " ${var}=\"$value\""
2374         done
2375
2376         echo -n " USE_OFD=$USE_OFD"
2377
2378         for facet in ${facets//,/ }; do
2379                 var=${facet}_FSTYPE
2380                 if [ -n "${!var}" ]; then
2381                         echo -n " $var=${!var}"
2382                 fi
2383         done
2384
2385         for var in MGSFSTYPE MDSFSTYPE OSTFSTYPE; do
2386                 if [ -n "${!var}" ]; then
2387                         echo -n " $var=${!var}"
2388                 fi
2389         done
2390
2391         if [ -n "$FSTYPE" ]; then
2392                 echo -n " FSTYPE=$FSTYPE"
2393         fi
2394 }
2395
2396 do_nodes() {
2397     local verbose=false
2398     # do not stripe off hostname if verbose, bug 19215
2399     if [ x$1 = x--verbose ]; then
2400         shift
2401         verbose=true
2402     fi
2403
2404     local rnodes=$1
2405     shift
2406
2407     if single_local_node $rnodes; then
2408         if $verbose; then
2409            do_nodev $rnodes "$@"
2410         else
2411            do_node $rnodes "$@"
2412         fi
2413         return $?
2414     fi
2415
2416     # This is part from do_node
2417     local myPDSH=$PDSH
2418
2419     [ -z "$myPDSH" -o "$myPDSH" = "no_dsh" -o "$myPDSH" = "rsh" ] && \
2420         echo "cannot run remote command on $rnodes with $myPDSH" && return 128
2421
2422     export FANOUT=$(get_node_count "${rnodes//,/ }")
2423     if $VERBOSE; then
2424         echo "CMD: $rnodes $@" >&2
2425         $myPDSH $rnodes "$LCTL mark \"$@\"" > /dev/null 2>&1 || :
2426     fi
2427
2428     # do not replace anything from pdsh output if -N is used
2429     # -N     Disable hostname: prefix on lines of output.
2430     if $verbose || [[ $myPDSH = *-N* ]]; then
2431         $myPDSH $rnodes "(PATH=\$PATH:$RLUSTRE/utils:$RLUSTRE/tests:/sbin:/usr/sbin; cd $RPWD; LUSTRE=\"$RLUSTRE\" $(get_env_vars) sh -c \"$@\")"
2432     else
2433         $myPDSH $rnodes "(PATH=\$PATH:$RLUSTRE/utils:$RLUSTRE/tests:/sbin:/usr/sbin; cd $RPWD; LUSTRE=\"$RLUSTRE\" $(get_env_vars) sh -c \"$@\")" | sed -re "s/^[^:]*: //g"
2434     fi
2435     return ${PIPESTATUS[0]}
2436 }
2437
2438 do_facet() {
2439     local facet=$1
2440     shift
2441     local HOST=`facet_active_host $facet`
2442     [ -z $HOST ] && echo No host defined for facet ${facet} && exit 1
2443     do_node $HOST "$@"
2444 }
2445
2446 # Function: do_facet_random_file $FACET $FILE $SIZE
2447 # Creates FILE with random content on the given FACET of given SIZE
2448
2449 do_facet_random_file() {
2450         local facet="$1"
2451         local fpath="$2"
2452         local fsize="$3"
2453         local cmd="dd if=/dev/urandom of='$fpath' bs=$fsize count=1"
2454         do_facet $facet "$cmd 2>/dev/null"
2455 }
2456
2457 do_facet_create_file() {
2458         local facet="$1"
2459         local fpath="$2"
2460         local fsize="$3"
2461         local cmd="dd if=/dev/zero of='$fpath' bs=$fsize count=1"
2462         do_facet $facet "$cmd 2>/dev/null"
2463 }
2464
2465 do_nodesv() {
2466     do_nodes --verbose "$@"
2467 }
2468
2469 add() {
2470     local facet=$1
2471     shift
2472     # make sure its not already running
2473     stop ${facet} -f
2474     rm -f $TMP/${facet}active
2475     [[ $facet = mds1 ]] && combined_mgs_mds && rm -f $TMP/mgsactive
2476     do_facet ${facet} $MKFS $*
2477 }
2478
2479 ostdevname() {
2480     num=$1
2481     DEVNAME=OSTDEV$num
2482
2483         local fstype=$(facet_fstype ost$num)
2484
2485         case $fstype in
2486                 ldiskfs )
2487                         #if $OSTDEVn isn't defined, default is $OSTDEVBASE + num
2488                         eval DEVPTR=${!DEVNAME:=${OSTDEVBASE}${num}};;
2489                 zfs )
2490                         #dataset name is independent of vdev device names
2491                         eval DEVPTR=${FSNAME}-ost${num}/ost${num};;
2492                 * )
2493                         error "unknown fstype!";;
2494         esac
2495
2496     echo -n $DEVPTR
2497 }
2498
2499 ostvdevname() {
2500         num=$1
2501         DEVNAME=OSTDEV$num
2502
2503         local fstype=$(facet_fstype ost$num)
2504
2505         case $fstype in
2506                 ldiskfs )
2507                         # vdevs are not supported by ldiskfs
2508                         eval VDEVPTR="";;
2509                 zfs )
2510                         #if $OSTDEVn isn't defined, default is $OSTDEVBASE + num
2511                         eval VDEVPTR=${!DEVNAME:=${OSTDEVBASE}${num}};;
2512                 * )
2513                         error "unknown fstype!";;
2514         esac
2515
2516         echo -n $VDEVPTR
2517 }
2518
2519 mdsdevname() {
2520     num=$1
2521     DEVNAME=MDSDEV$num
2522
2523         local fstype=$(facet_fstype mds$num)
2524
2525         case $fstype in
2526                 ldiskfs )
2527                         #if $MDSDEVn isn't defined, default is $MDSDEVBASE + num
2528                         eval DEVPTR=${!DEVNAME:=${MDSDEVBASE}${num}};;
2529                 zfs )
2530                         #dataset name is independent of vdev device names
2531                         eval DEVPTR=${FSNAME}-mdt${num}/mdt${num};;
2532                 * )
2533                         error "unknown fstype!";;
2534         esac
2535
2536         echo -n $DEVPTR
2537 }
2538
2539 mdsvdevname() {
2540         num=$1
2541         DEVNAME=MDSDEV$num
2542
2543         local fstype=$(facet_fstype mds$num)
2544
2545         case $fstype in
2546                 ldiskfs )
2547                         # vdevs are not supported by ldiskfs
2548                         eval VDEVPTR="";;
2549                 zfs )
2550                         #if $MDSDEVn isn't defined, default is $MDSDEVBASE + num
2551                         eval VDEVPTR=${!DEVNAME:=${MDSDEVBASE}${num}};;
2552                 * )
2553                         error "unknown fstype!";;
2554         esac
2555
2556         echo -n $VDEVPTR
2557 }
2558
2559 mgsdevname() {
2560         DEVNAME=MGSDEV
2561
2562         local fstype=$(facet_fstype mds$num)
2563
2564         case $fstype in
2565                 ldiskfs )
2566                         #if $MGSDEV isn't defined, default is $MDSDEV1
2567                         eval DEVPTR=${!DEVNAME:=${MDSDEV1}};;
2568                 zfs )
2569                         #dataset name is independent of vdev device names
2570                         eval DEVPTR=${FSNAME}-mgs/mgs;;
2571                 * )
2572                         error "unknown fstype!";;
2573         esac
2574
2575     echo -n $DEVPTR
2576 }
2577
2578 mgsvdevname() {
2579         DEVNAME=MGSDEV
2580
2581         local fstype=$(facet_fstype mds$num)
2582
2583         case $fstype in
2584                 ldiskfs )
2585                         # vdevs are not supported by ldiskfs
2586                         eval VDEVPTR="";;
2587                 zfs )
2588                         #if $MGSDEV isn't defined, default is $MGSDEV1
2589                         eval VDEVPTR=${!DEVNAME:=${MDSDEV1}};;
2590                 * )
2591                         error "unknown fstype!";;
2592         esac
2593
2594         echo -n $VDEVPTR
2595 }
2596
2597 facet_mntpt () {
2598     local facet=$1
2599     [[ $facet = mgs ]] && combined_mgs_mds && facet="mds1"
2600
2601     local var=${facet}_MOUNT
2602     eval mntpt=${!var:-${MOUNT%/*}/$facet}
2603
2604     echo -n $mntpt
2605 }
2606
2607 ########
2608 ## MountConf setup
2609
2610 stopall() {
2611     # make sure we are using the primary server, so test-framework will
2612     # be able to clean up properly.
2613     activemds=`facet_active mds1`
2614     if [ $activemds != "mds1" ]; then
2615         fail mds1
2616     fi
2617
2618     local clients=$CLIENTS
2619     [ -z $clients ] && clients=$(hostname)
2620
2621     zconf_umount_clients $clients $MOUNT "$*" || true
2622     [ -n "$MOUNT2" ] && zconf_umount_clients $clients $MOUNT2 "$*" || true
2623
2624     [ "$CLIENTONLY" ] && return
2625     # The add fn does rm ${facet}active file, this would be enough
2626     # if we use do_facet <facet> only after the facet added, but
2627     # currently we use do_facet mds in local.sh
2628     for num in `seq $MDSCOUNT`; do
2629         stop mds$num -f
2630         rm -f ${TMP}/mds${num}active
2631     done
2632     combined_mgs_mds && rm -f $TMP/mgsactive
2633
2634     for num in `seq $OSTCOUNT`; do
2635         stop ost$num -f
2636         rm -f $TMP/ost${num}active
2637     done
2638
2639     if ! combined_mgs_mds ; then
2640         stop mgs
2641     fi
2642
2643     return 0
2644 }
2645
2646 cleanup_echo_devs () {
2647     local devs=$($LCTL dl | grep echo | awk '{print $4}')
2648
2649     for dev in $devs; do
2650         $LCTL --device $dev cleanup
2651         $LCTL --device $dev detach
2652     done
2653 }
2654
2655 cleanupall() {
2656     nfs_client_mode && return
2657
2658     stopall $*
2659     cleanup_echo_devs
2660
2661     unload_modules
2662     cleanup_gss
2663 }
2664
2665 combined_mgs_mds () {
2666     [[ $MDSDEV1 = $MGSDEV ]] && [[ $mds1_HOST = $mgs_HOST ]]
2667 }
2668
2669 lower() {
2670         echo -n "$1" | tr '[:upper:]' '[:lower:]'
2671 }
2672
2673 upper() {
2674         echo -n "$1" | tr '[:lower:]' '[:upper:]'
2675 }
2676
2677 mkfs_opts() {
2678         local facet=$1
2679         local type=$(facet_type $facet)
2680         local index=$(($(facet_number $facet) - 1))
2681         local fstype=$(facet_fstype $facet)
2682         local opts
2683         local fs_mkfs_opts
2684         local var
2685
2686         if [ $type == MGS ] && combined_mgs_mds; then
2687                 return 1
2688         fi
2689
2690         if [ $type == MGS ] || ( [ $type == MDS ] && combined_mgs_mds ); then
2691                 opts="--mgs"
2692         else
2693                 opts="--mgsnode=$MGSNID"
2694         fi
2695
2696         if [ $type != MGS ]; then
2697                 opts+=" --fsname=$FSNAME --$(lower ${type/MDS/MDT}) --index=$index"
2698         fi
2699
2700         var=${facet}failover_HOST
2701         if [ -n "${!var}" ] && [ ${!var} != $(facet_host $facet) ]; then
2702                 opts+=" --failnode=$(h2$NETTYPE ${!var})"
2703         fi
2704
2705         opts+=${TIMEOUT:+" --param=sys.timeout=$TIMEOUT"}
2706         opts+=${LDLM_TIMEOUT:+" --param=sys.ldlm_timeout=$LDLM_TIMEOUT"}
2707
2708         if [ $type == MDS ]; then
2709                 opts+=${SECLEVEL:+" --param=mdt.sec_level"}
2710                 opts+=${MDSCAPA:+" --param-mdt.capa=$MDSCAPA"}
2711                 opts+=${STRIPE_BYTES:+" --param=lov.stripesize=$STRIPE_BYTES"}
2712                 opts+=${STRIPES_PER_OBJ:+" --param=lov.stripecount=$STRIPES_PER_OBJ"}
2713                 opts+=${L_GETIDENTITY:+" --param=mdt.identity_upcall=$L_GETIDENTITY"}
2714
2715                 if [ $fstype == ldiskfs ]; then
2716                         opts+=${IAMDIR:+" --iam-dir"}
2717
2718                         fs_mkfs_opts+=${MDSJOURNALSIZE:+" -J size=$MDSJOURNALSIZE"}
2719                         fs_mkfs_opts+=${MDSISIZE:+" -i $MDSISIZE"}
2720                 fi
2721         fi
2722
2723         if [ $type == OST ]; then
2724                 opts+=${SECLEVEL:+" --param=ost.sec_level"}
2725                 opts+=${OSSCAPA:+" --param=ost.capa=$OSSCAPA"}
2726
2727                 if [ $fstype == ldiskfs ]; then
2728                         fs_mkfs_opts+=${OSTJOURNALSIZE:+" -J size=$OSTJOURNALSIZE"}
2729                 fi
2730         fi
2731
2732         opts+=" --backfstype=$fstype"
2733
2734         var=${type}SIZE
2735         if [ -n "${!var}" ]; then
2736                 opts+=" --device-size=${!var}"
2737         fi
2738
2739         var=$(upper $fstype)_MKFS_OPTS
2740         fs_mkfs_opts+=${!var:+" ${!var}"}
2741
2742         var=${type}_FS_MKFS_OPTS
2743         fs_mkfs_opts+=${!var:+" ${!var}"}
2744
2745         if [ -n "${fs_mkfs_opts## }" ]; then
2746                 opts+=" --mkfsoptions=\\\"${fs_mkfs_opts## }\\\""
2747         fi
2748
2749         var=${type}OPT
2750         opts+=${!var:+" ${!var}"}
2751
2752         echo -n "$opts"
2753 }
2754
2755 formatall() {
2756         local quiet
2757
2758         if ! $VERBOSE; then
2759                 quiet=yes
2760         fi
2761
2762         stopall
2763         # We need ldiskfs here, may as well load them all
2764         load_modules
2765         [ "$CLIENTONLY" ] && return
2766         echo Formatting mgs, mds, osts
2767         if ! combined_mgs_mds ; then
2768                 echo "Format mgs: $(mgsdevname)"
2769                 add mgs $(mkfs_opts mgs) --reformat $(mgsdevname) \
2770                         $(mgsvdevname) ${quiet:+>/dev/null} || exit 10
2771                 fi
2772
2773                 for num in `seq $MDSCOUNT`; do
2774                         echo "Format mds$num: $(mdsdevname $num)"
2775                         add mds$num $(mkfs_opts mds$num) --reformat \
2776                         $(mdsdevname $num) $(mdsvdevname $num) \
2777                         ${quiet:+>/dev/null} || exit 10
2778                 done
2779
2780                 for num in `seq $OSTCOUNT`; do
2781                         echo "Format ost$num: $(ostdevname $num)"
2782                         add ost$num $(mkfs_opts ost$num) --reformat \
2783                         $(ostdevname $num) $(ostvdevname ${num}) \
2784                         ${quiet:+>/dev/null} || exit 10
2785                 done
2786 }
2787
2788 mount_client() {
2789     grep " $1 " /proc/mounts || zconf_mount $HOSTNAME $*
2790 }
2791
2792 umount_client() {
2793     grep " $1 " /proc/mounts && zconf_umount `hostname` $*
2794 }
2795
2796 # return value:
2797 # 0: success, the old identity set already.
2798 # 1: success, the old identity does not set.
2799 # 2: fail.
2800 switch_identity() {
2801     local num=$1
2802     local switch=$2
2803     local j=`expr $num - 1`
2804     local MDT="`(do_facet mds$num lctl get_param -N mdt.*MDT*$j 2>/dev/null | cut -d"." -f2 2>/dev/null) || true`"
2805
2806     if [ -z "$MDT" ]; then
2807         return 2
2808     fi
2809
2810     local old="`do_facet mds$num "lctl get_param -n mdt.$MDT.identity_upcall"`"
2811
2812     if $switch; then
2813         do_facet mds$num "lctl set_param -n mdt.$MDT.identity_upcall \"$L_GETIDENTITY\""
2814     else
2815         do_facet mds$num "lctl set_param -n mdt.$MDT.identity_upcall \"NONE\""
2816     fi
2817
2818     do_facet mds$num "lctl set_param -n mdt/$MDT/identity_flush=-1"
2819
2820     if [ $old = "NONE" ]; then
2821         return 1
2822     else
2823         return 0
2824     fi
2825 }
2826
2827 remount_client()
2828 {
2829         zconf_umount `hostname` $1 || error "umount failed"
2830         zconf_mount `hostname` $1 || error "mount failed"
2831 }
2832
2833 writeconf_facet () {
2834     local facet=$1
2835     local dev=$2
2836
2837     do_facet $facet "$TUNEFS --writeconf $dev"
2838 }
2839
2840 writeconf_all () {
2841     for num in `seq $MDSCOUNT`; do
2842         DEVNAME=$(mdsdevname $num)
2843         writeconf_facet mds$num $DEVNAME
2844     done
2845
2846     for num in `seq $OSTCOUNT`; do
2847         DEVNAME=$(ostdevname $num)
2848         writeconf_facet ost$num $DEVNAME
2849     done
2850 }
2851
2852 setupall() {
2853     nfs_client_mode && return
2854
2855     sanity_mount_check ||
2856         error "environments are insane!"
2857
2858     load_modules
2859
2860     if [ -z "$CLIENTONLY" ]; then
2861         echo Setup mgs, mdt, osts
2862         echo $WRITECONF | grep -q "writeconf" && \
2863             writeconf_all
2864         if ! combined_mgs_mds ; then
2865                         start mgs $(mgsdevname) $MGS_MOUNT_OPTS
2866         fi
2867
2868         for num in `seq $MDSCOUNT`; do
2869             DEVNAME=$(mdsdevname $num)
2870             start mds$num $DEVNAME $MDS_MOUNT_OPTS
2871
2872             # We started mds, now we should set failover variables properly.
2873             # Set mds${num}failover_HOST if it is not set (the default failnode).
2874             local varname=mds${num}failover_HOST
2875             if [ -z "${!varname}" ]; then
2876                 eval mds${num}failover_HOST=$(facet_host mds$num)
2877             fi
2878
2879             if [ $IDENTITY_UPCALL != "default" ]; then
2880                 switch_identity $num $IDENTITY_UPCALL
2881             fi
2882         done
2883         for num in `seq $OSTCOUNT`; do
2884             DEVNAME=$(ostdevname $num)
2885             start ost$num $DEVNAME $OST_MOUNT_OPTS
2886
2887             # We started ost$num, now we should set ost${num}failover variable properly.
2888             # Set ost${num}failover_HOST if it is not set (the default failnode).
2889             varname=ost${num}failover_HOST
2890             if [ -z "${!varname}" ]; then
2891                 eval ost${num}failover_HOST=$(facet_host ost${num})
2892             fi
2893
2894         done
2895     fi
2896
2897     init_gss
2898
2899     # wait a while to allow sptlrpc configuration be propogated to targets,
2900     # only needed when mounting new target devices.
2901     if $GSS; then
2902         sleep 10
2903     fi
2904
2905     [ "$DAEMONFILE" ] && $LCTL debug_daemon start $DAEMONFILE $DAEMONSIZE
2906     mount_client $MOUNT
2907     [ -n "$CLIENTS" ] && zconf_mount_clients $CLIENTS $MOUNT
2908     clients_up
2909
2910     if [ "$MOUNT_2" ]; then
2911         mount_client $MOUNT2
2912         [ -n "$CLIENTS" ] && zconf_mount_clients $CLIENTS $MOUNT2
2913     fi
2914
2915     init_param_vars
2916
2917     # by remounting mdt before ost, initial connect from mdt to ost might
2918     # timeout because ost is not ready yet. wait some time to its fully
2919     # recovery. initial obd_connect timeout is 5s; in GSS case it's preceeded
2920     # by a context negotiation rpc with $TIMEOUT.
2921     # FIXME better by monitoring import status.
2922     if $GSS; then
2923         set_flavor_all $SEC
2924         sleep $((TIMEOUT + 5))
2925     else
2926         sleep 5
2927     fi
2928 }
2929
2930 mounted_lustre_filesystems() {
2931         awk '($3 ~ "lustre" && $1 ~ ":") { print $2 }' /proc/mounts
2932 }
2933
2934 init_facet_vars () {
2935     [ "$CLIENTONLY" ] && return 0
2936     local facet=$1
2937     shift
2938     local device=$1
2939
2940     shift
2941
2942     eval export ${facet}_dev=${device}
2943     eval export ${facet}_opt=\"$@\"
2944
2945     local dev=${facet}_dev
2946         local label=$(devicelabel ${facet} ${!dev})
2947     [ -z "$label" ] && echo no label for ${!dev} && exit 1
2948
2949     eval export ${facet}_svc=${label}
2950
2951     local varname=${facet}failover_HOST
2952     if [ -z "${!varname}" ]; then
2953        eval $varname=$(facet_host $facet) 
2954     fi
2955
2956     # ${facet}failover_dev is set in cfg file
2957     varname=${facet}failover_dev
2958     if [ -n "${!varname}" ] ; then
2959         eval export ${facet}failover_dev=${!varname}
2960     else
2961         eval export ${facet}failover_dev=$device
2962     fi
2963
2964     # get mount point of already mounted device
2965     # is facet_dev is already mounted then use the real
2966     #  mount point of this facet; otherwise use $(facet_mntpt $facet)
2967     # i.e. ${facet}_MOUNT if specified by user or default
2968     local mntpt=$(do_facet ${facet} cat /proc/mounts | \
2969             awk '"'${!dev}'" == $1 && $3 == "lustre" { print $2 }')
2970     if [ -z $mntpt ]; then
2971         mntpt=$(facet_mntpt $facet)
2972     fi
2973     eval export ${facet}_MOUNT=$mntpt
2974 }
2975
2976 init_facets_vars () {
2977     local DEVNAME
2978
2979     if ! remote_mds_nodsh; then 
2980         for num in `seq $MDSCOUNT`; do
2981             DEVNAME=`mdsdevname $num`
2982             init_facet_vars mds$num $DEVNAME $MDS_MOUNT_OPTS
2983         done
2984     fi
2985
2986         combined_mgs_mds || init_facet_vars mgs $(mgsdevname) $MGS_MOUNT_OPTS
2987
2988     remote_ost_nodsh && return
2989
2990     for num in `seq $OSTCOUNT`; do
2991         DEVNAME=`ostdevname $num`
2992         init_facet_vars ost$num $DEVNAME $OST_MOUNT_OPTS
2993     done
2994 }
2995
2996 osc_ensure_active () {
2997     local facet=$1
2998     local timeout=$2
2999     local period=0
3000
3001     while [ $period -lt $timeout ]; do
3002         count=$(do_facet $facet "lctl dl | grep ' IN osc ' 2>/dev/null | wc -l")
3003         if [ $count -eq 0 ]; then
3004             break
3005         fi
3006
3007         echo "There are $count OST are inactive, wait $period seconds, and try again"
3008         sleep 3
3009         period=$((period+3))
3010     done
3011
3012     [ $period -lt $timeout ] || log "$count OST are inactive after $timeout seconds, give up"
3013 }
3014
3015 init_param_vars () {
3016         remote_mds_nodsh ||
3017                 TIMEOUT=$(do_facet $SINGLEMDS "lctl get_param -n timeout")
3018
3019         log "Using TIMEOUT=$TIMEOUT"
3020
3021         osc_ensure_active $SINGLEMDS $TIMEOUT
3022         osc_ensure_active client $TIMEOUT
3023
3024         local jobid_var
3025         if [ -z "$(lctl get_param -n mdc.*.connect_flags | grep jobstats)" ]; then
3026                 jobid_var="none"
3027         elif [ $JOBSTATS_AUTO -ne 0 ]; then
3028                 echo "enable jobstats, set job scheduler as $JOBID_VAR"
3029                 jobid_var=$JOBID_VAR
3030         else
3031                 jobid_var=`$LCTL get_param -n jobid_var`
3032                 if [ $jobid_var != "disable" ]; then
3033                         echo "disable jobstats as required"
3034                         jobid_var="disable"
3035                 else
3036                         jobid_var="none"
3037                 fi
3038         fi
3039
3040         if [ $jobid_var == $JOBID_VAR -o $jobid_var == "disable" ]; then
3041                 do_facet mgs $LCTL conf_param $FSNAME.sys.jobid_var=$jobid_var
3042                 wait_update $HOSTNAME "$LCTL get_param -n jobid_var" \
3043                         $jobid_var || return 1
3044         fi
3045
3046         if [ $QUOTA_AUTO -ne 0 ]; then
3047                 if [ "$ENABLE_QUOTA" ]; then
3048                         echo "enable quota as required"
3049                         setup_quota $MOUNT || return 2
3050                 else
3051                         echo "disable quota as required"
3052                         # $LFS quotaoff -ug $MOUNT > /dev/null 2>&1
3053                 fi
3054         fi
3055         return 0
3056 }
3057
3058 nfs_client_mode () {
3059     if [ "$NFSCLIENT" ]; then
3060         echo "NFSCLIENT mode: setup, cleanup, check config skipped"
3061         local clients=$CLIENTS
3062         [ -z $clients ] && clients=$(hostname)
3063
3064         # FIXME: remove hostname when 19215 fixed
3065         do_nodes $clients "echo \\\$(hostname); grep ' '$MOUNT' ' /proc/mounts"
3066         declare -a nfsexport=(`grep ' '$MOUNT' ' /proc/mounts | awk '{print $1}' | awk -F: '{print $1 " "  $2}'`)
3067         if [[ ${#nfsexport[@]} -eq 0 ]]; then
3068                 error_exit NFSCLIENT=$NFSCLIENT mode, but no NFS export found!
3069         fi
3070         do_nodes ${nfsexport[0]} "echo \\\$(hostname); df -T  ${nfsexport[1]}"
3071         return
3072     fi
3073     return 1
3074 }
3075
3076 check_config_client () {
3077     local mntpt=$1
3078
3079     local mounted=$(mount | grep " $mntpt ")
3080     if [ "$CLIENTONLY" ]; then
3081         # bug 18021
3082         # CLIENTONLY should not depend on *_HOST settings
3083         local mgc=$($LCTL device_list | awk '/MGC/ {print $4}')
3084         # in theory someone could create a new,
3085         # client-only config file that assumed lustre was already
3086         # configured and didn't set the MGSNID. If MGSNID is not set,
3087         # then we should use the mgs nid currently being used 
3088         # as the default value. bug 18021
3089         [[ x$MGSNID = x ]] &&
3090             MGSNID=${mgc//MGC/}
3091
3092         if [[ x$mgc != xMGC$MGSNID ]]; then
3093             if [ "$mgs_HOST" ]; then
3094                 local mgc_ip=$(ping -q -c1 -w1 $mgs_HOST | grep PING | awk '{print $3}' | sed -e "s/(//g" -e "s/)//g")
3095 #                [[ x$mgc = xMGC$mgc_ip@$NETTYPE ]] ||
3096 #                    error_exit "MGSNID=$MGSNID, mounted: $mounted, MGC : $mgc"
3097             fi
3098         fi
3099         return 0
3100     fi
3101
3102     local myMGS_host=$mgs_HOST   
3103     if [ "$NETTYPE" = "ptl" ]; then
3104         myMGS_host=$(h2ptl $mgs_HOST | sed -e s/@ptl//) 
3105     fi
3106
3107     echo Checking config lustre mounted on $mntpt
3108     local mgshost=$(mount | grep " $mntpt " | awk -F@ '{print $1}')
3109     mgshost=$(echo $mgshost | awk -F: '{print $1}')
3110
3111 #    if [ "$mgshost" != "$myMGS_host" ]; then
3112 #            log "Bad config file: lustre is mounted with mgs $mgshost, but mgs_HOST=$mgs_HOST, NETTYPE=$NETTYPE
3113 #                   Please use correct config or set mds_HOST correctly!"
3114 #    fi
3115
3116 }
3117
3118 check_config_clients () {
3119     local clients=${CLIENTS:-$HOSTNAME}
3120     local mntpt=$1
3121
3122     nfs_client_mode && return
3123
3124     do_rpc_nodes $clients check_config_client $mntpt
3125
3126     sanity_mount_check ||
3127         error "environments are insane!"
3128 }
3129
3130 check_timeout () {
3131     local mdstimeout=$(do_facet $SINGLEMDS "lctl get_param -n timeout")
3132     local cltimeout=$(lctl get_param -n timeout)
3133     if [ $mdstimeout -ne $TIMEOUT ] || [ $mdstimeout -ne $cltimeout ]; then
3134         error "timeouts are wrong! mds: $mdstimeout, client: $cltimeout, TIMEOUT=$TIMEOUT"
3135         return 1
3136     fi
3137 }
3138
3139 is_mounted () {
3140     local mntpt=$1
3141     [ -z $mntpt ] && return 1
3142     local mounted=$(mounted_lustre_filesystems)
3143
3144     echo $mounted' ' | grep -w -q $mntpt' '
3145 }
3146
3147 is_empty_dir() {
3148     [ $(find $1 -maxdepth 1 -print | wc -l) = 1 ] && return 0
3149     return 1
3150 }
3151
3152 # empty lustre filesystem may have empty directories lost+found and .lustre
3153 is_empty_fs() {
3154     [ $(find $1 -maxdepth 1 -name lost+found -o -name .lustre -prune -o \
3155        -print | wc -l) = 1 ] || return 1
3156     [ ! -d $1/lost+found ] || is_empty_dir $1/lost+found && return 0
3157     [ ! -d $1/.lustre ] || is_empty_dir $1/.lustre && return 0
3158     return 1
3159 }
3160
3161 check_and_setup_lustre() {
3162     nfs_client_mode && return
3163
3164     local MOUNTED=$(mounted_lustre_filesystems)
3165
3166     local do_check=true
3167     # 1.
3168     # both MOUNT and MOUNT2 are not mounted
3169     if ! is_mounted $MOUNT && ! is_mounted $MOUNT2; then
3170         [ "$REFORMAT" ] && formatall
3171         # setupall mounts both MOUNT and MOUNT2 (if MOUNT_2 is set)
3172         setupall
3173         is_mounted $MOUNT || error "NAME=$NAME not mounted"
3174         export I_MOUNTED=yes
3175         do_check=false
3176     # 2.
3177     # MOUNT2 is mounted
3178     elif is_mounted $MOUNT2; then
3179             # 3.
3180             # MOUNT2 is mounted, while MOUNT_2 is not set
3181             if ! [ "$MOUNT_2" ]; then
3182                 cleanup_mount $MOUNT2
3183                 export I_UMOUNTED2=yes
3184
3185             # 4.
3186             # MOUNT2 is mounted, MOUNT_2 is set
3187             else
3188                 # FIXME: what to do if check_config failed?
3189                 # i.e. if:
3190                 # 1) remote client has mounted other Lustre fs ?
3191                 # 2) it has insane env ?
3192                 # let's try umount MOUNT2 on all clients and mount it again:
3193                 if ! check_config_clients $MOUNT2; then
3194                     cleanup_mount $MOUNT2
3195                     restore_mount $MOUNT2
3196                     export I_MOUNTED2=yes
3197                 fi
3198             fi 
3199
3200     # 5.
3201     # MOUNT is mounted MOUNT2 is not mounted
3202     elif [ "$MOUNT_2" ]; then
3203         restore_mount $MOUNT2
3204         export I_MOUNTED2=yes
3205     fi
3206
3207     if $do_check; then
3208         # FIXME: what to do if check_config failed?
3209         # i.e. if:
3210         # 1) remote client has mounted other Lustre fs?
3211         # 2) lustre is mounted on remote_clients atall ?
3212         check_config_clients $MOUNT
3213         init_facets_vars
3214         init_param_vars
3215
3216         set_default_debug_nodes $(comma_list $(nodes_list))
3217     fi
3218
3219         init_gss
3220         if $GSS; then
3221                 set_flavor_all $SEC
3222         fi
3223
3224         if [ "$ONLY" == "setup" ]; then
3225                 exit 0
3226         fi
3227 }
3228
3229 restore_mount () {
3230    local clients=${CLIENTS:-$HOSTNAME}
3231    local mntpt=$1
3232
3233    zconf_mount_clients $clients $mntpt
3234 }
3235
3236 cleanup_mount () {
3237     local clients=${CLIENTS:-$HOSTNAME}
3238     local mntpt=$1
3239
3240     zconf_umount_clients $clients $mntpt    
3241 }
3242
3243 cleanup_and_setup_lustre() {
3244     if [ "$ONLY" == "cleanup" -o "`mount | grep $MOUNT`" ]; then
3245         lctl set_param debug=0 || true
3246         cleanupall
3247         if [ "$ONLY" == "cleanup" ]; then
3248             exit 0
3249         fi
3250     fi
3251     check_and_setup_lustre
3252 }
3253
3254 # Get all of the server target devices from a given server node and type.
3255 get_mnt_devs() {
3256         local node=$1
3257         local type=$2
3258         local devs
3259         local dev
3260
3261         if [ "$type" == ost ]; then
3262                 devs=$(get_obdfilter_param $node "" mntdev)
3263         else
3264                 devs=$(do_node $node \
3265                        "lctl get_param -n osd-*.$FSNAME-M*.mntdev")
3266         fi
3267         for dev in $devs; do
3268                 case $dev in
3269                 *loop*) do_node $node "losetup $dev" | \
3270                                 sed -e "s/.*(//" -e "s/).*//" ;;
3271                 *) echo $dev ;;
3272                 esac
3273         done
3274 }
3275
3276 # Get all of the server target devices.
3277 get_svr_devs() {
3278     local i
3279
3280     # MDT device
3281     MDTDEV=$(get_mnt_devs $(mdts_nodes) mdt)
3282
3283     # OST devices
3284     i=0
3285     for node in $(osts_nodes); do
3286         OSTDEVS[i]=$(get_mnt_devs $node ost)
3287         i=$((i + 1))
3288     done
3289 }
3290
3291 # Run e2fsck on MDT or OST device.
3292 run_e2fsck() {
3293     local node=$1
3294     local target_dev=$2
3295     local extra_opts=$3
3296
3297     df > /dev/null      # update statfs data on disk
3298     local cmd="$E2FSCK -d -v -t -t -f -n $extra_opts $target_dev"
3299     echo $cmd
3300     local rc=0
3301     do_node $node $cmd || rc=$?
3302     [ $rc -le $FSCK_MAX_ERR ] || \
3303         error "$cmd returned $rc, should be <= $FSCK_MAX_ERR"
3304     return 0
3305 }
3306
3307 # verify a directory is shared among nodes.
3308 check_shared_dir() {
3309     local dir=$1
3310
3311     [ -z "$dir" ] && return 1
3312     do_rpc_nodes $(comma_list $(nodes_list)) check_logdir $dir
3313     check_write_access $dir || return 1
3314     return 0
3315 }
3316
3317 # Run e2fsck on MDT and OST(s) to generate databases used for lfsck.
3318 generate_db() {
3319     local i
3320     local ostidx
3321     local dev
3322
3323         [[ $(lustre_version_code $SINGLEMDS) -ne $(version_code 2.2.0) ]] ||
3324                 { skip "Lustre 2.2.0 lacks the patch for LU-1255"; exit 0; }
3325
3326     check_shared_dir $SHARED_DIRECTORY ||
3327         error "$SHARED_DIRECTORY isn't a shared directory"
3328
3329     export MDSDB=$SHARED_DIRECTORY/mdsdb
3330     export OSTDB=$SHARED_DIRECTORY/ostdb
3331
3332     [ $MDSCOUNT -eq 1 ] || error "CMD is not supported"
3333
3334     run_e2fsck $(mdts_nodes) $MDTDEV "--mdsdb $MDSDB"
3335
3336     i=0
3337     ostidx=0
3338     OSTDB_LIST=""
3339     for node in $(osts_nodes); do
3340         for dev in ${OSTDEVS[i]}; do
3341             run_e2fsck $node $dev "--mdsdb $MDSDB --ostdb $OSTDB-$ostidx"
3342             OSTDB_LIST="$OSTDB_LIST $OSTDB-$ostidx"
3343             ostidx=$((ostidx + 1))
3344         done
3345         i=$((i + 1))
3346     done
3347 }
3348
3349 run_lfsck() {
3350     local cmd="$LFSCK_BIN -c -l --mdsdb $MDSDB --ostdb $OSTDB_LIST $MOUNT"
3351     echo $cmd
3352     local rc=0
3353     eval $cmd || rc=$?
3354     [ $rc -le $FSCK_MAX_ERR ] || \
3355         error "$cmd returned $rc, should be <= $FSCK_MAX_ERR"
3356     echo "lfsck finished with rc=$rc"
3357
3358     rm -rvf $MDSDB* $OSTDB* || true
3359     return 0
3360 }
3361
3362 check_and_cleanup_lustre() {
3363     if [ "$LFSCK_ALWAYS" = "yes" -a "$TESTSUITE" != "lfsck" ]; then
3364         get_svr_devs
3365         generate_db
3366         run_lfsck
3367     fi
3368
3369         if is_mounted $MOUNT; then
3370                 [ -n "$DIR" ] && rm -rf $DIR/[Rdfs][0-9]* ||
3371                         error "remove sub-test dirs failed"
3372                 [ "$ENABLE_QUOTA" ] && restore_quota || true
3373         fi
3374
3375     if [ "$I_UMOUNTED2" = "yes" ]; then
3376         restore_mount $MOUNT2 || error "restore $MOUNT2 failed"
3377     fi
3378
3379     if [ "$I_MOUNTED2" = "yes" ]; then
3380         cleanup_mount $MOUNT2
3381     fi
3382
3383     if [ "$I_MOUNTED" = "yes" ]; then
3384         cleanupall -f || error "cleanup failed"
3385         unset I_MOUNTED
3386     fi
3387 }
3388
3389 #######
3390 # General functions
3391
3392 wait_for_function () {
3393     local quiet=""
3394
3395     # suppress fn both stderr and stdout
3396     if [ "$1" = "--quiet" ]; then
3397         shift
3398         quiet=" > /dev/null 2>&1"
3399
3400     fi
3401
3402     local fn=$1
3403     local max=${2:-900}
3404     local sleep=${3:-5}
3405
3406     local wait=0
3407
3408     while true; do
3409
3410         eval $fn $quiet && return 0
3411
3412         wait=$((wait + sleep))
3413         [ $wait -lt $max ] || return 1
3414         echo waiting $fn, $((max - wait)) secs left ...
3415         sleep $sleep
3416     done
3417 }
3418
3419 check_network() {
3420     local host=$1
3421     local max=$2
3422     local sleep=${3:-5}
3423
3424     echo `date +"%H:%M:%S (%s)"` waiting for $host network $max secs ...
3425     if ! wait_for_function --quiet "ping -c 1 -w 3 $host" $max $sleep ; then
3426         echo "Network not available!"
3427         exit 1
3428     fi
3429
3430     echo `date +"%H:%M:%S (%s)"` network interface is UP
3431 }
3432
3433 no_dsh() {
3434     shift
3435     eval $@
3436 }
3437
3438 comma_list() {
3439     # the sed converts spaces to commas, but leaves the last space
3440     # alone, so the line doesn't end with a comma.
3441     echo "$*" | tr -s " " "\n" | sort -b -u | tr "\n" " " | sed 's/ \([^$]\)/,\1/g'
3442 }
3443
3444 list_member () {
3445     local list=$1
3446     local item=$2
3447     echo $list | grep -qw $item
3448 }
3449
3450 # list, excluded are the comma separated lists
3451 exclude_items_from_list () {
3452     local list=$1
3453     local excluded=$2
3454     local item
3455
3456     list=${list//,/ }
3457     for item in ${excluded//,/ }; do
3458         list=$(echo " $list " | sed -re "s/\s+$item\s+/ /g")
3459     done
3460     echo $(comma_list $list)
3461 }
3462
3463 # list, expand  are the comma separated lists
3464 expand_list () {
3465     local list=${1//,/ }
3466     local expand=${2//,/ }
3467     local expanded=
3468
3469     expanded=$(for i in $list $expand; do echo $i; done | sort -u)
3470     echo $(comma_list $expanded)
3471 }
3472
3473 testslist_filter () {
3474     local script=$LUSTRE/tests/${TESTSUITE}.sh
3475
3476     [ -f $script ] || return 0
3477
3478     local start_at=$START_AT
3479     local stop_at=$STOP_AT
3480
3481     local var=${TESTSUITE//-/_}_START_AT
3482     [ x"${!var}" != x ] && start_at=${!var}
3483     var=${TESTSUITE//-/_}_STOP_AT
3484     [ x"${!var}" != x ] && stop_at=${!var}
3485
3486     sed -n 's/^test_\([^ (]*\).*/\1/p' $script | \
3487         awk ' BEGIN { if ("'${start_at:-0}'" != 0) flag = 1 }
3488             /^'${start_at}'$/ {flag = 0}
3489             {if (flag == 1) print $0}
3490             /^'${stop_at}'$/ { flag = 1 }'
3491 }
3492
3493 absolute_path() {
3494     (cd `dirname $1`; echo $PWD/`basename $1`)
3495 }
3496
3497 get_facets () {
3498     local types=${1:-"OST MDS MGS"}
3499
3500     local list=""
3501
3502     for entry in $types; do
3503         local name=$(echo $entry | tr "[:upper:]" "[:lower:]")
3504         local type=$(echo $entry | tr "[:lower:]" "[:upper:]")
3505
3506         case $type in
3507                 MGS ) list="$list $name";;
3508             MDS|OST ) local count=${type}COUNT
3509                        for ((i=1; i<=${!count}; i++)) do
3510                           list="$list ${name}$i"
3511                       done;;
3512                   * ) error "Invalid facet type"
3513                  exit 1;;
3514         esac
3515     done
3516     echo $(comma_list $list)
3517 }
3518
3519 ##################################
3520 # Adaptive Timeouts funcs
3521
3522 at_is_enabled() {
3523     # only check mds, we assume at_max is the same on all nodes
3524     local at_max=$(do_facet $SINGLEMDS "lctl get_param -n at_max")
3525     if [ $at_max -eq 0 ]; then
3526         return 1
3527     else
3528         return 0
3529     fi
3530 }
3531
3532 at_get() {
3533     local facet=$1
3534     local at=$2
3535
3536     # suppose that all ost-s have the same $at value set
3537     [ $facet != "ost" ] || facet=ost1
3538
3539     do_facet $facet "lctl get_param -n $at"
3540 }
3541
3542 at_max_get() {
3543     at_get $1 at_max
3544 }
3545
3546 at_min_get() {
3547         at_get $1 at_min
3548 }
3549
3550 at_max_set() {
3551     local at_max=$1
3552     shift
3553
3554     local facet
3555     local hosts
3556     for facet in $@; do
3557         if [ $facet == "ost" ]; then
3558             facet=$(get_facets OST)
3559         elif [ $facet == "mds" ]; then
3560             facet=$(get_facets MDS)
3561         fi
3562         hosts=$(expand_list $hosts $(facets_hosts $facet))
3563     done
3564
3565     do_nodes $hosts lctl set_param at_max=$at_max
3566 }
3567
3568 ##################################
3569 # OBD_FAIL funcs
3570
3571 drop_request() {
3572 # OBD_FAIL_MDS_ALL_REQUEST_NET
3573     RC=0
3574     do_facet $SINGLEMDS lctl set_param fail_loc=0x123
3575     do_facet client "$1" || RC=$?
3576     do_facet $SINGLEMDS lctl set_param fail_loc=0
3577     return $RC
3578 }
3579
3580 drop_reply() {
3581 # OBD_FAIL_MDS_ALL_REPLY_NET
3582     RC=0
3583     do_facet $SINGLEMDS lctl set_param fail_loc=0x122
3584     do_facet client "$@" || RC=$?
3585     do_facet $SINGLEMDS lctl set_param fail_loc=0
3586     return $RC
3587 }
3588
3589 drop_reint_reply() {
3590 # OBD_FAIL_MDS_REINT_NET_REP
3591     RC=0
3592     do_facet $SINGLEMDS lctl set_param fail_loc=0x119
3593     do_facet client "$@" || RC=$?
3594     do_facet $SINGLEMDS lctl set_param fail_loc=0
3595     return $RC
3596 }
3597
3598 pause_bulk() {
3599 #define OBD_FAIL_OST_BRW_PAUSE_BULK      0x214
3600     RC=0
3601     do_facet ost1 lctl set_param fail_loc=0x214
3602     do_facet client "$1" || RC=$?
3603     do_facet client "sync"
3604     do_facet ost1 lctl set_param fail_loc=0
3605     return $RC
3606 }
3607
3608 drop_ldlm_cancel() {
3609 #define OBD_FAIL_LDLM_CANCEL             0x304
3610         local RC=0
3611         local list=$(comma_list $(mdts_nodes) $(osts_nodes))
3612         do_nodes $list lctl set_param fail_loc=0x304
3613
3614         do_facet client "$@" || RC=$?
3615
3616         do_nodes $list lctl set_param fail_loc=0
3617         return $RC
3618 }
3619
3620 drop_bl_callback() {
3621 #define OBD_FAIL_LDLM_BL_CALLBACK        0x305
3622     RC=0
3623     do_facet client lctl set_param fail_loc=0x305
3624     do_facet client "$@" || RC=$?
3625     do_facet client lctl set_param fail_loc=0
3626     return $RC
3627 }
3628
3629 drop_ldlm_reply() {
3630 #define OBD_FAIL_LDLM_REPLY              0x30c
3631     RC=0
3632     do_facet $SINGLEMDS lctl set_param fail_loc=0x30c
3633     do_facet client "$@" || RC=$?
3634     do_facet $SINGLEMDS lctl set_param fail_loc=0
3635     return $RC
3636 }
3637
3638 clear_failloc() {
3639     facet=$1
3640     pause=$2
3641     sleep $pause
3642     echo "clearing fail_loc on $facet"
3643     do_facet $facet "lctl set_param fail_loc=0 2>/dev/null || true"
3644 }
3645
3646 set_nodes_failloc () {
3647     do_nodes $(comma_list $1)  lctl set_param fail_loc=$2
3648 }
3649
3650 cancel_lru_locks() {
3651     $LCTL mark "cancel_lru_locks $1 start"
3652     for d in `lctl get_param -N ldlm.namespaces.*.lru_size | egrep -i $1`; do
3653         $LCTL set_param -n $d=clear
3654     done
3655     $LCTL get_param ldlm.namespaces.*.lock_unused_count | egrep -i $1 | grep -v '=0'
3656     $LCTL mark "cancel_lru_locks $1 stop"
3657 }
3658
3659 default_lru_size()
3660 {
3661         NR_CPU=$(grep -c "processor" /proc/cpuinfo)
3662         DEFAULT_LRU_SIZE=$((100 * NR_CPU))
3663         echo "$DEFAULT_LRU_SIZE"
3664 }
3665
3666 lru_resize_enable()
3667 {
3668     lctl set_param ldlm.namespaces.*$1*.lru_size=0
3669 }
3670
3671 lru_resize_disable()
3672 {
3673     lctl set_param ldlm.namespaces.*$1*.lru_size $(default_lru_size)
3674 }
3675
3676 pgcache_empty() {
3677     local FILE
3678     for FILE in `lctl get_param -N "llite.*.dump_page_cache"`; do
3679         if [ `lctl get_param -n $FILE | wc -l` -gt 1 ]; then
3680             echo there is still data in page cache $FILE ?
3681             lctl get_param -n $FILE
3682             return 1
3683         fi
3684     done
3685     return 0
3686 }
3687
3688 debugsave() {
3689     DEBUGSAVE="$(lctl get_param -n debug)"
3690 }
3691
3692 debugrestore() {
3693     [ -n "$DEBUGSAVE" ] && \
3694         do_nodes $(comma_list $(nodes_list)) "$LCTL set_param debug=\\\"${DEBUGSAVE}\\\";"
3695     DEBUGSAVE=""
3696 }
3697
3698 debug_size_save() {
3699     DEBUG_SIZE_SAVED="$(lctl get_param -n debug_mb)"
3700 }
3701
3702 debug_size_restore() {
3703     [ -n "$DEBUG_SIZE_SAVED" ] && \
3704         do_nodes $(comma_list $(nodes_list)) "$LCTL set_param debug_mb=$DEBUG_SIZE_SAVED"
3705     DEBUG_SIZE_SAVED=""
3706 }
3707
3708 start_full_debug_logging() {
3709     debugsave
3710     debug_size_save
3711
3712     local FULLDEBUG=-1
3713     local DEBUG_SIZE=150
3714
3715     do_nodes $(comma_list $(nodes_list)) "$LCTL set_param debug_mb=$DEBUG_SIZE"
3716     do_nodes $(comma_list $(nodes_list)) "$LCTL set_param debug=$FULLDEBUG;"
3717 }
3718
3719 stop_full_debug_logging() {
3720     debug_size_restore
3721     debugrestore
3722 }
3723
3724 # prints bash call stack
3725 log_trace_dump() {
3726         echo "  Trace dump:"
3727         for (( i=1; i < ${#BASH_LINENO[*]} ; i++ )) ; do
3728                 local s=${BASH_SOURCE[$i]}
3729                 local l=${BASH_LINENO[$i-1]}
3730                 local f=${FUNCNAME[$i]}
3731                 echo "  = $s:$l:$f()"
3732         done
3733 }
3734
3735 ##################################
3736 # Test interface
3737 ##################################
3738
3739 error_noexit() {
3740     local TYPE=${TYPE:-"FAIL"}
3741
3742     local dump=true
3743     # do not dump logs if $1=false
3744     if [ "x$1" = "xfalse" ]; then
3745         shift
3746         dump=false
3747     fi
3748
3749     log " ${TESTSUITE} ${TESTNAME}: @@@@@@ ${TYPE}: $@ "
3750     log_trace_dump
3751
3752     mkdir -p $LOGDIR
3753     # We need to dump the logs on all nodes
3754     if $dump; then
3755         gather_logs $(comma_list $(nodes_list))
3756     fi
3757
3758     debugrestore
3759     [ "$TESTSUITELOG" ] && echo "$0: ${TYPE}: $TESTNAME $@" >> $TESTSUITELOG
3760     echo "$@" > $LOGDIR/err
3761 }
3762
3763 exit_status () {
3764         local status=0
3765         local log=$TESTSUITELOG
3766
3767         [ -f "$log" ] && grep -q FAIL $log && status=1
3768         exit $status
3769 }
3770
3771 error() {
3772     error_noexit "$@"
3773     exit 1
3774 }
3775
3776 error_exit() {
3777     error "$@"
3778 }
3779
3780 # use only if we are ignoring failures for this test, bugno required.
3781 # (like ALWAYS_EXCEPT, but run the test and ignore the results.)
3782 # e.g. error_ignore 5494 "your message"
3783 error_ignore() {
3784     local TYPE="IGNORE (bz$1)"
3785     shift
3786     error_noexit "$@"
3787 }
3788
3789 error_and_remount() {
3790         error_noexit "$@"
3791         remount_client $MOUNT
3792         exit 1
3793 }
3794
3795 skip_env () {
3796     $FAIL_ON_SKIP_ENV && error false $@ || skip $@
3797 }
3798
3799 skip() {
3800         echo
3801         log " SKIP: $TESTSUITE $TESTNAME $@"
3802
3803         if [[ -n "$ALWAYS_SKIPPED" ]]; then
3804                 skip_logged $TESTNAME "$@"
3805         else
3806                 mkdir -p $LOGDIR
3807                 echo "$@" > $LOGDIR/skip
3808         fi
3809
3810         [[ -n "$TESTSUITELOG" ]] &&
3811                 echo "$TESTSUITE: SKIP: $TESTNAME $@" >> $TESTSUITELOG || true
3812 }
3813
3814 build_test_filter() {
3815     EXCEPT="$EXCEPT $(testslist_filter)"
3816
3817     [ "$ONLY" ] && log "only running test `echo $ONLY`"
3818     for O in $ONLY; do
3819         eval ONLY_${O}=true
3820     done
3821     [ "$EXCEPT$ALWAYS_EXCEPT" ] && \
3822         log "excepting tests: `echo $EXCEPT $ALWAYS_EXCEPT`"
3823     [ "$EXCEPT_SLOW" ] && \
3824         log "skipping tests SLOW=no: `echo $EXCEPT_SLOW`"
3825     for E in $EXCEPT; do
3826         eval EXCEPT_${E}=true
3827     done
3828     for E in $ALWAYS_EXCEPT; do
3829         eval EXCEPT_ALWAYS_${E}=true
3830     done
3831     for E in $EXCEPT_SLOW; do
3832         eval EXCEPT_SLOW_${E}=true
3833     done
3834     for G in $GRANT_CHECK_LIST; do
3835         eval GCHECK_ONLY_${G}=true
3836         done
3837 }
3838
3839 basetest() {
3840     if [[ $1 = [a-z]* ]]; then
3841         echo $1
3842     else
3843         echo ${1%%[a-z]*}
3844     fi
3845 }
3846
3847 # print a newline if the last test was skipped
3848 export LAST_SKIPPED=
3849 export ALWAYS_SKIPPED=
3850 #
3851 # Main entry into test-framework. This is called with the name and
3852 # description of a test. The name is used to find the function to run
3853 # the test using "test_$name".
3854 #
3855 # This supports a variety of methods of specifying specific test to
3856 # run or not run.  These need to be documented...
3857 #
3858 run_test() {
3859     assert_DIR
3860
3861     export base=`basetest $1`
3862     if [ ! -z "$ONLY" ]; then
3863         testname=ONLY_$1
3864         if [ ${!testname}x != x ]; then
3865             [ "$LAST_SKIPPED" ] && echo "" && LAST_SKIPPED=
3866             run_one_logged $1 "$2"
3867             return $?
3868         fi
3869         testname=ONLY_$base
3870         if [ ${!testname}x != x ]; then
3871             [ "$LAST_SKIPPED" ] && echo "" && LAST_SKIPPED=
3872             run_one_logged $1 "$2"
3873             return $?
3874         fi
3875         LAST_SKIPPED="y"
3876         echo -n "."
3877         return 0
3878     fi
3879
3880         LAST_SKIPPED="y"
3881         ALWAYS_SKIPPED="y"
3882     testname=EXCEPT_$1
3883     if [ ${!testname}x != x ]; then
3884         TESTNAME=test_$1 skip "skipping excluded test $1"
3885         return 0
3886     fi
3887     testname=EXCEPT_$base
3888     if [ ${!testname}x != x ]; then
3889         TESTNAME=test_$1 skip "skipping excluded test $1 (base $base)"
3890         return 0
3891     fi
3892     testname=EXCEPT_ALWAYS_$1
3893     if [ ${!testname}x != x ]; then
3894         TESTNAME=test_$1 skip "skipping ALWAYS excluded test $1"
3895         return 0
3896     fi
3897     testname=EXCEPT_ALWAYS_$base
3898     if [ ${!testname}x != x ]; then
3899         TESTNAME=test_$1 skip "skipping ALWAYS excluded test $1 (base $base)"
3900         return 0
3901     fi
3902     testname=EXCEPT_SLOW_$1
3903     if [ ${!testname}x != x ]; then
3904         TESTNAME=test_$1 skip "skipping SLOW test $1"
3905         return 0
3906     fi
3907     testname=EXCEPT_SLOW_$base
3908     if [ ${!testname}x != x ]; then
3909         TESTNAME=test_$1 skip "skipping SLOW test $1 (base $base)"
3910         return 0
3911     fi
3912
3913     LAST_SKIPPED=
3914     ALWAYS_SKIPPED=
3915     run_one_logged $1 "$2"
3916
3917     return $?
3918 }
3919
3920 equals_msg() {
3921     banner "$*"
3922 }
3923
3924 log() {
3925     echo "$*"
3926     module_loaded lnet || load_modules
3927
3928     local MSG="$*"
3929     # Get rid of '
3930     MSG=${MSG//\'/\\\'}
3931     MSG=${MSG//\(/\\\(}
3932     MSG=${MSG//\)/\\\)}
3933     MSG=${MSG//\;/\\\;}
3934     MSG=${MSG//\|/\\\|}
3935     MSG=${MSG//\>/\\\>}
3936     MSG=${MSG//\</\\\<}
3937     MSG=${MSG//\//\\\/}
3938     do_nodes $(comma_list $(nodes_list)) $LCTL mark "$MSG" 2> /dev/null || true
3939 }
3940
3941 trace() {
3942         log "STARTING: $*"
3943         strace -o $TMP/$1.strace -ttt $*
3944         RC=$?
3945         log "FINISHED: $*: rc $RC"
3946         return 1
3947 }
3948
3949 complete () {
3950     equals_msg $1 test complete, duration $2 sec
3951     [ -f "$TESTSUITELOG" ] && egrep .FAIL $TESTSUITELOG || true
3952     echo duration $2 >>$TESTSUITELOG
3953 }
3954
3955 pass() {
3956         # Set TEST_STATUS here. It will be used for logging the result.
3957         TEST_STATUS="PASS"
3958
3959         if [[ -f $LOGDIR/err ]]; then
3960                 TEST_STATUS="FAIL"
3961         elif [[ -f $LOGDIR/skip ]]; then
3962                 TEST_STATUS="SKIP"
3963         fi
3964         echo "$TEST_STATUS $@" 2>&1 | tee -a $TESTSUITELOG
3965 }
3966
3967 check_mds() {
3968     local FFREE=$(do_node $SINGLEMDS \
3969         lctl get_param -n osd*.*MDT*.filesfree | calc_sum)
3970     local FTOTAL=$(do_node $SINGLEMDS \
3971         lctl get_param -n osd*.*MDT*.filestotal | calc_sum)
3972
3973     [ $FFREE -ge $FTOTAL ] && error "files free $FFREE > total $FTOTAL" || true
3974 }
3975
3976 reset_fail_loc () {
3977     echo -n "Resetting fail_loc on all nodes..."
3978     do_nodes $(comma_list $(nodes_list)) "lctl set_param -n fail_loc=0 2>/dev/null || true"
3979     echo done.
3980 }
3981
3982
3983 #
3984 # Log a message (on all nodes) padded with "=" before and after. 
3985 # Also appends a timestamp and prepends the testsuite name.
3986
3987
3988 EQUALS="===================================================================================================="
3989 banner() {
3990     msg="== ${TESTSUITE} $*"
3991     last=${msg: -1:1}
3992     [[ $last != "=" && $last != " " ]] && msg="$msg "
3993     msg=$(printf '%s%.*s'  "$msg"  $((${#EQUALS} - ${#msg})) $EQUALS )
3994     # always include at least == after the message
3995     log "$msg== $(date +"%H:%M:%S (%s)")"
3996 }
3997
3998 #
3999 # Run a single test function and cleanup after it.  
4000 #
4001 # This function should be run in a subshell so the test func can
4002 # exit() without stopping the whole script.
4003 #
4004 run_one() {
4005     local testnum=$1
4006     local message=$2
4007     tfile=f.${TESTSUITE}.${testnum}
4008     export tdir=d0.${TESTSUITE}/d${base}
4009     export TESTNAME=test_$testnum
4010     local SAVE_UMASK=`umask`
4011     umask 0022
4012
4013     banner "test $testnum: $message"
4014     test_${testnum} || error "test_$testnum failed with $?"
4015     cd $SAVE_PWD
4016     reset_fail_loc
4017     check_grant ${testnum} || error "check_grant $testnum failed with $?"
4018     check_catastrophe || error "LBUG/LASSERT detected"
4019     ps auxww | grep -v grep | grep -q multiop && error "multiop still running"
4020     unset TESTNAME
4021     unset tdir
4022     umask $SAVE_UMASK
4023     return 0
4024 }
4025
4026 #
4027 # Wrapper around run_one to ensure:
4028 #  - test runs in subshell
4029 #  - output of test is saved to separate log file for error reporting
4030 #  - test result is saved to data file
4031 #
4032 run_one_logged() {
4033         local BEFORE=`date +%s`
4034         local TEST_ERROR
4035         local name=${TESTSUITE}.test_${1}.test_log.$(hostname -s).log
4036         local test_log=$LOGDIR/$name
4037         rm -rf $LOGDIR/err
4038         rm -rf $LOGDIR/skip
4039         local SAVE_UMASK=`umask`
4040         umask 0022
4041
4042         echo
4043         log_sub_test_begin test_${1}
4044         (run_one $1 "$2") 2>&1 | tee -i $test_log
4045         local RC=${PIPESTATUS[0]}
4046
4047         [ $RC -ne 0 ] && [ ! -f $LOGDIR/err ] && \
4048                 echo "test_$1 returned $RC" | tee $LOGDIR/err
4049
4050         duration=$((`date +%s` - $BEFORE))
4051         pass "$1" "(${duration}s)"
4052
4053         if [[ -f $LOGDIR/err ]]; then
4054                 TEST_ERROR=$(cat $LOGDIR/err)
4055         elif [[ -f $LOGDIR/skip ]]; then
4056                 TEST_ERROR=$(cat $LOGDIR/skip)
4057         fi
4058         log_sub_test_end $TEST_STATUS $duration "$RC" "$TEST_ERROR"
4059
4060         if [ -f $LOGDIR/err ]; then
4061                 $FAIL_ON_ERROR && exit $RC
4062         fi
4063
4064         umask $SAVE_UMASK
4065
4066         return 0
4067 }
4068
4069 #
4070 # Print information of skipped tests to result.yml
4071 #
4072 skip_logged(){
4073         log_sub_test_begin $1
4074         shift
4075         log_sub_test_end "SKIP" "0" "0" "$@"
4076 }
4077
4078 canonical_path() {
4079     (cd `dirname $1`; echo $PWD/`basename $1`)
4080 }
4081
4082
4083 check_grant() {
4084     export base=`basetest $1`
4085     [ "$CHECK_GRANT" == "no" ] && return 0
4086
4087         testname=GCHECK_ONLY_${base}
4088         [ ${!testname}x == x ] && return 0
4089
4090     echo -n "checking grant......"
4091
4092         local clients=$CLIENTS
4093         [ -z $clients ] && clients=$(hostname)
4094
4095     # sync all the data and make sure no pending data on server
4096     do_nodes $clients sync
4097
4098     # get client grant
4099     client_grant=`do_nodes $clients \
4100                     "$LCTL get_param -n osc.${FSNAME}-*.cur_*grant_bytes" | \
4101                     awk '{total += $1} END{print total}'`
4102
4103     # get server grant
4104     server_grant=`do_nodes $(comma_list $(osts_nodes)) \
4105                     "$LCTL get_param -n obdfilter.${FSNAME}-OST*.tot_granted" |
4106                     awk '{total += $1} END{print total}'`
4107
4108     # check whether client grant == server grant
4109     if [ $client_grant -ne $server_grant ]; then
4110         echo "failed: client:${client_grant} server: ${server_grant}."
4111         do_nodes $(comma_list $(osts_nodes)) \
4112                    "$LCTL get_param obdfilter.${FSNAME}-OST*.tot*"
4113         do_nodes $clients "$LCTL get_param osc.${FSNAME}-*.cur_*_bytes"
4114         return 1
4115     else
4116         echo "pass: client:${client_grant} server: ${server_grant}"
4117     fi
4118
4119 }
4120
4121 ########################
4122 # helper functions
4123
4124 osc_to_ost()
4125 {
4126     osc=$1
4127     ost=`echo $1 | awk -F_ '{print $3}'`
4128     if [ -z $ost ]; then
4129         ost=`echo $1 | sed 's/-osc.*//'`
4130     fi
4131     echo $ost
4132 }
4133
4134 ostuuid_from_index()
4135 {
4136     $LFS osts $2 | sed -ne "/^$1: /s/.* \(.*\) .*$/\1/p"
4137 }
4138
4139 ostname_from_index() {
4140     local uuid=$(ostuuid_from_index $1)
4141     echo ${uuid/_UUID/}
4142 }
4143
4144 index_from_ostuuid()
4145 {
4146     $LFS osts $2 | sed -ne "/${1}/s/\(.*\): .* .*$/\1/p"
4147 }
4148
4149 mdtuuid_from_index()
4150 {
4151     $LFS mdts $2 | sed -ne "/^$1: /s/.* \(.*\) .*$/\1/p"
4152 }
4153
4154 remote_node () {
4155     local node=$1
4156     [ "$node" != "$(hostname)" ]
4157 }
4158
4159 remote_mds ()
4160 {
4161     local node
4162     for node in $(mdts_nodes); do
4163         remote_node $node && return 0
4164     done
4165     return 1
4166 }
4167
4168 remote_mds_nodsh()
4169 {
4170     [ "$CLIENTONLY" ] && return 0 || true
4171     remote_mds && [ "$PDSH" = "no_dsh" -o -z "$PDSH" -o -z "$mds_HOST" ]
4172 }
4173
4174 require_dsh_mds()
4175 {
4176         remote_mds_nodsh && echo "SKIP: $TESTSUITE: remote MDS with nodsh" && \
4177             MSKIPPED=1 && return 1
4178         return 0
4179 }
4180
4181 remote_ost ()
4182 {
4183     local node
4184     for node in $(osts_nodes) ; do
4185         remote_node $node && return 0
4186     done
4187     return 1
4188 }
4189
4190 remote_ost_nodsh()
4191 {
4192     [ "$CLIENTONLY" ] && return 0 || true 
4193     remote_ost && [ "$PDSH" = "no_dsh" -o -z "$PDSH" -o -z "$ost_HOST" ]
4194 }
4195
4196 require_dsh_ost()
4197 {
4198         remote_ost_nodsh && echo "SKIP: $TESTSUITE: remote OST with nodsh" && \
4199             OSKIPPED=1 && return 1
4200         return 0
4201 }
4202
4203 remote_mgs_nodsh()
4204 {
4205     local MGS 
4206     MGS=$(facet_host mgs)
4207     remote_node $MGS && [ "$PDSH" = "no_dsh" -o -z "$PDSH" -o -z "$ost_HOST" ]
4208 }
4209
4210 local_mode ()
4211 {
4212     remote_mds_nodsh || remote_ost_nodsh || \
4213         $(single_local_node $(comma_list $(nodes_list)))
4214 }
4215
4216 mdts_nodes () {
4217     local MDSNODES
4218     local NODES_sort
4219     for num in `seq $MDSCOUNT`; do
4220         MDSNODES="$MDSNODES $(facet_host mds$num)"
4221     done
4222     NODES_sort=$(for i in $MDSNODES; do echo $i; done | sort -u)
4223
4224     echo $NODES_sort
4225 }
4226
4227 remote_servers () {
4228     remote_ost && remote_mds
4229 }
4230
4231 facets_nodes () {
4232     local facets=$1
4233     local nodes
4234     local NODES_sort
4235
4236     for facet in ${facets//,/ }; do
4237         if [ "$FAILURE_MODE" = HARD ]; then
4238             nodes="$nodes $(facet_active_host $facet)"
4239         else
4240             nodes="$nodes $(facet_host $facet)"
4241         fi
4242     done
4243     NODES_sort=$(for i in $nodes; do echo $i; done | sort -u)
4244
4245     echo $NODES_sort
4246 }
4247
4248 osts_nodes () {
4249     local facets=$(get_facets OST)
4250     local nodes=$(facets_nodes $facets)
4251
4252     echo $nodes
4253 }
4254
4255 nodes_list () {
4256     # FIXME. We need a list of clients
4257     local myNODES=$HOSTNAME
4258     local myNODES_sort
4259
4260     # CLIENTS (if specified) contains the local client
4261     [ -n "$CLIENTS" ] && myNODES=${CLIENTS//,/ }
4262
4263     if [ "$PDSH" -a "$PDSH" != "no_dsh" ]; then
4264         myNODES="$myNODES $(facets_nodes $(get_facets))"
4265     fi
4266
4267     myNODES_sort=$(for i in $myNODES; do echo $i; done | sort -u)
4268
4269     echo $myNODES_sort
4270 }
4271
4272 remote_nodes_list () {
4273     local rnodes=$(nodes_list)
4274     rnodes=$(echo " $rnodes " | sed -re "s/\s+$HOSTNAME\s+/ /g")
4275     echo $rnodes
4276 }
4277
4278 init_clients_lists () {
4279     # Sanity check: exclude the local client from RCLIENTS
4280     local clients=$(hostlist_expand "$RCLIENTS")
4281     local rclients=$(exclude_items_from_list "$clients" $HOSTNAME)
4282
4283     # Sanity check: exclude the dup entries
4284     RCLIENTS=$(for i in ${rclients//,/ }; do echo $i; done | sort -u)
4285
4286     clients="$SINGLECLIENT $HOSTNAME $RCLIENTS"
4287
4288     # Sanity check: exclude the dup entries from CLIENTS
4289     # for those configs which has SINGLCLIENT set to local client
4290     clients=$(for i in $clients; do echo $i; done | sort -u)
4291
4292     CLIENTS=$(comma_list $clients)
4293     local -a remoteclients=($RCLIENTS)
4294     for ((i=0; $i<${#remoteclients[@]}; i++)); do
4295             varname=CLIENT$((i + 2))
4296             eval $varname=${remoteclients[i]}
4297     done
4298
4299     CLIENTCOUNT=$((${#remoteclients[@]} + 1))
4300 }
4301
4302 get_random_entry () {
4303     local rnodes=$1
4304
4305     rnodes=${rnodes//,/ }
4306
4307     local -a nodes=($rnodes)
4308     local num=${#nodes[@]} 
4309     local i=$((RANDOM * num * 2 / 65536))
4310
4311     echo ${nodes[i]}
4312 }
4313
4314 client_only () {
4315     [ "$CLIENTONLY" ] || [ "$CLIENTMODSONLY" = yes ]
4316 }
4317
4318 is_patchless ()
4319 {
4320     lctl get_param version | grep -q patchless
4321 }
4322
4323 check_versions () {
4324     [ "$(lustre_version_code client)" = "$(lustre_version_code $SINGLEMDS)" -a \
4325       "$(lustre_version_code client)" = "$(lustre_version_code ost1)" ]
4326 }
4327
4328 get_node_count() {
4329     local nodes="$@"
4330     echo $nodes | wc -w || true
4331 }
4332
4333 mixed_ost_devs () {
4334     local nodes=$(osts_nodes)
4335     local osscount=$(get_node_count "$nodes")
4336     [ ! "$OSTCOUNT" = "$osscount" ]
4337 }
4338
4339 mixed_mdt_devs () {
4340     local nodes=$(mdts_nodes)
4341     local mdtcount=$(get_node_count "$nodes")
4342     [ ! "$MDSCOUNT" = "$mdtcount" ]
4343 }
4344
4345 generate_machine_file() {
4346     local nodes=${1//,/ }
4347     local machinefile=$2
4348     rm -f $machinefile
4349     for node in $nodes; do
4350         echo $node >>$machinefile || \
4351             { echo "can not generate machinefile $machinefile" && return 1; }
4352     done
4353 }
4354
4355 get_stripe () {
4356     local file=$1/stripe
4357     touch $file
4358     $LFS getstripe -v $file || error
4359     rm -f $file
4360 }
4361
4362 setstripe_nfsserver () {
4363     local dir=$1
4364
4365     local nfsserver=$(awk '"'$dir'" ~ $2 && $3 ~ "nfs" && $2 != "/" \
4366                 { print $1 }' /proc/mounts | cut -f 1 -d : | head -1)
4367
4368     [ -z $nfsserver ] && echo "$dir is not nfs mounted" && return 1
4369
4370     do_nodev $nfsserver lfs setstripe "$@"
4371 }
4372
4373 # Check and add a test group.
4374 add_group() {
4375         local group_id=$1
4376         local group_name=$2
4377         local rc=0
4378
4379         local gid=$(getent group $group_name | cut -d: -f3)
4380         if [[ -n "$gid" ]]; then
4381                 [[ "$gid" -eq "$group_id" ]] || {
4382                         error_noexit "inconsistent group ID:" \
4383                                      "new: $group_id, old: $gid"
4384                         rc=1
4385                 }
4386         else
4387                 groupadd -g $group_id $group_name
4388                 rc=${PIPESTATUS[0]}
4389         fi
4390
4391         return $rc
4392 }
4393
4394 # Check and add a test user.
4395 add_user() {
4396         local user_id=$1
4397         shift
4398         local user_name=$1
4399         shift
4400         local group_name=$1
4401         shift
4402         local home=$1
4403         shift
4404         local opts="$@"
4405         local rc=0
4406
4407         local uid=$(getent passwd $user_name | cut -d: -f3)
4408         if [[ -n "$uid" ]]; then
4409                 if [[ "$uid" -eq "$user_id" ]]; then
4410                         local dir=$(getent passwd $user_name | cut -d: -f6)
4411                         if [[ "$dir" != "$home" ]]; then
4412                                 mkdir -p $home
4413                                 usermod -d $home $user_name
4414                                 rc=${PIPESTATUS[0]}
4415                         fi
4416                 else
4417                         error_noexit "inconsistent user ID:" \
4418                                      "new: $user_id, old: $uid"
4419                         rc=1
4420                 fi
4421         else
4422                 mkdir -p $home
4423                 useradd -M -u $user_id -d $home -g $group_name $opts $user_name
4424                 rc=${PIPESTATUS[0]}
4425         fi
4426
4427         return $rc
4428 }
4429
4430 check_runas_id_ret() {
4431     local myRC=0
4432     local myRUNAS_UID=$1
4433     local myRUNAS_GID=$2
4434     shift 2
4435     local myRUNAS=$@
4436     if [ -z "$myRUNAS" ]; then
4437         error_exit "myRUNAS command must be specified for check_runas_id"
4438     fi
4439     if $GSS_KRB5; then
4440         $myRUNAS krb5_login.sh || \
4441             error "Failed to refresh Kerberos V5 TGT for UID $myRUNAS_ID."
4442     fi
4443     mkdir $DIR/d0_runas_test
4444     chmod 0755 $DIR
4445     chown $myRUNAS_UID:$myRUNAS_GID $DIR/d0_runas_test
4446     $myRUNAS touch $DIR/d0_runas_test/f$$ || myRC=$?
4447     rm -rf $DIR/d0_runas_test
4448     return $myRC
4449 }
4450
4451 check_runas_id() {
4452     local myRUNAS_UID=$1
4453     local myRUNAS_GID=$2
4454     shift 2
4455     local myRUNAS=$@
4456     check_runas_id_ret $myRUNAS_UID $myRUNAS_GID $myRUNAS || \
4457         error "unable to write to $DIR/d0_runas_test as UID $myRUNAS_UID.
4458         Please set RUNAS_ID to some UID which exists on MDS and client or
4459         add user $myRUNAS_UID:$myRUNAS_GID on these nodes."
4460 }
4461
4462 # obtain the UID/GID for MPI_USER
4463 get_mpiuser_id() {
4464     local mpi_user=$1
4465
4466     MPI_USER_UID=$(do_facet client "getent passwd $mpi_user | cut -d: -f3;
4467 exit \\\${PIPESTATUS[0]}") || error_exit "failed to get the UID for $mpi_user"
4468
4469     MPI_USER_GID=$(do_facet client "getent passwd $mpi_user | cut -d: -f4;
4470 exit \\\${PIPESTATUS[0]}") || error_exit "failed to get the GID for $mpi_user"
4471 }
4472
4473 # obtain and cache Kerberos ticket-granting ticket
4474 refresh_krb5_tgt() {
4475     local myRUNAS_UID=$1
4476     local myRUNAS_GID=$2
4477     shift 2
4478     local myRUNAS=$@
4479     if [ -z "$myRUNAS" ]; then
4480         error_exit "myRUNAS command must be specified for refresh_krb5_tgt"
4481     fi
4482
4483     CLIENTS=${CLIENTS:-$HOSTNAME}
4484     do_nodes $CLIENTS "set -x
4485 if ! $myRUNAS krb5_login.sh; then
4486     echo "Failed to refresh Krb5 TGT for UID/GID $myRUNAS_UID/$myRUNAS_GID."
4487     exit 1
4488 fi"
4489 }
4490
4491 # Run multiop in the background, but wait for it to print
4492 # "PAUSING" to its stdout before returning from this function.
4493 multiop_bg_pause() {
4494     MULTIOP_PROG=${MULTIOP_PROG:-$MULTIOP}
4495     FILE=$1
4496     ARGS=$2
4497
4498     TMPPIPE=/tmp/multiop_open_wait_pipe.$$
4499     mkfifo $TMPPIPE
4500
4501     echo "$MULTIOP_PROG $FILE v$ARGS"
4502     $MULTIOP_PROG $FILE v$ARGS > $TMPPIPE &
4503
4504     echo "TMPPIPE=${TMPPIPE}"
4505     read -t 60 multiop_output < $TMPPIPE
4506     if [ $? -ne 0 ]; then
4507         rm -f $TMPPIPE
4508         return 1
4509     fi
4510     rm -f $TMPPIPE
4511     if [ "$multiop_output" != "PAUSING" ]; then
4512         echo "Incorrect multiop output: $multiop_output"
4513         kill -9 $PID
4514         return 1
4515     fi
4516
4517     return 0
4518 }
4519
4520 do_and_time () {
4521     local cmd=$1
4522     local rc
4523
4524     SECONDS=0
4525     eval '$cmd'
4526     
4527     [ ${PIPESTATUS[0]} -eq 0 ] || rc=1
4528
4529     echo $SECONDS
4530     return $rc
4531 }
4532
4533 inodes_available () {
4534     local IFree=$($LFS df -i $MOUNT | grep ^$FSNAME | awk '{print $4}' | sort -un | head -1) || return 1
4535     echo $IFree
4536 }
4537
4538 mdsrate_inodes_available () {
4539     local min_inodes=$(inodes_available)
4540     echo $((min_inodes * 99 / 100))
4541 }
4542
4543 # reset llite stat counters
4544 clear_llite_stats(){
4545         lctl set_param -n llite.*.stats 0
4546 }
4547
4548 # sum llite stat items
4549 calc_llite_stats() {
4550         local res=$(lctl get_param -n llite.*.stats |
4551                     awk 'BEGIN {s = 0} END {print s} /^'"$1"'/ {s += $2}')
4552         echo $res
4553 }
4554
4555 # reset osc stat counters
4556 clear_osc_stats(){
4557         lctl set_param -n osc.*.osc_stats 0
4558 }
4559
4560 # sum osc stat items
4561 calc_osc_stats() {
4562         local res=$(lctl get_param -n osc.*.osc_stats |
4563                     awk 'BEGIN {s = 0} END {print s} /^'"$1"'/ {s += $2}')
4564         echo $res
4565 }
4566
4567 calc_sum () {
4568         awk 'BEGIN {s = 0}; {s += $1}; END {print s}'
4569 }
4570
4571 calc_osc_kbytes () {
4572         df $MOUNT > /dev/null
4573         $LCTL get_param -n osc.*[oO][sS][cC][-_][0-9a-f]*.$1 | calc_sum
4574 }
4575
4576 # save_lustre_params(node, parameter_mask)
4577 # generate a stream of formatted strings (<node> <param name>=<param value>)
4578 save_lustre_params() {
4579         local s
4580         do_nodesv $1 "lctl get_param $2 | while read s; do echo \\\$s; done"
4581 }
4582
4583 # restore lustre parameters from input stream, produces by save_lustre_params
4584 restore_lustre_params() {
4585         local node
4586         local name
4587         local val
4588         while IFS=" =" read node name val; do
4589                 do_node ${node//:/} "lctl set_param -n $name $val"
4590         done
4591 }
4592
4593 check_catastrophe() {
4594     local rnodes=${1:-$(comma_list $(remote_nodes_list))}
4595     local C=$CATASTROPHE
4596     [ -f $C ] && [ $(cat $C) -ne 0 ] && return 1
4597
4598     if [ $rnodes ]; then
4599         do_nodes $rnodes "rc=\\\$([ -f $C ] && echo \\\$(< $C) || echo 0);
4600 if [ \\\$rc -ne 0 ]; then echo \\\$(hostname): \\\$rc; fi
4601 exit \\\$rc;"
4602     fi 
4603 }
4604
4605 # CMD: determine mds index where directory inode presents
4606 get_mds_dir () {
4607     local dir=$1
4608     local file=$dir/f0.get_mds_dir_tmpfile
4609
4610     mkdir -p $dir
4611     rm -f $file
4612     sleep 1
4613     local iused=$(lfs df -i $dir | grep MDT | awk '{print $3}')
4614     local -a oldused=($iused)
4615
4616     openfile -f O_CREAT:O_LOV_DELAY_CREATE -m 0644 $file > /dev/null
4617     sleep 1
4618     iused=$(lfs df -i $dir | grep MDT | awk '{print $3}')
4619     local -a newused=($iused)
4620
4621     local num=0
4622     for ((i=0; i<${#newused[@]}; i++)); do
4623          if [ ${oldused[$i]} -lt ${newused[$i]} ];  then
4624              echo $(( i + 1 ))
4625              rm -f $file
4626              return 0
4627          fi
4628     done
4629     error "mdt-s : inodes count OLD ${oldused[@]} NEW ${newused[@]}"
4630 }
4631
4632 mdsrate_cleanup () {
4633     if [ -d $4 ]; then
4634         mpi_run -np $1 -machinefile $2 ${MDSRATE} --unlink --nfiles $3 --dir $4 --filefmt $5 $6
4635         rmdir $4
4636     fi
4637 }
4638
4639 delayed_recovery_enabled () {
4640     local var=${SINGLEMDS}_svc
4641     do_facet $SINGLEMDS lctl get_param -n mdd.${!var}.stale_export_age > /dev/null 2>&1
4642 }
4643
4644 ########################
4645
4646 convert_facet2label() { 
4647     local facet=$1
4648
4649     if [ x$facet = xost ]; then
4650        facet=ost1
4651     fi
4652
4653     local varsvc=${facet}_svc
4654
4655     if [ -n ${!varsvc} ]; then
4656         echo ${!varsvc}
4657     else  
4658         error "No lablel for $facet!"
4659     fi
4660 }
4661
4662 get_clientosc_proc_path() {
4663     echo "${1}-osc-[^M]*"
4664 }
4665
4666 get_lustre_version () {
4667     local facet=${1:-"$SINGLEMDS"}    
4668     do_facet $facet $LCTL get_param -n version | awk '/^lustre:/ {print $2}'
4669 }
4670
4671 lustre_version_code() {
4672     local facet=${1:-"$SINGLEMDS"}
4673     version_code $(get_lustre_version $1)
4674 }
4675
4676 # If the 2.0 MDS was mounted on 1.8 device, then the OSC and LOV names
4677 # used by MDT would not be changed.
4678 # mdt lov: fsname-mdtlov
4679 # mdt osc: fsname-OSTXXXX-osc
4680 mds_on_old_device() {
4681     local mds=${1:-"$SINGLEMDS"}
4682
4683     if [ $(lustre_version_code $mds) -gt $(version_code 1.9.0) ]; then
4684         do_facet $mds "lctl list_param osc.$FSNAME-OST*-osc \
4685             > /dev/null 2>&1" && return 0
4686     fi
4687     return 1
4688 }
4689
4690 get_mdtosc_proc_path() {
4691     local mds_facet=$1
4692     local ost_label=${2:-"*OST*"}
4693
4694     [ "$mds_facet" = "mds" ] && mds_facet=$SINGLEMDS
4695     local mdt_label=$(convert_facet2label $mds_facet)
4696     local mdt_index=$(echo $mdt_label | sed -e 's/^.*-//')
4697
4698     if [ $(lustre_version_code $mds_facet) -le $(version_code 1.8.0) ] ||
4699        mds_on_old_device $mds_facet; then
4700         echo "${ost_label}-osc"
4701     else
4702         echo "${ost_label}-osc-${mdt_index}"
4703     fi
4704 }
4705
4706 get_osc_import_name() {
4707     local facet=$1
4708     local ost=$2
4709     local label=$(convert_facet2label $ost)
4710
4711     if [ "${facet:0:3}" = "mds" ]; then
4712         get_mdtosc_proc_path $facet $label
4713         return 0
4714     fi
4715
4716     get_clientosc_proc_path $label
4717     return 0
4718 }
4719
4720 _wait_import_state () {
4721     local expected=$1
4722     local CONN_PROC=$2
4723     local maxtime=${3:-$(max_recovery_time)}
4724     local CONN_STATE
4725     local i=0
4726
4727     CONN_STATE=$($LCTL get_param -n $CONN_PROC 2>/dev/null | cut -f2)
4728     while [ "${CONN_STATE}" != "${expected}" ]; do
4729         if [ "${expected}" == "DISCONN" ]; then
4730             # for disconn we can check after proc entry is removed
4731             [ "x${CONN_STATE}" == "x" ] && return 0
4732             #  with AT enabled, we can have connect request timeout near of
4733             # reconnect timeout and test can't see real disconnect
4734             [ "${CONN_STATE}" == "CONNECTING" ] && return 0
4735         fi
4736         [ $i -ge $maxtime ] && \
4737             error "can't put import for $CONN_PROC into ${expected} state after $i sec, have ${CONN_STATE}" && \
4738             return 1
4739         sleep 1
4740         CONN_STATE=$($LCTL get_param -n $CONN_PROC 2>/dev/null | cut -f2)
4741         i=$(($i + 1))
4742     done
4743
4744     log "$CONN_PROC in ${CONN_STATE} state after $i sec"
4745     return 0
4746 }
4747
4748 wait_import_state() {
4749     local state=$1
4750     local params=$2
4751     local maxtime=${3:-$(max_recovery_time)}
4752     local param
4753
4754     for param in ${params//,/ }; do
4755         _wait_import_state $state $param $maxtime || return
4756     done
4757 }
4758
4759 # One client request could be timed out because server was not ready
4760 # when request was sent by client.
4761 # The request timeout calculation details :
4762 # ptl_send_rpc ()
4763 #      /* We give the server rq_timeout secs to process the req, and
4764 #      add the network latency for our local timeout. */
4765 #      request->rq_deadline = request->rq_sent + request->rq_timeout +
4766 #           ptlrpc_at_get_net_latency(request) ;
4767 #
4768 # ptlrpc_connect_import ()
4769 #      request->rq_timeout = INITIAL_CONNECT_TIMEOUT
4770 #
4771 # init_imp_at () ->
4772 #   -> at_init(&at->iat_net_latency, 0, 0) -> iat_net_latency=0
4773 # ptlrpc_at_get_net_latency(request) ->
4774 #       at_get (max (iat_net_latency=0, at_min)) = at_min
4775 #
4776 # i.e.:
4777 # request->rq_timeout + ptlrpc_at_get_net_latency(request) =
4778 # INITIAL_CONNECT_TIMEOUT + at_min
4779 #
4780 # We will use obd_timeout instead of INITIAL_CONNECT_TIMEOUT
4781 # because we can not get this value in runtime,
4782 # the value depends on configure options, and it is not stored in /proc.
4783 # obd_support.h:
4784 # #define CONNECTION_SWITCH_MIN 5U
4785 # #define INITIAL_CONNECT_TIMEOUT max(CONNECTION_SWITCH_MIN,obd_timeout/20)
4786
4787 request_timeout () {
4788     local facet=$1
4789
4790     # request->rq_timeout = INITIAL_CONNECT_TIMEOUT
4791     local init_connect_timeout=$TIMEOUT
4792     [[ $init_connect_timeout -ge 5 ]] || init_connect_timeout=5
4793
4794     local at_min=$(at_get $facet at_min)
4795
4796     echo $(( init_connect_timeout + at_min ))
4797 }
4798
4799 wait_osc_import_state() {
4800     local facet=$1
4801     local ost_facet=$2
4802     local expected=$3
4803     local ost=$(get_osc_import_name $facet $ost_facet)
4804
4805     local param="osc.${ost}.ost_server_uuid"
4806
4807     # 1. wait the deadline of client 1st request (it could be skipped)
4808     # 2. wait the deadline of client 2nd request
4809     local maxtime=$(( 2 * $(request_timeout $facet)))
4810
4811     if ! do_rpc_nodes $(facet_host $facet) \
4812                 _wait_import_state $expected $param $maxtime; then
4813         error "import is not in ${expected} state"
4814         return 1
4815     fi
4816
4817     return 0
4818 }
4819
4820 get_clientmdc_proc_path() {
4821     echo "${1}-mdc-*"
4822 }
4823
4824 do_rpc_nodes () {
4825     local list=$1
4826     shift
4827
4828     # Add paths to lustre tests for 32 and 64 bit systems.
4829     local RPATH="PATH=$RLUSTRE/tests:/usr/lib/lustre/tests:/usr/lib64/lustre/tests:$PATH"
4830     do_nodesv $list "${RPATH} NAME=${NAME} sh rpc.sh $@ "
4831 }
4832
4833 wait_clients_import_state () {
4834     local list=$1
4835     local facet=$2
4836     local expected=$3
4837
4838     local facets=$facet
4839
4840     if [ "$FAILURE_MODE" = HARD ]; then
4841         facets=$(facets_on_host $(facet_active_host $facet))
4842     fi
4843
4844     for facet in ${facets//,/ }; do
4845     local label=$(convert_facet2label $facet)
4846     local proc_path
4847     case $facet in
4848         ost* ) proc_path="osc.$(get_clientosc_proc_path $label).ost_server_uuid" ;;
4849         mds* ) proc_path="mdc.$(get_clientmdc_proc_path $label).mds_server_uuid" ;;
4850         *) error "unknown facet!" ;;
4851     esac
4852     local params=$(expand_list $params $proc_path)
4853     done
4854
4855     if ! do_rpc_nodes $list wait_import_state $expected $params; then
4856         error "import is not in ${expected} state"
4857         return 1
4858     fi
4859 }
4860
4861 oos_full() {
4862         local -a AVAILA
4863         local -a GRANTA
4864         local -a TOTALA
4865         local OSCFULL=1
4866         AVAILA=($(do_nodes $(comma_list $(osts_nodes)) \
4867                   $LCTL get_param obdfilter.*.kbytesavail))
4868         GRANTA=($(do_nodes $(comma_list $(osts_nodes)) \
4869                   $LCTL get_param -n obdfilter.*.tot_granted))
4870         TOTALA=($(do_nodes $(comma_list $(osts_nodes)) \
4871                   $LCTL get_param -n obdfilter.*.kbytestotal))
4872         for ((i=0; i<${#AVAILA[@]}; i++)); do
4873                 local -a AVAIL1=(${AVAILA[$i]//=/ })
4874                 local -a TOTAL=(${TOTALA[$i]//=/ })
4875                 GRANT=$((${GRANTA[$i]}/1024))
4876                 # allow 1% of total space in bavail because of delayed
4877                 # allocation with ZFS which might release some free space after
4878                 # txg commit.  For small devices, we set a mininum of 8MB
4879                 local LIMIT=$((${TOTAL} / 100 + 8000))
4880                 echo -n $(echo ${AVAIL1[0]} | cut -d"." -f2) avl=${AVAIL1[1]} \
4881                         grnt=$GRANT diff=$((AVAIL1[1] - GRANT)) limit=${LIMIT}
4882                 [ $((AVAIL1[1] - GRANT)) -lt $LIMIT ] && OSCFULL=0 && \
4883                         echo " FULL" || echo
4884         done
4885         return $OSCFULL
4886 }
4887
4888 pool_list () {
4889    do_facet mgs lctl pool_list $1
4890 }
4891
4892 create_pool() {
4893     local fsname=${1%%.*}
4894     local poolname=${1##$fsname.}
4895
4896     do_facet mgs lctl pool_new $1
4897     local RC=$?
4898     # get param should return err unless pool is created
4899     [[ $RC -ne 0 ]] && return $RC
4900
4901     wait_update $HOSTNAME "lctl get_param -n lov.$fsname-*.pools.$poolname \
4902         2>/dev/null || echo foo" "" || RC=1
4903     if [[ $RC -eq 0 ]]; then
4904         add_pool_to_list $1
4905     else
4906         error "pool_new failed $1"
4907     fi
4908     return $RC
4909 }
4910
4911 add_pool_to_list () {
4912     local fsname=${1%%.*}
4913     local poolname=${1##$fsname.}
4914
4915     local listvar=${fsname}_CREATED_POOLS
4916     eval export ${listvar}=$(expand_list ${!listvar} $poolname)
4917 }
4918
4919 remove_pool_from_list () {
4920     local fsname=${1%%.*}
4921     local poolname=${1##$fsname.}
4922
4923     local listvar=${fsname}_CREATED_POOLS
4924     eval export ${listvar}=$(exclude_items_from_list ${!listvar} $poolname)
4925 }
4926
4927 destroy_pool_int() {
4928     local ost
4929     local OSTS=$(do_facet $SINGLEMDS lctl pool_list $1 | \
4930         awk '$1 !~ /^Pool:/ {print $1}')
4931     for ost in $OSTS; do
4932         do_facet mgs lctl pool_remove $1 $ost
4933     done
4934     do_facet mgs lctl pool_destroy $1
4935 }
4936
4937 # <fsname>.<poolname> or <poolname>
4938 destroy_pool() {
4939     local fsname=${1%%.*}
4940     local poolname=${1##$fsname.}
4941
4942     [[ x$fsname = x$poolname ]] && fsname=$FSNAME
4943
4944     local RC
4945
4946     pool_list $fsname.$poolname || return $?
4947
4948     destroy_pool_int $fsname.$poolname
4949     RC=$?
4950     [[ $RC -ne 0 ]] && return $RC
4951
4952     wait_update $HOSTNAME "lctl get_param -n lov.$fsname-*.pools.$poolname \
4953       2>/dev/null || echo foo" "foo" || RC=1
4954
4955     if [[ $RC -eq 0 ]]; then
4956         remove_pool_from_list $fsname.$poolname
4957     else
4958         error "destroy pool failed $1"
4959     fi
4960     return $RC
4961 }
4962
4963 destroy_pools () {
4964     local fsname=${1:-$FSNAME}
4965     local poolname
4966     local listvar=${fsname}_CREATED_POOLS
4967
4968     pool_list $fsname
4969
4970     [ x${!listvar} = x ] && return 0
4971
4972     echo destroy the created pools: ${!listvar}
4973     for poolname in ${!listvar//,/ }; do
4974         destroy_pool $fsname.$poolname
4975     done
4976 }
4977
4978 cleanup_pools () {
4979     local fsname=${1:-$FSNAME}
4980     trap 0
4981     destroy_pools $fsname
4982 }
4983
4984 gather_logs () {
4985     local list=$1
4986
4987     local ts=$(date +%s)
4988     local docp=true
4989
4990     if [[ ! -f "$YAML_LOG" ]]; then
4991         # init_logging is not performed before gather_logs,
4992         # so the $LOGDIR needs to be checked here
4993         check_shared_dir $LOGDIR && touch $LOGDIR/shared
4994     fi
4995
4996     [ -f $LOGDIR/shared ] && docp=false
4997
4998     # dump lustre logs, dmesg
4999
5000     prefix="$TESTLOG_PREFIX.$TESTNAME"
5001     suffix="$ts.log"
5002     echo "Dumping lctl log to ${prefix}.*.${suffix}"
5003
5004     if [ "$CLIENTONLY" -o "$PDSH" == "no_dsh" ]; then
5005         echo "Dumping logs only on local client."
5006         $LCTL dk > ${prefix}.debug_log.$(hostname -s).${suffix}
5007         dmesg > ${prefix}.dmesg.$(hostname -s).${suffix}
5008         return
5009     fi
5010
5011     do_nodesv $list \
5012         "$LCTL dk > ${prefix}.debug_log.\\\$(hostname -s).${suffix};
5013          dmesg > ${prefix}.dmesg.\\\$(hostname -s).${suffix}"
5014     if [ ! -f $LOGDIR/shared ]; then
5015         do_nodes $list rsync -az "${prefix}.*.${suffix}" $HOSTNAME:$LOGDIR
5016     fi
5017 }
5018
5019 do_ls () {
5020     local mntpt_root=$1
5021     local num_mntpts=$2
5022     local dir=$3
5023     local i
5024     local cmd
5025     local pids
5026     local rc=0
5027
5028     for i in $(seq 0 $num_mntpts); do
5029         cmd="ls -laf ${mntpt_root}$i/$dir"
5030         echo + $cmd;
5031         $cmd > /dev/null &
5032         pids="$pids $!"
5033     done
5034     echo pids=$pids
5035     for pid in $pids; do
5036         wait $pid || rc=$?
5037     done
5038
5039     return $rc
5040 }
5041
5042 # target_start_and_reset_recovery_timer()
5043 #        service_time = at_est2timeout(service_time);
5044 #        service_time += 2 * (CONNECTION_SWITCH_MAX + CONNECTION_SWITCH_INC +
5045 #                             INITIAL_CONNECT_TIMEOUT);
5046 # CONNECTION_SWITCH_MAX : min(25U, max(CONNECTION_SWITCH_MIN,obd_timeout))
5047 #define CONNECTION_SWITCH_INC 1
5048 #define INITIAL_CONNECT_TIMEOUT max(CONNECTION_SWITCH_MIN,obd_timeout/20)
5049 #define CONNECTION_SWITCH_MIN 5U
5050
5051 max_recovery_time () {
5052     local init_connect_timeout=$(( TIMEOUT / 20 ))
5053     [[ $init_connect_timeout -ge 5 ]] || init_connect_timeout=5
5054
5055     local service_time=$(( $(at_max_get client) + $(( 2 * $(( 25 + 1  + init_connect_timeout)) )) ))
5056
5057     echo $service_time 
5058 }
5059
5060 get_clients_mount_count () {
5061     local clients=${CLIENTS:-`hostname`}
5062
5063     # we need to take into account the clients mounts and
5064     # exclude mds/ost mounts if any;
5065     do_nodes $clients cat /proc/mounts | grep lustre | grep $MOUNT | wc -l
5066 }
5067
5068 # gss functions
5069 PROC_CLI="srpc_info"
5070
5071 combination()
5072 {
5073     local M=$1
5074     local N=$2
5075     local R=1
5076
5077     if [ $M -lt $N ]; then
5078         R=0
5079     else
5080         N=$((N + 1))
5081         while [ $N -lt $M ]; do
5082             R=$((R * N))
5083             N=$((N + 1))
5084         done
5085     fi
5086
5087     echo $R
5088     return 0
5089 }
5090
5091 calc_connection_cnt() {
5092     local dir=$1
5093
5094     # MDT->MDT = 2 * C(M, 2)
5095     # MDT->OST = M * O
5096     # CLI->OST = C * O
5097     # CLI->MDT = C * M
5098     comb_m2=$(combination $MDSCOUNT 2)
5099
5100     local num_clients=$(get_clients_mount_count)
5101
5102     local cnt_mdt2mdt=$((comb_m2 * 2))
5103     local cnt_mdt2ost=$((MDSCOUNT * OSTCOUNT))
5104     local cnt_cli2ost=$((num_clients * OSTCOUNT))
5105     local cnt_cli2mdt=$((num_clients * MDSCOUNT))
5106     local cnt_all2ost=$((cnt_mdt2ost + cnt_cli2ost))
5107     local cnt_all2mdt=$((cnt_mdt2mdt + cnt_cli2mdt))
5108     local cnt_all2all=$((cnt_mdt2ost + cnt_mdt2mdt + cnt_cli2ost + cnt_cli2mdt))
5109
5110     local var=cnt_$dir
5111     local res=${!var}
5112
5113     echo $res
5114 }
5115
5116 set_rule()
5117 {
5118     local tgt=$1
5119     local net=$2
5120     local dir=$3
5121     local flavor=$4
5122     local cmd="$tgt.srpc.flavor"
5123
5124     if [ $net == "any" ]; then
5125         net="default"
5126     fi
5127     cmd="$cmd.$net"
5128
5129     if [ $dir != "any" ]; then
5130         cmd="$cmd.$dir"
5131     fi
5132
5133     cmd="$cmd=$flavor"
5134     log "Setting sptlrpc rule: $cmd"
5135     do_facet mgs "$LCTL conf_param $cmd"
5136 }
5137
5138 count_flvr()
5139 {
5140     local output=$1
5141     local flavor=$2
5142     local count=0
5143
5144     rpc_flvr=`echo $flavor | awk -F - '{ print $1 }'`
5145     bulkspec=`echo $flavor | awk -F - '{ print $2 }'`
5146
5147     count=`echo "$output" | grep "rpc flavor" | grep $rpc_flvr | wc -l`
5148
5149     if [ "x$bulkspec" != "x" ]; then
5150         algs=`echo $bulkspec | awk -F : '{ print $2 }'`
5151
5152         if [ "x$algs" != "x" ]; then
5153             bulk_count=`echo "$output" | grep "bulk flavor" | grep $algs | wc -l`
5154         else
5155             bulk=`echo $bulkspec | awk -F : '{ print $1 }'`
5156             if [ $bulk == "bulkn" ]; then
5157                 bulk_count=`echo "$output" | grep "bulk flavor" \
5158                             | grep "null/null" | wc -l`
5159             elif [ $bulk == "bulki" ]; then
5160                 bulk_count=`echo "$output" | grep "bulk flavor" \
5161                             | grep "/null" | grep -v "null/" | wc -l`
5162             else
5163                 bulk_count=`echo "$output" | grep "bulk flavor" \
5164                             | grep -v "/null" | grep -v "null/" | wc -l`
5165             fi
5166         fi
5167
5168         [ $bulk_count -lt $count ] && count=$bulk_count
5169     fi
5170
5171     echo $count
5172 }
5173
5174 flvr_cnt_cli2mdt()
5175 {
5176     local flavor=$1
5177     local cnt
5178
5179     local clients=${CLIENTS:-`hostname`}
5180
5181     for c in ${clients//,/ }; do
5182         output=`do_node $c lctl get_param -n mdc.*-MDT*-mdc-*.$PROC_CLI 2>/dev/null`
5183         tmpcnt=`count_flvr "$output" $flavor`
5184         cnt=$((cnt + tmpcnt))
5185     done
5186     echo $cnt
5187 }
5188
5189 flvr_cnt_cli2ost()
5190 {
5191     local flavor=$1
5192     local cnt
5193
5194     local clients=${CLIENTS:-`hostname`}
5195
5196     for c in ${clients//,/ }; do
5197         output=`do_node $c lctl get_param -n osc.*OST*-osc-[^M][^D][^T]*.$PROC_CLI 2>/dev/null`
5198         tmpcnt=`count_flvr "$output" $flavor`
5199         cnt=$((cnt + tmpcnt))
5200     done
5201     echo $cnt
5202 }
5203
5204 flvr_cnt_mdt2mdt()
5205 {
5206     local flavor=$1
5207     local cnt=0
5208
5209     if [ $MDSCOUNT -le 1 ]; then
5210         echo 0
5211         return
5212     fi
5213
5214     for num in `seq $MDSCOUNT`; do
5215         output=`do_facet mds$num lctl get_param -n mdc.*-MDT*-mdc[0-9]*.$PROC_CLI 2>/dev/null`
5216         tmpcnt=`count_flvr "$output" $flavor`
5217         cnt=$((cnt + tmpcnt))
5218     done
5219     echo $cnt;
5220 }
5221
5222 flvr_cnt_mdt2ost()
5223 {
5224     local flavor=$1
5225     local cnt=0
5226     local mdtosc
5227
5228     for num in `seq $MDSCOUNT`; do
5229         mdtosc=$(get_mdtosc_proc_path mds$num)
5230         mdtosc=${mdtosc/-MDT*/-MDT\*}
5231         output=$(do_facet mds$num lctl get_param -n \
5232             osc.$mdtosc.$PROC_CLI 2>/dev/null)
5233         tmpcnt=`count_flvr "$output" $flavor`
5234         cnt=$((cnt + tmpcnt))
5235     done
5236     echo $cnt;
5237 }
5238
5239 flvr_cnt_mgc2mgs()
5240 {
5241     local flavor=$1
5242
5243     output=`do_facet client lctl get_param -n mgc.*.$PROC_CLI 2>/dev/null`
5244     count_flvr "$output" $flavor
5245 }
5246
5247 do_check_flavor()
5248 {
5249     local dir=$1        # from to
5250     local flavor=$2     # flavor expected
5251     local res=0
5252
5253     if [ $dir == "cli2mdt" ]; then
5254         res=`flvr_cnt_cli2mdt $flavor`
5255     elif [ $dir == "cli2ost" ]; then
5256         res=`flvr_cnt_cli2ost $flavor`
5257     elif [ $dir == "mdt2mdt" ]; then
5258         res=`flvr_cnt_mdt2mdt $flavor`
5259     elif [ $dir == "mdt2ost" ]; then
5260         res=`flvr_cnt_mdt2ost $flavor`
5261     elif [ $dir == "all2ost" ]; then
5262         res1=`flvr_cnt_mdt2ost $flavor`
5263         res2=`flvr_cnt_cli2ost $flavor`
5264         res=$((res1 + res2))
5265     elif [ $dir == "all2mdt" ]; then
5266         res1=`flvr_cnt_mdt2mdt $flavor`
5267         res2=`flvr_cnt_cli2mdt $flavor`
5268         res=$((res1 + res2))
5269     elif [ $dir == "all2all" ]; then
5270         res1=`flvr_cnt_mdt2ost $flavor`
5271         res2=`flvr_cnt_cli2ost $flavor`
5272         res3=`flvr_cnt_mdt2mdt $flavor`
5273         res4=`flvr_cnt_cli2mdt $flavor`
5274         res=$((res1 + res2 + res3 + res4))
5275     fi
5276
5277     echo $res
5278 }
5279
5280 wait_flavor()
5281 {
5282     local dir=$1        # from to
5283     local flavor=$2     # flavor expected
5284     local expect=${3:-$(calc_connection_cnt $dir)}     # number expected
5285
5286     local res=0
5287
5288     for ((i=0;i<20;i++)); do
5289         echo -n "checking $dir..."
5290         res=$(do_check_flavor $dir $flavor)
5291         echo "found $res/$expect $flavor connections"
5292         [ $res -ge $expect ] && return 0
5293         sleep 4
5294     done
5295
5296     echo "Error checking $flavor of $dir: expect $expect, actual $res"
5297     return 1
5298 }
5299
5300 restore_to_default_flavor()
5301 {
5302     local proc="mgs.MGS.live.$FSNAME"
5303
5304     echo "restoring to default flavor..."
5305
5306     nrule=`do_facet mgs lctl get_param -n $proc 2>/dev/null | grep ".srpc.flavor." | wc -l`
5307
5308     # remove all existing rules if any
5309     if [ $nrule -ne 0 ]; then
5310         echo "$nrule existing rules"
5311         for rule in `do_facet mgs lctl get_param -n $proc 2>/dev/null | grep ".srpc.flavor."`; do
5312             echo "remove rule: $rule"
5313             spec=`echo $rule | awk -F = '{print $1}'`
5314             do_facet mgs "$LCTL conf_param -d $spec"
5315         done
5316     fi
5317
5318     # verify no rules left
5319     nrule=`do_facet mgs lctl get_param -n $proc 2>/dev/null | grep ".srpc.flavor." | wc -l`
5320     [ $nrule -ne 0 ] && error "still $nrule rules left"
5321
5322     # wait for default flavor to be applied
5323     # currently default flavor for all connections are 'null'
5324     wait_flavor all2all null
5325     echo "now at default flavor settings"
5326 }
5327
5328 set_flavor_all()
5329 {
5330     local flavor=${1:-null}
5331
5332     echo "setting all flavor to $flavor"
5333
5334     # FIXME need parameter to this fn
5335     # and remove global vars
5336     local cnt_all2all=$(calc_connection_cnt all2all)
5337
5338     local res=$(do_check_flavor all2all $flavor)
5339     if [ $res -eq $cnt_all2all ]; then
5340         echo "already have total $res $flavor connections"
5341         return
5342     fi
5343
5344     echo "found $res $flavor out of total $cnt_all2all connections"
5345     restore_to_default_flavor
5346
5347     [[ $flavor = null ]] && return 0
5348
5349     set_rule $FSNAME any any $flavor
5350     wait_flavor all2all $flavor
5351 }
5352
5353
5354 check_logdir() {
5355     local dir=$1
5356     # Checking for shared logdir
5357     if [ ! -d $dir ]; then
5358         # Not found. Create local logdir
5359         mkdir -p $dir
5360     else
5361         touch $dir/check_file.$(hostname -s)
5362     fi
5363     return 0
5364 }
5365
5366 check_write_access() {
5367     local dir=$1
5368     local node
5369     local file
5370
5371     for node in $(nodes_list); do
5372         file=$dir/check_file.$(short_hostname $node)
5373         if [[ ! -f "$file" ]]; then
5374             # Logdir not accessible/writable from this node.
5375             return 1
5376         fi
5377         rm -f $file || return 1
5378     done
5379     return 0
5380 }
5381
5382 init_logging() {
5383     if [[ -n $YAML_LOG ]]; then
5384         return
5385     fi
5386     local SAVE_UMASK=`umask`
5387     umask 0000
5388
5389     export YAML_LOG=${LOGDIR}/results.yml
5390     mkdir -p $LOGDIR
5391     init_clients_lists
5392
5393     if [ ! -f $YAML_LOG ]; then       # If the yaml log already exists then we will just append to it
5394       if check_shared_dir $LOGDIR; then
5395           touch $LOGDIR/shared
5396           echo "Logging to shared log directory: $LOGDIR"
5397       else
5398           echo "Logging to local directory: $LOGDIR"
5399       fi
5400
5401       yml_nodes_file $LOGDIR >> $YAML_LOG
5402       yml_results_file >> $YAML_LOG
5403     fi
5404
5405     umask $SAVE_UMASK
5406 }
5407
5408 log_test() {
5409     yml_log_test $1 >> $YAML_LOG
5410 }
5411
5412 log_test_status() {
5413      yml_log_test_status $@ >> $YAML_LOG
5414 }
5415
5416 log_sub_test_begin() {
5417     yml_log_sub_test_begin "$@" >> $YAML_LOG
5418 }
5419
5420 log_sub_test_end() {
5421     yml_log_sub_test_end "$@" >> $YAML_LOG
5422 }
5423
5424 run_llverdev()
5425 {
5426         local dev=$1
5427         local llverdev_opts=$2
5428         local devname=$(basename $1)
5429         local size=$(grep "$devname"$ /proc/partitions | awk '{print $3}')
5430         # loop devices aren't in /proc/partitions
5431         [ "x$size" == "x" ] && local size=$(ls -l $dev | awk '{print $5}')
5432
5433         size=$(($size / 1024 / 1024)) # Gb
5434
5435         local partial_arg=""
5436         # Run in partial (fast) mode if the size
5437         # of a partition > 1 GB
5438         [ $size -gt 1 ] && partial_arg="-p"
5439
5440         llverdev --force $partial_arg $llverdev_opts $dev
5441 }
5442
5443 run_llverfs()
5444 {
5445         local dir=$1
5446         local llverfs_opts=$2
5447         local partial_arg=""
5448         local size=$(df -B G $dir |tail -n 1 |awk '{print $2}' |sed 's/G//') #GB
5449
5450         # Run in partial (fast) mode if the size
5451         # of a partition > 1 GB
5452         [ $size -gt 1 ] && partial_arg="-p"
5453
5454         llverfs $partial_arg $llverfs_opts $dir
5455 }
5456
5457 remove_mdt_files() {
5458         local facet=$1
5459         local mdtdev=$2
5460         shift 2
5461         local files="$@"
5462         local mntpt=$(facet_mntpt $facet)
5463         local opts=$MDS_MOUNT_OPTS
5464
5465         echo "removing files from $mdtdev on $facet: $files"
5466         if [ $(facet_fstype $facet) == ldiskfs ] &&
5467            ! do_facet $facet test -b ${!dev}; then
5468                 opts=$(csa_add "$opts" -o loop)
5469         fi
5470         mount -t $(facet_fstype $facet) $opts $mdtdev $mntpt ||
5471                 return $?
5472         rc=0;
5473         for f in $files; do
5474                 rm $mntpt/ROOT/$f || { rc=$?; break; }
5475         done
5476         umount -f $mntpt || return $?
5477         return $rc
5478 }
5479
5480 duplicate_mdt_files() {
5481         local facet=$1
5482         local mdtdev=$2
5483         shift 2
5484         local files="$@"
5485         local mntpt=$(facet_mntpt $facet)
5486         local opts=$MDS_MOUNT_OPTS
5487
5488         echo "duplicating files on $mdtdev on $facet: $files"
5489         mkdir -p $mntpt || return $?
5490         if [ $(facet_fstype $facet) == ldiskfs ] &&
5491            ! do_facet $facet test -b ${!dev}; then
5492                 opts=$(csa_add "$opts" -o loop)
5493         fi
5494         mount -t $(facet_fstype $facet) $opts $mdtdev $mntpt ||
5495                 return $?
5496
5497     do_umount() {
5498         trap 0
5499         popd > /dev/null
5500         rm $tmp
5501         umount -f $mntpt
5502     }
5503     trap do_umount EXIT
5504
5505     tmp=$(mktemp $TMP/setfattr.XXXXXXXXXX)
5506     pushd $mntpt/ROOT > /dev/null || return $?
5507     rc=0
5508     for f in $files; do
5509         touch $f.bad || return $?
5510         getfattr -n trusted.lov $f | sed "s#$f#&.bad#" > $tmp
5511         rc=${PIPESTATUS[0]}
5512         [ $rc -eq 0 ] || return $rc
5513         setfattr --restore $tmp || return $?
5514     done
5515     do_umount
5516 }
5517
5518 run_sgpdd () {
5519     local devs=${1//,/ }
5520     shift
5521     local params=$@
5522     local rslt=$TMP/sgpdd_survey
5523
5524     # sgpdd-survey cleanups ${rslt}.* files
5525
5526     local cmd="rslt=$rslt $params scsidevs=\"$devs\" $SGPDDSURVEY"
5527     echo + $cmd
5528     eval $cmd
5529     cat ${rslt}.detail
5530 }
5531
5532 # returns the canonical name for an ldiskfs device
5533 ldiskfs_canon() {
5534         local dev="$1"
5535         local facet="$2"
5536
5537         do_facet $facet "dv=\\\$(lctl get_param -n $dev);
5538 if foo=\\\$(lvdisplay -c \\\$dv 2>/dev/null); then
5539     echo dm-\\\${foo##*:};
5540 else
5541     echo \\\$(basename \\\$dv);
5542 fi;"
5543 }
5544
5545 is_sanity_benchmark() {
5546     local benchmarks="dbench bonnie iozone fsx"
5547     local suite=$1
5548     for b in $benchmarks; do
5549         if [ "$b" == "$suite" ]; then
5550             return 0
5551         fi
5552     done
5553     return 1
5554 }
5555
5556 min_ost_size () {
5557     $LCTL get_param -n osc.*.kbytesavail | sort -n | head -n1
5558 }
5559
5560 # Get the block size of the filesystem.
5561 get_block_size() {
5562     local facet=$1
5563     local device=$2
5564     local size
5565
5566     size=$(do_facet $facet "$DUMPE2FS -h $device 2>&1" |
5567            awk '/^Block size:/ {print $3}')
5568     echo $size
5569 }
5570
5571 # Check whether the "large_xattr" feature is enabled or not.
5572 large_xattr_enabled() {
5573     local mds_dev=$(mdsdevname ${SINGLEMDS//mds/})
5574
5575     do_facet $SINGLEMDS "$DUMPE2FS -h $mds_dev 2>&1 | grep -q large_xattr"
5576     return ${PIPESTATUS[0]}
5577 }
5578
5579 # Get the maximum xattr size supported by the filesystem.
5580 max_xattr_size() {
5581     local size
5582
5583     if large_xattr_enabled; then
5584         # include/linux/limits.h: #define XATTR_SIZE_MAX 65536
5585         size=65536
5586     else
5587         local mds_dev=$(mdsdevname ${SINGLEMDS//mds/})
5588         local block_size=$(get_block_size $SINGLEMDS $mds_dev)
5589
5590         # maximum xattr size = size of block - size of header -
5591         #                      size of 1 entry - 4 null bytes
5592         size=$((block_size - 32 - 32 - 4))
5593     fi
5594
5595     echo $size
5596 }
5597
5598 # Dump the value of the named xattr from a file.
5599 get_xattr_value() {
5600     local xattr_name=$1
5601     local file=$2
5602
5603     echo "$(getfattr -n $xattr_name --absolute-names --only-values $file)"
5604 }
5605
5606 # Generate a string with size of $size bytes.
5607 generate_string() {
5608     local size=${1:-1024} # in bytes
5609
5610     echo "$(head -c $size < /dev/zero | tr '\0' y)"
5611 }
5612
5613 reformat_external_journal() {
5614         if [ ! -z ${EJOURNAL} ]; then
5615                 local rcmd="do_facet ${SINGLEMDS}"
5616
5617                 echo "reformat external journal on ${SINGLEMDS}:${EJOURNAL}"
5618                 ${rcmd} mke2fs -O journal_dev ${EJOURNAL} || return 1
5619         fi
5620 }
5621
5622 # MDT file-level backup/restore
5623 mds_backup_restore() {
5624         local devname=$(mdsdevname ${SINGLEMDS//mds/})
5625         local mntpt=$(facet_mntpt brpt)
5626         local rcmd="do_facet ${SINGLEMDS}"
5627         local metaea=${TMP}/backup_restore.ea
5628         local metadata=${TMP}/backup_restore.tgz
5629         local opts=${MDS_MOUNT_OPTS}
5630
5631         if ! ${rcmd} test -b ${devname}; then
5632                 opts=$(csa_add "$opts" -o loop)
5633         fi
5634
5635         echo "file-level backup/restore on ${SINGLEMDS}:${devname}"
5636
5637         # step 1: build mount point
5638         ${rcmd} mkdir -p $mntpt
5639         # step 2: cleanup old backup
5640         ${rcmd} rm -f $metaea $metadata
5641         # step 3: mount dev
5642         ${rcmd} mount -t ldiskfs $opts $devname $mntpt || return 1
5643         # step 4: backup metaea
5644         echo "backup EA"
5645         ${rcmd} "cd $mntpt && getfattr -R -d -m '.*' -P . > $metaea && cd -" ||
5646                 return 2
5647         # step 5: backup metadata
5648         echo "backup data"
5649         ${rcmd} tar zcf $metadata -C $mntpt/ . > /dev/null 2>&1 || return 3
5650         # step 6: umount
5651         ${rcmd} umount -d $mntpt || return 4
5652         # step 7: reformat external journal if needed
5653         reformat_external_journal || return 5
5654         # step 8: reformat dev
5655         echo "reformat new device"
5656         add ${SINGLEMDS} $(mkfs_opts ${SINGLEMDS}) --backfstype ldiskfs \
5657                 --reformat $devname > /dev/null || return 6
5658         # step 9: mount dev
5659         ${rcmd} mount -t ldiskfs $opts $devname $mntpt || return 7
5660         # step 10: restore metadata
5661         echo "restore data"
5662         ${rcmd} tar zxfp $metadata -C $mntpt > /dev/null 2>&1 || return 8
5663         # step 11: restore metaea
5664         echo "restore EA"
5665         ${rcmd} "cd $mntpt && setfattr --restore=$metaea && cd - " || return 9
5666         # step 12: remove recovery logs
5667         echo "remove recovery logs"
5668         ${rcmd} rm -fv $mntpt/OBJECTS/* $mntpt/CATALOGS
5669         # step 13: umount dev
5670         ${rcmd} umount -d $mntpt || return 10
5671         # step 14: cleanup tmp backup
5672         ${rcmd} rm -f $metaea $metadata
5673 }
5674
5675 # remove OI files
5676 mds_remove_ois() {
5677         local devname=$(mdsdevname ${SINGLEMDS//mds/})
5678         local mntpt=$(facet_mntpt brpt)
5679         local rcmd="do_facet ${SINGLEMDS}"
5680         local idx=$1
5681         local opts=${MDS_MOUNT_OPTS}
5682
5683         if ! ${rcmd} test -b ${devname}; then
5684                 opts=$(csa_add "$opts" -o loop)
5685         fi
5686
5687         echo "remove OI files: idx=${idx}"
5688
5689         # step 1: build mount point
5690         ${rcmd} mkdir -p $mntpt
5691         # step 2: mount dev
5692         ${rcmd} mount -t ldiskfs $opts $devname $mntpt || return 1
5693         if [ -z $idx ]; then
5694                 # step 3: remove all OI files
5695                 ${rcmd} rm -fv $mntpt/oi.16*
5696         elif [ $idx -lt 2 ]; then
5697                 ${rcmd} rm -fv $mntpt/oi.16.${idx}
5698         else
5699                 local i
5700
5701                 # others, rm oi.16.[idx, idx * idx, idx ** ...]
5702                 for ((i=${idx}; i<64; i=$((i * idx)))); do
5703                         ${rcmd} rm -fv $mntpt/oi.16.${i}
5704                 done
5705         fi
5706         # step 4: umount
5707         ${rcmd} umount -d $mntpt || return 2
5708         # OI files will be recreated when mounted as lustre next time.
5709 }