Whamcloud - gitweb
b=13854
[fs/lustre-release.git] / lustre / tests / sanity.sh
1 #!/bin/bash
2 #
3 # Run select tests by setting ONLY, or as arguments to the script.
4 # Skip specific tests by setting EXCEPT.
5 #
6 # e.g. ONLY="22 23" or ONLY="`seq 32 39`" or EXCEPT="31"
7 set -e
8
9 ONLY=${ONLY:-"$*"}
10 # bug number for skipped test: 4900 4900 2108 9789 3637 9789 3561 13310 10764
11 ALWAYS_EXCEPT="                 27o 27q  42a  42b  42c  42d  45   74b   75 $SANITY_EXCEPT"
12 # bug number for skipped test: 2108 9789 3637 9789 3561 5188/5749 1443
13 #ALWAYS_EXCEPT=${ALWAYS_EXCEPT:-"27m 42a 42b 42c 42d 45 68 76"}
14 # UPDATE THE COMMENT ABOVE WITH BUG NUMBERS WHEN CHANGING ALWAYS_EXCEPT!
15
16 [ "$SLOW" = "no" ] && EXCEPT="$EXCEPT 24o 27m 36f 36g 51b 51c 63 64b 68 71 73 101 115"
17
18 # Tests that fail on uml
19 CPU=`awk '/model/ {print $4}' /proc/cpuinfo`
20 #                                    buffer i/o errs             sock spc runas
21 [ "$CPU" = "UML" ] && EXCEPT="$EXCEPT 27m 27n 27o 27p 27q 27r 31d 54a  64b 99a 99b 99c 99d 99e 99f 101"
22
23 # test76 is not valid with FIDs because inode numbers are not reused
24 ALWAYS_EXCEPT="$ALWAYS_EXCEPT 76"
25
26 case `uname -r` in
27 2.4*) FSTYPE=${FSTYPE:-ext3} ;;
28 2.6*) FSTYPE=${FSTYPE:-ldiskfs} ;;
29 *) error "unsupported kernel" ;;
30 esac
31
32 SRCDIR=`dirname $0`
33 export PATH=$PWD/$SRCDIR:$SRCDIR:$SRCDIR/../utils:$PATH:/sbin
34
35 TMP=${TMP:-/tmp}
36
37 CHECKSTAT=${CHECKSTAT:-"checkstat -v"}
38 CREATETEST=${CREATETEST:-createtest}
39 LFS=${LFS:-lfs}
40 SETSTRIPE=${SETSTRIPE:-"$LFS setstripe"}
41 GETSTRIPE=${GETSTRIPE:-"$LFS getstripe"}
42 LSTRIPE=${LSTRIPE:-"$LFS setstripe"}
43 LFIND=${LFIND:-"$LFS find"}
44 LVERIFY=${LVERIFY:-ll_dirstripe_verify}
45 LSTRIPEINFO=${LSTRIPEINFO:-ll_getstripe_info}
46 LCTL=${LCTL:-lctl}
47 MCREATE=${MCREATE:-mcreate}
48 OPENFILE=${OPENFILE:-openfile}
49 OPENUNLINK=${OPENUNLINK:-openunlink}
50 RANDOM_READS=${RANDOM_READS:-"random-reads"}
51 TOEXCL=${TOEXCL:-toexcl}
52 TRUNCATE=${TRUNCATE:-truncate}
53 MUNLINK=${MUNLINK:-munlink}
54 SOCKETSERVER=${SOCKETSERVER:-socketserver}
55 SOCKETCLIENT=${SOCKETCLIENT:-socketclient}
56 IOPENTEST1=${IOPENTEST1:-iopentest1}
57 IOPENTEST2=${IOPENTEST2:-iopentest2}
58 MEMHOG=${MEMHOG:-memhog}
59 DIRECTIO=${DIRECTIO:-directio}
60 ACCEPTOR_PORT=${ACCEPTOR_PORT:-988}
61 UMOUNT=${UMOUNT:-"umount -d"}
62 STRIPES_PER_OBJ=-1
63 CHECK_GRANT=${CHECK_GRANT:-"yes"}
64 GRANT_CHECK_LIST=${GRANT_CHECK_LIST:-""}
65
66 if [ $UID -ne 0 ]; then
67         echo "Warning: running as non-root uid $UID"
68         RUNAS_ID="$UID"
69         RUNAS=""
70 else
71         RUNAS_ID=${RUNAS_ID:-500}
72         RUNAS=${RUNAS:-"runas -u $RUNAS_ID"}
73
74         # $RUNAS_ID may get set incorrectly somewhere else
75         if [ $RUNAS_ID -eq 0 ]; then
76                 echo "Error: \$RUNAS_ID set to 0, but \$UID is also 0!"
77                 exit 1
78         fi
79 fi
80
81 export NAME=${NAME:-local}
82
83 SAVE_PWD=$PWD
84
85 CLEANUP=${CLEANUP:-:}
86 SETUP=${SETUP:-:}
87 TRACE=${TRACE:-""}
88 LUSTRE=${LUSTRE:-`dirname $0`/..}
89 . $LUSTRE/tests/test-framework.sh
90 init_test_env $@
91 . ${CONFIG:=$LUSTRE/tests/cfg/local.sh}
92
93 if $GSS_KRB5; then
94     $RUNAS krb5_login.sh || exit 1
95     $RUNAS -u $(($RUNAS_ID + 1)) krb5_login.sh || exit 1
96 fi
97
98 SANITYLOG=${TESTSUITELOG:-$TMP/$(basename $0 .sh).log}
99 FAIL_ON_ERROR=false
100
101 cleanup() {
102         echo -n "cln.."
103         cleanupall ${FORCE} $* || { echo "FAILed to clean up"; exit 20; }
104 }
105 setup() {
106         echo -n "mnt.."
107         load_modules
108         setupall || exit 10
109         echo "done"
110 }
111
112 check_kernel_version() {
113         VERSION_FILE=$LPROC/version
114         WANT_VER=$1
115         [ ! -f $VERSION_FILE ] && echo "can't find kernel version" && return 1
116         GOT_VER=$(awk '/kernel:/ {print $2}' $VERSION_FILE)
117         [ $GOT_VER == "patchless" ] && return 0
118         [ $GOT_VER -ge $WANT_VER ] && return 0
119         log "test needs at least kernel version $WANT_VER, running $GOT_VER"
120         return 1
121 }
122
123 if [ "$ONLY" == "cleanup" ]; then
124        sh llmountcleanup.sh
125        exit 0
126 fi
127
128 [ "$SANITYLOG" ] && rm -f $SANITYLOG || true
129
130 check_and_setup_lustre
131
132 DIR=${DIR:-$MOUNT}
133 [ -z "`echo $DIR | grep $MOUNT`" ] && echo "$DIR not in $MOUNT" && exit 99
134
135 LOVNAME=`cat $LPROC/llite/*/lov/common_name | tail -n 1`
136 OSTCOUNT=`cat $LPROC/lov/$LOVNAME/numobd`
137 STRIPECOUNT=`cat $LPROC/lov/$LOVNAME/stripecount`
138 STRIPESIZE=`cat $LPROC/lov/$LOVNAME/stripesize`
139 ORIGFREE=`cat $LPROC/lov/$LOVNAME/kbytesavail`
140 MAXFREE=${MAXFREE:-$((200000 * $OSTCOUNT))}
141
142 [ -f $DIR/d52a/foo ] && chattr -a $DIR/d52a/foo
143 [ -f $DIR/d52b/foo ] && chattr -i $DIR/d52b/foo
144 rm -rf $DIR/[Rdfs][1-9]*
145
146 build_test_filter
147
148 if [ "${ONLY}" = "MOUNT" ] ; then 
149         echo "Lustre is up, please go on"
150         exit
151 fi
152
153 echo "preparing for tests involving mounts"
154 EXT2_DEV=${EXT2_DEV:-$TMP/SANITY.LOOP}
155 touch $EXT2_DEV
156 mke2fs -j -F $EXT2_DEV 8000 > /dev/null
157 echo # add a newline after mke2fs.
158
159 umask 077
160
161 test_0() {
162         touch $DIR/$tfile
163         $CHECKSTAT -t file $DIR/$tfile || error
164         rm $DIR/$tfile
165         $CHECKSTAT -a $DIR/$tfile || error
166 }
167 run_test 0 "touch .../$tfile ; rm .../$tfile ====================="
168
169 test_0b() {
170         chmod 0755 $DIR || error
171         $CHECKSTAT -p 0755 $DIR || error
172 }
173 run_test 0b "chmod 0755 $DIR ============================="
174
175 test_1a() {
176         mkdir $DIR/d1
177         mkdir $DIR/d1/d2
178         mkdir $DIR/d1/d2 && error "we expect EEXIST, but not returned"
179         $CHECKSTAT -t dir $DIR/d1/d2 || error
180 }
181 run_test 1a "mkdir .../d1; mkdir .../d1/d2 ====================="
182
183 test_1b() {
184         rmdir $DIR/d1/d2
185         rmdir $DIR/d1
186         $CHECKSTAT -a $DIR/d1 || error
187 }
188 run_test 1b "rmdir .../d1/d2; rmdir .../d1 ====================="
189
190 test_2a() {
191         mkdir $DIR/d2
192         touch $DIR/d2/f
193         $CHECKSTAT -t file $DIR/d2/f || error
194 }
195 run_test 2a "mkdir .../d2; touch .../d2/f ======================"
196
197 test_2b() {
198         rm -r $DIR/d2
199         $CHECKSTAT -a $DIR/d2 || error
200 }
201 run_test 2b "rm -r .../d2; checkstat .../d2/f ======================"
202
203 test_3a() {
204         mkdir $DIR/d3
205         $CHECKSTAT -t dir $DIR/d3 || error
206 }
207 run_test 3a "mkdir .../d3 ======================================"
208
209 test_3b() {
210         if [ ! -d $DIR/d3 ]; then
211                 mkdir $DIR/d3
212         fi
213         touch $DIR/d3/f
214         $CHECKSTAT -t file $DIR/d3/f || error
215 }
216 run_test 3b "touch .../d3/f ===================================="
217
218 test_3c() {
219         rm -r $DIR/d3
220         $CHECKSTAT -a $DIR/d3 || error
221 }
222 run_test 3c "rm -r .../d3 ======================================"
223
224 test_4a() {
225         mkdir $DIR/d4
226         $CHECKSTAT -t dir $DIR/d4 || error
227 }
228 run_test 4a "mkdir .../d4 ======================================"
229
230 test_4b() {
231         if [ ! -d $DIR/d4 ]; then
232                 mkdir $DIR/d4
233         fi
234         mkdir $DIR/d4/d2
235         $CHECKSTAT -t dir $DIR/d4/d2 || error
236 }
237 run_test 4b "mkdir .../d4/d2 ==================================="
238
239 test_5() {
240         mkdir $DIR/d5
241         mkdir $DIR/d5/d2
242         chmod 0707 $DIR/d5/d2
243         $CHECKSTAT -t dir -p 0707 $DIR/d5/d2 || error
244 }
245 run_test 5 "mkdir .../d5 .../d5/d2; chmod .../d5/d2 ============"
246
247 test_6a() {
248         touch $DIR/f6a
249         chmod 0666 $DIR/f6a || error
250         $CHECKSTAT -t file -p 0666 -u \#$UID $DIR/f6a || error
251 }
252 run_test 6a "touch .../f6a; chmod .../f6a ======================"
253
254 test_6b() {
255         [ $RUNAS_ID -eq $UID ] && skip "RUNAS_ID = UID = $UID -- skipping" && return
256         if [ ! -f $DIR/f6a ]; then
257                 touch $DIR/f6a
258                 chmod 0666 $DIR/f6a
259         fi
260         $RUNAS chmod 0444 $DIR/f6a && error
261         $CHECKSTAT -t file -p 0666 -u \#$UID $DIR/f6a || error
262 }
263 run_test 6b "$RUNAS chmod .../f6a (should return error) =="
264
265 test_6c() {
266         [ $RUNAS_ID -eq $UID ] && skip "RUNAS_ID = UID = $UID -- skipping" && return
267         touch $DIR/f6c
268         chown $RUNAS_ID $DIR/f6c || error
269         $CHECKSTAT -t file -u \#$RUNAS_ID $DIR/f6c || error
270 }
271 run_test 6c "touch .../f6c; chown .../f6c ======================"
272
273 test_6d() {
274         [ $RUNAS_ID -eq $UID ] && skip "RUNAS_ID = UID = $UID -- skipping" && return
275         if [ ! -f $DIR/f6c ]; then
276                 touch $DIR/f6c
277                 chown $RUNAS_ID $DIR/f6c
278         fi
279         $RUNAS chown $UID $DIR/f6c && error
280         $CHECKSTAT -t file -u \#$RUNAS_ID $DIR/f6c || error
281 }
282 run_test 6d "$RUNAS chown .../f6c (should return error) =="
283
284 test_6e() {
285         [ $RUNAS_ID -eq $UID ] && skip "RUNAS_ID = UID = $UID -- skipping" && return
286         touch $DIR/f6e
287         chgrp $RUNAS_ID $DIR/f6e || error
288         $CHECKSTAT -t file -u \#$UID -g \#$RUNAS_ID $DIR/f6e || error
289 }
290 run_test 6e "touch .../f6e; chgrp .../f6e ======================"
291
292 test_6f() {
293         [ $RUNAS_ID -eq $UID ] && skip "RUNAS_ID = UID = $UID -- skipping" && return
294         if [ ! -f $DIR/f6e ]; then
295                 touch $DIR/f6e
296                 chgrp $RUNAS_ID $DIR/f6e
297         fi
298         $RUNAS chgrp $UID $DIR/f6e && error
299         $CHECKSTAT -t file -u \#$UID -g \#$RUNAS_ID $DIR/f6e || error
300 }
301 run_test 6f "$RUNAS chgrp .../f6e (should return error) =="
302
303 test_6g() {
304         [ $RUNAS_ID -eq $UID ] && skip "RUNAS_ID = UID = $UID -- skipping" && return
305         mkdir $DIR/d6g || error
306         chmod 777 $DIR/d6g || error
307         $RUNAS mkdir $DIR/d6g/d || error
308         chmod g+s $DIR/d6g/d || error
309         mkdir $DIR/d6g/d/subdir
310         $CHECKSTAT -g \#$RUNAS_ID $DIR/d6g/d/subdir || error
311 }
312 run_test 6g "Is new dir in sgid dir inheriting group?"
313
314 test_6h() { # bug 7331
315         [ $RUNAS_ID -eq $UID ] && skip "RUNAS_ID = UID = $UID -- skipping" && return
316         touch $DIR/f6h || error "touch failed"
317         chown $RUNAS_ID:$RUNAS_ID $DIR/f6h || error "initial chown failed"
318         $RUNAS -G$RUNAS_ID chown $RUNAS_ID:0 $DIR/f6h && error "chown worked"
319         $CHECKSTAT -t file -u \#$RUNAS_ID -g \#$RUNAS_ID $DIR/f6h || error
320 }
321 run_test 6h "$RUNAS chown RUNAS_ID.0 .../f6h (should return error)"
322
323 test_7a() {
324         mkdir $DIR/d7
325         $MCREATE $DIR/d7/f
326         chmod 0666 $DIR/d7/f
327         $CHECKSTAT -t file -p 0666 $DIR/d7/f || error
328 }
329 run_test 7a "mkdir .../d7; mcreate .../d7/f; chmod .../d7/f ===="
330
331 test_7b() {
332         if [ ! -d $DIR/d7 ]; then
333                 mkdir $DIR/d7
334         fi
335         $MCREATE $DIR/d7/f2
336         echo -n foo > $DIR/d7/f2
337         [ "`cat $DIR/d7/f2`" = "foo" ] || error
338         $CHECKSTAT -t file -s 3 $DIR/d7/f2 || error
339 }
340 run_test 7b "mkdir .../d7; mcreate d7/f2; echo foo > d7/f2 ====="
341
342 test_8() {
343         mkdir $DIR/d8
344         touch $DIR/d8/f
345         chmod 0666 $DIR/d8/f
346         $CHECKSTAT -t file -p 0666 $DIR/d8/f || error
347 }
348 run_test 8 "mkdir .../d8; touch .../d8/f; chmod .../d8/f ======="
349
350 test_9() {
351         mkdir $DIR/d9
352         mkdir $DIR/d9/d2
353         mkdir $DIR/d9/d2/d3
354         $CHECKSTAT -t dir $DIR/d9/d2/d3 || error
355 }
356 run_test 9 "mkdir .../d9 .../d9/d2 .../d9/d2/d3 ================"
357
358 test_10() {
359         mkdir $DIR/d10
360         mkdir $DIR/d10/d2
361         touch $DIR/d10/d2/f
362         $CHECKSTAT -t file $DIR/d10/d2/f || error
363 }
364 run_test 10 "mkdir .../d10 .../d10/d2; touch .../d10/d2/f ======"
365
366 test_11() {
367         mkdir $DIR/d11
368         mkdir $DIR/d11/d2
369         chmod 0666 $DIR/d11/d2
370         chmod 0705 $DIR/d11/d2
371         $CHECKSTAT -t dir -p 0705 $DIR/d11/d2 || error
372 }
373 run_test 11 "mkdir .../d11 d11/d2; chmod .../d11/d2 ============"
374
375 test_12() {
376         mkdir $DIR/d12
377         touch $DIR/d12/f
378         chmod 0666 $DIR/d12/f
379         chmod 0654 $DIR/d12/f
380         $CHECKSTAT -t file -p 0654 $DIR/d12/f || error
381 }
382 run_test 12 "touch .../d12/f; chmod .../d12/f .../d12/f ========"
383
384 test_13() {
385         mkdir $DIR/d13
386         dd if=/dev/zero of=$DIR/d13/f count=10
387         >  $DIR/d13/f
388         $CHECKSTAT -t file -s 0 $DIR/d13/f || error
389 }
390 run_test 13 "creat .../d13/f; dd .../d13/f; > .../d13/f ========"
391
392 test_14() {
393         mkdir $DIR/d14
394         touch $DIR/d14/f
395         rm $DIR/d14/f
396         $CHECKSTAT -a $DIR/d14/f || error
397 }
398 run_test 14 "touch .../d14/f; rm .../d14/f; rm .../d14/f ======="
399
400 test_15() {
401         mkdir $DIR/d15
402         touch $DIR/d15/f
403         mv $DIR/d15/f $DIR/d15/f2
404         $CHECKSTAT -t file $DIR/d15/f2 || error
405 }
406 run_test 15 "touch .../d15/f; mv .../d15/f .../d15/f2 =========="
407
408 test_16() {
409         mkdir $DIR/d16
410         touch $DIR/d16/f
411         rm -rf $DIR/d16/f
412         $CHECKSTAT -a $DIR/d16/f || error
413 }
414 run_test 16 "touch .../d16/f; rm -rf .../d16/f ================="
415
416 test_17a() {
417         mkdir -p $DIR/d17
418         touch $DIR/d17/f
419         ln -s $DIR/d17/f $DIR/d17/l-exist
420         ls -l $DIR/d17
421         $CHECKSTAT -l $DIR/d17/f $DIR/d17/l-exist || error
422         $CHECKSTAT -f -t f $DIR/d17/l-exist || error
423         rm -f $DIR/d17/l-exist
424         $CHECKSTAT -a $DIR/d17/l-exist || error
425 }
426 run_test 17a "symlinks: create, remove (real) =================="
427
428 test_17b() {
429         mkdir -p $DIR/d17
430         ln -s no-such-file $DIR/d17/l-dangle
431         ls -l $DIR/d17
432         $CHECKSTAT -l no-such-file $DIR/d17/l-dangle || error
433         $CHECKSTAT -fa $DIR/d17/l-dangle || error
434         rm -f $DIR/d17/l-dangle
435         $CHECKSTAT -a $DIR/d17/l-dangle || error
436 }
437 run_test 17b "symlinks: create, remove (dangling) =============="
438
439 test_17c() { # bug 3440 - don't save failed open RPC for replay
440         mkdir -p $DIR/d17
441         ln -s foo $DIR/d17/f17c
442         cat $DIR/d17/f17c && error "opened non-existent symlink" || true
443 }
444 run_test 17c "symlinks: open dangling (should return error) ===="
445
446 test_17d() {
447         mkdir -p $DIR/d17
448         ln -s foo $DIR/d17/f17d
449         touch $DIR/d17/f17d || error "creating to new symlink"
450 }
451 run_test 17d "symlinks: create dangling ========================"
452
453 test_17e() {
454         mkdir -p $DIR/$tdir
455         local foo=$DIR/$tdir/$tfile
456         ln -s $foo $foo || error "create symlink failed"
457         ls -l $foo || error "ls -l failed"
458         ls $foo && error "ls not failed" || true
459 }
460 run_test 17e "symlinks: create recursive symlink (should return error) ===="
461
462 test_17f() {
463         mkdir -p $DIR/d17f
464         ln -s 1234567890/2234567890/3234567890/4234567890 $DIR/d17f/111
465         ln -s 1234567890/2234567890/3234567890/4234567890/5234567890/6234567890 $DIR/d17f/222
466         ln -s 1234567890/2234567890/3234567890/4234567890/5234567890/6234567890/7234567890/8234567890 $DIR/d17f/333
467         ln -s 1234567890/2234567890/3234567890/4234567890/5234567890/6234567890/7234567890/8234567890/9234567890/a234567890/b234567890 $DIR/d17f/444
468         ln -s 1234567890/2234567890/3234567890/4234567890/5234567890/6234567890/7234567890/8234567890/9234567890/a234567890/b234567890/c234567890/d234567890/f234567890 $DIR/d17f/555
469         ln -s 1234567890/2234567890/3234567890/4234567890/5234567890/6234567890/7234567890/8234567890/9234567890/a234567890/b234567890/c234567890/d234567890/f234567890/aaaaaaaaaa/bbbbbbbbbb/cccccccccc/dddddddddd/eeeeeeeeee/ffffffffff/ $DIR/d17f/666
470         ls -l  $DIR/d17f
471 }
472 run_test 17f "symlinks: long and very long symlink name ========================"
473
474 test_18() {
475         touch $DIR/f
476         ls $DIR || error
477 }
478 run_test 18 "touch .../f ; ls ... =============================="
479
480 test_19a() {
481         touch $DIR/f19
482         ls -l $DIR
483         rm $DIR/f19
484         $CHECKSTAT -a $DIR/f19 || error
485 }
486 run_test 19a "touch .../f19 ; ls -l ... ; rm .../f19 ==========="
487
488 test_19b() {
489         ls -l $DIR/f19 && error || true
490 }
491 run_test 19b "ls -l .../f19 (should return error) =============="
492
493 test_19c() {
494         [ $RUNAS_ID -eq $UID ] && skip "RUNAS_ID = UID = $UID -- skipping" && return
495         $RUNAS touch $DIR/f19 && error || true
496 }
497 run_test 19c "$RUNAS touch .../f19 (should return error) =="
498
499 test_19d() {
500         cat $DIR/f19 && error || true
501 }
502 run_test 19d "cat .../f19 (should return error) =============="
503
504 test_20() {
505         touch $DIR/f
506         rm $DIR/f
507         log "1 done"
508         touch $DIR/f
509         rm $DIR/f
510         log "2 done"
511         touch $DIR/f
512         rm $DIR/f
513         log "3 done"
514         $CHECKSTAT -a $DIR/f || error
515 }
516 run_test 20 "touch .../f ; ls -l ... ==========================="
517
518 test_21() {
519         mkdir $DIR/d21
520         [ -f $DIR/d21/dangle ] && rm -f $DIR/d21/dangle
521         ln -s dangle $DIR/d21/link
522         echo foo >> $DIR/d21/link
523         cat $DIR/d21/dangle
524         $CHECKSTAT -t link $DIR/d21/link || error
525         $CHECKSTAT -f -t file $DIR/d21/link || error
526 }
527 run_test 21 "write to dangling link ============================"
528
529 test_22() {
530         WDIR=$DIR/$tdir
531         mkdir $WDIR
532         chown $RUNAS_ID $WDIR
533         (cd $WDIR || error "cd $WDIR failed";
534         $RUNAS tar cf - /etc/hosts /etc/sysconfig/network | \
535         $RUNAS tar xf -)
536         ls -lR $WDIR/etc || error "ls -lR $WDIR/etc failed"
537         $CHECKSTAT -t dir $WDIR/etc || error "checkstat -t dir failed"
538         $CHECKSTAT -u \#$RUNAS_ID $WDIR/etc || error "checkstat -u failed"
539 }
540 run_test 22 "unpack tar archive as non-root user ==============="
541
542 test_23() {
543         mkdir $DIR/d23
544         $TOEXCL $DIR/d23/f23
545         $TOEXCL -e $DIR/d23/f23 || error
546 }
547 run_test 23 "O_CREAT|O_EXCL in subdir =========================="
548
549 test_24a() {
550         echo '== rename sanity =============================================='
551         echo '-- same directory rename'
552         mkdir $DIR/R1
553         touch $DIR/R1/f
554         mv $DIR/R1/f $DIR/R1/g
555         $CHECKSTAT -t file $DIR/R1/g || error
556 }
557 run_test 24a "touch .../R1/f; rename .../R1/f .../R1/g ========="
558
559 test_24b() {
560         mkdir $DIR/R2
561         touch $DIR/R2/{f,g}
562         mv $DIR/R2/f $DIR/R2/g
563         $CHECKSTAT -a $DIR/R2/f || error
564         $CHECKSTAT -t file $DIR/R2/g || error
565 }
566 run_test 24b "touch .../R2/{f,g}; rename .../R2/f .../R2/g ====="
567
568 test_24c() {
569         mkdir $DIR/R3
570         mkdir $DIR/R3/f
571         mv $DIR/R3/f $DIR/R3/g
572         $CHECKSTAT -a $DIR/R3/f || error
573         $CHECKSTAT -t dir $DIR/R3/g || error
574 }
575 run_test 24c "mkdir .../R3/f; rename .../R3/f .../R3/g ========="
576
577 test_24d() {
578         mkdir $DIR/R4
579         mkdir $DIR/R4/{f,g}
580         mrename $DIR/R4/f $DIR/R4/g
581         $CHECKSTAT -a $DIR/R4/f || error
582         $CHECKSTAT -t dir $DIR/R4/g || error
583 }
584 run_test 24d "mkdir .../R4/{f,g}; rename .../R4/f .../R4/g ====="
585
586 test_24e() {
587         echo '-- cross directory renames --' 
588         mkdir $DIR/R5{a,b}
589         touch $DIR/R5a/f
590         mv $DIR/R5a/f $DIR/R5b/g
591         $CHECKSTAT -a $DIR/R5a/f || error
592         $CHECKSTAT -t file $DIR/R5b/g || error
593 }
594 run_test 24e "touch .../R5a/f; rename .../R5a/f .../R5b/g ======"
595
596 test_24f() {
597         mkdir $DIR/R6{a,b}
598         touch $DIR/R6a/f $DIR/R6b/g
599         mv $DIR/R6a/f $DIR/R6b/g
600         $CHECKSTAT -a $DIR/R6a/f || error
601         $CHECKSTAT -t file $DIR/R6b/g || error
602 }
603 run_test 24f "touch .../R6a/f R6b/g; mv .../R6a/f .../R6b/g ===="
604
605 test_24g() {
606         mkdir $DIR/R7{a,b}
607         mkdir $DIR/R7a/d
608         mv $DIR/R7a/d $DIR/R7b/e
609         $CHECKSTAT -a $DIR/R7a/d || error
610         $CHECKSTAT -t dir $DIR/R7b/e || error
611 }
612 run_test 24g "mkdir .../R7{a,b}/d; mv .../R7a/d .../R7b/e ======"
613
614 test_24h() {
615         mkdir $DIR/R8{a,b}
616         mkdir $DIR/R8a/d $DIR/R8b/e
617         mrename $DIR/R8a/d $DIR/R8b/e
618         $CHECKSTAT -a $DIR/R8a/d || error
619         $CHECKSTAT -t dir $DIR/R8b/e || error
620 }
621 run_test 24h "mkdir .../R8{a,b}/{d,e}; rename .../R8a/d .../R8b/e"
622
623 test_24i() {
624         echo "-- rename error cases"
625         mkdir $DIR/R9
626         mkdir $DIR/R9/a
627         touch $DIR/R9/f
628         mrename $DIR/R9/f $DIR/R9/a
629         $CHECKSTAT -t file $DIR/R9/f || error
630         $CHECKSTAT -t dir  $DIR/R9/a || error
631         $CHECKSTAT -a file $DIR/R9/a/f || error
632 }
633 run_test 24i "rename file to dir error: touch f ; mkdir a ; rename f a"
634
635 test_24j() {
636         mkdir $DIR/R10
637         mrename $DIR/R10/f $DIR/R10/g
638         $CHECKSTAT -t dir $DIR/R10 || error
639         $CHECKSTAT -a $DIR/R10/f || error
640         $CHECKSTAT -a $DIR/R10/g || error
641 }
642 run_test 24j "source does not exist ============================" 
643
644 test_24k() {
645         mkdir $DIR/R11a $DIR/R11a/d
646         touch $DIR/R11a/f
647         mv $DIR/R11a/f $DIR/R11a/d
648         $CHECKSTAT -a $DIR/R11a/f || error
649         $CHECKSTAT -t file $DIR/R11a/d/f || error
650 }
651 run_test 24k "touch .../R11a/f; mv .../R11a/f .../R11a/d ======="
652
653 # bug 2429 - rename foo foo foo creates invalid file
654 test_24l() {
655         f="$DIR/f24l"
656         multiop $f OcNs || error
657 }
658 run_test 24l "Renaming a file to itself ========================"
659
660 test_24m() {
661         f="$DIR/f24m"
662         multiop $f OcLN ${f}2 ${f}2 || error "link ${f}2 ${f}2 failed"
663         # on ext3 this does not remove either the source or target files
664         # though the "expected" operation would be to remove the source
665         $CHECKSTAT -t file ${f} || error "${f} missing"
666         $CHECKSTAT -t file ${f}2 || error "${f}2 missing"
667 }
668 run_test 24m "Renaming a file to a hard link to itself ========="
669
670 test_24n() {
671     f="$DIR/f24n"
672     # this stats the old file after it was renamed, so it should fail
673     touch ${f}
674     $CHECKSTAT ${f}
675     mv ${f} ${f}.rename
676     $CHECKSTAT ${f}.rename
677     $CHECKSTAT -a ${f}
678 }
679 run_test 24n "Statting the old file after renaming (Posix rename 2)"
680
681 test_24o() {
682         check_kernel_version 37 || return 0
683         mkdir -p $DIR/d24o
684         rename_many -s random -v -n 10 $DIR/d24o
685 }
686 run_test 24o "rename of files during htree split ==============="
687
688 test_24p() {
689         mkdir $DIR/R12{a,b}
690         DIRINO=`ls -lid $DIR/R12a | awk '{ print $1 }'`
691         mrename $DIR/R12a $DIR/R12b
692         $CHECKSTAT -a $DIR/R12a || error
693         $CHECKSTAT -t dir $DIR/R12b || error
694         DIRINO2=`ls -lid $DIR/R12b | awk '{ print $1 }'`
695         [ "$DIRINO" = "$DIRINO2" ] || error "R12a $DIRINO != R12b $DIRINO2"
696 }
697 run_test 24p "mkdir .../R12{a,b}; rename .../R12a .../R12b"
698
699 test_24q() {
700         mkdir $DIR/R13{a,b}
701         DIRINO=`ls -lid $DIR/R13a | awk '{ print $1 }'`
702         multiop $DIR/R13b D_c &
703         MULTIPID=$!
704         usleep 500
705
706         mrename $DIR/R13a $DIR/R13b
707         $CHECKSTAT -a $DIR/R13a || error
708         $CHECKSTAT -t dir $DIR/R13b || error
709         DIRINO2=`ls -lid $DIR/R13b | awk '{ print $1 }'`
710         [ "$DIRINO" = "$DIRINO2" ] || error "R13a $DIRINO != R13b $DIRINO2"
711         kill -USR1 $MULTIPID
712         wait $MULTIPID || error "multiop close failed"
713 }
714 run_test 24q "mkdir .../R13{a,b}; open R13b rename R13a R13b ==="
715
716 test_24r() { #bug 3789
717         mkdir $DIR/R14a $DIR/R14a/b
718         mrename $DIR/R14a $DIR/R14a/b && error "rename to subdir worked!"
719         $CHECKSTAT -t dir $DIR/R14a || error "$DIR/R14a missing"
720         $CHECKSTAT -t dir $DIR/R14a/b || error "$DIR/R14a/b missing"
721 }
722 run_test 24r "mkdir .../R14a/b; rename .../R14a .../R14a/b ====="
723
724 test_24s() {
725         mkdir $DIR/R15a $DIR/R15a/b $DIR/R15a/b/c
726         mrename $DIR/R15a $DIR/R15a/b/c && error "rename to sub-subdir worked!"
727         $CHECKSTAT -t dir $DIR/R15a || error "$DIR/R15a missing"
728         $CHECKSTAT -t dir $DIR/R15a/b/c || error "$DIR/R15a/b/c missing"
729 }
730 run_test 24s "mkdir .../R15a/b/c; rename .../R15a .../R15a/b/c ="
731 test_24t() {
732         mkdir $DIR/R16a $DIR/R16a/b $DIR/R16a/b/c
733         mrename $DIR/R16a/b/c $DIR/R16a && error "rename to sub-subdir worked!"
734         $CHECKSTAT -t dir $DIR/R16a || error "$DIR/R16a missing"
735         $CHECKSTAT -t dir $DIR/R16a/b/c || error "$DIR/R16a/b/c missing"
736 }
737 run_test 24t "mkdir .../R16a/b/c; rename .../R16a/b/c .../R16a ="
738
739 test_24u() { # bug12192
740         multiop $DIR/$tfile C2w$((2048 * 1024))c || error
741         $CHECKSTAT -s $((2048 * 1024)) $DIR/$tfile || error "wrong file size"
742 }
743 run_test 24u "create stripe file"
744
745 test_25a() {
746         echo '== symlink sanity ============================================='
747
748         mkdir $DIR/d25
749         ln -s d25 $DIR/s25
750         touch $DIR/s25/foo || error
751 }
752 run_test 25a "create file in symlinked directory ==============="
753
754 test_25b() {
755         [ ! -d $DIR/d25 ] && test_25a
756         $CHECKSTAT -t file $DIR/s25/foo || error
757 }
758 run_test 25b "lookup file in symlinked directory ==============="
759
760 test_26a() {
761         mkdir $DIR/d26
762         mkdir $DIR/d26/d26-2
763         ln -s d26/d26-2 $DIR/s26
764         touch $DIR/s26/foo || error
765 }
766 run_test 26a "multiple component symlink ======================="
767
768 test_26b() {
769         mkdir -p $DIR/d26b/d26-2
770         ln -s d26b/d26-2/foo $DIR/s26-2
771         touch $DIR/s26-2 || error
772 }
773 run_test 26b "multiple component symlink at end of lookup ======"
774
775 test_26c() {
776         mkdir $DIR/d26.2
777         touch $DIR/d26.2/foo
778         ln -s d26.2 $DIR/s26.2-1
779         ln -s s26.2-1 $DIR/s26.2-2
780         ln -s s26.2-2 $DIR/s26.2-3
781         chmod 0666 $DIR/s26.2-3/foo
782 }
783 run_test 26c "chain of symlinks ================================"
784
785 # recursive symlinks (bug 439)
786 test_26d() {
787         ln -s d26-3/foo $DIR/d26-3
788 }
789 run_test 26d "create multiple component recursive symlink ======"
790
791 test_26e() {
792         [ ! -h $DIR/d26-3 ] && test_26d
793         rm $DIR/d26-3
794 }
795 run_test 26e "unlink multiple component recursive symlink ======"
796
797 # recursive symlinks (bug 7022)
798 test_26f() {
799         mkdir $DIR/$tfile        || error "mkdir $DIR/$tfile failed"
800         cd $DIR/$tfile           || error "cd $DIR/$tfile failed"
801         mkdir -p $tdir/bar1      || error "mkdir $tdir/bar1 failed"
802         mkdir $tfile             || error "mkdir $tfile failed"
803         cd $tfile                || error "cd $tfile failed"
804         ln -s .. dotdot          || error "ln dotdot failed"
805         ln -s dotdot/$tdir $tdir || error "ln $tdir failed"
806         cd ../..                 || error "cd ../.. failed"
807         output=`ls $tfile/$tfile/$tdir/bar1`
808         [ "$output" = bar1 ] && error "unexpected output"
809         rm -r $tfile             || error "rm $tfile failed"
810         $CHECKSTAT -a $DIR/$tfile || error "$tfile not gone"
811 }
812 run_test 26f "rm -r of a directory which has recursive symlink ="
813
814 test_27a() {
815         echo '== stripe sanity =============================================='
816         mkdir -p $DIR/d27 || error "mkdir failed"
817         $SETSTRIPE $DIR/d27/f0 65536 0 1 || error "lstripe failed"
818         $CHECKSTAT -t file $DIR/d27/f0 || error "checkstat failed"
819         pass
820         log "== test_27a: write to one stripe file ========================="
821         cp /etc/hosts $DIR/d27/f0 || error
822 }
823 run_test 27a "one stripe file =================================="
824
825 test_27c() {
826         [ "$OSTCOUNT" -lt "2" ] && skip "skipping 2-stripe test" && return
827         mkdir -p $DIR/d27
828         $SETSTRIPE $DIR/d27/f01 65536 0 2 || error "lstripe failed"
829         [ `$GETSTRIPE $DIR/d27/f01 | grep -A 10 obdidx | wc -l` -eq 4 ] ||
830                 error "two-stripe file doesn't have two stripes"
831         pass
832         log "== test_27d: write to two stripe file file f01 ================"
833         dd if=/dev/zero of=$DIR/d27/f01 bs=4k count=4 || error "dd failed"
834 }
835 run_test 27c "create two stripe file f01 ======================="
836
837 test_27d() {
838         mkdir -p $DIR/d27
839         $SETSTRIPE $DIR/d27/fdef 0 -1 0 || error "lstripe failed"
840         $CHECKSTAT -t file $DIR/d27/fdef || error "checkstat failed"
841         dd if=/dev/zero of=$DIR/d27/fdef bs=4k count=4 || error
842 }
843 run_test 27d "create file with default settings ================"
844
845 test_27e() {
846         mkdir -p $DIR/d27
847         $SETSTRIPE $DIR/d27/f12 65536 0 2 || error "lstripe failed"
848         $SETSTRIPE $DIR/d27/f12 65536 0 2 && error "lstripe succeeded twice"
849         $CHECKSTAT -t file $DIR/d27/f12 || error "checkstat failed"
850 }
851 run_test 27e "lstripe existing file (should return error) ======"
852
853 test_27f() {
854         mkdir -p $DIR/d27
855         $SETSTRIPE $DIR/d27/fbad 100 0 1 && error "lstripe failed"
856         dd if=/dev/zero of=$DIR/d27/f12 bs=4k count=4 || error "dd failed"
857         $GETSTRIPE $DIR/d27/fbad || error "lfs getstripe failed"
858 }
859 run_test 27f "lstripe with bad stripe size (should return error)"
860
861 test_27g() {
862         mkdir -p $DIR/d27
863         $MCREATE $DIR/d27/fnone || error "mcreate failed"
864         pass
865         log "== test 27h: lfs getstripe with no objects ===================="
866         $GETSTRIPE $DIR/d27/fnone 2>&1 | grep "no stripe info" || error "has object"
867         pass
868         log "== test 27i: lfs getstripe with some objects =================="
869         touch $DIR/d27/fsome || error "touch failed"
870         $GETSTRIPE $DIR/d27/fsome | grep obdidx || error "missing objects"
871 }
872 run_test 27g "test lfs getstripe ==========================================="
873
874 test_27j() {
875         mkdir -p $DIR/d27
876         $SETSTRIPE $DIR/d27/f27j 65536 $OSTCOUNT 1 && error "lstripe failed"||true
877 }
878 run_test 27j "lstripe with bad stripe offset (should return error)"
879
880 test_27k() { # bug 2844
881         mkdir -p $DIR/d27
882         FILE=$DIR/d27/f27k
883         LL_MAX_BLKSIZE=$((4 * 1024 * 1024))
884         [ ! -d $DIR/d27 ] && mkdir -p $DIR/d27
885         $SETSTRIPE $FILE 67108864 -1 0 || error "lstripe failed"
886         BLKSIZE=`stat $FILE | awk '/IO Block:/ { print $7 }'`
887         [ $BLKSIZE -le $LL_MAX_BLKSIZE ] || error "$BLKSIZE > $LL_MAX_BLKSIZE"
888         dd if=/dev/zero of=$FILE bs=4k count=1
889         BLKSIZE=`stat $FILE | awk '/IO Block:/ { print $7 }'`
890         [ $BLKSIZE -le $LL_MAX_BLKSIZE ] || error "$BLKSIZE > $LL_MAX_BLKSIZE"
891 }
892 run_test 27k "limit i_blksize for broken user apps ============="
893
894 test_27l() {
895         mkdir -p $DIR/d27
896         mcreate $DIR/f27l || error "creating file"
897         $RUNAS $SETSTRIPE $DIR/f27l 65536 -1 1 && \
898                 error "lstripe should have failed" || true
899 }
900 run_test 27l "check setstripe permissions (should return error)"
901
902 test_27m() {
903         [ "$OSTCOUNT" -lt "2" ] && skip "$OSTCOUNT < 2 OSTs -- skipping" && return
904         if [ $ORIGFREE -gt $MAXFREE ]; then
905                 skip "$ORIGFREE > $MAXFREE skipping out-of-space test on OST0"
906                 return
907         fi
908         mkdir -p $DIR/d27
909         $SETSTRIPE $DIR/d27/f27m_1 0 0 1
910         dd if=/dev/zero of=$DIR/d27/f27m_1 bs=1024 count=$MAXFREE && \
911                 error "dd should fill OST0"
912         i=2
913         while $SETSTRIPE $DIR/d27/f27m_$i 0 0 1 ; do
914                 i=`expr $i + 1`
915                 [ $i -gt 256 ] && break
916         done
917         i=`expr $i + 1`
918         touch $DIR/d27/f27m_$i
919         [ `$GETSTRIPE $DIR/d27/f27m_$i | grep -A 10 obdidx | awk '{print $1}'| grep -w "0"` ] && \
920                 error "OST0 was full but new created file still use it"
921         i=`expr $i + 1`
922         touch $DIR/d27/f27m_$i
923         [ `$GETSTRIPE $DIR/d27/f27m_$i | grep -A 10 obdidx | awk '{print $1}'| grep -w "0"` ] && \
924                 error "OST0 was full but new created file still use it"
925         rm -r $DIR/d27
926         sleep 15
927 }
928 run_test 27m "create file while OST0 was full =================="
929
930 # osc's keep a NOSPC stick flag that gets unset with rmdir
931 reset_enospc() {
932         [ "$1" ] && FAIL_LOC=$1 || FAIL_LOC=0
933         mkdir -p $DIR/d27/nospc
934         rmdir $DIR/d27/nospc
935         sysctl -w lustre.fail_loc=$FAIL_LOC
936 }
937
938 exhaust_precreations() {
939         OSTIDX=$1
940         OST=$(grep ${OSTIDX}": " $LPROC/lov/${LOVNAME}/target_obd | \
941             awk '{print $2}' | sed -e 's/_UUID$//')
942         # on the mdt's osc
943         OSC=$(ls $LPROC/osc | grep "${OST}-osc-MDT0000")
944         last_id=$(cat $LPROC/osc/${OSC}/prealloc_last_id)
945         next_id=$(cat $LPROC/osc/${OSC}/prealloc_next_id)
946
947         mkdir -p $DIR/d27/${OST}
948         $SETSTRIPE $DIR/d27/${OST} 0 $OSTIDX 1
949 #define OBD_FAIL_OST_ENOSPC              0x215
950         sysctl -w lustre.fail_loc=0x215
951         echo "Creating to objid $last_id on ost $OST..."
952         createmany -o $DIR/d27/${OST}/f $next_id $((last_id - next_id + 2))
953         grep '[0-9]' $LPROC/osc/${OSC}/prealloc*
954         reset_enospc $2
955 }
956
957 exhaust_all_precreations() {
958         local i
959         for (( i=0; i < OSTCOUNT; i++ )) ; do
960                 exhaust_precreations $i 0x215
961         done
962         reset_enospc $1
963 }
964
965 test_27n() {
966         [ "$OSTCOUNT" -lt "2" ] && skip "too few OSTs" && return
967         remote_mds && skip "remote MDS" && return
968
969         reset_enospc
970         rm -f $DIR/d27/f27n
971         exhaust_precreations 0 0x80000215
972
973         touch $DIR/d27/f27n || error
974
975         reset_enospc
976 }
977 run_test 27n "create file with some full OSTs =================="
978
979 test_27o() {
980         [ "$OSTCOUNT" -lt "2" ] && skip "too few OSTs" && return
981         remote_mds && skip "remote MDS" && return
982
983         reset_enospc
984         rm -f $DIR/d27/f27o
985         exhaust_all_precreations 0x215
986         sleep 5
987
988         touch $DIR/d27/f27o && error "able to create $DIR/d27/f27o"
989
990         reset_enospc
991         rm -rf $DIR/d27/*
992 }
993 run_test 27o "create file with all full OSTs (should error) ===="
994
995 test_27p() {
996         [ "$OSTCOUNT" -lt "2" ] && skip "too few OSTs" && return
997         remote_mds && skip "remote MDS" && return
998
999         reset_enospc
1000         rm -f $DIR/d27/f27p
1001
1002         $MCREATE $DIR/d27/f27p || error
1003         $TRUNCATE $DIR/d27/f27p 80000000 || error
1004         $CHECKSTAT -s 80000000 $DIR/d27/f27p || error
1005
1006         exhaust_precreations 0 0x80000215
1007         echo foo >> $DIR/d27/f27p || error
1008         $CHECKSTAT -s 80000004 $DIR/d27/f27p || error
1009
1010         reset_enospc
1011 }
1012 run_test 27p "append to a truncated file with some full OSTs ==="
1013
1014 test_27q() {
1015         [ "$OSTCOUNT" -lt "2" ] && skip "too few OSTs" && return
1016         remote_mds && skip "remote MDS" && return
1017
1018         reset_enospc
1019         rm -f $DIR/d27/f27q
1020
1021         $MCREATE $DIR/d27/f27q || error "mcreate $DIR/d27/f27q failed"
1022         $TRUNCATE $DIR/d27/f27q 80000000 ||error "truncate $DIR/d27/f27q failed"
1023         $CHECKSTAT -s 80000000 $DIR/d27/f27q || error "checkstat failed"
1024
1025         exhaust_all_precreations 0x215
1026
1027         echo foo >> $DIR/d27/f27q && error "append succeeded"
1028         $CHECKSTAT -s 80000000 $DIR/d27/f27q || error "checkstat 2 failed"
1029
1030         reset_enospc
1031 }
1032 run_test 27q "append to truncated file with all OSTs full (should error) ==="
1033
1034 test_27r() {
1035         [ "$OSTCOUNT" -lt "2" ] && skip "too few OSTs" && return
1036         remote_mds && skip "remote MDS" && return
1037
1038         reset_enospc
1039         rm -f $DIR/d27/f27r
1040         exhaust_precreations 0 0x80000215
1041
1042         $SETSTRIPE $DIR/d27/f27r 0 0 2 # && error
1043
1044         reset_enospc
1045 }
1046 run_test 27r "stripe file with some full OSTs (shouldn't LBUG) ="
1047
1048 test_27s() { # bug 10725
1049        mkdir -p $DIR/$tdir
1050        $LSTRIPE $DIR/$tdir $((2048 * 1024 * 1024)) -1 2 && \
1051                error "stripe width >= 2^32 succeeded" || true
1052 }
1053 run_test 27s "lsm_xfersize overflow (should error) (bug 10725)"
1054
1055 test_27t() { # bug 10864
1056         WDIR=`pwd`
1057         WLFS=`which lfs`
1058         cd $DIR
1059         touch $tfile
1060         $WLFS getstripe $tfile
1061         cd $WDIR
1062 }
1063 run_test 27t "check that utils parse path correctly"
1064
1065 test_27u() { # bug 4900
1066         [ "$OSTCOUNT" -lt "2" ] && skip "too few OSTs" && return
1067         remote_mds && skip "remote MDS" && return
1068
1069         #define OBD_FAIL_MDS_OSC_PRECREATE      0x13d
1070
1071         sysctl -w lustre.fail_loc=0x13d
1072         mkdir -p $DIR/d27u
1073         createmany -o $DIR/d27u/t- 1000
1074         sysctl -w lustre.fail_loc=0
1075
1076         $LFS getstripe $DIR/d27u > $TMP/files
1077         OBJS=`cat $TMP/files | awk -vobjs=0 '($1 == 0) { objs += 1 } END { print objs;}'`
1078         unlinkmany $DIR/d27u/t- 1000
1079         [ $OBJS -gt 0 ] && \
1080                 error "Found $OBJS objects were created on OST-0" || pass
1081 }
1082 run_test 27u "skip object creation on OSC w/o objects =========="
1083
1084 test_27v() { # bug 4900
1085         [ "$OSTCOUNT" -lt "2" ] && skip "too few OSTs" && return
1086         remote_mds && skip "remote MDS" && return
1087
1088         exhaust_all_precreations
1089
1090         mkdir -p $DIR/$tdir
1091         lfs setstripe $DIR/$tdir 0 -1 1         # 1 stripe / file
1092
1093         touch $DIR/$tdir/$tfile
1094         #define OBD_FAIL_TGT_DELAY_PRECREATE     0x705
1095         sysctl -w lustre.fail_loc=0x705
1096         START=`date +%s`
1097         for F in `seq 1 32`; do
1098                 touch $DIR/$tdir/$tfile.$F
1099         done
1100         sysctl -w lustre.fail_loc=0
1101
1102         FINISH=`date +%s`
1103         TIMEOUT=`sysctl -n lustre.timeout`
1104         [ $((FINISH - START)) -ge $((TIMEOUT / 2)) ] && \
1105                error "$FINISH - $START >= $TIMEOUT / 2"
1106
1107         reset_enospc
1108 }
1109 run_test 27v "skip object creation on slow OST ================="
1110
1111 test_27w() { # bug 10997
1112         mkdir -p $DIR/d27w || error "mkdir failed"
1113         $LSTRIPE $DIR/d27w/f0 -s 65536 || error "lstripe failed"
1114         size=`$LSTRIPEINFO $DIR/d27w/f0 | awk {'print $1'}`
1115         [ $size -ne 65536 ] && error "stripe size $size != 65536" || true
1116
1117         [ "$OSTCOUNT" -lt "2" ] && skip "skipping multiple stripe count/offset test" && return
1118         for i in `seq 1 $OSTCOUNT`; do
1119                 offset=$(($i-1))
1120                 $LSTRIPE $DIR/d27w/f$i -c $i -i $offset || error "lstripe -c $i -i $offset failed"
1121                 count=`$LSTRIPEINFO $DIR/d27w/f$i | awk {'print $2'}`
1122                 index=`$LSTRIPEINFO $DIR/d27w/f$i | awk {'print $3'}`
1123                 [ $count -ne $i ] && error "stripe count $count != $i" || true
1124                 [ $index -ne $offset ] && error "stripe offset $index != $offset" || true
1125         done
1126 }
1127 run_test 27w "check lfs setstripe -c -s -i options ============="
1128
1129 test_28() {
1130         mkdir $DIR/d28
1131         $CREATETEST $DIR/d28/ct || error
1132 }
1133 run_test 28 "create/mknod/mkdir with bad file types ============"
1134
1135 test_29() {
1136         cancel_lru_locks mdc
1137         mkdir $DIR/d29
1138         touch $DIR/d29/foo
1139         log 'first d29'
1140         ls -l $DIR/d29
1141         MDCDIR=${MDCDIR:-$LPROC/ldlm/namespaces/*-mdc-*}
1142         LOCKCOUNTORIG=`cat $MDCDIR/lock_count`
1143         LOCKUNUSEDCOUNTORIG=`cat $MDCDIR/lock_unused_count`
1144         [ -z $"LOCKCOUNTORIG" ] && echo "No mdc lock count" && return 1
1145         log 'second d29'
1146         ls -l $DIR/d29
1147         log 'done'
1148         LOCKCOUNTCURRENT=`cat $MDCDIR/lock_count`
1149         LOCKUNUSEDCOUNTCURRENT=`cat $MDCDIR/lock_unused_count`
1150         if [ "$LOCKCOUNTCURRENT" -gt "$LOCKCOUNTORIG" ]; then
1151                 echo > $LPROC/ldlm/dump_namespaces
1152                 error "CURRENT: $LOCKCOUNTCURRENT > $LOCKCOUNTORIG"
1153                 $LCTL dk | sort -k4 -t: > $TMP/test_29.dk
1154                 log "dumped log to $TMP/test_29.dk (bug 5793)"
1155                 return 2
1156         fi
1157         if [ "$LOCKUNUSEDCOUNTCURRENT" -gt "$LOCKUNUSEDCOUNTORIG" ]; then
1158                 error "UNUSED: $LOCKUNUSEDCOUNTCURRENT > $LOCKUNUSEDCOUNTORIG"
1159                 $LCTL dk | sort -k4 -t: > $TMP/test_29.dk
1160                 log "dumped log to $TMP/test_29.dk (bug 5793)"
1161                 return 3
1162         fi
1163 }
1164 run_test 29 "IT_GETATTR regression  ============================"
1165
1166 test_30() {
1167         cp `which ls` $DIR || cp /bin/ls $DIR
1168         $DIR/ls /
1169         rm $DIR/ls
1170 }
1171 run_test 30 "run binary from Lustre (execve) ==================="
1172
1173 test_31a() {
1174         $OPENUNLINK $DIR/f31 $DIR/f31 || error
1175         $CHECKSTAT -a $DIR/f31 || error
1176 }
1177 run_test 31a "open-unlink file =================================="
1178
1179 test_31b() {
1180         touch $DIR/f31 || error
1181         ln $DIR/f31 $DIR/f31b || error
1182         multiop $DIR/f31b Ouc || error
1183         $CHECKSTAT -t file $DIR/f31 || error
1184 }
1185 run_test 31b "unlink file with multiple links while open ======="
1186
1187 test_31c() {
1188         touch $DIR/f31 || error
1189         ln $DIR/f31 $DIR/f31c || error
1190         multiop $DIR/f31 O_uc &
1191         MULTIPID=$!
1192         multiop $DIR/f31c Ouc
1193         usleep 500
1194         kill -USR1 $MULTIPID
1195         wait $MULTIPID
1196 }
1197 run_test 31c "open-unlink file with multiple links ============="
1198
1199 test_31d() {
1200         opendirunlink $DIR/d31d $DIR/d31d || error
1201         $CHECKSTAT -a $DIR/d31d || error
1202 }
1203 run_test 31d "remove of open directory ========================="
1204
1205 test_31e() { # bug 2904
1206         check_kernel_version 34 || return 0
1207         openfilleddirunlink $DIR/d31e || error
1208 }
1209 run_test 31e "remove of open non-empty directory ==============="
1210
1211 test_31f() { # bug 4554
1212         set -vx
1213         mkdir $DIR/d31f
1214         lfs setstripe $DIR/d31f 1048576 -1 1
1215         cp /etc/hosts $DIR/d31f
1216         ls -l $DIR/d31f
1217         lfs getstripe $DIR/d31f/hosts
1218         multiop $DIR/d31f D_c &
1219         MULTIPID=$!
1220
1221         sleep 1
1222
1223         rm -rv $DIR/d31f || error "first of $DIR/d31f"
1224         mkdir $DIR/d31f
1225         lfs setstripe $DIR/d31f 1048576 -1 1
1226         cp /etc/hosts $DIR/d31f
1227         ls -l $DIR/d31f
1228         lfs getstripe $DIR/d31f/hosts
1229         multiop $DIR/d31f D_c &
1230         MULTIPID2=$!
1231
1232         sleep 6
1233
1234         kill -USR1 $MULTIPID || error "first opendir $MULTIPID not running"
1235         wait $MULTIPID || error "first opendir $MULTIPID failed"
1236
1237         sleep 6
1238
1239         kill -USR1 $MULTIPID2 || error "second opendir $MULTIPID not running"
1240         wait $MULTIPID2 || error "second opendir $MULTIPID2 failed"
1241         set +vx
1242 }
1243 run_test 31f "remove of open directory with open-unlink file ==="
1244
1245 test_31g() {
1246         echo "-- cross directory link --"
1247         mkdir $DIR/d31g{a,b}
1248         touch $DIR/d31ga/f
1249         ln $DIR/d31ga/f $DIR/d31gb/g
1250         $CHECKSTAT -t file $DIR/d31ga/f || error "source"
1251         [ `stat -c%h $DIR/d31ga/f` == '2' ] || error "source nlink"
1252         $CHECKSTAT -t file $DIR/d31gb/g || error "target"
1253         [ `stat -c%h $DIR/d31gb/g` == '2' ] || error "target nlink"
1254 }
1255 run_test 31g "cross directory link==============="
1256
1257 test_31h() {
1258         echo "-- cross directory link --"
1259         mkdir $DIR/d31h
1260         mkdir $DIR/d31h/dir
1261         touch $DIR/d31h/f
1262         ln $DIR/d31h/f $DIR/d31h/dir/g
1263         $CHECKSTAT -t file $DIR/d31h/f || error "source"
1264         [ `stat -c%h $DIR/d31h/f` == '2' ] || error "source nlink"
1265         $CHECKSTAT -t file $DIR/d31h/dir/g || error "target"
1266         [ `stat -c%h $DIR/d31h/dir/g` == '2' ] || error "target nlink"
1267 }
1268 run_test 31h "cross directory link under child==============="
1269
1270 test_31i() {
1271         echo "-- cross directory link --"
1272         mkdir $DIR/d31i
1273         mkdir $DIR/d31i/dir
1274         touch $DIR/d31i/dir/f
1275         ln $DIR/d31i/dir/f $DIR/d31i/g
1276         $CHECKSTAT -t file $DIR/d31i/dir/f || error "source"
1277         [ `stat -c%h $DIR/d31i/dir/f` == '2' ] || error "source nlink"
1278         $CHECKSTAT -t file $DIR/d31i/g || error "target"
1279         [ `stat -c%h $DIR/d31i/g` == '2' ] || error "target nlink"
1280 }
1281 run_test 31i "cross directory link under parent==============="
1282
1283
1284 test_31j() {
1285         mkdir $DIR/d31j
1286         mkdir $DIR/d31j/dir1
1287         ln $DIR/d31j/dir1 $DIR/d31j/dir2 && error "ln for dir"
1288         link $DIR/d31j/dir1 $DIR/d31j/dir3 && error "link for dir"
1289         mlink $DIR/d31j/dir1 $DIR/d31j/dir4 && error "mlink for dir"
1290         mlink $DIR/d31j/dir1 $DIR/d31j/dir1 && error "mlink to the same dir"
1291         return 0
1292 }
1293 run_test 31j "link for directory==============="
1294
1295
1296 test_31k() {
1297         mkdir $DIR/d31k
1298         touch $DIR/d31k/s
1299         touch $DIR/d31k/exist
1300         mlink $DIR/d31k/s $DIR/d31k/t || error "mlink"
1301         mlink $DIR/d31k/s $DIR/d31k/exist && error "mlink to exist file"
1302         mlink $DIR/d31k/s $DIR/d31k/s && error "mlink to the same file"
1303         mlink $DIR/d31k/s $DIR/d31k && error "mlink to parent dir"
1304         mlink $DIR/d31k $DIR/d31k/s && error "mlink parent dir to target"
1305         mlink $DIR/d31k/not-exist $DIR/d31k/foo && error "mlink non-existing to new"
1306         mlink $DIR/d31k/not-exist $DIR/d31k/s && error "mlink non-existing to exist"
1307         return 0
1308 }
1309 run_test 31k "link to file: the same, non-existing, dir==============="
1310
1311 test_31m() {
1312         mkdir $DIR/d31m
1313         touch $DIR/d31m/s
1314         mkdir $DIR/d31m2
1315         touch $DIR/d31m2/exist
1316         mlink $DIR/d31m/s $DIR/d31m2/t || error "mlink"
1317         mlink $DIR/d31m/s $DIR/d31m2/exist && error "mlink to exist file"
1318         mlink $DIR/d31m/s $DIR/d31m2 && error "mlink to parent dir"
1319         mlink $DIR/d31m2 $DIR/d31m/s && error "mlink parent dir to target"
1320         mlink $DIR/d31m/not-exist $DIR/d31m2/foo && error "mlink non-existing to new"
1321         mlink $DIR/d31m/not-exist $DIR/d31m2/s && error "mlink non-existing to exist"
1322         return 0
1323 }
1324 run_test 31m "link to file: the same, non-existing, dir==============="
1325
1326 test_32a() {
1327         echo "== more mountpoints and symlinks ================="
1328         [ -e $DIR/d32a ] && rm -fr $DIR/d32a
1329         mkdir -p $DIR/d32a/ext2-mountpoint 
1330         mount -t ext2 -o loop $EXT2_DEV $DIR/d32a/ext2-mountpoint || error
1331         $CHECKSTAT -t dir $DIR/d32a/ext2-mountpoint/.. || error  
1332         $UMOUNT $DIR/d32a/ext2-mountpoint || error
1333 }
1334 run_test 32a "stat d32a/ext2-mountpoint/.. ====================="
1335
1336 test_32b() {
1337         [ -e $DIR/d32b ] && rm -fr $DIR/d32b
1338         mkdir -p $DIR/d32b/ext2-mountpoint 
1339         mount -t ext2 -o loop $EXT2_DEV $DIR/d32b/ext2-mountpoint || error
1340         ls -al $DIR/d32b/ext2-mountpoint/.. || error
1341         $UMOUNT $DIR/d32b/ext2-mountpoint || error
1342 }
1343 run_test 32b "open d32b/ext2-mountpoint/.. ====================="
1344  
1345 test_32c() {
1346         [ -e $DIR/d32c ] && rm -fr $DIR/d32c
1347         mkdir -p $DIR/d32c/ext2-mountpoint 
1348         mount -t ext2 -o loop $EXT2_DEV $DIR/d32c/ext2-mountpoint || error
1349         mkdir -p $DIR/d32c/d2/test_dir    
1350         $CHECKSTAT -t dir $DIR/d32c/ext2-mountpoint/../d2/test_dir || error
1351         $UMOUNT $DIR/d32c/ext2-mountpoint || error
1352 }
1353 run_test 32c "stat d32c/ext2-mountpoint/../d2/test_dir ========="
1354
1355 test_32d() {
1356         [ -e $DIR/d32d ] && rm -fr $DIR/d32d
1357         mkdir -p $DIR/d32d/ext2-mountpoint 
1358         mount -t ext2 -o loop $EXT2_DEV $DIR/d32d/ext2-mountpoint || error
1359         mkdir -p $DIR/d32d/d2/test_dir    
1360         ls -al $DIR/d32d/ext2-mountpoint/../d2/test_dir || error
1361         $UMOUNT $DIR/d32d/ext2-mountpoint || error
1362 }
1363 run_test 32d "open d32d/ext2-mountpoint/../d2/test_dir ========="
1364
1365 test_32e() {
1366         [ -e $DIR/d32e ] && rm -fr $DIR/d32e
1367         mkdir -p $DIR/d32e/tmp    
1368         TMP_DIR=$DIR/d32e/tmp       
1369         ln -s $DIR/d32e $TMP_DIR/symlink11 
1370         ln -s $TMP_DIR/symlink11 $TMP_DIR/../symlink01 
1371         $CHECKSTAT -t link $DIR/d32e/tmp/symlink11 || error
1372         $CHECKSTAT -t link $DIR/d32e/symlink01 || error
1373 }
1374 run_test 32e "stat d32e/symlink->tmp/symlink->lustre-subdir ===="
1375
1376 test_32f() {
1377         [ -e $DIR/d32f ] && rm -fr $DIR/d32f
1378         mkdir -p $DIR/d32f/tmp    
1379         TMP_DIR=$DIR/d32f/tmp       
1380         ln -s $DIR/d32f $TMP_DIR/symlink11 
1381         ln -s $TMP_DIR/symlink11 $TMP_DIR/../symlink01 
1382         ls $DIR/d32f/tmp/symlink11  || error
1383         ls $DIR/d32f/symlink01 || error
1384 }
1385 run_test 32f "open d32f/symlink->tmp/symlink->lustre-subdir ===="
1386
1387 test_32g() {
1388         TMP_DIR=$DIR/$tdir/tmp       
1389         mkdir -p $TMP_DIR $DIR/${tdir}2
1390         ln -s $DIR/${tdir}2 $TMP_DIR/symlink12 
1391         ln -s $TMP_DIR/symlink12 $TMP_DIR/../symlink02 
1392         $CHECKSTAT -t link $TMP_DIR/symlink12 || error
1393         $CHECKSTAT -t link $DIR/$tdir/symlink02 || error
1394         $CHECKSTAT -t dir -f $TMP_DIR/symlink12 || error
1395         $CHECKSTAT -t dir -f $DIR/$tdir/symlink02 || error
1396 }
1397 run_test 32g "stat d32g/symlink->tmp/symlink->lustre-subdir/${tdir}2"
1398
1399 test_32h() {
1400         rm -fr $DIR/$tdir $DIR/${tdir}2
1401         TMP_DIR=$DIR/$tdir/tmp       
1402         mkdir -p $TMP_DIR $DIR/${tdir}2 
1403         ln -s $DIR/${tdir}2 $TMP_DIR/symlink12 
1404         ln -s $TMP_DIR/symlink12 $TMP_DIR/../symlink02 
1405         ls $TMP_DIR/symlink12 || error
1406         ls $DIR/$tdir/symlink02  || error
1407 }
1408 run_test 32h "open d32h/symlink->tmp/symlink->lustre-subdir/${tdir}2"
1409
1410 test_32i() {
1411         [ -e $DIR/d32i ] && rm -fr $DIR/d32i
1412         mkdir -p $DIR/d32i/ext2-mountpoint 
1413         mount -t ext2 -o loop $EXT2_DEV $DIR/d32i/ext2-mountpoint || error
1414         touch $DIR/d32i/test_file
1415         $CHECKSTAT -t file $DIR/d32i/ext2-mountpoint/../test_file || error  
1416         $UMOUNT $DIR/d32i/ext2-mountpoint || error
1417 }
1418 run_test 32i "stat d32i/ext2-mountpoint/../test_file ==========="
1419
1420 test_32j() {
1421         [ -e $DIR/d32j ] && rm -fr $DIR/d32j
1422         mkdir -p $DIR/d32j/ext2-mountpoint 
1423         mount -t ext2 -o loop $EXT2_DEV $DIR/d32j/ext2-mountpoint || error
1424         touch $DIR/d32j/test_file
1425         cat $DIR/d32j/ext2-mountpoint/../test_file || error
1426         $UMOUNT $DIR/d32j/ext2-mountpoint || error
1427 }
1428 run_test 32j "open d32j/ext2-mountpoint/../test_file ==========="
1429
1430 test_32k() {
1431         rm -fr $DIR/d32k
1432         mkdir -p $DIR/d32k/ext2-mountpoint 
1433         mount -t ext2 -o loop $EXT2_DEV $DIR/d32k/ext2-mountpoint  
1434         mkdir -p $DIR/d32k/d2
1435         touch $DIR/d32k/d2/test_file || error
1436         $CHECKSTAT -t file $DIR/d32k/ext2-mountpoint/../d2/test_file || error
1437         $UMOUNT $DIR/d32k/ext2-mountpoint || error
1438 }
1439 run_test 32k "stat d32k/ext2-mountpoint/../d2/test_file ========"
1440
1441 test_32l() {
1442         rm -fr $DIR/d32l
1443         mkdir -p $DIR/d32l/ext2-mountpoint 
1444         mount -t ext2 -o loop $EXT2_DEV $DIR/d32l/ext2-mountpoint || error
1445         mkdir -p $DIR/d32l/d2
1446         touch $DIR/d32l/d2/test_file
1447         cat  $DIR/d32l/ext2-mountpoint/../d2/test_file || error
1448         $UMOUNT $DIR/d32l/ext2-mountpoint || error
1449 }
1450 run_test 32l "open d32l/ext2-mountpoint/../d2/test_file ========"
1451
1452 test_32m() {
1453         rm -fr $DIR/d32m
1454         mkdir -p $DIR/d32m/tmp    
1455         TMP_DIR=$DIR/d32m/tmp       
1456         ln -s $DIR $TMP_DIR/symlink11 
1457         ln -s $TMP_DIR/symlink11 $TMP_DIR/../symlink01 
1458         $CHECKSTAT -t link $DIR/d32m/tmp/symlink11 || error
1459         $CHECKSTAT -t link $DIR/d32m/symlink01 || error
1460 }
1461 run_test 32m "stat d32m/symlink->tmp/symlink->lustre-root ======"
1462
1463 test_32n() {
1464         rm -fr $DIR/d32n
1465         mkdir -p $DIR/d32n/tmp    
1466         TMP_DIR=$DIR/d32n/tmp       
1467         ln -s $DIR $TMP_DIR/symlink11 
1468         ln -s $TMP_DIR/symlink11 $TMP_DIR/../symlink01 
1469         ls -l $DIR/d32n/tmp/symlink11  || error
1470         ls -l $DIR/d32n/symlink01 || error
1471 }
1472 run_test 32n "open d32n/symlink->tmp/symlink->lustre-root ======"
1473
1474 test_32o() {
1475         rm -fr $DIR/d32o $DIR/$tfile
1476         touch $DIR/$tfile 
1477         mkdir -p $DIR/d32o/tmp    
1478         TMP_DIR=$DIR/d32o/tmp       
1479         ln -s $DIR/$tfile $TMP_DIR/symlink12 
1480         ln -s $TMP_DIR/symlink12 $TMP_DIR/../symlink02 
1481         $CHECKSTAT -t link $DIR/d32o/tmp/symlink12 || error
1482         $CHECKSTAT -t link $DIR/d32o/symlink02 || error
1483         $CHECKSTAT -t file -f $DIR/d32o/tmp/symlink12 || error
1484         $CHECKSTAT -t file -f $DIR/d32o/symlink02 || error
1485 }
1486 run_test 32o "stat d32o/symlink->tmp/symlink->lustre-root/$tfile"
1487
1488 test_32p() {
1489     log 32p_1
1490         rm -fr $DIR/d32p
1491     log 32p_2
1492         rm -f $DIR/$tfile
1493     log 32p_3
1494         touch $DIR/$tfile 
1495     log 32p_4
1496         mkdir -p $DIR/d32p/tmp    
1497     log 32p_5
1498         TMP_DIR=$DIR/d32p/tmp       
1499     log 32p_6
1500         ln -s $DIR/$tfile $TMP_DIR/symlink12 
1501     log 32p_7
1502         ln -s $TMP_DIR/symlink12 $TMP_DIR/../symlink02 
1503     log 32p_8
1504         cat $DIR/d32p/tmp/symlink12 || error
1505     log 32p_9
1506         cat $DIR/d32p/symlink02 || error
1507     log 32p_10
1508 }
1509 run_test 32p "open d32p/symlink->tmp/symlink->lustre-root/$tfile"
1510
1511 test_32q() {
1512         [ -e $DIR/d32q ] && rm -fr $DIR/d32q
1513         mkdir -p $DIR/d32q
1514         touch $DIR/d32q/under_the_mount
1515         mount -t ext2 -o loop $EXT2_DEV $DIR/d32q
1516         ls $DIR/d32q/under_the_mount && error || true
1517         $UMOUNT $DIR/d32q || error
1518 }
1519 run_test 32q "stat follows mountpoints in Lustre (should return error)"
1520
1521 test_32r() {
1522         [ -e $DIR/d32r ] && rm -fr $DIR/d32r
1523         mkdir -p $DIR/d32r
1524         touch $DIR/d32r/under_the_mount
1525         mount -t ext2 -o loop $EXT2_DEV $DIR/d32r
1526         ls $DIR/d32r | grep -q under_the_mount && error || true
1527         $UMOUNT $DIR/d32r || error
1528 }
1529 run_test 32r "opendir follows mountpoints in Lustre (should return error)"
1530
1531 test_33() {
1532         rm -f $DIR/$tfile
1533         touch $DIR/$tfile
1534         chmod 444 $DIR/$tfile
1535         chown $RUNAS_ID $DIR/$tfile
1536         log 33_1
1537         $RUNAS $OPENFILE -f O_RDWR $DIR/$tfile && error || true
1538         log 33_2
1539 }
1540 run_test 33 "write file with mode 444 (should return error) ===="
1541
1542 test_33a() {
1543         rm -fr $DIR/d33
1544         mkdir -p $DIR/d33
1545         chown $RUNAS_ID $DIR/d33
1546         $RUNAS $OPENFILE -f O_RDWR:O_CREAT -m 0444 $DIR/d33/f33|| error "create"
1547         $RUNAS $OPENFILE -f O_RDWR:O_CREAT -m 0444 $DIR/d33/f33 && \
1548                 error "open RDWR" || true
1549 }
1550 run_test 33a "test open file(mode=0444) with O_RDWR (should return error)"
1551
1552 TEST_34_SIZE=${TEST_34_SIZE:-2000000000000}
1553 test_34a() {
1554         rm -f $DIR/f34
1555         $MCREATE $DIR/f34 || error
1556         $GETSTRIPE $DIR/f34 2>&1 | grep -q "no stripe info" || error
1557         $TRUNCATE $DIR/f34 $TEST_34_SIZE || error
1558         $GETSTRIPE $DIR/f34 2>&1 | grep -q "no stripe info" || error
1559         $CHECKSTAT -s $TEST_34_SIZE $DIR/f34 || error
1560 }
1561 run_test 34a "truncate file that has not been opened ==========="
1562
1563 test_34b() {
1564         [ ! -f $DIR/f34 ] && test_34a
1565         $CHECKSTAT -s $TEST_34_SIZE $DIR/f34 || error
1566         $OPENFILE -f O_RDONLY $DIR/f34
1567         $GETSTRIPE $DIR/f34 2>&1 | grep -q "no stripe info" || error
1568         $CHECKSTAT -s $TEST_34_SIZE $DIR/f34 || error
1569 }
1570 run_test 34b "O_RDONLY opening file doesn't create objects ====="
1571
1572 test_34c() {
1573         [ ! -f $DIR/f34 ] && test_34a 
1574         $CHECKSTAT -s $TEST_34_SIZE $DIR/f34 || error
1575         $OPENFILE -f O_RDWR $DIR/f34
1576         $GETSTRIPE $DIR/f34 2>&1 | grep -q "no stripe info" && error
1577         $CHECKSTAT -s $TEST_34_SIZE $DIR/f34 || error
1578 }
1579 run_test 34c "O_RDWR opening file-with-size works =============="
1580
1581 test_34d() {
1582         [ ! -f $DIR/f34 ] && test_34a 
1583         dd if=/dev/zero of=$DIR/f34 conv=notrunc bs=4k count=1 || error
1584         $CHECKSTAT -s $TEST_34_SIZE $DIR/f34 || error
1585         rm $DIR/f34
1586 }
1587 run_test 34d "write to sparse file ============================="
1588
1589 test_34e() {
1590         rm -f $DIR/f34e
1591         $MCREATE $DIR/f34e || error
1592         $TRUNCATE $DIR/f34e 1000 || error
1593         $CHECKSTAT -s 1000 $DIR/f34e || error
1594         $OPENFILE -f O_RDWR $DIR/f34e
1595         $CHECKSTAT -s 1000 $DIR/f34e || error
1596 }
1597 run_test 34e "create objects, some with size and some without =="
1598
1599 test_34f() { # bug 6242, 6243
1600         SIZE34F=48000
1601         rm -f $DIR/f34f
1602         $MCREATE $DIR/f34f || error
1603         $TRUNCATE $DIR/f34f $SIZE34F || error "truncating $DIR/f3f to $SIZE34F"
1604         dd if=$DIR/f34f of=$TMP/f34f
1605         $CHECKSTAT -s $SIZE34F $TMP/f34f || error "$TMP/f34f not $SIZE34F bytes"
1606         dd if=/dev/zero of=$TMP/f34fzero bs=$SIZE34F count=1
1607         cmp $DIR/f34f $TMP/f34fzero || error "$DIR/f34f not all zero"
1608         cmp $TMP/f34f $TMP/f34fzero || error "$TMP/f34f not all zero"
1609         rm $TMP/f34f $TMP/f34fzero $DIR/f34f
1610 }
1611 run_test 34f "read from a file with no objects until EOF ======="
1612
1613 test_35a() {
1614         cp /bin/sh $DIR/f35a
1615         chmod 444 $DIR/f35a
1616         chown $RUNAS_ID $DIR/f35a
1617         $RUNAS $DIR/f35a && error || true
1618         rm $DIR/f35a
1619 }
1620 run_test 35a "exec file with mode 444 (should return and not leak) ====="
1621
1622 test_36a() {
1623         rm -f $DIR/f36
1624         utime $DIR/f36 || error
1625 }
1626 run_test 36a "MDS utime check (mknod, utime) ==================="
1627
1628 test_36b() {
1629         echo "" > $DIR/f36
1630         utime $DIR/f36 || error
1631 }
1632 run_test 36b "OST utime check (open, utime) ===================="
1633
1634 test_36c() {
1635         rm -f $DIR/d36/f36
1636         mkdir $DIR/d36
1637         chown $RUNAS_ID $DIR/d36
1638         $RUNAS utime $DIR/d36/f36 || error
1639 }
1640 run_test 36c "non-root MDS utime check (mknod, utime) =========="
1641
1642 test_36d() {
1643         [ ! -d $DIR/d36 ] && test_36c
1644         echo "" > $DIR/d36/f36
1645         $RUNAS utime $DIR/d36/f36 || error
1646 }
1647 run_test 36d "non-root OST utime check (open, utime) ==========="
1648
1649 test_36e() {
1650         [ $RUNAS_ID -eq $UID ] && skip "RUNAS_ID = UID = $UID -- skipping" && return
1651         mkdir -p $DIR/$tdir
1652         touch $DIR/$tdir/$tfile
1653         $RUNAS utime $DIR/$tdir/$tfile && \
1654                 error "utime worked, expected failure" || true
1655 }
1656 run_test 36e "utime on non-owned file (should return error) ===="
1657
1658 test_36f() {
1659         export LANG=C LC_LANG=C # for date language
1660
1661         DATESTR="Dec 20  2000"
1662         mkdir -p $DIR/$tdir
1663         #define OBD_FAIL_OST_BRW_PAUSE_BULK 0x214
1664         sysctl -w lustre.fail_loc=0x80000214
1665         date; date +%s
1666         cp /etc/hosts $DIR/$tdir/$tfile
1667         sync & # write RPC generated with "current" inode timestamp, but delayed
1668         sleep 1
1669         touch --date="$DATESTR" $DIR/$tdir/$tfile # setattr timestamp in past
1670         LS_BEFORE="`ls -l $DIR/$tdir/$tfile`" # old timestamp from client cache
1671         cancel_lru_locks osc
1672         LS_AFTER="`ls -l $DIR/$tdir/$tfile`"  # timestamp from OST object
1673         date; date +%s
1674         [ "$LS_BEFORE" != "$LS_AFTER" ] && \
1675                 echo "BEFORE: $LS_BEFORE" && \
1676                 echo "AFTER : $LS_AFTER" && \
1677                 echo "WANT  : $DATESTR" && \
1678                 error "$DIR/$tdir/$tfile timestamps changed" || true
1679 }
1680 run_test 36f "utime on file racing with OST BRW write =========="
1681
1682 export FMD_MAX_AGE=`do_facet ost1 cat $LPROC/obdfilter/*/client_cache_seconds | head -n 1`
1683 test_36g() {
1684         [ -z "$FMD_MAX_AGE" ] && skip "skip test for remote OST" && return
1685         FMD_BEFORE="`awk '/ll_fmd_cache/ { print $2 }' /proc/slabinfo`"
1686         touch $DIR/d36/$tfile
1687         sleep $((FMD_MAX_AGE + 12))
1688         FMD_AFTER="`awk '/ll_fmd_cache/ { print $2 }' /proc/slabinfo`"
1689         [ "$FMD_AFTER" -gt "$FMD_BEFORE" ] && \
1690                 echo "AFTER : $FMD_AFTER > BEFORE $FMD_BEFORE" && \
1691                 error "fmd didn't expire after ping" || true
1692 }
1693 run_test 36g "filter mod data cache expiry ====================="
1694
1695 test_37() {
1696         mkdir -p $DIR/$tdir
1697         echo f > $DIR/$tdir/fbugfile
1698         mount -t ext2 -o loop $EXT2_DEV $DIR/$tdir
1699         ls $DIR/$tdir | grep "\<fbugfile\>" && error
1700         $UMOUNT $DIR/$tdir || error
1701         rm -f $DIR/$tdir/fbugfile || error
1702 }
1703 run_test 37 "ls a mounted file system to check old content ====="
1704
1705 test_38() {
1706         o_directory $DIR/$tfile
1707 }
1708 run_test 38 "open a regular file with O_DIRECTORY =============="
1709
1710 test_39() {
1711         touch $DIR/$tfile
1712         touch $DIR/${tfile}2
1713 #       ls -l  $DIR/$tfile $DIR/${tfile}2
1714 #       ls -lu  $DIR/$tfile $DIR/${tfile}2
1715 #       ls -lc  $DIR/$tfile $DIR/${tfile}2
1716         sleep 2
1717         $OPENFILE -f O_CREAT:O_TRUNC:O_WRONLY $DIR/${tfile}2
1718         if [ ! $DIR/${tfile}2 -nt $DIR/$tfile ]; then
1719                 echo "mtime"
1720                 ls -l  $DIR/$tfile $DIR/${tfile}2
1721                 echo "atime"
1722                 ls -lu  $DIR/$tfile $DIR/${tfile}2
1723                 echo "ctime"
1724                 ls -lc  $DIR/$tfile $DIR/${tfile}2
1725                 error "O_TRUNC didn't change timestamps"
1726         fi
1727 }
1728 run_test 39 "mtime changed on create ==========================="
1729
1730 test_40() {
1731         dd if=/dev/zero of=$DIR/f40 bs=4096 count=1
1732         $RUNAS $OPENFILE -f O_WRONLY:O_TRUNC $DIR/f40 && error
1733         $CHECKSTAT -t file -s 4096 $DIR/f40 || error
1734 }
1735 run_test 40 "failed open(O_TRUNC) doesn't truncate ============="
1736
1737 test_41() {
1738         # bug 1553
1739         small_write $DIR/f41 18
1740 }
1741 run_test 41 "test small file write + fstat ====================="
1742
1743 count_ost_writes() {
1744         cat $LPROC/osc/*/stats |
1745             awk -vwrites=0 '/ost_write/ { writes += $2 } END { print writes; }'
1746 }
1747
1748 # decent default
1749 WRITEBACK_SAVE=500
1750 DIRTY_RATIO_SAVE=40
1751 MAX_DIRTY_RATIO=50
1752 BG_DIRTY_RATIO_SAVE=10
1753 MAX_BG_DIRTY_RATIO=25
1754
1755 start_writeback() {
1756         trap 0
1757         # in 2.6, restore /proc/sys/vm/dirty_writeback_centisecs,
1758         # dirty_ratio, dirty_background_ratio
1759         if [ -f /proc/sys/vm/dirty_writeback_centisecs ]; then
1760                 echo $WRITEBACK_SAVE > /proc/sys/vm/dirty_writeback_centisecs
1761                 echo $BG_DIRTY_RATIO_SAVE > /proc/sys/vm/dirty_background_ratio
1762                 echo $DIRTY_RATIO_SAVE > /proc/sys/vm/dirty_ratio
1763         else
1764                 # if file not here, we are a 2.4 kernel
1765                 kill -CONT `pidof kupdated`
1766         fi
1767 }
1768
1769 stop_writeback() {
1770         # setup the trap first, so someone cannot exit the test at the
1771         # exact wrong time and mess up a machine
1772         trap start_writeback EXIT
1773         # in 2.6, save and 0 /proc/sys/vm/dirty_writeback_centisecs
1774         if [ -f /proc/sys/vm/dirty_writeback_centisecs ]; then
1775                 WRITEBACK_SAVE=`cat /proc/sys/vm/dirty_writeback_centisecs`
1776                 echo 0 > /proc/sys/vm/dirty_writeback_centisecs
1777                 echo 0 > /proc/sys/vm/dirty_writeback_centisecs
1778                 # save and increase /proc/sys/vm/dirty_ratio
1779                 DIRTY_RATIO_SAVE=`cat /proc/sys/vm/dirty_ratio`
1780                 echo $MAX_DIRTY_RATIO > /proc/sys/vm/dirty_ratio
1781                 # save and increase /proc/sys/vm/dirty_background_ratio
1782                 BG_DIRTY_RATIO_SAVE=`cat /proc/sys/vm/dirty_background_ratio`
1783                 echo $MAX_BG_DIRTY_RATIO > /proc/sys/vm/dirty_background_ratio
1784         else
1785                 # if file not here, we are a 2.4 kernel
1786                 kill -STOP `pidof kupdated`
1787         fi
1788 }
1789
1790 # ensure that all stripes have some grant before we test client-side cache
1791 setup_test42() {
1792         [ "$SETUP_TEST42" ] && return
1793         for i in `seq -f $DIR/f42-%g 1 $OSTCOUNT`; do
1794                 dd if=/dev/zero of=$i bs=4k count=1
1795                 rm $i
1796         done
1797         SETUP_TEST42=DONE
1798 }
1799
1800 # Tests 42* verify that our behaviour is correct WRT caching, file closure,
1801 # file truncation, and file removal.
1802 test_42a() {
1803         setup_test42
1804         cancel_lru_locks osc
1805         stop_writeback
1806         sync; sleep 1; sync # just to be safe
1807         BEFOREWRITES=`count_ost_writes`
1808         grep "[0-9]" $LPROC/osc/*[oO][sS][cC][_-]*/cur_grant_bytes
1809         dd if=/dev/zero of=$DIR/f42a bs=1024 count=100
1810         AFTERWRITES=`count_ost_writes`
1811         [ $BEFOREWRITES -eq $AFTERWRITES ] || \
1812                 error "$BEFOREWRITES < $AFTERWRITES"
1813         start_writeback
1814 }
1815 run_test 42a "ensure that we don't flush on close =============="
1816
1817 test_42b() {
1818         setup_test42
1819         cancel_lru_locks osc
1820         stop_writeback
1821         sync
1822         dd if=/dev/zero of=$DIR/f42b bs=1024 count=100
1823         BEFOREWRITES=`count_ost_writes`
1824         $MUNLINK $DIR/f42b || error "$MUNLINK $DIR/f42b: $?"
1825         AFTERWRITES=`count_ost_writes`
1826         if [ $BEFOREWRITES -lt $AFTERWRITES ]; then
1827                 error "$BEFOREWRITES < $AFTERWRITES on unlink"
1828         fi
1829         BEFOREWRITES=`count_ost_writes`
1830         sync || error "sync: $?"
1831         AFTERWRITES=`count_ost_writes`
1832         if [ $BEFOREWRITES -lt $AFTERWRITES ]; then
1833                 error "$BEFOREWRITES < $AFTERWRITES on sync"
1834         fi
1835         dmesg | grep 'error from obd_brw_async' && error 'error writing back'
1836         start_writeback
1837         return 0
1838 }
1839 run_test 42b "test destroy of file with cached dirty data ======"
1840
1841 # if these tests just want to test the effect of truncation,
1842 # they have to be very careful.  consider:
1843 # - the first open gets a {0,EOF}PR lock
1844 # - the first write conflicts and gets a {0, count-1}PW
1845 # - the rest of the writes are under {count,EOF}PW
1846 # - the open for truncate tries to match a {0,EOF}PR
1847 #   for the filesize and cancels the PWs.
1848 # any number of fixes (don't get {0,EOF} on open, match
1849 # composite locks, do smarter file size management) fix
1850 # this, but for now we want these tests to verify that
1851 # the cancellation with truncate intent works, so we
1852 # start the file with a full-file pw lock to match against
1853 # until the truncate.
1854 trunc_test() {
1855         test=$1
1856         file=$DIR/$test
1857         offset=$2
1858         cancel_lru_locks osc
1859         stop_writeback
1860         # prime the file with 0,EOF PW to match
1861         touch $file
1862         $TRUNCATE $file 0
1863         sync; sync
1864         # now the real test..
1865         dd if=/dev/zero of=$file bs=1024 count=100
1866         BEFOREWRITES=`count_ost_writes`
1867         $TRUNCATE $file $offset
1868         cancel_lru_locks osc
1869         AFTERWRITES=`count_ost_writes`
1870         start_writeback
1871 }
1872
1873 test_42c() {
1874         trunc_test 42c 1024
1875         [ $BEFOREWRITES -eq $AFTERWRITES ] && \
1876             error "beforewrites $BEFOREWRITES == afterwrites $AFTERWRITES on truncate"
1877         rm $file
1878 }
1879 run_test 42c "test partial truncate of file with cached dirty data"
1880
1881 test_42d() {
1882         trunc_test 42d 0
1883         [ $BEFOREWRITES -eq $AFTERWRITES ] || \
1884             error "beforewrites $BEFOREWRITES != afterwrites $AFTERWRITES on truncate"
1885         rm $file
1886 }
1887 run_test 42d "test complete truncate of file with cached dirty data"
1888
1889 test_43() {
1890         mkdir $DIR/$tdir
1891         cp -p /bin/ls $DIR/$tdir/$tfile
1892         exec 9>> $DIR/$tdir/$tfile
1893         $DIR/$tdir/$tfile && error || true
1894         exec 9<&-
1895 }
1896 run_test 43 "execution of file opened for write should return -ETXTBSY"
1897
1898 test_43a() {
1899         mkdir -p $DIR/d43
1900         cp -p `which multiop` $DIR/d43/multiop || cp -p multiop $DIR/d43/multiop
1901         $DIR/d43/multiop $TMP/test43.junk O_c &
1902         MULTIPID=$!
1903         sleep 1
1904         multiop $DIR/d43/multiop Oc && error "expected error, got success"
1905         kill -USR1 $MULTIPID || return 2
1906         wait $MULTIPID || return 3
1907         rm $TMP/test43.junk
1908 }
1909 run_test 43a "open(RDWR) of file being executed should return -ETXTBSY"
1910
1911 test_43b() {
1912         mkdir -p $DIR/d43
1913         cp -p `which multiop` $DIR/d43/multiop || cp -p multiop $DIR/d43/multiop
1914         $DIR/d43/multiop $TMP/test43.junk O_c &
1915         MULTIPID=$!
1916         sleep 1
1917         truncate $DIR/d43/multiop 0 && error "expected error, got success"
1918         kill -USR1 $MULTIPID || return 2
1919         wait $MULTIPID || return 3
1920         rm $TMP/test43.junk
1921 }
1922 run_test 43b "truncate of file being executed should return -ETXTBSY"
1923
1924 test_43c() {
1925         local testdir="$DIR/d43c"
1926         mkdir -p $testdir
1927         cp $SHELL $testdir/
1928         ( cd $(dirname $SHELL) && md5sum $(basename $SHELL) ) | \
1929                 ( cd $testdir && md5sum -c)
1930 }
1931 run_test 43c "md5sum of copy into lustre========================"
1932
1933 test_44() {
1934         [  "$OSTCOUNT" -lt "2" ] && skip "skipping 2-stripe test" && return
1935         dd if=/dev/zero of=$DIR/f1 bs=4k count=1 seek=1023
1936         dd if=$DIR/f1 bs=4k count=1 > /dev/null
1937 }
1938 run_test 44 "zero length read from a sparse stripe ============="
1939
1940 test_44a() {
1941     local nstripe=`$LCTL lov_getconfig $DIR | grep default_stripe_count: | \
1942                          awk '{print $2}'`
1943     [ -z "$nstripe" ] && skip "can't get stripe info" && return
1944     [ "$nstripe" -gt "$OSTCOUNT" ] && skip "Wrong default_stripe_count: $nstripe (OSTCOUNT: $OSTCOUNT)" && return
1945     local stride=`$LCTL lov_getconfig $DIR | grep default_stripe_size: | \
1946                       awk '{print $2}'`
1947     if [ $nstripe -eq 0 -o $nstripe -gt 1024 ] ; then
1948         nstripe=`$LCTL lov_getconfig $DIR | grep obd_count: | awk '{print $2}'`
1949     fi
1950
1951     OFFSETS="0 $((stride/2)) $((stride-1))"
1952     for offset in $OFFSETS ; do
1953       for i in `seq 0 $((nstripe-1))`; do
1954         local GLOBALOFFSETS=""
1955         local size=$((((i + 2 * $nstripe )*$stride + $offset)))  # Bytes
1956         local myfn=$DIR/d44a-$size
1957         echo "--------writing $myfn at $size"
1958         ll_sparseness_write $myfn $size  || error "ll_sparseness_write"
1959         GLOBALOFFSETS="$GLOBALOFFSETS $size"
1960         ll_sparseness_verify $myfn $GLOBALOFFSETS \
1961                             || error "ll_sparseness_verify $GLOBALOFFSETS"
1962
1963         for j in `seq 0 $((nstripe-1))`; do
1964             size=$((((j + $nstripe )*$stride + $offset)))  # Bytes
1965             ll_sparseness_write $myfn $size || error "ll_sparseness_write"
1966             GLOBALOFFSETS="$GLOBALOFFSETS $size"
1967         done
1968         ll_sparseness_verify $myfn $GLOBALOFFSETS \
1969                             || error "ll_sparseness_verify $GLOBALOFFSETS"
1970         rm -f $myfn
1971       done
1972     done
1973 }
1974 run_test 44a "test sparse pwrite ==============================="
1975
1976 dirty_osc_total() {
1977         tot=0
1978         for d in $LPROC/osc/*/cur_dirty_bytes; do
1979                 tot=$(($tot + `cat $d`))
1980         done
1981         echo $tot
1982 }
1983 do_dirty_record() {
1984         before=`dirty_osc_total`
1985         echo executing "\"$*\""
1986         eval $*
1987         after=`dirty_osc_total`
1988         echo before $before, after $after
1989 }
1990 test_45() {
1991         f="$DIR/f45"
1992         # Obtain grants from OST if it supports it
1993         echo blah > ${f}_grant
1994         stop_writeback
1995         sync
1996         do_dirty_record "echo blah > $f"
1997         [ $before -eq $after ] && error "write wasn't cached"
1998         do_dirty_record "> $f"
1999         [ $before -gt $after ] || error "truncate didn't lower dirty count"
2000         do_dirty_record "echo blah > $f"
2001         [ $before -eq $after ] && error "write wasn't cached"
2002         do_dirty_record "sync"
2003         [ $before -gt $after ] || error "writeback didn't lower dirty count"
2004         do_dirty_record "echo blah > $f"
2005         [ $before -eq $after ] && error "write wasn't cached"
2006         do_dirty_record "cancel_lru_locks osc"
2007         [ $before -gt $after ] || error "lock cancellation didn't lower dirty count"
2008         start_writeback
2009 }
2010 run_test 45 "osc io page accounting ============================"
2011
2012 page_size() {
2013         getconf PAGE_SIZE
2014 }
2015
2016 # in a 2 stripe file (lov.sh), page 1023 maps to page 511 in its object.  this
2017 # test tickles a bug where re-dirtying a page was failing to be mapped to the
2018 # objects offset and an assert hit when an rpc was built with 1023's mapped 
2019 # offset 511 and 511's raw 511 offset. it also found general redirtying bugs.
2020 test_46() {
2021         f="$DIR/f46"
2022         stop_writeback
2023         sync
2024         dd if=/dev/zero of=$f bs=`page_size` seek=511 count=1
2025         sync
2026         dd conv=notrunc if=/dev/zero of=$f bs=`page_size` seek=1023 count=1
2027         dd conv=notrunc if=/dev/zero of=$f bs=`page_size` seek=511 count=1
2028         sync
2029         start_writeback
2030 }
2031 run_test 46 "dirtying a previously written page ================"
2032
2033 # Check that device nodes are created and then visible correctly (#2091)
2034 test_47() {
2035         cmknod $DIR/test_47_node || error
2036 }
2037 run_test 47 "Device nodes check ================================"
2038
2039 test_48a() { # bug 2399
2040         check_kernel_version 34 || return 0
2041         mkdir -p $DIR/d48a
2042         cd $DIR/d48a
2043         mv $DIR/d48a $DIR/d48.new || error "move directory failed"
2044         mkdir $DIR/d48a || error "recreate directory failed"
2045         touch foo || error "'touch foo' failed after recreating cwd"
2046         mkdir bar || error "'mkdir foo' failed after recreating cwd"
2047         if check_kernel_version 44; then
2048                 touch .foo || error "'touch .foo' failed after recreating cwd"
2049                 mkdir .bar || error "'mkdir .foo' failed after recreating cwd"
2050         fi
2051         ls . > /dev/null || error "'ls .' failed after recreating cwd"
2052         ls .. > /dev/null || error "'ls ..' failed after removing cwd"
2053         cd . || error "'cd .' failed after recreating cwd"
2054         mkdir . && error "'mkdir .' worked after recreating cwd"
2055         rmdir . && error "'rmdir .' worked after recreating cwd"
2056         ln -s . baz || error "'ln -s .' failed after recreating cwd"
2057         cd .. || error "'cd ..' failed after recreating cwd"
2058 }
2059 run_test 48a "Access renamed working dir (should return errors)="
2060
2061 test_48b() { # bug 2399
2062         check_kernel_version 34 || return 0
2063         mkdir -p $DIR/d48b
2064         cd $DIR/d48b
2065         rmdir $DIR/d48b || error "remove cwd $DIR/d48b failed"
2066         touch foo && error "'touch foo' worked after removing cwd"
2067         mkdir foo && error "'mkdir foo' worked after removing cwd"
2068         if check_kernel_version 44; then
2069                 touch .foo && error "'touch .foo' worked after removing cwd"
2070                 mkdir .foo && error "'mkdir .foo' worked after removing cwd"
2071         fi
2072         ls . > /dev/null && error "'ls .' worked after removing cwd"
2073         ls .. > /dev/null || error "'ls ..' failed after removing cwd"
2074         is_patchless || ( cd . && error "'cd .' worked after removing cwd" )
2075         mkdir . && error "'mkdir .' worked after removing cwd"
2076         rmdir . && error "'rmdir .' worked after removing cwd"
2077         ln -s . foo && error "'ln -s .' worked after removing cwd"
2078         cd .. || echo "'cd ..' failed after removing cwd `pwd`"  #bug 3517
2079 }
2080 run_test 48b "Access removed working dir (should return errors)="
2081
2082 test_48c() { # bug 2350
2083         check_kernel_version 36 || return 0
2084         #sysctl -w lnet.debug=-1
2085         #set -vx
2086         mkdir -p $DIR/d48c/dir
2087         cd $DIR/d48c/dir
2088         $TRACE rmdir $DIR/d48c/dir || error "remove cwd $DIR/d48c/dir failed"
2089         $TRACE touch foo && error "'touch foo' worked after removing cwd"
2090         $TRACE mkdir foo && error "'mkdir foo' worked after removing cwd"
2091         if check_kernel_version 44; then
2092                 touch .foo && error "'touch .foo' worked after removing cwd"
2093                 mkdir .foo && error "'mkdir .foo' worked after removing cwd"
2094         fi
2095         $TRACE ls . && error "'ls .' worked after removing cwd"
2096         $TRACE ls .. || error "'ls ..' failed after removing cwd"
2097         is_patchless || ( $TRACE cd . && error "'cd .' worked after removing cwd" )
2098         $TRACE mkdir . && error "'mkdir .' worked after removing cwd"
2099         $TRACE rmdir . && error "'rmdir .' worked after removing cwd"
2100         $TRACE ln -s . foo && error "'ln -s .' worked after removing cwd"
2101         $TRACE cd .. || echo "'cd ..' failed after removing cwd `pwd`" #bug 3415
2102 }
2103 run_test 48c "Access removed working subdir (should return errors)"
2104
2105 test_48d() { # bug 2350
2106         check_kernel_version 36 || return 0
2107         #sysctl -w lnet.debug=-1
2108         #set -vx
2109         mkdir -p $DIR/d48d/dir
2110         cd $DIR/d48d/dir
2111         $TRACE rmdir $DIR/d48d/dir || error "remove cwd $DIR/d48d/dir failed"
2112         $TRACE rmdir $DIR/d48d || error "remove parent $DIR/d48d failed"
2113         $TRACE touch foo && error "'touch foo' worked after removing parent"
2114         $TRACE mkdir foo && error "'mkdir foo' worked after removing parent"
2115         if check_kernel_version 44; then
2116                 touch .foo && error "'touch .foo' worked after removing parent"
2117                 mkdir .foo && error "'mkdir .foo' worked after removing parent"
2118         fi
2119         $TRACE ls . && error "'ls .' worked after removing parent"
2120         $TRACE ls .. && error "'ls ..' worked after removing parent"
2121         is_patchless || ( $TRACE cd . && error "'cd .' worked after recreate parent" )
2122         $TRACE mkdir . && error "'mkdir .' worked after removing parent"
2123         $TRACE rmdir . && error "'rmdir .' worked after removing parent"
2124         $TRACE ln -s . foo && error "'ln -s .' worked after removing parent"
2125         is_patchless || ( $TRACE cd .. && error "'cd ..' worked after removing parent" || true )
2126 }
2127 run_test 48d "Access removed parent subdir (should return errors)"
2128
2129 test_48e() { # bug 4134
2130         check_kernel_version 41 || return 0
2131         #sysctl -w lnet.debug=-1
2132         #set -vx
2133         mkdir -p $DIR/d48e/dir
2134         cd $DIR/d48e/dir
2135         $TRACE rmdir $DIR/d48e/dir || error "remove cwd $DIR/d48e/dir failed"
2136         $TRACE rmdir $DIR/d48e || error "remove parent $DIR/d48e failed"
2137         $TRACE touch $DIR/d48e || error "'touch $DIR/d48e' failed"
2138         $TRACE chmod +x $DIR/d48e || error "'chmod +x $DIR/d48e' failed"
2139         # On a buggy kernel addition of "touch foo" after cd .. will
2140         # produce kernel oops in lookup_hash_it
2141         touch ../foo && error "'cd ..' worked after recreate parent"
2142         cd $DIR
2143         $TRACE rm $DIR/d48e || error "rm '$DIR/d48e' failed"
2144 }
2145 run_test 48e "Access to recreated parent subdir (should return errors)"
2146
2147 test_50() {
2148         # bug 1485
2149         mkdir $DIR/d50
2150         cd $DIR/d50
2151         ls /proc/$$/cwd || error
2152 }
2153 run_test 50 "special situations: /proc symlinks  ==============="
2154
2155 test_51() {
2156         # bug 1516 - create an empty entry right after ".." then split dir
2157         mkdir $DIR/d51
2158         touch $DIR/d51/foo
2159         $MCREATE $DIR/d51/bar
2160         rm $DIR/d51/foo
2161         createmany -m $DIR/d51/longfile 201
2162         FNUM=202
2163         while [ `ls -sd $DIR/d51 | awk '{ print $1 }'` -eq 4 ]; do
2164                 $MCREATE $DIR/d51/longfile$FNUM
2165                 FNUM=$(($FNUM + 1))
2166                 echo -n "+"
2167         done
2168         echo
2169         ls -l $DIR/d51 > /dev/null || error
2170 }
2171 run_test 51 "special situations: split htree with empty entry =="
2172
2173 #export NUMTEST=70000
2174 # FIXME: I select a relatively small number to do basic test.
2175 # large number may give panic(). debugging on this is going on.
2176 export NUMTEST=70
2177 test_51b() {
2178         NUMFREE=`df -i -P $DIR | tail -n 1 | awk '{ print $4 }'`
2179         [ $NUMFREE -lt 21000 ] && \
2180                 skip "not enough free inodes ($NUMFREE)" && \
2181                 return
2182
2183         check_kernel_version 40 || NUMTEST=31000
2184         [ $NUMFREE -lt $NUMTEST ] && NUMTEST=$(($NUMFREE - 50))
2185
2186         mkdir -p $DIR/d51b
2187         createmany -d $DIR/d51b/t- $NUMTEST
2188 }
2189 run_test 51b "mkdir .../t-0 --- .../t-$NUMTEST ===================="
2190
2191 test_51c() {
2192         [ ! -d $DIR/d51b ] && skip "$DIR/51b missing" && \
2193                 return
2194
2195         unlinkmany -d $DIR/d51b/t- $NUMTEST
2196 }
2197 run_test 51c "rmdir .../t-0 --- .../t-$NUMTEST ===================="
2198
2199 test_51d() {
2200         [  "$OSTCOUNT" -lt "3" ] && skip "skipping test with few OSTs" && return
2201         mkdir -p $DIR/d51d
2202         createmany -o $DIR/d51d/t- 1000
2203         $LFS getstripe $DIR/d51d > $TMP/files
2204         for N in `seq 0 $((OSTCOUNT - 1))`; do
2205             OBJS[$N]=`awk -vobjs=0 '($1 == '$N') { objs += 1 } END { print objs;}' $TMP/files`
2206             OBJS0[$N]=`grep -A 1 idx $TMP/files | awk -vobjs=0 '($1 == '$N') { objs += 1 } END { print objs;}'`
2207             log "OST$N has ${OBJS[$N]} objects, ${OBJS0[$N]} are index 0"
2208         done
2209         unlinkmany $DIR/d51d/t- 1000
2210
2211         NLAST=0
2212         for N in `seq 1 $((OSTCOUNT - 1))`; do
2213             [ ${OBJS[$N]} -lt $((${OBJS[$NLAST]} - 20)) ] && \
2214                 error "OST $N has less objects vs OST $NLAST (${OBJS[$N]} < ${OBJS[$NLAST]}"
2215             [ ${OBJS[$N]} -gt $((${OBJS[$NLAST]} + 20)) ] && \
2216                 error "OST $N has less objects vs OST $NLAST (${OBJS[$N]} < ${OBJS[$NLAST]}"
2217             
2218             [ ${OBJS0[$N]} -lt $((${OBJS0[$NLAST]} - 20)) ] && \
2219                 error "OST $N has less #0 objects vs OST $NLAST (${OBJS0[$N]} < ${OBJS0[$NLAST]}"
2220             [ ${OBJS0[$N]} -gt $((${OBJS0[$NLAST]} + 20)) ] && \
2221                 error "OST $N has less #0 objects vs OST $NLAST (${OBJS0[$N]} < ${OBJS0[$NLAST]}"
2222             NLAST=$N
2223         done
2224 }
2225 run_test 51d "check object distribution ===================="
2226
2227 test_52a() {
2228         [ -f $DIR/d52a/foo ] && chattr -a $DIR/d52a/foo
2229         mkdir -p $DIR/d52a
2230         touch $DIR/d52a/foo
2231         chattr =a $DIR/d52a/foo || error "chattr =a failed"
2232         echo bar >> $DIR/d52a/foo || error "append bar failed"
2233         cp /etc/hosts $DIR/d52a/foo && error "cp worked"
2234         rm -f $DIR/d52a/foo 2>/dev/null && error "rm worked"
2235         link $DIR/d52a/foo $DIR/d52a/foo_link 2>/dev/null && error "link worked"
2236         echo foo >> $DIR/d52a/foo || error "append foo failed"
2237         mrename $DIR/d52a/foo $DIR/d52a/foo_ren && error "rename worked"
2238         lsattr $DIR/d52a/foo | egrep -q "^-+a-+ $DIR/d52a/foo" || error "lsattr"
2239         chattr -a $DIR/d52a/foo || error "chattr -a failed"
2240
2241         rm -fr $DIR/d52a || error "cleanup rm failed"
2242 }
2243 run_test 52a "append-only flag test (should return errors) ====="
2244
2245 test_52b() {
2246         [ -f $DIR/d52b/foo ] && chattr -i $DIR/d52b/foo
2247         mkdir -p $DIR/d52b
2248         touch $DIR/d52b/foo
2249         chattr =i $DIR/d52b/foo || error
2250         cat test > $DIR/d52b/foo && error
2251         cp /etc/hosts $DIR/d52b/foo && error
2252         rm -f $DIR/d52b/foo 2>/dev/null && error
2253         link $DIR/d52b/foo $DIR/d52b/foo_link 2>/dev/null && error
2254         echo foo >> $DIR/d52b/foo && error
2255         mrename $DIR/d52b/foo $DIR/d52b/foo_ren && error
2256         [ -f $DIR/d52b/foo ] || error
2257         [ -f $DIR/d52b/foo_ren ] && error
2258         lsattr $DIR/d52b/foo | egrep -q "^-+i-+ $DIR/d52b/foo" || error
2259         chattr -i $DIR/d52b/foo || error
2260
2261         rm -fr $DIR/d52b || error
2262 }
2263 run_test 52b "immutable flag test (should return errors) ======="
2264
2265 test_53() {
2266         remote_mds && skip "remote MDS" && return
2267
2268         # only test MDT0000 
2269         for i in `ls -d $LPROC/osc/*-osc-MDT0000 2> /dev/null` ; do
2270                 ostname=`basename $i | cut -d - -f 1-2`
2271                 ost_last=`cat $LPROC/obdfilter/$ostname/last_id`
2272                 mds_last=`cat $i/prealloc_last_id`
2273                 echo "$ostname.last_id=$ost_last ; MDS.last_id=$mds_last"
2274                 if [ $ost_last != $mds_last ]; then
2275                     error "$ostname.last_id=$ost_last ; MDS.last_id=$mds_last"
2276                 fi
2277         done
2278 }
2279 run_test 53 "verify that MDS and OSTs agree on pre-creation ===="
2280
2281 test_54a() {
2282         [ ! -f "$SOCKETSERVER" ] && skip "no socketserver, skipping" && return
2283         [ ! -f "$SOCKETCLIENT" ] && skip "no socketclient, skipping" && return
2284         $SOCKETSERVER $DIR/socket
2285         $SOCKETCLIENT $DIR/socket || error
2286         $MUNLINK $DIR/socket
2287 }
2288 run_test 54a "unix domain socket test =========================="
2289
2290 test_54b() {
2291         f="$DIR/f54b"
2292         mknod $f c 1 3
2293         chmod 0666 $f
2294         dd if=/dev/zero of=$f bs=`page_size` count=1 
2295 }
2296 run_test 54b "char device works in lustre ======================"
2297
2298 find_loop_dev() {
2299         [ -b /dev/loop/0 ] && LOOPBASE=/dev/loop/
2300         [ -b /dev/loop0 ] && LOOPBASE=/dev/loop
2301         [ -z "$LOOPBASE" ] && echo "/dev/loop/0 and /dev/loop0 gone?" && return
2302
2303         for i in `seq 3 7`; do
2304                 losetup $LOOPBASE$i > /dev/null 2>&1 && continue
2305                 LOOPDEV=$LOOPBASE$i
2306                 LOOPNUM=$i
2307                 break
2308         done
2309 }
2310
2311 test_54c() {
2312         tfile="$DIR/f54c"
2313         tdir="$DIR/d54c"
2314         loopdev="$DIR/loop54c"
2315
2316         find_loop_dev 
2317         [ -z "$LOOPNUM" ] && echo "couldn't find empty loop device" && return
2318         mknod $loopdev b 7 $LOOPNUM
2319         echo "make a loop file system with $tfile on $loopdev ($LOOPNUM)..."
2320         dd if=/dev/zero of=$tfile bs=`page_size` seek=1024 count=1 > /dev/null
2321         losetup $loopdev $tfile || error "can't set up $loopdev for $tfile"
2322         mkfs.ext2 $loopdev || error "mke2fs on $loopdev"
2323         mkdir -p $tdir
2324         mount -t ext2 $loopdev $tdir || error "error mounting $loopdev on $tdir"
2325         dd if=/dev/zero of=$tdir/tmp bs=`page_size` count=30 || error "dd write"
2326         df $tdir
2327         dd if=$tdir/tmp of=/dev/zero bs=`page_size` count=30 || error "dd read"
2328         $UMOUNT $tdir
2329         losetup -d $loopdev
2330         rm $loopdev
2331 }
2332 run_test 54c "block device works in lustre ====================="
2333
2334 test_54d() {
2335         f="$DIR/f54d"
2336         string="aaaaaa"
2337         mknod $f p
2338         [ "$string" = `echo $string > $f | cat $f` ] || error
2339 }
2340 run_test 54d "fifo device works in lustre ======================"
2341
2342 test_54e() {
2343         check_kernel_version 46 || return 0
2344         f="$DIR/f54e"
2345         string="aaaaaa"
2346         mknod $f c 5 0
2347         echo $string > $f || error
2348 }
2349 run_test 54e "console/tty device works in lustre ======================"
2350
2351 check_fstype() {
2352         grep -q $FSTYPE /proc/filesystems && return 1
2353         modprobe $FSTYPE
2354         grep -q $FSTYPE /proc/filesystems && return 1
2355         insmod ../$FSTYPE/$FSTYPE.o
2356         grep -q $FSTYPE /proc/filesystems && return 1
2357         insmod ../$FSTYPE/$FSTYPE.ko
2358         grep -q $FSTYPE /proc/filesystems && return 1
2359         return 0
2360 }
2361
2362 test_55() {
2363         rm -rf $DIR/d55
2364         mkdir $DIR/d55
2365         check_fstype && skip "can't find fs $FSTYPE" && return
2366         mount -t $FSTYPE -o loop,iopen $EXT2_DEV $DIR/d55 || error "mounting"
2367         touch $DIR/d55/foo
2368         $IOPENTEST1 $DIR/d55/foo $DIR/d55 || error "running $IOPENTEST1"
2369         $IOPENTEST2 $DIR/d55 || error "running $IOPENTEST2"
2370         echo "check for $EXT2_DEV. Please wait..."
2371         rm -rf $DIR/d55/*
2372         $UMOUNT $DIR/d55 || error "unmounting"
2373 }
2374 run_test 55 "check iopen_connect_dentry() ======================"
2375
2376 test_56() {
2377         rm -rf $DIR/d56
2378         $SETSTRIPE -d $DIR
2379         mkdir $DIR/d56
2380         mkdir $DIR/d56/dir
2381         NUMFILES=3
2382         NUMFILESx2=$(($NUMFILES * 2))
2383         for i in `seq 1 $NUMFILES` ; do
2384                 touch $DIR/d56/file$i
2385                 touch $DIR/d56/dir/file$i
2386         done
2387
2388         # test lfs getstripe with --recursive
2389         FILENUM=`$GETSTRIPE --recursive $DIR/d56 | grep -c obdidx`
2390         [ $FILENUM -eq $NUMFILESx2 ] || error \
2391                 "lfs getstripe --recursive $DIR/d56 wrong: found $FILENUM, expected $NUMFILESx2"
2392         FILENUM=`$GETSTRIPE $DIR/d56 | grep -c obdidx`
2393         [ $FILENUM -eq $NUMFILES ] || error \
2394                 "lfs getstripe $DIR/d56 without --recursive wrong: found $FILENUM, expected $NUMFILES"
2395         echo "lfs getstripe --recursive passed."
2396
2397         # test lfs getstripe with file instead of dir
2398         FILENUM=`$GETSTRIPE $DIR/d56/file1 | grep -c obdidx`
2399         [ $FILENUM  -eq 1 ] || error \
2400                  "lfs getstripe $DIR/d56/file1 wrong:found $FILENUM, expected 1"
2401         echo "lfs getstripe file passed."
2402
2403         #test lfs getstripe with --verbose
2404         [ `$GETSTRIPE --verbose $DIR/d56 | grep -c lmm_magic` -eq $NUMFILES ] ||\
2405                 error "lfs getstripe --verbose $DIR/d56 wrong: should find $NUMFILES lmm_magic info"
2406         [ `$GETSTRIPE $DIR/d56 | grep -c lmm_magic` -eq 0 ] || error \
2407                 "lfs getstripe $DIR/d56 without --verbose wrong: should not show lmm_magic info"
2408         echo "lfs getstripe --verbose passed."
2409
2410         #test lfs getstripe with --obd
2411         $GETSTRIPE --obd wrong_uuid $DIR/d56 2>&1 | grep -q "unknown obduuid" || \
2412                 error "lfs getstripe --obd wrong_uuid should return error message"
2413
2414         [  "$OSTCOUNT" -lt 2 ] && \
2415                 skip "skipping other lfs getstripe --obd test" && return
2416         FILENUM=`$GETSTRIPE --recursive $DIR/d56 | sed -n '/^[   ]*1[    ]/p' | wc -l`
2417         OBDUUID=`$GETSTRIPE --recursive $DIR/d56 | sed -n '/^[   ]*1:/p' | awk '{print $2}'`
2418         FOUND=`$GETSTRIPE -r --obd $OBDUUID $DIR/d56 | wc -l`
2419         [ $FOUND -eq $FILENUM ] || \
2420                 error "lfs getstripe --obd wrong: found $FOUND, expected $FILENUM"
2421         [ `$GETSTRIPE -r -v --obd $OBDUUID $DIR/d56 | sed '/^[   ]*1[    ]/d' |\
2422                 sed -n '/^[      ]*[0-9][0-9]*[  ]/p' | wc -l` -eq 0 ] || \
2423                 error "lfs getstripe --obd wrong: should not show file on other obd"
2424         echo "lfs getstripe --obd passed."
2425 }
2426 run_test 56 "check lfs getstripe ===================================="
2427
2428 NUMFILES=3
2429 NUMDIRS=3
2430 setup_56() {
2431         LOCAL_NUMFILES=$1
2432         LOCAL_NUMDIRS=$2
2433         if [ ! -d "$DIR/${tdir}g" ] ; then
2434                 mkdir -p $DIR/${tdir}g
2435                 for i in `seq 1 $LOCAL_NUMFILES` ; do
2436                         touch $DIR/${tdir}g/file$i
2437                 done
2438                 for i in `seq 1 $LOCAL_NUMDIRS` ; do
2439                         mkdir $DIR/${tdir}g/dir$i
2440                         for j in `seq 1 $LOCAL_NUMFILES` ; do
2441                                 touch $DIR/${tdir}g/dir$i/file$j
2442                         done
2443                 done
2444         fi
2445 }
2446
2447 test_56g() {
2448         $LSTRIPE -d $DIR
2449
2450         setup_56 $NUMFILES $NUMDIRS
2451
2452         EXPECTED=$(($NUMDIRS + 2))
2453         # test lfs find with -name
2454         for i in `seq 1 $NUMFILES` ; do
2455                 NUMS=`$LFIND -name "*$i" $DIR/${tdir}g | wc -l`
2456                 [ $NUMS -eq $EXPECTED ] || error \
2457                         "lfs find -name \"*$i\" $DIR/${tdir}g wrong: found $NUMS, expected $EXPECTED"
2458         done
2459         echo "lfs find -name passed."
2460 }
2461 run_test 56g "check lfs find -name ============================="
2462
2463 test_56h() {
2464         $LSTRIPE -d $DIR
2465
2466         setup_56 $NUMFILES $NUMDIRS
2467
2468         EXPECTED=$((($NUMDIRS+1)*($NUMFILES-1)+$NUMFILES))
2469         # test lfs find with ! -name
2470         for i in `seq 1 $NUMFILES` ; do
2471                 NUMS=`$LFIND ! -name "*$i" $DIR/${tdir}g | wc -l`
2472                 [ $NUMS -eq $EXPECTED ] || error \
2473                         "lfs find ! -name \"*$i\" $DIR/${tdir}g wrong: found $NUMS, expected $EXPECTED"
2474         done
2475         echo "lfs find ! -name passed."
2476 }
2477 run_test 56h "check lfs find ! -name ============================="
2478
2479 test_56i() {
2480        tdir=${tdir}i
2481        mkdir -p $DIR/$tdir
2482        UUID=`$GETSTRIPE $DIR/$tdir | awk '/0: / { print $2 }'`
2483        OUT="`$LFIND -ost $UUID $DIR/$tdir`"
2484        [ "$OUT" ] && error "$LFIND returned directory '$OUT'" || true
2485 }
2486 run_test 56i "check 'lfs find -ost UUID' skips directories ======="
2487
2488 test_57a() {
2489         # note test will not do anything if MDS is not local
2490         remote_mds && skip "remote MDS" && return
2491
2492         for DEV in `cat $LPROC/mds/*/mntdev`; do
2493                 dumpe2fs -h $DEV > $TMP/t57a.dump || error "can't access $DEV"
2494                 DEVISIZE=`awk '/Inode size:/ { print $3 }' $TMP/t57a.dump`
2495                 [ "$DEVISIZE" -gt 128 ] || error "inode size $DEVISIZE"
2496                 rm $TMP/t57a.dump
2497         done
2498 }
2499 run_test 57a "verify MDS filesystem created with large inodes =="
2500
2501 test_57b() {
2502         FILECOUNT=100
2503         FILE1=$DIR/d57b/f1
2504         FILEN=$DIR/d57b/f$FILECOUNT
2505         rm -rf $DIR/d57b || error "removing $DIR/d57b"
2506         mkdir -p $DIR/d57b || error "creating $DIR/d57b"
2507         echo "mcreating $FILECOUNT files"
2508         createmany -m $DIR/d57b/f 1 $FILECOUNT || \
2509                 error "creating files in $DIR/d57b"
2510
2511         # verify that files do not have EAs yet
2512         $GETSTRIPE $FILE1 2>&1 | grep -q "no stripe" || error "$FILE1 has an EA"
2513         $GETSTRIPE $FILEN 2>&1 | grep -q "no stripe" || error "$FILEN has an EA"
2514
2515         MDSFREE="`cat $LPROC/mds/*/kbytesfree 2> /dev/null`"
2516         MDCFREE="`cat $LPROC/mdc/*/kbytesfree | head -n 1`"
2517         echo "opening files to create objects/EAs"
2518         for FILE in `seq -f $DIR/d57b/f%g 1 $FILECOUNT`; do
2519                 $OPENFILE -f O_RDWR $FILE > /dev/null || error "opening $FILE"
2520         done
2521
2522         # verify that files have EAs now
2523         $GETSTRIPE $FILE1 | grep -q "obdidx" || error "$FILE1 missing EA"
2524         $GETSTRIPE $FILEN | grep -q "obdidx" || error "$FILEN missing EA"
2525
2526         sleep 1 # make sure we get new statfs data
2527 #       MDSFREE2="`cat $LPROC/mds/*/kbytesfree`"
2528 #       MDCFREE2="`cat $LPROC/mdc/*/kbytesfree`"
2529 #       if [ "$MDCFREE2" -lt "$((MDCFREE - 8))" ]; then
2530 #               if [ "$MDSFREE" != "$MDSFREE2" ]; then
2531 #                       error "MDC before $MDCFREE != after $MDCFREE2"
2532 #               else
2533 #                       echo "MDC before $MDCFREE != after $MDCFREE2"
2534 #                       echo "unable to confirm if MDS has large inodes"
2535 #               fi
2536 #       fi
2537         rm -rf $DIR/d57b
2538 }
2539 run_test 57b "default LOV EAs are stored inside large inodes ==="
2540
2541 test_58() {
2542     [ -z "$(which wiretest 2>/dev/null)" ] && skip "could not find wiretest" && return
2543     wiretest
2544 }
2545 run_test 58 "verify cross-platform wire constants =============="
2546
2547 test_59() {
2548         echo "touch 130 files"
2549         createmany -o $DIR/f59- 130
2550         echo "rm 130 files"
2551         unlinkmany $DIR/f59- 130
2552         sync
2553         sleep 2
2554         # wait for commitment of removal
2555 }
2556 run_test 59 "verify cancellation of llog records async ========="
2557
2558 TEST60_HEAD="test_60 run $RANDOM"
2559 test_60a() {
2560         [ ! -f run-llog.sh ] && skip "missing subtest run-llog.sh" && return
2561         log "$TEST60_HEAD - from kernel mode"
2562 #       sh run-llog.sh
2563 }
2564 run_test 60a "llog sanity tests run from kernel module =========="
2565
2566 test_60b() { # bug 6411
2567         dmesg > $DIR/$tfile
2568         LLOG_COUNT=`dmesg | grep -A 1000 "$TEST60_HEAD" | grep -c llog_test`
2569         [ $LLOG_COUNT -gt 50 ] && error "CDEBUG_LIMIT not limiting messages"|| true
2570 }
2571 run_test 60b "limit repeated messages from CERROR/CWARN ========"
2572  
2573 test_60c() {
2574         echo "create 5000 files" 
2575         createmany -o $DIR/f60c- 5000
2576 #define OBD_FAIL_MDS_LLOG_CREATE_FAILED  0x13c
2577         sysctl -w lustre.fail_loc=0x8000013c
2578         unlinkmany $DIR/f60c- 5000
2579         sysctl -w lustre.fail_loc=0
2580 }
2581 run_test 60c "unlink file when mds full"
2582
2583 test_61() {
2584         f="$DIR/f61"
2585         dd if=/dev/zero of=$f bs=`page_size` count=1
2586         cancel_lru_locks osc
2587         multiop $f OSMWUc || error
2588         sync
2589 }
2590 run_test 61 "mmap() writes don't make sync hang ================"
2591
2592 # bug 2330 - insufficient obd_match error checking causes LBUG
2593 test_62() {
2594         f="$DIR/f62"
2595         echo foo > $f
2596         cancel_lru_locks osc
2597         sysctl -w lustre.fail_loc=0x405
2598         cat $f && error "cat succeeded, expect -EIO"
2599         sysctl -w lustre.fail_loc=0
2600 }
2601 run_test 62 "verify obd_match failure doesn't LBUG (should -EIO)"
2602
2603 # bug 2319 - oig_wait() interrupted causes crash because of invalid waitq.
2604 test_63() {
2605         MAX_DIRTY_MB=`cat $LPROC/osc/*/max_dirty_mb | head -n 1`
2606         for i in $LPROC/osc/*/max_dirty_mb ; do
2607                 echo 0 > $i
2608         done
2609         for i in `seq 10` ; do
2610                 dd if=/dev/zero of=$DIR/f63 bs=8k &
2611                 sleep 5
2612                 kill $!
2613                 sleep 1
2614         done
2615
2616         for i in $LPROC/osc/*/max_dirty_mb ; do
2617                 echo $MAX_DIRTY_MB > $i
2618         done
2619         rm -f $DIR/f63 || true
2620 }
2621 run_test 63 "Verify oig_wait interruption does not crash ======="
2622
2623 # bug 2248 - async write errors didn't return to application on sync
2624 # bug 3677 - async write errors left page locked
2625 test_63b() {
2626         debugsave
2627         sysctl -w lnet.debug=-1
2628
2629         # ensure we have a grant to do async writes
2630         dd if=/dev/zero of=$DIR/$tfile bs=4k count=1
2631         rm $DIR/$tfile
2632
2633         #define OBD_FAIL_OSC_BRW_PREP_REQ        0x406
2634         sysctl -w lustre.fail_loc=0x80000406
2635         multiop $DIR/$tfile Owy && \
2636                 error "sync didn't return ENOMEM"
2637         sync; sleep 2; sync     # do a real sync this time to flush page
2638         grep locked $LPROC/llite/*/dump_page_cache && \
2639                 error "locked page left in cache after async error" || true
2640         debugrestore
2641 }
2642 run_test 63b "async write errors should be returned to fsync ==="
2643
2644 test_64a () {
2645         df $DIR
2646         grep "[0-9]" $LPROC/osc/*[oO][sS][cC][_-]*/cur*
2647 }
2648 run_test 64a "verify filter grant calculations (in kernel) ====="
2649
2650 test_64b () {
2651         [ ! -f oos.sh ] && skip "missing subtest oos.sh" && return
2652         sh oos.sh $MOUNT
2653 }
2654 run_test 64b "check out-of-space detection on client ==========="
2655
2656 # bug 1414 - set/get directories' stripe info
2657 test_65a() {
2658         mkdir -p $DIR/d65
2659         touch $DIR/d65/f1
2660         $LVERIFY $DIR/d65 $DIR/d65/f1 || error "lverify failed"
2661 }
2662 run_test 65a "directory with no stripe info ===================="
2663
2664 test_65b() {
2665         mkdir -p $DIR/d65
2666         $SETSTRIPE $DIR/d65 $(($STRIPESIZE * 2)) 0 1 || error "setstripe"
2667         touch $DIR/d65/f2
2668         $LVERIFY $DIR/d65 $DIR/d65/f2 || error "lverify failed"
2669 }
2670 run_test 65b "directory setstripe $(($STRIPESIZE * 2)) 0 1 ==============="
2671
2672 test_65c() {
2673         if [ $OSTCOUNT -gt 1 ]; then
2674                 mkdir -p $DIR/d65
2675                 $SETSTRIPE $DIR/d65 $(($STRIPESIZE * 4)) 1 \
2676                         $(($OSTCOUNT - 1)) || error "setstripe"
2677                 touch $DIR/d65/f3
2678                 $LVERIFY $DIR/d65 $DIR/d65/f3 || error "lverify failed"
2679         fi
2680 }
2681 run_test 65c "directory setstripe $(($STRIPESIZE * 4)) 1 $(($OSTCOUNT - 1))"
2682
2683 test_65d() {
2684         mkdir -p $DIR/d65
2685         if [ $STRIPECOUNT -le 0 ]; then
2686                 sc=1
2687         elif [ $STRIPECOUNT -gt 160 ]; then
2688 #LOV_MAX_STRIPE_COUNT is 160
2689                 [ $OSTCOUNT -gt 160 ] && sc=160 || sc=$(($OSTCOUNT - 1))
2690         else
2691                 sc=$(($STRIPECOUNT - 1))
2692         fi
2693         $SETSTRIPE $DIR/d65 $STRIPESIZE -1 $sc || error "setstripe"
2694         touch $DIR/d65/f4 $DIR/d65/f5
2695         $LVERIFY $DIR/d65 $DIR/d65/f4 $DIR/d65/f5 || error "lverify failed"
2696 }
2697 run_test 65d "directory setstripe $STRIPESIZE -1 stripe_count =============="
2698
2699 test_65e() {
2700         mkdir -p $DIR/d65
2701
2702         $SETSTRIPE $DIR/d65 0 -1 0 || error "setstripe"
2703         $GETSTRIPE -v $DIR/d65 | grep "has no stripe info" || error "no stripe info failed"
2704         touch $DIR/d65/f6
2705         $LVERIFY $DIR/d65 $DIR/d65/f6 || error "lverify failed"
2706 }
2707 run_test 65e "directory setstripe 0 -1 0 ======================="
2708
2709 test_65f() {
2710         mkdir -p $DIR/d65f
2711         $RUNAS $SETSTRIPE $DIR/d65f 0 -1 0 && error "setstripe succeeded" || true
2712 }
2713 run_test 65f "dir setstripe permission (should return error) ==="
2714
2715 test_65g() {
2716         mkdir -p $DIR/d65
2717         $SETSTRIPE $DIR/d65 $(($STRIPESIZE * 2)) 0 1 || error "setstripe"
2718         $SETSTRIPE -d $DIR/d65 || error "setstripe"
2719         $GETSTRIPE -v $DIR/d65 | grep "has no stripe info" || \
2720                 error "delete default stripe failed"
2721 }
2722 run_test 65g "directory setstripe -d ==========================="
2723
2724 test_65h() {
2725         mkdir -p $DIR/d65
2726         $SETSTRIPE $DIR/d65 $(($STRIPESIZE * 2)) 0 1 || error "setstripe"
2727         mkdir -p $DIR/d65/dd1
2728         [ "`$GETSTRIPE -v $DIR/d65 | grep "^count"`" == \
2729           "`$GETSTRIPE -v $DIR/d65/dd1 | grep "^count"`" ] || error "stripe info inherit failed"
2730 }
2731 run_test 65h "directory stripe info inherit ===================="
2732  
2733 test_65i() { # bug6367
2734         $SETSTRIPE $MOUNT 65536 -1 -1
2735 }
2736 run_test 65i "set non-default striping on root directory (bug 6367)="
2737
2738 test_65j() { # bug6367
2739         # if we aren't already remounting for each test, do so for this test
2740         if [ "$CLEANUP" = ":" -a "$I_MOUNTED" = "yes" ]; then
2741                 cleanup -f || error "failed to unmount"
2742                 setup
2743         fi
2744         $SETSTRIPE -d $MOUNT || error "setstripe failed"
2745 }
2746 run_test 65j "set default striping on root directory (bug 6367)="
2747
2748 test_65k() { # bug11679
2749         [ "$OSTCOUNT" -lt 2 ] && skip "too few OSTs" && return
2750
2751         echo "Check OST status: "
2752         MDS_OSCS=`do_facet mds lctl dl | awk '/[oO][sS][cC].*md[ts]/ { print $4 }'`
2753         for OSC in $MDS_OSCS; do
2754                 echo $OSC "is activate"
2755                 do_facet mds lctl --device %$OSC activate
2756         done
2757         do_facet client mkdir -p $DIR/$tdir
2758         for INACTIVE_OSC in $MDS_OSCS; do
2759                 echo $INACTIVE_OSC "is Deactivate:"
2760                 do_facet mds lctl --device  %$INACTIVE_OSC deactivate
2761                 for STRIPE_OSC in $MDS_OSCS; do
2762                         STRIPE_OST=`osc_to_ost $STRIPE_OSC`
2763                         STRIPE_INDEX=`do_facet mds cat $LPROC/lov/*md*/target_obd |
2764                                       grep $STRIPE_OST | awk -F: '{print $1}'`
2765                         echo "$SETSTRIPE $DIR/$tdir/${STRIPE_INDEX} 0 ${STRIPE_INDEX} 1"
2766                         do_facet client $SETSTRIPE $DIR/$tdir/${STRIPE_INDEX} 0 ${STRIPE_INDEX} 1
2767                         RC=$?
2768                         [ $RC -ne 0 ] && error "setstripe should have succeeded"
2769                 done
2770                 do_facet client rm -f $DIR/$tdir/*
2771                 echo $INACTIVE_OSC "is Activate."
2772                 do_facet mds lctl --device  %$INACTIVE_OSC activate
2773         done
2774 }
2775 run_test 65k "validate manual striping works properly with deactivated OSCs"
2776
2777 test_65l() { # bug 12836
2778         mkdir -p $DIR/$tdir/test_dir
2779         $LFS setstripe $DIR/$tdir/test_dir 65536 -1 -1
2780         $LFS find -mtime -1 $DIR/$tdir >/dev/null
2781 }
2782 run_test 65l "lfs find on -1 stripe dir ========================"
2783
2784 # bug 2543 - update blocks count on client
2785 test_66() {
2786         COUNT=${COUNT:-8}
2787         dd if=/dev/zero of=$DIR/f66 bs=1k count=$COUNT
2788         sync; sleep 1; sync
2789         BLOCKS=`ls -s $DIR/f66 | awk '{ print $1 }'`
2790         [ $BLOCKS -ge $COUNT ] || error "$DIR/f66 blocks $BLOCKS < $COUNT"
2791 }
2792 run_test 66 "update inode blocks count on client ==============="
2793
2794 test_67() {
2795         [ ! -f sanity-sec.sh ] && skip "missing subtest sanity-sec.sh" && return
2796         sh sanity-sec.sh
2797 }
2798 run_test 67 "security test ====================================="
2799
2800 LLOOP=
2801 cleanup_68() {
2802         trap 0
2803         if [ ! -z "$LLOOP" ]; then
2804                 swapoff $LLOOP || error "swapoff failed"
2805                 $LCTL blockdev_detach $LLOOP || error "detach failed"
2806                 rm -f $LLOOP
2807                 unset LLOOP
2808         fi
2809         rm -f $DIR/f68
2810 }
2811
2812 meminfo() {
2813         awk '($1 == "'$1':") { print $2 }' /proc/meminfo
2814 }
2815
2816 swap_used() {
2817         swapon -s | awk '($1 == "'$1'") { print $4 }'
2818 }
2819
2820
2821 # excercise swapping to lustre by adding a high priority swapfile entry
2822 # and then consuming memory until it is used.
2823 test_68() {
2824         [ "$UID" != 0 ] && skip "must run as root" && return
2825         grep -q obdfilter $LPROC/devices && \
2826                 skip "local OST" && return
2827
2828         grep -q llite_lloop /proc/modules
2829         [ $? -ne 0 ] && skip "can't find module llite_lloop" && return
2830
2831         MEMTOTAL=`meminfo MemTotal`
2832         NR_BLOCKS=$((MEMTOTAL>>8))
2833         [[ $NR_BLOCKS -le 2048 ]] && NR_BLOCKS=2048
2834
2835         LLOOP=$TMP/lloop.`date +%s`.`date +%N`
2836         dd if=/dev/zero of=$DIR/f68 bs=64k seek=$NR_BLOCKS count=1
2837         mkswap $DIR/f68
2838
2839         $LCTL blockdev_attach $DIR/f68 $LLOOP || error "attach failed"
2840
2841         trap cleanup_68 EXIT
2842
2843         swapon -p 32767 $LLOOP || error "swapon $LLOOP failed"
2844
2845         echo "before: `swapon -s | grep $LLOOP`"
2846         $MEMHOG $MEMTOTAL || error "error allocating $MEMTOTAL kB"
2847         echo "after: `swapon -s | grep $LLOOP`"
2848         SWAPUSED=`swap_used $LLOOP`
2849
2850         cleanup_68
2851
2852         [ $SWAPUSED -eq 0 ] && echo "no swap used???" || true
2853 }
2854 run_test 68 "support swapping to Lustre ========================"
2855
2856 # bug5265, obdfilter oa2dentry return -ENOENT
2857 # #define OBD_FAIL_OST_ENOENT 0x217
2858 test_69() {
2859         [ $(grep -c obdfilter $LPROC/devices) -eq 0 ] && \
2860                 skip "skipping test for remote OST" && return
2861         $GSS && skip "gss with bulk security will triger oops. re-enable this after b10091 get fixed" && return
2862
2863         f="$DIR/$tfile"
2864         touch $f
2865
2866         if ! $DIRECTIO write ${f}.2 0 1; then
2867                 skip "O_DIRECT not implemented"
2868                 return 0
2869         fi
2870
2871         sysctl -w lustre.fail_loc=0x217
2872         truncate $f 1 # vmtruncate() will ignore truncate() error.
2873         $DIRECTIO write $f 0 2 && error "write succeeded, expect -ENOENT"
2874
2875         sysctl -w lustre.fail_loc=0
2876         $DIRECTIO write $f 0 2 || error "write error"
2877
2878         cancel_lru_locks osc
2879         $DIRECTIO read $f 0 1 || error "read error"
2880
2881         sysctl -w lustre.fail_loc=0x217
2882         $DIRECTIO read $f 1 1 && error "read succeeded, expect -ENOENT"
2883
2884         sysctl -w lustre.fail_loc=0
2885         rm -f $f
2886 }
2887 run_test 69 "verify oa2dentry return -ENOENT doesn't LBUG ======"
2888
2889 test_71() {
2890         which dbench > /dev/null 2>&1 || skip "dbench not installed, skip this test" && return 0
2891         DBENCH_LIB=${DBENCH_LIB:-/usr/lib/dbench}
2892         PATH=${DBENCH_LIB}:${PATH}
2893         cp `which dbench` $DIR
2894
2895         TGT=$DIR/client.txt
2896         SRC=${SRC:-$DBENCH_LIB/client.txt}
2897         [ ! -e $TGT -a -e $SRC ] && echo "copying $SRC to $TGT" && cp $SRC $TGT
2898         SRC=$DBENCH_LIB/client_plain.txt
2899         [ ! -e $TGT -a -e $SRC ] && echo "copying $SRC to $TGT" && cp $SRC $TGT
2900
2901         echo "copying necessary lib to $DIR"
2902         [ -d /lib64 ] && LIB71=/lib64 || LIB71=/lib
2903         mkdir -p $DIR$LIB71 || error "can't create $DIR$LIB71"
2904         cp $LIB71/libc* $DIR$LIB71 || error "can't copy $LIB71/libc*"
2905         cp $LIB71/ld-* $DIR$LIB71 || error "can't create $LIB71/ld-*"
2906
2907         echo "chroot $DIR /dbench -c client.txt 2"
2908         chroot $DIR /dbench -c client.txt 2
2909         RC=$?
2910
2911         rm -rf $DIR/dbench $TGT $DIR$LIB71
2912
2913         return $RC
2914 }
2915 run_test 71 "Running dbench on lustre (don't segment fault) ===="
2916
2917 test_72() { # bug 5695 - Test that on 2.6 remove_suid works properly
2918         check_kernel_version 43 || return 0
2919         [ "$RUNAS_ID" = "$UID" ] && skip "RUNAS_ID = UID = $UID -- skipping" && return
2920         # We had better clear the $DIR to get enough space for dd
2921         rm -rf $DIR/*
2922         touch $DIR/f72
2923         chmod 777 $DIR/f72
2924         chmod ug+s $DIR/f72
2925         $RUNAS -u $(($RUNAS_ID + 1)) dd if=/dev/zero of=$DIR/f72 bs=512 count=1 || error
2926         # See if we are still setuid/sgid
2927         test -u $DIR/f72 -o -g $DIR/f72 && error "S/gid is not dropped on write"
2928         # Now test that MDS is updated too
2929         cancel_lru_locks mdc
2930         test -u $DIR/f72 -o -g $DIR/f72 && error "S/gid is not dropped on MDS"
2931         true
2932 }
2933 run_test 72 "Test that remove suid works properly (bug5695) ===="
2934
2935 # bug 3462 - multiple simultaneous MDC requests
2936 test_73() {
2937         mkdir $DIR/d73-1 
2938         mkdir $DIR/d73-2
2939         multiop $DIR/d73-1/f73-1 O_c &
2940         pid1=$!
2941         #give multiop a chance to open
2942         usleep 500
2943
2944         echo 0x80000129 > /proc/sys/lustre/fail_loc
2945         multiop $DIR/d73-1/f73-2 Oc &
2946         sleep 1
2947         echo 0 > /proc/sys/lustre/fail_loc
2948
2949         multiop $DIR/d73-2/f73-3 Oc &
2950         pid3=$!
2951
2952         kill -USR1 $pid1
2953         wait $pid1 || return 1
2954
2955         sleep 25
2956
2957         $CHECKSTAT -t file $DIR/d73-1/f73-1 || return 4
2958         $CHECKSTAT -t file $DIR/d73-1/f73-2 || return 5 
2959         $CHECKSTAT -t file $DIR/d73-2/f73-3 || return 6 
2960
2961         rm -rf $DIR/d73-*
2962 }
2963 run_test 73 "multiple MDC requests (should not deadlock)"
2964
2965 test_74a() { # bug 6149, 6184
2966         #define OBD_FAIL_LDLM_ENQUEUE_OLD_EXPORT 0x30e
2967         #
2968         # very important to OR with OBD_FAIL_ONCE (0x80000000) -- otherwise it
2969         # will spin in a tight reconnection loop
2970         touch $DIR/f74a
2971         sysctl -w lustre.fail_loc=0x8000030e
2972         # get any lock that won't be difficult - lookup works.
2973         ls $DIR/f74a
2974         sysctl -w lustre.fail_loc=0
2975         true
2976 }
2977 run_test 74a "ldlm_enqueue freed-export error path, ls (shouldn't LBUG)"
2978
2979 test_74b() { # bug 13310
2980         #define OBD_FAIL_LDLM_ENQUEUE_OLD_EXPORT 0x30e
2981         #
2982         # very important to OR with OBD_FAIL_ONCE (0x80000000) -- otherwise it
2983         # will spin in a tight reconnection loop
2984         sysctl -w lustre.fail_loc=0x8000030e
2985         # get a "difficult" lock
2986         touch $DIR/f74b
2987         sysctl -w lustre.fail_loc=0
2988         true
2989 }
2990 run_test 74b "ldlm_enqueue freed-export error path, touch (shouldn't LBUG)"
2991
2992 JOIN=${JOIN:-"lfs join"}
2993 F75=$DIR/f75
2994 F128k=${F75}_128k
2995 FHEAD=${F75}_head
2996 FTAIL=${F75}_tail
2997 export T75_PREP=no
2998 test75_prep() {
2999         [ $T75_PREP = "yes" ] && return
3000         echo "using F75=$F75, F128k=$F128k, FHEAD=$FHEAD, FTAIL=$FTAIL"
3001  
3002         dd if=/dev/urandom of=${F75}_128k bs=128k count=1 || error "dd failed"
3003         log "finished dd"
3004         chmod 777 ${F128k}
3005         T75_PREP=yes
3006 }
3007  
3008 test_75a() {
3009 #       skipped temporarily: we do not have join file currently
3010 #       please remove this when ready - huanghua
3011         return
3012         test75_prep
3013  
3014         cp -p ${F128k} ${FHEAD}
3015         log "finished cp to $FHEAD"
3016         cp -p ${F128k} ${FTAIL}
3017         log "finished cp to $FTAIL"
3018         cat ${F128k} ${F128k} > ${F75}_sim_sim
3019  
3020         $JOIN ${FHEAD} ${FTAIL} || error "join ${FHEAD} ${FTAIL} error"
3021         log "finished join $FHEAD to ${F75}_sim_sim"
3022         cmp ${FHEAD} ${F75}_sim_sim || error "${FHEAD} ${F75}_sim_sim differ"
3023         log "finished cmp $FHEAD to ${F75}_sim_sim"
3024         $CHECKSTAT -a ${FTAIL} || error "tail ${FTAIL} still exist after join"
3025 }
3026 run_test 75a "TEST join file ===================================="
3027  
3028 test_75b() {
3029 #       skipped temporarily: we do not have join file currently
3030 #       please remove this when ready - huanghua
3031         return
3032         test75_prep
3033  
3034         cp -p ${F128k} ${FTAIL}
3035         cat ${F75}_sim_sim >> ${F75}_join_sim
3036         cat ${F128k} >> ${F75}_join_sim
3037         $JOIN ${FHEAD} ${FTAIL} || error "join ${FHEAD} ${FTAIL} error"
3038         cmp ${FHEAD} ${F75}_join_sim || \
3039                 error "${FHEAD} ${F75}_join_sim are different"
3040         $CHECKSTAT -a ${FTAIL} || error "tail ${FTAIL} exist after join"
3041 }
3042 run_test 75b "TEST join file 2 =================================="
3043  
3044 test_75c() {
3045 #       skipped temporarily: we do not have join file currently
3046 #       please remove this when ready - huanghua
3047         return
3048         test75_prep
3049  
3050         cp -p ${F128k} ${FTAIL}
3051         cat ${F128k} >> ${F75}_sim_join
3052         cat ${F75}_join_sim >> ${F75}_sim_join
3053         $JOIN ${FTAIL} ${FHEAD} || error "join error"
3054         cmp ${FTAIL} ${F75}_sim_join || \
3055                 error "${FTAIL} ${F75}_sim_join are different"
3056         $CHECKSTAT -a ${FHEAD} || error "tail ${FHEAD} exist after join"
3057 }
3058 run_test 75c "TEST join file 3 =================================="
3059  
3060 test_75d() {
3061 #       skipped temporarily: we do not have join file currently
3062 #       please remove this when ready - huanghua
3063         return
3064         test75_prep
3065  
3066         cp -p ${F128k} ${FHEAD}
3067         cp -p ${F128k} ${FHEAD}_tmp
3068         cat ${F75}_sim_sim >> ${F75}_join_join
3069         cat ${F75}_sim_join >> ${F75}_join_join
3070         $JOIN ${FHEAD} ${FHEAD}_tmp || error "join ${FHEAD} ${FHEAD}_tmp error"
3071         $JOIN ${FHEAD} ${FTAIL} || error "join ${FHEAD} ${FTAIL} error"
3072         cmp ${FHEAD} ${F75}_join_join ||error "${FHEAD} ${F75}_join_join differ"        $CHECKSTAT -a ${FHEAD}_tmp || error "${FHEAD}_tmp exist after join"
3073         $CHECKSTAT -a ${FTAIL} || error "tail ${FTAIL} exist after join (2)"
3074 }
3075 run_test 75d "TEST join file 4 =================================="
3076  
3077 test_75e() {
3078 #       skipped temporarily: we do not have join file currently
3079 #       please remove this when ready - huanghua
3080         return
3081         test75_prep
3082  
3083         rm -rf ${FHEAD} || "delete join file error"
3084 }
3085 run_test 75e "TEST join file 5 (remove joined file) ============="
3086  
3087 test_75f() {
3088 #       skipped temporarily: we do not have join file currently
3089 #       please remove this when ready - huanghua
3090         return
3091         test75_prep
3092  
3093         cp -p ${F128k} ${F75}_join_10_compare
3094         cp -p ${F128k} ${F75}_join_10
3095         for ((i = 0; i < 10; i++)); do
3096                 cat ${F128k} >> ${F75}_join_10_compare
3097                 cp -p ${F128k} ${FTAIL}
3098                 $JOIN ${F75}_join_10 ${FTAIL} || \
3099                         error "join ${F75}_join_10 ${FTAIL} error"
3100                 $CHECKSTAT -a ${FTAIL} || error "tail file exist after join"
3101         done
3102         cmp ${F75}_join_10 ${F75}_join_10_compare || \
3103                 error "files ${F75}_join_10 ${F75}_join_10_compare differ"
3104 }
3105 run_test 75f "TEST join file 6 (join 10 files) =================="
3106  
3107 test_75g() {
3108 #       skipped temporarily: we do not have join file currently
3109 #       please remove this when ready - huanghua
3110         return
3111         [ ! -f ${F75}_join_10 ] && echo "${F75}_join_10 missing" && return
3112         $LFS getstripe ${F75}_join_10
3113  
3114         $OPENUNLINK ${F75}_join_10 ${F75}_join_10 || error "files unlink open"
3115  
3116         ls -l $F75*
3117 }
3118 run_test 75g "TEST join file 7 (open unlink) ===================="
3119
3120 num_inodes() {
3121         awk '/lustre_inode_cache/ {print $2; exit}' /proc/slabinfo
3122 }
3123
3124 test_76() { # bug 1443
3125         DETH=$(grep deathrow /proc/kallsyms /proc/ksyms 2> /dev/null | wc -l)
3126         [ $DETH -eq 0 ] && skip "No _iget." && return 0
3127         BEFORE_INODES=`num_inodes`
3128         echo "before inodes: $BEFORE_INODES"
3129         for i in `seq 1000`; do
3130                 touch $DIR/$tfile
3131                 rm -f $DIR/$tfile
3132         done
3133         AFTER_INODES=`num_inodes`
3134         echo "after inodes: $AFTER_INODES"
3135         [ $AFTER_INODES -gt $((BEFORE_INODES + 32)) ] && \
3136                 error "inode slab grew from $BEFORE_INODES to $AFTER_INODES"
3137         true
3138 }
3139 run_test 76 "destroy duplicate inodes in client inode cache ===="
3140
3141 export ORIG_CSUM=""
3142 set_checksums()
3143 {
3144         [ "$ORIG_CSUM" ]||ORIG_CSUM=`cat $LPROC/llite/*/checksum_pages|head -n1`
3145         for f in $LPROC/llite/*/checksum_pages; do
3146                 echo $1 >> $f
3147         done
3148
3149         return 0
3150 }
3151
3152 F77_TMP=$TMP/f77-temp
3153 F77SZ=8
3154 setup_f77() {
3155         dd if=/dev/urandom of=$F77_TMP bs=1M count=$F77SZ || \
3156                 error "error writing to $F77_TMP"
3157 }
3158
3159 test_77a() { # bug 10889
3160         [ ! -f $F77_TMP ] && setup_f77
3161         set_checksums 1
3162         dd if=$F77_TMP of=$DIR/$tfile bs=1M count=$F77SZ || error "dd error"
3163         set_checksums 0
3164 }
3165 run_test 77a "normal checksum read/write operation ============="
3166
3167 test_77b() { # bug 10889
3168         [ ! -f $F77_TMP ] && setup_f77
3169         #define OBD_FAIL_OSC_CHECKSUM_SEND       0x409
3170         sysctl -w lustre.fail_loc=0x80000409
3171         set_checksums 1
3172         dd if=$F77_TMP of=$DIR/f77b bs=1M count=$F77SZ conv=sync || \
3173                 error "dd error: $?"
3174         sysctl -w lustre.fail_loc=0
3175         set_checksums 0
3176 }
3177 run_test 77b "checksum error on client write ===================="
3178
3179 test_77c() { # bug 10889
3180         [ ! -f $DIR/f77b ] && skip "requires 77b - skipping" && return  
3181         cancel_lru_locks osc
3182         #define OBD_FAIL_OSC_CHECKSUM_RECEIVE    0x408
3183         sysctl -w lustre.fail_loc=0x80000408
3184         set_checksums 1
3185         cmp $F77_TMP $DIR/f77b || error "file compare failed"
3186         sysctl -w lustre.fail_loc=0
3187         set_checksums 0
3188 }
3189 run_test 77c "checksum error on client read ==================="
3190
3191 test_77d() { # bug 10889
3192         #define OBD_FAIL_OSC_CHECKSUM_SEND       0x409
3193         sysctl -w lustre.fail_loc=0x80000409
3194         set_checksums 1
3195         directio write $DIR/f77 0 $F77SZ $((1024 * 1024)) || \
3196                 error "direct write: rc=$?"
3197         sysctl -w lustre.fail_loc=0
3198         set_checksums 0
3199 }
3200 run_test 77d "checksum error on OST direct write ==============="
3201
3202 test_77e() { # bug 10889
3203         [ ! -f $DIR/f77 ] && skip "requires 77d - skipping" && return  
3204         #define OBD_FAIL_OSC_CHECKSUM_RECEIVE    0x408
3205         sysctl -w lustre.fail_loc=0x80000408
3206         set_checksums 1
3207         cancel_lru_locks osc
3208         directio read $DIR/f77 0 $F77SZ $((1024 * 1024)) || \
3209                 error "direct read: rc=$?"
3210         sysctl -w lustre.fail_loc=0
3211         set_checksums 0
3212 }
3213 run_test 77e "checksum error on OST direct read ================"
3214
3215 test_77f() { # bug 10889
3216         #define OBD_FAIL_OSC_CHECKSUM_SEND       0x409
3217         sysctl -w lustre.fail_loc=0x409
3218         set_checksums 1
3219         directio write $DIR/f77 0 $F77SZ $((1024 * 1024)) && \
3220                 error "direct write succeeded"
3221         sysctl -w lustre.fail_loc=0
3222         set_checksums 0
3223 }
3224 run_test 77f "repeat checksum error on write (expect error) ===="
3225
3226 test_77g() { # bug 10889
3227         [ $(grep -c obdfilter $LPROC/devices) -eq 0 ] && \
3228                 skip "remote OST" && return
3229         [ ! -f $F77_TMP ] && setup_f77
3230         #define OBD_FAIL_OST_CHECKSUM_RECEIVE       0x21a
3231         sysctl -w lustre.fail_loc=0x8000021a
3232         set_checksums 1
3233         dd if=$F77_TMP of=$DIR/f77 bs=1M count=$F77SZ || \
3234                 error "write error: rc=$?"
3235         sysctl -w lustre.fail_loc=0
3236         set_checksums 0
3237 }
3238 run_test 77g "checksum error on OST write ======================"
3239
3240 test_77h() { # bug 10889
3241         [ $(grep -c obdfilter $LPROC/devices) -eq 0 ] && \
3242                 skip "remote OST" && return
3243         [ ! -f $DIR/f77 ] && skip "requires 77g - skipping" && return  
3244         cancel_lru_locks osc
3245         #define OBD_FAIL_OST_CHECKSUM_SEND          0x21b
3246         sysctl -w lustre.fail_loc=0x8000021b
3247         set_checksums 1
3248         cmp $F77_TMP $DIR/f77 || error "file compare failed"
3249         sysctl -w lustre.fail_loc=0
3250         set_checksums 0
3251 }
3252 run_test 77h "checksum error on OST read ======================="
3253
3254 [ "$ORIG_CSUM" ] && set_checksums $ORIG_CSUM || true
3255 rm -f $F77_TMP
3256 unset F77_TMP
3257
3258 test_78() { # bug 10901
3259         NSEQ=5
3260         F78SIZE=$(($(awk '/MemFree:/ { print $2 }' /proc/meminfo) / 1024))
3261         [ $F78SIZE -gt 512 ] && F78SIZE=512
3262         [ $F78SIZE -gt $((MAXFREE / 1024)) ] && F78SIZE=$((MAXFREE / 1024))
3263         SMALLESTOST=`lfs df $DIR |grep OST | awk '{print $4}' |sort -n |head -1`
3264         [ $F78SIZE -gt $((SMALLESTOST * $OSTCOUNT / 1024)) ] && \
3265                 F78SIZE=$((SMALLESTOST * $OSTCOUNT / 1024))
3266         $SETSTRIPE $DIR/$tfile 0 -1 -1 || error "setstripe failed"
3267         for i in `seq 1 $NSEQ`
3268         do
3269                 echo directIO rdwr round $i of $NSEQ
3270                 $DIRECTIO rdwr $DIR/$tfile 0 $F78SIZE 1048576 || error "rdwr failed"
3271         done
3272
3273         rm -f $DIR/$tfile
3274 }
3275 run_test 78 "handle large O_DIRECT writes correctly ============"
3276
3277 test_79() { # bug 12743
3278         [ $(grep -c obdfilter $LPROC/devices) -eq 0 ] &&
3279                 skip "skipping test for remote OST" && return
3280
3281         wait_delete_completed
3282
3283         BKTOTAL=`awk 'BEGIN{total=0}; {total+=$1}; END{print total}' \
3284                  $LPROC/obdfilter/*/kbytestotal`
3285         BKFREE=`awk 'BEGIN{free=0}; {free+=$1}; END{print free}' \
3286                 $LPROC/obdfilter/*/kbytesfree`
3287         BKAVAIL=`awk 'BEGIN{avail=0}; {avail+=$1}; END{print avail}' \
3288                  $LPROC/obdfilter/*/kbytesavail`
3289         STRING=`df -P $MOUNT | tail -n 1 | awk '{print $2","$3","$4}'`
3290         DFTOTAL=`echo $STRING | cut -d, -f1`
3291         DFUSED=`echo $STRING  | cut -d, -f2`
3292         DFAVAIL=`echo $STRING | cut -d, -f3`
3293         DFFREE=$(($DFTOTAL - $DFUSED))
3294
3295         ALLOWANCE=$((64 * $OSTCOUNT))
3296
3297         if [ $DFTOTAL -lt $(($BKTOTAL - $ALLOWANCE)) ] ||  
3298            [ $DFTOTAL -gt $(($BKTOTAL + $ALLOWANCE)) ] ; then
3299                 error "df total($DFTOTAL) mismatch OST total($BKTOTAL)"
3300         fi
3301         if [ $DFFREE -lt $(($BKFREE - $ALLOWANCE)) ] || 
3302            [ $DFFREE -gt $(($BKFREE + $ALLOWANCE)) ] ; then
3303                 error "df free($DFFREE) mismatch OST free($BKFREE)"
3304         fi
3305         if [ $DFAVAIL -lt $(($BKAVAIL - $ALLOWANCE)) ] || 
3306            [ $DFAVAIL -gt $(($BKAVAIL + $ALLOWANCE)) ] ; then
3307                 error "df avail($DFAVAIL) mismatch OST avail($BKAVAIL)"
3308         fi
3309 }
3310 run_test 79 "df report consistency check ======================="
3311
3312 # on the LLNL clusters, runas will still pick up root's $TMP settings,
3313 # which will not be writable for the runas user, and then you get a CVS
3314 # error message with a corrupt path string (CVS bug) and panic.
3315 # We're not using much space, so just stick it in /tmp, which is safe.
3316 OLDTMPDIR=$TMPDIR
3317 OLDTMP=$TMP
3318 TMPDIR=/tmp
3319 TMP=/tmp
3320 OLDHOME=$HOME
3321 [ $RUNAS_ID -ne $UID ] && HOME=/tmp
3322
3323 test_99a() {
3324         mkdir -p $DIR/d99cvsroot
3325         chown $RUNAS_ID $DIR/d99cvsroot
3326         $RUNAS cvs -d $DIR/d99cvsroot init || error
3327 }
3328 run_test 99a "cvs init ========================================="
3329
3330 test_99b() {
3331         [ ! -d $DIR/d99cvsroot ] && test_99a
3332         cd /etc/init.d
3333         # some versions of cvs import exit(1) when asked to import links or
3334         # files they can't read.  ignore those files.
3335         TOIGNORE=$(find . -type l -printf '-I %f\n' -o \
3336                         ! -perm +4 -printf '-I %f\n')
3337         $RUNAS cvs -d $DIR/d99cvsroot import -m "nomesg" $TOIGNORE \
3338                 d99reposname vtag rtag
3339 }
3340 run_test 99b "cvs import ======================================="
3341
3342 test_99c() {
3343         [ ! -d $DIR/d99cvsroot ] && test_99b
3344         cd $DIR
3345         mkdir -p $DIR/d99reposname
3346         chown $RUNAS_ID $DIR/d99reposname
3347         $RUNAS cvs -d $DIR/d99cvsroot co d99reposname
3348 }
3349 run_test 99c "cvs checkout ====================================="
3350
3351 test_99d() {
3352         [ ! -d $DIR/d99cvsroot ] && test_99c
3353         cd $DIR/d99reposname
3354         $RUNAS touch foo99
3355         $RUNAS cvs add -m 'addmsg' foo99
3356 }
3357 run_test 99d "cvs add =========================================="
3358
3359 test_99e() {
3360         [ ! -d $DIR/d99cvsroot ] && test_99c
3361         cd $DIR/d99reposname
3362         $RUNAS cvs update
3363 }
3364 run_test 99e "cvs update ======================================="
3365
3366 test_99f() {
3367         [ ! -d $DIR/d99cvsroot ] && test_99d
3368         cd $DIR/d99reposname
3369         $RUNAS cvs commit -m 'nomsg' foo99
3370 }
3371 run_test 99f "cvs commit ======================================="
3372
3373 test_100() {
3374         netstat -tna | while read PROT SND RCV LOCAL REMOTE STAT; do
3375                 [ "$PROT" != "tcp" ] && continue
3376                 RPORT=`echo $REMOTE | cut -d: -f2`
3377                 [ "$RPORT" != "$ACCEPTOR_PORT" ] && continue
3378                 LPORT=`echo $LOCAL | cut -d: -f2`
3379                 if [ $LPORT -ge 1024 ]; then
3380                         echo "bad: $PROT $SND $RCV $LOCAL $REMOTE $STAT"
3381                         netstat -tna
3382                         error "local: $LPORT > 1024, remote: $RPORT"
3383                 fi
3384         done
3385         true
3386 }
3387 run_test 100 "check local port using privileged port ==========="
3388
3389 function get_named_value()
3390 {
3391     local tag
3392
3393     tag=$1
3394     while read ;do
3395         line=$REPLY
3396         case $line in
3397         $tag*)
3398             echo $line | sed "s/^$tag//"
3399             break
3400             ;;
3401         esac
3402     done
3403 }
3404
3405 export CACHE_MAX=`cat $LPROC/llite/*/max_cached_mb | head -n 1`
3406 cleanup_101() {
3407         for s in $LPROC/llite/*/max_cached_mb; do
3408                 echo $CACHE_MAX > $s
3409         done
3410         trap 0
3411 }
3412
3413 test_101() {
3414         local s
3415         local discard
3416         local nreads=10000
3417         [ "$CPU" = "UML" ] && nreads=1000
3418         local cache_limit=32
3419
3420         for s in $LPROC/osc/*-osc*/rpc_stats; do
3421                 echo 0 > $s
3422         done
3423         trap cleanup_101 EXIT
3424         for s in $LPROC/llite/*; do
3425                 echo 0 > $s/read_ahead_stats
3426                 echo $cache_limit > $s/max_cached_mb
3427         done
3428
3429         #
3430         # randomly read 10000 of 64K chunks from file 3x 32MB in size
3431         #
3432         echo "nreads: $nreads file size: $((cache_limit * 3))MB"
3433         $RANDOM_READS -f $DIR/$tfile -s$((cache_limit * 3192 * 1024)) -b65536 -C -n$nreads -t 180
3434
3435         discard=0
3436         for s in $LPROC/llite/*; do
3437                 discard=$(($discard + $(cat $s/read_ahead_stats | get_named_value 'read but discarded')))
3438         done
3439         cleanup_101
3440
3441         if [ $(($discard * 10)) -gt $nreads ] ;then
3442                 for s in $LPROC/osc/*-osc*/rpc_stats; do
3443                         echo $s; cat $s
3444                 done
3445                 for s in $LPROC/llite/*/read_ahead_stats; do
3446                         echo $s; cat $s
3447                 done
3448                 error "too many ($discard) discarded pages" 
3449         fi
3450         rm -f $DIR/$tfile || true
3451 }
3452 run_test 101 "check read-ahead for random reads ================"
3453
3454 export SETUP_TEST102=no
3455 setup_test102() {
3456         [ "$SETUP_TEST102" = "yes" ] && return
3457         mkdir -p $DIR/$tdir
3458         STRIPE_SIZE=65536
3459         STRIPE_COUNT=4 
3460         STRIPE_OFFSET=2
3461
3462         trap cleanup_test102 EXIT
3463         cd $DIR
3464         $SETSTRIPE $tdir $STRIPE_SIZE  $STRIPE_OFFSET $STRIPE_COUNT
3465         cd $DIR/$tdir 
3466         for num in 1 2 3 4
3467         do
3468                 for count in 1 2 3 4
3469                 do
3470                         for offset in 0 1 2 3 
3471                         do
3472                                 local stripe_size=`expr $STRIPE_SIZE \* $num`
3473                                 local file=file"$num-$offset-$count"
3474                                 $SETSTRIPE $file $stripe_size  $offset $count
3475                         done
3476                 done
3477         done
3478
3479         cd ..
3480         star -c  f=$TMP/f102.tar $tdir 
3481         SETUP_TEST102=yes
3482 }
3483
3484 cleanup_test102() {
3485         [ "$SETUP_TEST102" = "yes" ] || return
3486         trap 0
3487         rm -f $TMP/f102.tar
3488         rm -rf $DIR/$tdir
3489         SETUP_TEST102=no
3490 }
3491
3492 test_102a() {
3493         local testfile=$DIR/xattr_testfile
3494
3495         rm -f $testfile
3496         touch $testfile
3497
3498         [ "$UID" != 0 ] && skip "must run as root" && return
3499         [ -z "`grep xattr $LPROC/mdc/*-mdc-*/connect_flags`" ] && skip "must have user_xattr" && return
3500
3501         [ -z "$(which setfattr 2>/dev/null)" ] && skip "could not find setfattr" && return
3502
3503         echo "set/get xattr..."
3504         setfattr -n trusted.name1 -v value1 $testfile || error
3505         [ "`getfattr -n trusted.name1 $testfile 2> /dev/null | \
3506         grep "trusted.name1"`" == "trusted.name1=\"value1\"" ] || error
3507  
3508         setfattr -n user.author1 -v author1 $testfile || error
3509         [ "`getfattr -n user.author1 $testfile 2> /dev/null | \
3510         grep "user.author1"`" == "user.author1=\"author1\"" ] || error
3511
3512         echo "listxattr..."
3513         setfattr -n trusted.name2 -v value2 $testfile || error
3514         setfattr -n trusted.name3 -v value3 $testfile || error
3515         [ `getfattr -d -m "^trusted" $testfile 2> /dev/null | \
3516         grep "trusted.name" | wc -l` -eq 3 ] || error
3517
3518  
3519         setfattr -n user.author2 -v author2 $testfile || error
3520         setfattr -n user.author3 -v author3 $testfile || error
3521         [ `getfattr -d -m "^user" $testfile 2> /dev/null | \
3522         grep "user" | wc -l` -eq 3 ] || error
3523
3524         echo "remove xattr..."
3525         setfattr -x trusted.name1 $testfile || error
3526         getfattr -d -m trusted $testfile 2> /dev/null | \
3527         grep "trusted.name1" && error || true
3528
3529         setfattr -x user.author1 $testfile || error
3530         getfattr -d -m user $testfile 2> /dev/null | \
3531         grep "user.author1" && error || true
3532
3533         # b10667: setting lustre special xattr be silently discarded
3534         echo "set lustre special xattr ..."
3535         setfattr -n "trusted.lov" -v "invalid value" $testfile || error
3536
3537         rm -f $testfile
3538 }
3539 run_test 102a "user xattr test =================================="
3540
3541 test_102b() {
3542         # b10930: get/set/list trusted.lov xattr
3543         echo "get/set/list trusted.lov xattr ..."
3544         [ "$OSTCOUNT" -lt "2" ] && skip "skipping 2-stripe test" && return
3545         local testfile=$DIR/$tfile
3546         $SETSTRIPE $testfile 65536 1 2
3547         getfattr -d -m "^trusted" $testfile 2> /dev/null | \
3548         grep "trusted.lov" || error "can't get trusted.lov from $testfile"
3549
3550         local testfile2=${testfile}2
3551         local value=`getfattr -n trusted.lov $testfile 2> /dev/null | \
3552                      grep "trusted.lov" |sed -e 's/[^=]\+=//'`
3553         
3554         $MCREATE $testfile2
3555         setfattr -n trusted.lov -v $value $testfile2    
3556         local tmp_file=${testfile}3
3557         $GETSTRIPE -v $testfile2 > $tmp_file
3558         local stripe_size=`grep "size"  $tmp_file| awk '{print $2}'`
3559         local stripe_count=`grep "count"  $tmp_file| awk '{print $2}'`
3560         [ "$stripe_size" -eq 65536 ] || error "stripe size $stripe_size != 65536"
3561         [ "$stripe_count" -eq 2 ] || error "stripe count $stripe_count != 2"
3562 }
3563 run_test 102b "getfattr/setfattr for trusted.lov EAs ============"
3564
3565 test_102c() {
3566         # b10930: get/set/list lustre.lov xattr
3567         echo "get/set/list lustre.lov xattr ..."
3568         [ "$OSTCOUNT" -lt "2" ] && skip "skipping 2-stripe test" && return
3569         mkdir -p $DIR/$tdir
3570         chown $RUNAS_ID $DIR/$tdir
3571         local testfile=$DIR/$tdir/$tfile
3572         $RUNAS $SETSTRIPE $testfile 65536 1 2
3573         $RUNAS getfattr -d -m "^lustre" $testfile 2> /dev/null | \
3574         grep "lustre.lov" || error "can't get lustre.lov from $testfile"
3575
3576         local testfile2=${testfile}2
3577         local value=`getfattr -n lustre.lov $testfile 2> /dev/null | \
3578                      grep "lustre.lov" |sed -e 's/[^=]\+=//'  `
3579         
3580         $RUNAS $MCREATE $testfile2
3581         $RUNAS setfattr -n lustre.lov -v $value $testfile2      
3582         local tmp_file=${testfile}3
3583         $RUNAS $GETSTRIPE -v $testfile2 > $tmp_file
3584         local stripe_size=`grep "size"  $tmp_file| awk '{print $2}'`
3585         local stripe_count=`grep "count"  $tmp_file| awk '{print $2}'`
3586         [ $stripe_size -eq 65536 ] || error "stripe size $stripe_size != 65536"
3587         [ $stripe_count -eq 2 ] || error "stripe count $stripe_count != 2"
3588 }
3589 run_test 102c "non-root getfattr/setfattr for lustre.lov EAs ==========="
3590
3591 get_stripe_info() {
3592         stripe_size=0
3593         stripe_count=0
3594         stripe_offset=0
3595         local lines=`sed -n '/obdidx/=' $1`
3596         stripe_size=`awk '{if($1~/size/) print $2}' $1`
3597         stripe_count=`awk '{if($1~/count/) print $2}' $1`
3598         lines=`expr $lines + 1`
3599         stripe_offset=`sed -n ${lines}p $1 |awk '{print $1}'`
3600 }
3601
3602 compare_stripe_info1() {
3603         for num in 1 2 3 4
3604         do
3605                 for count in 1 2 3 4
3606                 do
3607                         for offset in 0 1 2 3 
3608                         do
3609                                 local size=`expr $STRIPE_SIZE \* $num`
3610                                 local file=file"$num-$offset-$count"
3611                                 local tmp_file=out
3612                                 $GETSTRIPE -v $file > $tmp_file 
3613                                 get_stripe_info  $tmp_file
3614                                 if test $stripe_size -ne $size
3615                                 then
3616                                         error "$file: different stripe size" && return
3617                                 fi
3618                                 if test $stripe_count -ne $count
3619                                 then
3620                                         error "$file: different stripe count" && return
3621                                 fi
3622                                 if test $stripe_offset -ne 0
3623                                 then
3624                                         error "$file: different stripe offset" && return
3625                                 fi
3626                                 rm -f $tmp_file
3627                         done
3628                 done
3629         done
3630 }
3631
3632 compare_stripe_info2() {
3633         for num in 1 2 3 4
3634         do
3635                 for count in 1 2 3 4
3636                 do
3637                         for offset in 0 1 2 3 
3638                         do
3639                                 local size=`expr $STRIPE_SIZE \* $num`
3640                                 local file=file"$num-$offset-$count"
3641                                 local tmp_file=out
3642                                 $GETSTRIPE -v $file > $tmp_file
3643                                 get_stripe_info  $tmp_file
3644                                 if test $stripe_size -ne $size
3645                                 then
3646                                         error "$file: different stripe size" && return  
3647                                 fi
3648                                 if test $stripe_count -ne $count
3649                                 then
3650                                         error "$file: different stripe count" && return
3651                                 fi
3652                                 if test $stripe_offset -ne $offset
3653                                 then
3654                                         error "$file: different stripe offset" && return
3655                                 fi
3656                                 rm -f $tmp_file
3657                         done
3658                 done
3659         done
3660 }
3661
3662 test_102d() {
3663         # b10930: star test for trusted.lov xattr
3664         star --xhelp 2>&1 | grep -q nolustre  
3665         if [ $? -ne 0 ]
3666         then
3667                 skip "being skipped because a lustre-aware star is not installed." && return
3668         fi
3669         [ "$OSTCOUNT" -lt "4" ] && skip "skipping 4-stripe test" && return
3670         setup_test102
3671         mkdir -p $DIR/d102d
3672         star -x  f=$TMP/f102.tar -C $DIR/d102d
3673         cd $DIR/d102d/$tdir
3674         compare_stripe_info1
3675
3676 }
3677 run_test 102d "star restore stripe info from tarfile,not keep osts ==========="
3678
3679 test_102e() {
3680         # b10930: star test for trusted.lov xattr
3681         star --xhelp 2>&1 | grep -q nolustre  
3682         if [ $? -ne 0 ]
3683         then
3684                 skip "being skipped because a lustre-aware star is not installed." && return
3685         fi
3686         [ "$OSTCOUNT" -lt "4" ] && skip "skipping 4-stripe test" && return
3687         setup_test102
3688         mkdir -p $DIR/d102e
3689         star -x  -preserve-osts f=$TMP/f102.tar -C $DIR/d102e
3690         cd $DIR/d102e/$tdir
3691         compare_stripe_info2
3692 }
3693 run_test 102e "star restore stripe info from tarfile, keep osts ==========="
3694
3695 test_102f() {
3696         # b10930: star test for trusted.lov xattr
3697         star --xhelp 2>&1 | grep -q nolustre  
3698         if [ $? -ne 0 ]
3699         then
3700                 skip "being skipped because a lustre-aware star is not installed." && return
3701         fi
3702         [ "$OSTCOUNT" -lt "4" ] && skip "skipping 4-stripe test" && return
3703         setup_test102
3704         mkdir -p $DIR/d102f
3705         cd $DIR
3706         star -copy  $tdir $DIR/d102f
3707         cd $DIR/d102f/$tdir
3708         compare_stripe_info1
3709 }
3710 run_test 102f "star copy files, not keep osts ==========="
3711
3712 test_102g() {
3713         # b10930: star test for trusted.lov xattr
3714         star --xhelp 2>&1 | grep -q nolustre  
3715         if [ $? -ne 0 ]
3716         then
3717                 skip "being skipped because a lustre-aware star is not installed." && return
3718         fi
3719         [ "$OSTCOUNT" -lt "4" ] && skip "skipping 4-stripe test" && return
3720         setup_test102
3721         mkdir -p $DIR/d102g
3722         cd $DIR
3723         star -copy -preserve-osts $tdir $DIR/d102g
3724         cd $DIR/d102g/$tdir
3725         compare_stripe_info2
3726         cleanup_test102
3727 }
3728 run_test 102g "star copy files, keep osts ==========="
3729
3730 run_acl_subtest()
3731 {
3732     $LUSTRE/tests/acl/run $LUSTRE/tests/acl/$1.test
3733     return $?
3734 }
3735
3736 test_103 () {
3737     [ "$UID" != 0 ] && skip "must run as root" && return
3738     [ -z "$(grep acl $LPROC/mdc/*-mdc-*/connect_flags)" ] && skip "must have acl enabled" && return
3739     [ -z "$(which setfacl 2>/dev/null)" ] && skip "could not find setfacl" && return
3740     $GSS && skip "could not run under gss" && return
3741
3742     SAVE_UMASK=`umask`
3743     umask 0022
3744     cd $DIR
3745
3746     echo "performing cp ..."
3747     run_acl_subtest cp || error
3748     echo "performing getfacl-noacl..."
3749     run_acl_subtest getfacl-noacl || error
3750     echo "performing misc..."
3751     run_acl_subtest misc || error
3752 #    XXX add back permission test when we support supplementary groups.
3753 #    echo "performing permissions..."
3754 #    run_acl_subtest permissions || error
3755     echo "performing setfacl..."
3756     run_acl_subtest setfacl || error
3757
3758     # inheritance test got from HP
3759     echo "performing inheritance..."
3760     cp $LUSTRE/tests/acl/make-tree . || error
3761     chmod +x make-tree || error
3762     run_acl_subtest inheritance || error
3763     rm -f make-tree
3764
3765     cd $SAVE_PWD
3766     umask $SAVE_UMASK
3767 }
3768 run_test 103 "acl test ========================================="
3769
3770 test_104() {
3771         touch $DIR/$tfile
3772         lfs df || error "lfs df failed"
3773         lfs df -ih || error "lfs df -ih failed"
3774         lfs df -h $DIR || error "lfs df -h $DIR failed"
3775         lfs df -i $DIR || error "lfs df -i $DIR failed"
3776         lfs df $DIR/$tfile || error "lfs df $DIR/$tfile failed"
3777         lfs df -ih $DIR/$tfile || error "lfs df -ih $DIR/$tfile failed"
3778         
3779         OSC=`awk '/-osc-/ {print $4}' $LPROC/devices | head -n 1`
3780         lctl --device %$OSC deactivate
3781         lfs df || error "lfs df with deactivated OSC failed"
3782         lctl --device %$OSC recover
3783         lfs df || error "lfs df with reactivated OSC failed"
3784 }
3785 run_test 104 "lfs df [-ih] [path] test ========================="
3786
3787 test_105a() {
3788         # doesn't work on 2.4 kernels
3789         touch $DIR/$tfile
3790         if [ -n "`mount | grep \"$DIR.*flock\" | grep -v noflock`" ];
3791         then
3792                 flocks_test on -f $DIR/$tfile || error "fail flock on"
3793         else
3794                 flocks_test off -f $DIR/$tfile || error "fail flock off"
3795         fi
3796 }
3797 run_test 105a "flock when mounted without -o flock test ========"
3798
3799 test_105b() {
3800         touch $DIR/$tfile
3801         if [ -n "`mount | grep \"$DIR.*flock\" | grep -v noflock`" ];
3802         then
3803                 flocks_test on -c $DIR/$tfile || error "fail flock on"
3804         else
3805                 flocks_test off -c $DIR/$tfile || error "fail flock off"
3806         fi
3807 }
3808 run_test 105b "fcntl when mounted without -o flock test ========"
3809
3810 test_105c() {
3811         touch $DIR/$tfile
3812         if [ -n "`mount | grep \"$DIR.*flock\" | grep -v noflock`" ];
3813         then
3814                 flocks_test on -l $DIR/$tfile || error "fail flock on"
3815         else
3816                 flocks_test off -l $DIR/$tfile || error "fail flock off"
3817         fi
3818 }
3819 run_test 105c "lockf when mounted without -o flock test ========"
3820
3821 test_106() { #bug 10921
3822         mkdir $DIR/$tdir || error "mkdir $DIR/$tdir failed"
3823         $DIR/$tdir && error "exec $DIR/$tdir succeeded"
3824         chmod 777 $DIR/$tdir || error "chmod $DIR/$tdir failed"
3825 }
3826 run_test 106 "attempt exec of dir followed by chown of that dir"
3827
3828 test_107() {
3829         CDIR=`pwd`
3830         cd $DIR
3831         ulimit -c unlimited
3832         sleep 60 &
3833         SLEEPPID=$!
3834
3835         file=`cat /proc/sys/kernel/core_pattern`
3836         core_pid=`cat /proc/sys/kernel/core_uses_pid`
3837         [ $core_pid -eq 1 ] && file=$file.$SLEEPPID
3838         rm -f $file
3839         sleep 1
3840
3841         kill -s 11 $SLEEPPID
3842         wait $SLEEPPID
3843         if [ -e $file ]; then
3844                 size=`stat -c%s $file`
3845                 [ $size -eq 0 ] && error "Fail to create core file $file"
3846         else
3847                 error "Fail to create core file $file"
3848         fi
3849         rm -f $file
3850         cd $CDIR
3851 }
3852 run_test 107 "Coredump on SIG"
3853
3854 test_110() {
3855         mkdir -p $DIR/d110
3856         mkdir $DIR/d110/aaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaa || error "mkdir with 255 char fail"
3857         mkdir $DIR/d110/bbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbb && error "mkdir with 256 char should fail, but not"
3858         touch $DIR/d110/xxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxx || error "create with 255 char fail"
3859         touch $DIR/d110/yyyyyyyyyyyyyyyyyyyyyyyyyyyyyyyyyyyyyyyyyyyyyyyyyyyyyyyyyyyyyyyyyyyyyyyyyyyyyyyyyyyyyyyyyyyyyyyyyyyyyyyyyyyyyyyyyyyyyyyyyyyyyyyyyyyyyyyyyyyyyyyyyyyyyyyyyyyyyyyyyyyyyyyyyyyyyyyyyyyyyyyyyyyyyyyyyyyyyyyyyyyyyyyyyyyyyyyyyyyyyyyyyyyyyyyyyyyyyyyyyyyyyyyyyyyyyyyy && error ""create with 256 char should fail, but not
3860
3861         ls -l $DIR/d110
3862 }
3863 run_test 110 "filename length checking"
3864
3865 test_115() {
3866         OSTIO_pre=$(ps -e|grep ll_ost_io|awk '{print $4}'|sort -n|tail -1|\
3867             cut -c11-20)
3868         [ -z "$OSTIO_pre" ] && skip "no OSS threads" && \
3869             return
3870         echo "Starting with $OSTIO_pre threads"
3871
3872         NUMTEST=20000
3873         NUMFREE=`df -i -P $DIR | tail -n 1 | awk '{ print $4 }'`
3874         [ $NUMFREE -lt $NUMTEST ] && NUMTEST=$(($NUMFREE - 1000))
3875         echo "$NUMTEST creates/unlinks"
3876         mkdir -p $DIR/$tdir
3877         createmany -o $DIR/$tdir/$tfile $NUMTEST
3878         unlinkmany $DIR/$tdir/$tfile $NUMTEST
3879
3880         OSTIO_post=$(ps -e|grep ll_ost_io|awk '{print $4}'|sort -n|tail -1|\
3881             cut -c11-20)
3882
3883         # don't return an error
3884         [ $OSTIO_post -eq $OSTIO_pre ] && echo \
3885             "FAIL: No addition ll_ost_io threads were created ($OSTIO_pre)" &&\
3886             echo "This may be fine, depending on what ran before this test" &&\
3887             echo "and how fast this system is." && return
3888
3889         echo "Started with $OSTIO_pre threads, ended with $OSTIO_post"
3890 }
3891 run_test 115 "verify dynamic thread creation===================="
3892
3893 free_min_max () {
3894         AVAIL=($(cat $LPROC/osc/*[oO][sS][cC]-[^M]*/kbytesavail))
3895         echo OST kbytes available: ${AVAIL[@]}
3896         MAXI=0; MAXV=${AVAIL[0]}
3897         MINI=0; MINV=${AVAIL[0]}
3898         for ((i = 0; i < ${#AVAIL[@]}; i++)); do
3899             #echo OST $i: ${AVAIL[i]}kb
3900             if [ ${AVAIL[i]} -gt $MAXV ]; then
3901                 MAXV=${AVAIL[i]}; MAXI=$i
3902             fi
3903             if [ ${AVAIL[i]} -lt $MINV ]; then
3904                 MINV=${AVAIL[i]}; MINI=$i
3905             fi
3906         done
3907         echo Min free space: OST $MINI: $MINV 
3908         echo Max free space: OST $MAXI: $MAXV 
3909 }
3910
3911 test_116() {
3912         [ "$OSTCOUNT" -lt "2" ] && skip "$OSTCOUNT < 2 OSTs" && return
3913         remote_mds && skip "remote MDS" && return
3914
3915         echo -n "Free space priority "
3916         cat $LPROC/lov/*-clilov-*/qos_prio_free
3917         DELAY=$(cat $LPROC/lov/*-clilov-*/qos_maxage | head -1 | awk '{print $1}')
3918         declare -a AVAIL
3919         free_min_max
3920         [ $MINV -gt 960000 ] && skip "too much free space in OST$MINI, skip" &&\
3921                 return
3922
3923         # generate uneven OSTs
3924         mkdir -p $DIR/$tdir/OST${MINI}
3925         declare -i FILL
3926         FILL=$(($MINV / 4))
3927         echo "Filling 25% remaining space in OST${MINI} with ${FILL}Kb"
3928         $SETSTRIPE $DIR/$tdir/OST${MINI} 0 $MINI 1
3929         i=0
3930         while [ $FILL -gt 0 ]; do
3931             i=$(($i + 1))
3932             dd if=/dev/zero of=$DIR/$tdir/OST${MINI}/$tfile-$i bs=2M count=1 2>/dev/null
3933             FILL=$(($FILL - 2048))
3934             echo -n .
3935         done
3936         FILL=$(($MINV / 4))
3937         sync
3938         sleep $DELAY
3939
3940         free_min_max
3941         DIFF=$(($MAXV - $MINV))
3942         DIFF2=$(($DIFF * 100 / $MINV))
3943         echo -n "diff=${DIFF}=${DIFF2}% must be > 20% for QOS mode..."
3944         if [ $DIFF2 -gt 20 ]; then
3945             echo "ok"
3946         else
3947             echo "failed - QOS mode won't be used"
3948             error "QOS imbalance criteria not met"
3949             return
3950         fi
3951
3952         MINI1=$MINI; MINV1=$MINV
3953         MAXI1=$MAXI; MAXV1=$MAXV
3954
3955         # now fill using QOS
3956         echo writing a bunch of files to QOS-assigned OSTs
3957         $SETSTRIPE $DIR/$tdir 0 -1 1
3958         i=0
3959         while [ $FILL -gt 0 ]; do
3960             i=$(($i + 1))
3961             dd if=/dev/zero of=$DIR/$tdir/$tfile-$i bs=1024 count=200 2>/dev/null
3962             FILL=$(($FILL - 200))
3963             echo -n .
3964         done
3965         echo "wrote $i 200k files"
3966         sync
3967         sleep $DELAY
3968
3969         echo "Note: free space may not be updated, so measurements might be off"
3970         free_min_max
3971         DIFF2=$(($MAXV - $MINV))
3972         echo "free space delta: orig $DIFF final $DIFF2"
3973         [ $DIFF2 -gt $DIFF ] && echo "delta got worse!" 
3974         DIFF=$(($MINV1 - ${AVAIL[$MINI1]}))
3975         echo "Wrote $DIFF to smaller OST $MINI1"
3976         DIFF2=$(($MAXV1 - ${AVAIL[$MAXI1]}))
3977         echo "Wrote $DIFF2 to larger OST $MAXI1"
3978         [ $DIFF -gt 0 ] && echo "Wrote $(($DIFF2 * 100 / $DIFF - 100))% more data to larger OST $MAXI1"
3979
3980         # Figure out which files were written where 
3981         UUID=$(awk '/'$MINI1': / {print $2; exit}' $LPROC/lov/${FSNAME}-clilov-*/target_obd)
3982         echo $UUID
3983         MINC=$($LFS getstripe --obd $UUID $DIR/$tdir | wc -l)
3984         echo "$MINC files created on smaller OST $MINI1"
3985         UUID=$(awk '/'$MAXI1': / {print $2; exit}' $LPROC/lov/${FSNAME}-clilov-*/target_obd)
3986         echo $UUID
3987         MAXC=$($LFS getstripe --obd $UUID $DIR/$tdir | wc -l)
3988         echo "$MAXC files created on larger OST $MAXI1"
3989         [ $MINC -gt 0 ] && echo "Wrote $(($MAXC * 100 / $MINC - 100))% more files to larger OST $MAXI1"
3990         [ $MAXC -gt $MINC ] || error "stripe QOS didn't balance free space"
3991 }
3992 run_test 116 "stripe QOS: free space balance ==================="
3993
3994 test_117() # bug 10891
3995 {
3996         dd if=/dev/zero of=$DIR/$tfile bs=1M count=1
3997         #define OBD_FAIL_OST_SETATTR_CREDITS 0x21e
3998         sysctl -w lustre.fail_loc=0x21e
3999         > $DIR/$tfile || error "truncate failed"
4000         sysctl -w lustre.fail_loc=0
4001         echo "Truncate succeeded."
4002 }
4003 run_test 117 "verify fsfilt_extend =========="
4004
4005 # Reset async IO behavior after error case
4006 reset_async() {
4007         FILE=$DIR/reset_async
4008
4009         # Ensure all OSCs are cleared
4010         $LSTRIPE $FILE 0 -1 -1
4011         dd if=/dev/zero of=$FILE bs=64k count=$OSTCOUNT
4012         sync
4013         rm $FILE
4014 }
4015
4016 test_118a() #bug 11710
4017 {
4018         reset_async
4019         
4020         multiop $DIR/$tfile oO_CREAT:O_RDWR:O_SYNC:w4096c
4021         DIRTY=$(grep -c dirty $LPROC/llite/*/dump_page_cache)
4022         WRITEBACK=$(grep -c writeback $LPROC/llite/*/dump_page_cache)
4023
4024         if [[ $DIRTY -ne 0 || $WRITEBACK -ne 0 ]]; then
4025                 error "Dirty pages not flushed to disk, dirty=$DIRTY, writeback=$WRITEBACK"
4026                 return 1;
4027         fi
4028 }
4029 run_test 118a "verify O_SYNC works =========="
4030
4031 test_118b()
4032 {
4033         reset_async
4034
4035         #define OBD_FAIL_OST_ENOENT 0x217
4036         do_facet ost sysctl -w lustre.fail_loc=0x217
4037         multiop $DIR/$tfile oO_CREAT:O_RDWR:O_SYNC:w4096c
4038         RC=$?
4039         do_facet ost sysctl -w lustre.fail_loc=0
4040         DIRTY=$(grep -c dirty $LPROC/llite/*/dump_page_cache)
4041         WRITEBACK=$(grep -c writeback $LPROC/llite/*/dump_page_cache)
4042
4043         if [[ $RC -eq 0 ]]; then
4044                 error "Must return error due to dropped pages, rc=$RC"
4045                 return 1;
4046         fi
4047
4048         if [[ $DIRTY -ne 0 || $WRITEBACK -ne 0 ]]; then
4049                 error "Dirty pages not flushed to disk, dirty=$DIRTY, writeback=$WRITEBACK"
4050                 return 1;
4051         fi
4052
4053         echo "Dirty pages not leaked on ENOENT"
4054
4055         # Due to the above error the OSC will issue all RPCs syncronously
4056         # until a subsequent RPC completes successfully without error.
4057         multiop $DIR/$tfile Ow4096yc
4058         rm -f $DIR/$tfile
4059         
4060         return 0
4061 }
4062 run_test 118b "Reclaim dirty pages on fatal error =========="
4063
4064 test_118c()
4065 {
4066         reset_async
4067
4068         #define OBD_FAIL_OST_EROFS               0x216
4069         do_facet ost sysctl -w lustre.fail_loc=0x216
4070
4071         # multiop should block due to fsync until pages are written
4072         multiop $DIR/$tfile oO_CREAT:O_RDWR:O_SYNC:w4096c &
4073         MULTIPID=$!
4074         sleep 1
4075
4076         if [[ `ps h -o comm -p $MULTIPID` != "multiop" ]]; then
4077                 error "Multiop failed to block on fsync, pid=$MULTIPID"
4078         fi
4079
4080         WRITEBACK=$(grep -c writeback $LPROC/llite/*/dump_page_cache)
4081         if [[ $WRITEBACK -eq 0 ]]; then
4082                 error "No page in writeback, writeback=$WRITEBACK"
4083         fi
4084
4085         do_facet ost sysctl -w lustre.fail_loc=0
4086         wait $MULTIPID
4087         RC=$?
4088         if [[ $RC -ne 0 ]]; then
4089                 error "Multiop fsync failed, rc=$RC"
4090         fi
4091
4092         DIRTY=$(grep -c dirty $LPROC/llite/*/dump_page_cache)
4093         WRITEBACK=$(grep -c writeback $LPROC/llite/*/dump_page_cache)
4094         if [[ $DIRTY -ne 0 || $WRITEBACK -ne 0 ]]; then
4095                 error "Dirty pages not flushed to disk, dirty=$DIRTY, writeback=$WRITEBACK"
4096         fi
4097         
4098         rm -f $DIR/$tfile
4099         echo "Dirty pages flushed via fsync on EROFS"
4100         return 0
4101 }
4102 run_test 118c "Fsync blocks on EROFS until dirty pages are flushed =========="
4103
4104 test_118d()
4105 {
4106         reset_async
4107
4108         #define OBD_FAIL_OST_BRW_PAUSE_BULK
4109         do_facet ost sysctl -w lustre.fail_loc=0x214
4110         # multiop should block due to fsync until pages are written
4111         multiop $DIR/$tfile oO_CREAT:O_RDWR:O_SYNC:w4096c &     
4112         MULTIPID=$!
4113         sleep 1
4114
4115         if [[ `ps h -o comm -p $MULTIPID` != "multiop" ]]; then
4116                 error "Multiop failed to block on fsync, pid=$MULTIPID"
4117         fi
4118
4119         WRITEBACK=$(grep -c writeback $LPROC/llite/*/dump_page_cache)
4120         if [[ $WRITEBACK -eq 0 ]]; then
4121                 error "No page in writeback, writeback=$WRITEBACK"
4122         fi
4123
4124         wait $MULTIPID || error "Multiop fsync failed, rc=$?"
4125         do_facet ost sysctl -w lustre.fail_loc=0
4126
4127         DIRTY=$(grep -c dirty $LPROC/llite/*/dump_page_cache)
4128         WRITEBACK=$(grep -c writeback $LPROC/llite/*/dump_page_cache)   
4129         if [[ $DIRTY -ne 0 || $WRITEBACK -ne 0 ]]; then
4130                 error "Dirty pages not flushed to disk, dirty=$DIRTY, writeback=$WRITEBACK"
4131         fi
4132
4133         rm -f $DIR/$tfile
4134         echo "Dirty pages gaurenteed flushed via fsync"
4135         return 0
4136 }
4137 run_test 118d "Fsync validation inject a delay of the bulk =========="
4138
4139 test_118f() {
4140         reset_async
4141
4142         #define OBD_FAIL_OSC_BRW_PREP_REQ2        0x40a
4143         sysctl -w lustre.fail_loc=0x8000040a
4144
4145         # Should simulate EINVAL error which is fatal
4146         multiop $DIR/$tfile oO_CREAT:O_RDWR:O_SYNC:w4096c
4147         RC=$?
4148         if [[ $RC -eq 0 ]]; then
4149                 error "Must return error due to dropped pages, rc=$RC"
4150         fi
4151         
4152         sysctl -w lustre.fail_loc=0x0
4153         
4154         LOCKED=$(grep -c locked $LPROC/llite/*/dump_page_cache)
4155         DIRTY=$(grep -c dirty $LPROC/llite/*/dump_page_cache)
4156         WRITEBACK=$(grep -c writeback $LPROC/llite/*/dump_page_cache)
4157         if [[ $LOCKED -ne 0 ]]; then
4158                 error "Locked pages remain in cache, locked=$LOCKED"
4159         fi
4160
4161         if [[ $DIRTY -ne 0 || $WRITEBACK -ne 0 ]]; then
4162                 error "Dirty pages not flushed to disk, dirty=$DIRTY, writeback=$WRITEBACK"
4163         fi
4164
4165         rm -f $DIR/$tfile
4166         echo "No pages locked after fsync"
4167
4168         reset_async
4169         return 0
4170 }
4171 run_test 118f "Simulate unrecoverable OSC side error =========="
4172
4173 test_118g() {
4174         reset_async
4175
4176         #define OBD_FAIL_OSC_BRW_PREP_REQ        0x406
4177         sysctl -w lustre.fail_loc=0x406
4178
4179         # simulate local -ENOMEM
4180         multiop $DIR/$tfile oO_CREAT:O_RDWR:O_SYNC:w4096c
4181         RC=$?
4182         
4183         sysctl -w lustre.fail_loc=0
4184         if [[ $RC -eq 0 ]]; then
4185                 error "Must return error due to dropped pages, rc=$RC"
4186         fi
4187
4188         LOCKED=$(grep -c locked $LPROC/llite/*/dump_page_cache)
4189         DIRTY=$(grep -c dirty $LPROC/llite/*/dump_page_cache)
4190         WRITEBACK=$(grep -c writeback $LPROC/llite/*/dump_page_cache)
4191         if [[ $LOCKED -ne 0 ]]; then
4192                 error "Locked pages remain in cache, locked=$LOCKED"
4193         fi
4194         
4195         if [[ $DIRTY -ne 0 || $WRITEBACK -ne 0 ]]; then
4196                 error "Dirty pages not flushed to disk, dirty=$DIRTY, writeback=$WRITEBACK"
4197         fi
4198
4199         rm -f $DIR/$tfile
4200         echo "No pages locked after fsync"
4201
4202         reset_async
4203         return 0
4204 }
4205 run_test 118g "Don't stay in wait if we got local -ENOMEM  =========="
4206
4207 test_118h() {
4208         reset_async
4209
4210         #define OBD_FAIL_OST_BRW_WRITE_BULK      0x20e
4211         do_facet ost sysctl -w lustre.fail_loc=0x20e
4212         # Should simulate ENOMEM error which is recoverable and should be handled by timeout
4213         multiop $DIR/$tfile oO_CREAT:O_RDWR:O_SYNC:w4096c
4214         RC=$?
4215         
4216         do_facet ost sysctl -w lustre.fail_loc=0
4217         if [[ $RC -eq 0 ]]; then
4218                 error "Must return error due to dropped pages, rc=$RC"
4219         fi
4220
4221         LOCKED=$(grep -c locked $LPROC/llite/*/dump_page_cache)
4222         DIRTY=$(grep -c dirty $LPROC/llite/*/dump_page_cache)
4223         WRITEBACK=$(grep -c writeback $LPROC/llite/*/dump_page_cache)
4224         if [[ $LOCKED -ne 0 ]]; then
4225                 error "Locked pages remain in cache, locked=$LOCKED"
4226         fi
4227         
4228         if [[ $DIRTY -ne 0 || $WRITEBACK -ne 0 ]]; then
4229                 error "Dirty pages not flushed to disk, dirty=$DIRTY, writeback=$WRITEBACK"
4230         fi
4231
4232         rm -f $DIR/$tfile
4233         echo "No pages locked after fsync"
4234
4235         return 0
4236 }
4237 run_test 118h "Verify timeout in handling recoverables errors  =========="
4238
4239 test_118i() {
4240         reset_async
4241
4242         #define OBD_FAIL_OST_BRW_WRITE_BULK      0x20e
4243         do_facet ost sysctl -w lustre.fail_loc=0x20e
4244         
4245         # Should simulate ENOMEM error which is recoverable and should be handled by timeout
4246         multiop $DIR/$tfile oO_CREAT:O_RDWR:O_SYNC:w4096c &
4247         PID=$!
4248         sleep 5
4249         do_facet ost sysctl -w lustre.fail_loc=0
4250         
4251         wait $PID
4252         RC=$?
4253         if [[ $RC -ne 0 ]]; then
4254                 error "got error, but should be not, rc=$RC"
4255         fi
4256
4257         LOCKED=$(grep -c locked $LPROC/llite/*/dump_page_cache)
4258         DIRTY=$(grep -c dirty $LPROC/llite/*/dump_page_cache)
4259         WRITEBACK=$(grep -c writeback $LPROC/llite/*/dump_page_cache)
4260         if [[ $LOCKED -ne 0 ]]; then
4261                 error "Locked pages remain in cache, locked=$LOCKED"
4262         fi
4263         
4264         if [[ $DIRTY -ne 0 || $WRITEBACK -ne 0 ]]; then
4265                 error "Dirty pages not flushed to disk, dirty=$DIRTY, writeback=$WRITEBACK"
4266         fi
4267
4268         rm -f $DIR/$tfile
4269         echo "No pages locked after fsync"
4270
4271         return 0
4272 }
4273 run_test 118i "Fix error before timeout in recoverable error  =========="
4274
4275 test_118j() {
4276         reset_async
4277
4278         #define OBD_FAIL_OST_BRW_WRITE_BULK2     0x220
4279         do_facet ost sysctl -w lustre.fail_loc=0x220
4280
4281         # return -EIO from OST
4282         multiop $DIR/$tfile oO_CREAT:O_RDWR:O_SYNC:w4096c
4283         RC=$?
4284         do_facet ost sysctl -w lustre.fail_loc=0x0
4285         if [[ $RC -eq 0 ]]; then
4286                 error "Must return error due to dropped pages, rc=$RC"
4287         fi
4288
4289         LOCKED=$(grep -c locked $LPROC/llite/*/dump_page_cache)
4290         DIRTY=$(grep -c dirty $LPROC/llite/*/dump_page_cache)
4291         WRITEBACK=$(grep -c writeback $LPROC/llite/*/dump_page_cache)
4292         if [[ $LOCKED -ne 0 ]]; then
4293                 error "Locked pages remain in cache, locked=$LOCKED"
4294         fi
4295         
4296         # in recoverable error on OST we want resend and stay until it finished
4297         if [[ $DIRTY -ne 0 || $WRITEBACK -ne 0 ]]; then
4298                 error "Dirty pages not flushed to disk, dirty=$DIRTY, writeback=$WRITEBACK"
4299         fi
4300
4301         rm -f $DIR/$tfile
4302         echo "No pages locked after fsync"
4303
4304         return 0
4305 }
4306 run_test 118j "Simulate unrecoverable OST side error =========="
4307
4308 test_118k()
4309 {
4310         #define OBD_FAIL_OST_BRW_WRITE_BULK      0x20e
4311         do_facet ost sysctl -w lustre.fail_loc=0x20e
4312         mkdir -p $DIR/$tdir
4313
4314         for ((i=0;i<10;i++)); do
4315                 dd if=/dev/zero of=$DIR/$tdir/$tdir-$i bs=1M count=10 &
4316                 SLEEPPID=$!
4317                 sleep 0.500s
4318                 kill $SLEEPPID
4319                 wait $SLEEPPID
4320         done
4321
4322         sysctl -w lustre.fail_loc=0
4323 }
4324 run_test 118k "bio alloc -ENOMEM and IO TERM handling ========="
4325
4326 test_119a() # bug 11737
4327 {
4328         BSIZE=$((512 * 1024))
4329         directio write $DIR/$tfile 0 1 $BSIZE
4330         # We ask to read two blocks, which is more than a file size.
4331         # directio will indicate an error when requested and actual
4332         # sizes aren't equeal (a normal situation in this case) and
4333         # print actual read amount.
4334         NOB=`directio read $DIR/$tfile 0 2 $BSIZE | awk '/error/ {print $6}'`
4335         if [ "$NOB" != "$BSIZE" ]; then
4336                 error "read $NOB bytes instead of $BSIZE"
4337         fi
4338         rm -f $DIR/$tfile
4339 }
4340 run_test 119a "Short directIO read must return actual read amount"
4341
4342 test_119b() # bug 11737
4343 {
4344         [ "$OSTCOUNT" -lt "2" ] && skip "skipping 2-stripe test" && return
4345
4346         lfs setstripe $DIR/$tfile 0 -1 2
4347         dd if=/dev/zero of=$DIR/$tfile bs=1M count=1 seek=1 || error "dd failed"
4348         sync
4349         multiop $DIR/$tfile oO_RDONLY:O_DIRECT:r$((2048 * 1024)) || \
4350                 error "direct read failed"
4351 }
4352 run_test 119b "Sparse directIO read must return actual read amount"
4353
4354 LDLM_POOL_CTL_RECALC=1
4355 LDLM_POOL_CTL_SHRINK=2
4356
4357 disable_pool_recalc() {
4358         for NSD in $LPROC/ldlm/namespaces/*$1*; do
4359                 if test -f $NSD/pool/control; then
4360                         CONTROL=`cat $NSD/pool/control`
4361                         CONTROL=$((CONTROL & ~LDLM_POOL_CTL_RECALC))
4362                         echo "$CONTROL" > $NSD/pool/control
4363                 fi
4364         done
4365 }
4366
4367 enable_pool_recalc() {
4368         for NSD in $LPROC/ldlm/namespaces/*$1*; do
4369                 if test -f $NSD/pool/control; then
4370                         CONTROL=`cat $NSD/pool/control`
4371                         CONTROL=$((CONTROL | LDLM_POOL_CTL_RECALC))
4372                         echo "$CONTROL" > $NSD/pool/control
4373                 fi
4374         done
4375 }
4376
4377 disable_pool_shrink() {
4378         for NSD in $LPROC/ldlm/namespaces/*$1*; do
4379                 if test -f $NSD/pool/control; then
4380                         CONTROL=`cat $NSD/pool/control`
4381                         CONTROL=$((CONTROL & ~LDLM_POOL_CTL_SHRINK))
4382                         echo "$CONTROL" > $NSD/pool/control
4383                 fi
4384         done
4385 }
4386
4387 enable_pool_shrink() {
4388         for NSD in $LPROC/ldlm/namespaces/*$1*; do
4389                 if test -f $NSD/pool/control; then
4390                         CONTROL=`cat $NSD/pool/control`
4391                         CONTROL=$((CONTROL | LDLM_POOL_CTL_SHRINK))
4392                         echo "$CONTROL" > $NSD/pool/control
4393                 fi
4394         done
4395 }
4396
4397 disable_pool() {
4398         disable_pool_shrink $1
4399         disable_pool_recalc $1
4400 }
4401
4402 enable_pool() {
4403         enable_pool_shrink $1
4404         enable_pool_recalc $1
4405 }
4406
4407 lru_resize_enable()
4408 {
4409         enable_pool osc
4410         enable_pool "filter-$FSNAME"
4411         enable_pool mdc
4412         enable_pool "mds-$FSNAME"
4413 }
4414
4415 lru_resize_disable()
4416 {
4417         disable_pool osc
4418         disable_pool "filter-$FSNAME"
4419         disable_pool mdc
4420         disable_pool "mds-$FSNAME"
4421 }
4422
4423 test_120a() {
4424         [ -z "`grep early_lock_cancel $LPROC/mdc/*/connect_flags`" ] && \
4425                skip "no early lock cancel on server" && return 0
4426         lru_resize_disable
4427         mkdir $DIR/$tdir
4428         cancel_lru_locks mdc
4429         stat $DIR/$tdir > /dev/null
4430         can1=`awk '/ldlm_cancel/ {print $2}' $LPROC/ldlm/services/ldlm_canceld/stats`
4431         blk1=`awk '/ldlm_bl_callback/ {print $2}' $LPROC/ldlm/services/ldlm_cbd/stats`
4432         mkdir $DIR/$tdir/d1
4433         can2=`awk '/ldlm_cancel/ {print $2}' $LPROC/ldlm/services/ldlm_canceld/stats`
4434         blk2=`awk '/ldlm_bl_callback/ {print $2}' $LPROC/ldlm/services/ldlm_cbd/stats`
4435         [ $can1 -eq $can2 ] || error $((can2-can1)) "cancel RPC occured."
4436         [ $blk1 -eq $blk2 ] || error $((blk2-blk1)) "blocking RPC occured."
4437         lru_resize_enable
4438 }
4439 run_test 120a "Early Lock Cancel: mkdir test"
4440
4441 test_120b() {
4442         [ -z "`grep early_lock_cancel $LPROC/mdc/*/connect_flags`" ] && \
4443                skip "no early lock cancel on server" && return 0
4444         lru_resize_disable
4445         mkdir $DIR/$tdir
4446         cancel_lru_locks mdc
4447         stat $DIR/$tdir > /dev/null
4448         can1=`awk '/ldlm_cancel/ {print $2}' $LPROC/ldlm/services/ldlm_canceld/stats`
4449         blk1=`awk '/ldlm_bl_callback/ {print $2}' $LPROC/ldlm/services/ldlm_cbd/stats`
4450         touch $DIR/$tdir/f1
4451         blk2=`awk '/ldlm_bl_callback/ {print $2}' $LPROC/ldlm/services/ldlm_cbd/stats`
4452         can2=`awk '/ldlm_cancel/ {print $2}' $LPROC/ldlm/services/ldlm_canceld/stats`
4453         [ $can1 -eq $can2 ] || error $((can2-can1)) "cancel RPC occured."
4454         [ $blk1 -eq $blk2 ] || error $((blk2-blk1)) "blocking RPC occured."
4455         lru_resize_enable
4456 }
4457 run_test 120b "Early Lock Cancel: create test"
4458
4459 test_120c() {
4460         [ -z "`grep early_lock_cancel $LPROC/mdc/*/connect_flags`" ] && \
4461                skip "no early lock cancel on server" && return 0
4462         lru_resize_disable
4463         mkdir -p $DIR/$tdir/d1 $DIR/$tdir/d2
4464         touch $DIR/$tdir/d1/f1
4465         cancel_lru_locks mdc
4466         stat $DIR/$tdir/d1 $DIR/$tdir/d2 $DIR/$tdir/d1/f1 > /dev/null
4467         can1=`awk '/ldlm_cancel/ {print $2}' $LPROC/ldlm/services/ldlm_canceld/stats`
4468         blk1=`awk '/ldlm_bl_callback/ {print $2}' $LPROC/ldlm/services/ldlm_cbd/stats`
4469         ln $DIR/$tdir/d1/f1 $DIR/$tdir/d2/f2
4470         can2=`awk '/ldlm_cancel/ {print $2}' $LPROC/ldlm/services/ldlm_canceld/stats`
4471         blk2=`awk '/ldlm_bl_callback/ {print $2}' $LPROC/ldlm/services/ldlm_cbd/stats`
4472         [ $can1 -eq $can2 ] || error $((can2-can1)) "cancel RPC occured."
4473         [ $blk1 -eq $blk2 ] || error $((blk2-blk1)) "blocking RPC occured."
4474         lru_resize_enable
4475 }
4476 run_test 120c "Early Lock Cancel: link test"
4477
4478 test_120d() {
4479         [ -z "`grep early_lock_cancel $LPROC/mdc/*/connect_flags`" ] && \
4480                skip "no early lock cancel on server" && return 0
4481         lru_resize_disable
4482         touch $DIR/$tdir
4483         cancel_lru_locks mdc
4484         stat $DIR/$tdir > /dev/null
4485         can1=`awk '/ldlm_cancel/ {print $2}' $LPROC/ldlm/services/ldlm_canceld/stats`
4486         blk1=`awk '/ldlm_bl_callback/ {print $2}' $LPROC/ldlm/services/ldlm_cbd/stats`
4487         chmod a+x $DIR/$tdir
4488         can2=`awk '/ldlm_cancel/ {print $2}' $LPROC/ldlm/services/ldlm_canceld/stats`
4489         blk2=`awk '/ldlm_bl_callback/ {print $2}' $LPROC/ldlm/services/ldlm_cbd/stats`
4490         [ $can1 -eq $can2 ] || error $((can2-can1)) "cancel RPC occured."
4491         [ $blk1 -eq $blk2 ] || error $((blk2-blk1)) "blocking RPC occured."
4492         lru_resize_enable
4493 }
4494 run_test 120d "Early Lock Cancel: setattr test"
4495
4496 test_120e() {
4497         [ -z "`grep early_lock_cancel $LPROC/mdc/*/connect_flags`" ] && \
4498                skip "no early lock cancel on server" && return 0
4499         lru_resize_disable
4500         mkdir $DIR/$tdir
4501         dd if=/dev/zero of=$DIR/$tdir/f1 count=1
4502         cancel_lru_locks mdc
4503         cancel_lru_locks osc
4504         dd if=$DIR/$tdir/f1 of=/dev/null
4505         stat $DIR/$tdir $DIR/$tdir/f1 > /dev/null
4506         can1=`awk '/ldlm_cancel/ {print $2}' $LPROC/ldlm/services/ldlm_canceld/stats`
4507         blk1=`awk '/ldlm_bl_callback/ {print $2}' $LPROC/ldlm/services/ldlm_cbd/stats`
4508         unlink $DIR/$tdir/f1
4509         can2=`awk '/ldlm_cancel/ {print $2}' $LPROC/ldlm/services/ldlm_canceld/stats`
4510         blk2=`awk '/ldlm_bl_callback/ {print $2}' $LPROC/ldlm/services/ldlm_cbd/stats`
4511         [ $can1 -eq $can2 ] || error $((can2-can1)) "cancel RPC occured."
4512         [ $blk1 -eq $blk2 ] || error $((blk2-blk1)) "blocking RPC occured."
4513         lru_resize_enable
4514 }
4515 run_test 120e "Early Lock Cancel: unlink test"
4516
4517 test_120f() {
4518         [ -z "`grep early_lock_cancel $LPROC/mdc/*/connect_flags`" ] && \
4519                skip "no early lock cancel on server" && return 0
4520         lru_resize_disable
4521         mkdir -p $DIR/$tdir/d1 $DIR/$tdir/d2
4522         dd if=/dev/zero of=$DIR/$tdir/d1/f1 count=1
4523         dd if=/dev/zero of=$DIR/$tdir/d2/f2 count=1
4524         cancel_lru_locks mdc
4525         cancel_lru_locks osc
4526         dd if=$DIR/$tdir/d1/f1 of=/dev/null
4527         dd if=$DIR/$tdir/d2/f2 of=/dev/null
4528         stat $DIR/$tdir/d1 $DIR/$tdir/d2 $DIR/$tdir/d1/f1 $DIR/$tdir/d2/f2 > /dev/null
4529         can1=`awk '/ldlm_cancel/ {print $2}' $LPROC/ldlm/services/ldlm_canceld/stats`
4530         blk1=`awk '/ldlm_bl_callback/ {print $2}' $LPROC/ldlm/services/ldlm_cbd/stats`
4531         mv $DIR/$tdir/d1/f1 $DIR/$tdir/d2/f2
4532         can2=`awk '/ldlm_cancel/ {print $2}' $LPROC/ldlm/services/ldlm_canceld/stats`
4533         blk2=`awk '/ldlm_bl_callback/ {print $2}' $LPROC/ldlm/services/ldlm_cbd/stats`
4534         [ $can1 -eq $can2 ] || error $((can2-can1)) "cancel RPC occured."
4535         [ $blk1 -eq $blk2 ] || error $((blk2-blk1)) "blocking RPC occured."
4536         lru_resize_enable
4537 }
4538 run_test 120f "Early Lock Cancel: rename test"
4539
4540 test_120g() {
4541         [ -z "`grep early_lock_cancel $LPROC/mdc/*/connect_flags`" ] && \
4542                skip "no early lock cancel on server" && return 0
4543         lru_resize_disable
4544         count=10000
4545         echo create $count files
4546         mkdir -p $DIR/$tdir
4547         cancel_lru_locks mdc
4548         cancel_lru_locks osc
4549         t0=`date +%s`
4550
4551         can0=`awk '/ldlm_cancel/ {print $2}' $LPROC/ldlm/services/ldlm_canceld/stats`
4552         blk0=`awk '/ldlm_bl_callback/ {print $2}' $LPROC/ldlm/services/ldlm_cbd/stats`
4553         createmany -o $DIR/$tdir/f $count
4554         sync
4555         can1=`awk '/ldlm_cancel/ {print $2}' $LPROC/ldlm/services/ldlm_canceld/stats`
4556         blk1=`awk '/ldlm_bl_callback/ {print $2}' $LPROC/ldlm/services/ldlm_cbd/stats`
4557         t1=`date +%s`
4558         echo total: $((can1-can0)) cancels, $((blk1-blk0)) blockings
4559         echo rm $count files
4560         rm -r $DIR/$tdir
4561         sync
4562         can2=`awk '/ldlm_cancel/ {print $2}' $LPROC/ldlm/services/ldlm_canceld/stats`
4563         blk2=`awk '/ldlm_bl_callback/ {print $2}' $LPROC/ldlm/services/ldlm_cbd/stats`
4564         t2=`date +%s`
4565         echo total: $count removes in $((t2-t1))
4566         echo total: $((can2-can1)) cancels, $((blk2-blk1)) blockings
4567         sleep 2
4568         # wait for commitment of removal
4569         lru_resize_enable
4570 }
4571 run_test 120g "Early Lock Cancel: performance test"
4572
4573 test_121() { #bug #10589
4574         rm -rf $DIR/$tfile
4575         writes=`dd if=/dev/zero of=$DIR/$tfile count=1 2>&1 | awk 'BEGIN { FS="+" } /out/ {print $1}'`
4576 #define OBD_FAIL_LDLM_CANCEL_RACE        0x310
4577         sysctl -w lustre.fail_loc=0x310
4578         cancel_lru_locks osc > /dev/null
4579         reads=`dd if=$DIR/$tfile of=/dev/null 2>&1 | awk 'BEGIN { FS="+" } /in/ {print $1}'`
4580         sysctl -w lustre.fail_loc=0
4581         [ "$reads" -eq "$writes" ] || error "read" $reads "blocks, must be" $writes
4582 }
4583 run_test 121 "read cancel race ========="
4584
4585 test_124a() {
4586         [ -z "`grep lru_resize $LPROC/mdc/*/connect_flags`" ] && \
4587                skip "no lru resize on server" && return 0
4588         cancel_lru_locks mdc
4589         lru_resize_enable
4590         NSDIR=`find $LPROC/ldlm/namespaces | grep mdc | head -1`
4591
4592         # we want to test main pool functionality, that is cancel based on SLV
4593         # this is why shrinkers are disabled
4594         disable_pool_shrink "mds-$FSNAME"
4595         disable_pool_shrink mdc
4596
4597         NR=2000
4598         mkdir -p $DIR/$tdir || error "failed to create $DIR/$tdir"
4599
4600         LRU_SIZE=`cat $NSDIR/lru_size`
4601
4602         # use touch to produce $NR new locks
4603         log "create $NR files at $DIR/$tdir"
4604         for ((i=0;i<$NR;i++)); do touch $DIR/$tdir/f$i; done
4605
4606         LRU_SIZE_B=`cat $NSDIR/lru_size`
4607         if test $LRU_SIZE -ge $LRU_SIZE_B; then
4608                 skip "No cached locks created!"
4609                 cat $NSDIR/pool/state
4610                 return 0
4611         fi
4612         LRU_SIZE_B=$((LRU_SIZE_B-LRU_SIZE))
4613         log "created $LRU_SIZE_B lock(s)"
4614
4615         # we want to sleep 30s to not make test too long
4616         SLEEP=30
4617         SLEEP_ADD=2
4618
4619         # we know that lru resize allows one client to hold $LIMIT locks for 10h
4620         MAX_HRS=10
4621
4622         # get the pool limit
4623         LIMIT=`cat $NSDIR/pool/limit`
4624
4625         # calculate lock volume factor taking into account data set size and the
4626         # rule that number of locks will be getting smaller durring sleep interval
4627         # and we need to additionally enforce LVF to take this into account.
4628         # Use $LRU_SIZE_B here to take into account real number of locks created
4629         # in the case of CMD, LRU_SIZE_B != $NR in most of cases
4630         LVF=$(($MAX_HRS * 60 * 60 * $LIMIT / $SLEEP))
4631         log "make client drop locks $LVF times faster so that ${SLEEP}s is enough to cancel $LRU_SIZE_B lock(s)"
4632         OLD_LVF=`cat $NSDIR/pool/lock_volume_factor`
4633         echo "$LVF" > $NSDIR/pool/lock_volume_factor
4634         log "sleep for $((SLEEP+SLEEP_ADD))s"
4635         sleep $((SLEEP+SLEEP_ADD))
4636         echo "$OLD_LVF" > $NSDIR/pool/lock_volume_factor
4637         LRU_SIZE_A=`cat $NSDIR/lru_size`
4638
4639         [ $LRU_SIZE_B -gt $LRU_SIZE_A ] || {
4640                 error "No locks dropped in "$((SLEEP+SLEEP_ADD))"s. LRU size: $LRU_SIZE_A"
4641                 lru_resize_enable
4642                 unlinkmany $DIR/$tdir/f $NR
4643                 return
4644         }
4645
4646         log "Dropped "$((LRU_SIZE_B-LRU_SIZE_A))" locks in "$((SLEEP+SLEEP_ADD))"s"
4647         lru_resize_enable
4648         log "unlink $NR files at $DIR/$tdir"
4649         unlinkmany $DIR/$tdir/f $NR
4650 }
4651 run_test 124a "lru resize ======================================="
4652
4653 test_124b() {
4654         [ -z "`grep lru_resize $LPROC/mdc/*/connect_flags`" ] && \
4655                skip "no lru resize on server" && return 0
4656         cleanup -f || error "failed to unmount"
4657         MOUNTOPT="$MOUNTOPT,nolruresize"
4658         setup
4659
4660         NR=3000
4661         mkdir -p $DIR/$tdir || error "failed to create $DIR/$tdir"
4662
4663         createmany -o $DIR/$tdir/f $NR
4664         log "doing ls -la $DIR/$tdir 3 times (lru resize disabled)"
4665         stime=`date +%s`
4666         ls -la $DIR/$tdir > /dev/null
4667         ls -la $DIR/$tdir > /dev/null
4668         ls -la $DIR/$tdir > /dev/null
4669         etime=`date +%s`
4670         nolruresize_delta=$((etime-stime))
4671         log "ls -la time: $nolruresize_delta seconds"
4672
4673         cleanup -f || error "failed to unmount"
4674         MOUNTOPT=`echo $MOUNTOPT | sed "s/nolruresize/lruresize/"`
4675         setup
4676
4677         createmany -o $DIR/$tdir/f $NR
4678         log "doing ls -la $DIR/$tdir 3 times (lru resize enabled)"
4679         stime=`date +%s`
4680         ls -la $DIR/$tdir > /dev/null
4681         ls -la $DIR/$tdir > /dev/null
4682         ls -la $DIR/$tdir > /dev/null
4683         etime=`date +%s`
4684         lruresize_delta=$((etime-stime))
4685         log "ls -la time: $lruresize_delta seconds"
4686
4687         if test $lruresize_delta -gt $nolruresize_delta; then
4688                 log "ls -la is $((lruresize_delta - $nolruresize_delta))s slower with lru resize enabled"
4689         elif test $nolruresize_delta -gt $lruresize_delta; then
4690                 log "ls -la is $((nolruresize_delta - $lruresize_delta))s faster with lru resize enabled"
4691         else
4692                 log "lru resize performs the same with no lru resize"
4693         fi
4694
4695         unlinkmany $DIR/$tdir/f $NR
4696 }
4697 run_test 124b "lru resize (performance test) ======================="
4698
4699 test_125() { # 13358
4700         [ -z "$(grep acl $LPROC/mdc/*-mdc-*/connect_flags)" ] && skip "must have acl enabled" && return
4701         mkdir -p $DIR/d125 || error "mkdir failed"
4702         $SETSTRIPE $DIR/d125 65536 -1 -1 || error "setstripe failed"
4703         setfacl -R -m u:bin:rwx $DIR/d125 || error "setfacl $DIR/d125 failed"
4704         ls -ld $DIR/d125 || error "cannot access $DIR/d125"
4705 }
4706 run_test 125 "don't return EPROTO when a dir has a non-default striping and ACLs"
4707
4708 TMPDIR=$OLDTMPDIR
4709 TMP=$OLDTMP
4710 HOME=$OLDHOME
4711
4712 log "cleanup: ======================================================"
4713 check_and_cleanup_lustre
4714 if [ "$I_MOUNTED" != "yes" ]; then
4715         sysctl -w lnet.debug="$OLDDEBUG" 2> /dev/null || true
4716 fi
4717
4718 echo '=========================== finished ==============================='
4719 [ -f "$SANITYLOG" ] && cat $SANITYLOG && grep -q FAIL $SANITYLOG && exit 1 || true
4720 echo "$0: completed"