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