Whamcloud - gitweb
bda8d838da94f467f6e379f29e404be801ce0217
[fs/lustre-release.git] / lustre / tests / sanity.sh
1 #!/bin/bash
2 # -*- tab-width: 8; indent-tabs-mode: t; -*-
3 #
4 # Run select tests by setting ONLY, or as arguments to the script.
5 # Skip specific tests by setting EXCEPT.
6 #
7 # e.g. ONLY="22 23" or ONLY="`seq 32 39`" or EXCEPT="31"
8 set -e
9
10 ONLY=${ONLY:-"$*"}
11 # bug number for skipped test: LU-9693 LU-6493 LU-9693
12 ALWAYS_EXCEPT="$SANITY_EXCEPT  42a     42b     42c"
13 # UPDATE THE COMMENT ABOVE WITH BUG NUMBERS WHEN CHANGING ALWAYS_EXCEPT!
14
15 # skipped tests: LU-8411 LU-9096 LU-9054
16 ALWAYS_EXCEPT="  407     253     312     $ALWAYS_EXCEPT"
17
18 # Check Grants after these tests
19 GRANT_CHECK_LIST="$GRANT_CHECK_LIST 42a 42b 42c 42d 42e 63a 63b 64a 64b 64c"
20
21 SRCDIR=$(cd $(dirname $0); echo $PWD)
22 export PATH=$PATH:/sbin
23
24 TMP=${TMP:-/tmp}
25 OSC=${OSC:-"osc"}
26
27 CC=${CC:-cc}
28 CHECKSTAT=${CHECKSTAT:-"checkstat -v"}
29 CREATETEST=${CREATETEST:-createtest}
30 LFS=${LFS:-lfs}
31 LVERIFY=${LVERIFY:-ll_dirstripe_verify}
32 LCTL=${LCTL:-lctl}
33 OPENFILE=${OPENFILE:-openfile}
34 OPENUNLINK=${OPENUNLINK:-openunlink}
35 export MULTIOP=${MULTIOP:-multiop}
36 READS=${READS:-"reads"}
37 MUNLINK=${MUNLINK:-munlink}
38 SOCKETSERVER=${SOCKETSERVER:-socketserver}
39 SOCKETCLIENT=${SOCKETCLIENT:-socketclient}
40 MEMHOG=${MEMHOG:-memhog}
41 DIRECTIO=${DIRECTIO:-directio}
42 ACCEPTOR_PORT=${ACCEPTOR_PORT:-988}
43 STRIPES_PER_OBJ=-1
44 CHECK_GRANT=${CHECK_GRANT:-"yes"}
45 GRANT_CHECK_LIST=${GRANT_CHECK_LIST:-""}
46 export PARALLEL=${PARALLEL:-"no"}
47
48 export NAME=${NAME:-local}
49
50 SAVE_PWD=$PWD
51
52 CLEANUP=${CLEANUP:-:}
53 SETUP=${SETUP:-:}
54 TRACE=${TRACE:-""}
55 LUSTRE=${LUSTRE:-$(cd $(dirname $0)/..; echo $PWD)}
56 LUSTRE_TESTS_API_DIR=${LUSTRE_TESTS_API_DIR:-${LUSTRE}/tests/clientapi}
57 . $LUSTRE/tests/test-framework.sh
58 init_test_env $@
59 . ${CONFIG:=$LUSTRE/tests/cfg/${NAME}.sh}
60 init_logging
61
62 #                                  5          12          (min)"
63 [ "$SLOW" = "no" ] && EXCEPT_SLOW="27m 64b 68 71 115 300o"
64
65 if [ $(facet_fstype $SINGLEMDS) = "zfs" ]; then
66         # bug number for skipped test: LU-1957
67         ALWAYS_EXCEPT="$ALWAYS_EXCEPT  180"
68         #                                               13    (min)"
69         [ "$SLOW" = "no" ] && EXCEPT_SLOW="$EXCEPT_SLOW 51b"
70 fi
71
72 # Get the SLES version so we can make decisions on if a test should be run
73 #
74 # Returns a version string that should only be used in comparing
75 # strings returned by version_code()
76
77 sles_version_code()
78 {
79         local version=$(grep VERSION_ID /etc/os-release | cut -d'"' -f2)
80
81         # All SuSE Linux versions have one decimal. version_code expects two
82         local sles_version=$version.0
83         version_code $sles_version
84 }
85
86 if [ -r /etc/SuSE-release ]; then
87         sles_version=$(sles_version_code)
88         [ $sles_version -lt $(version_code 11.4.0) ] &&
89                 # bug number for skipped test: LU-4341
90                 ALWAYS_EXCEPT="$ALWAYS_EXCEPT  170"
91         [ $sles_version -lt $(version_code 12.0.0) ] &&
92                 # bug number for skipped test: LU-3703
93                 ALWAYS_EXCEPT="$ALWAYS_EXCEPT  234"
94 fi
95
96 FAIL_ON_ERROR=false
97
98 cleanup() {
99         echo -n "cln.."
100         pgrep ll_sa > /dev/null && { echo "There are ll_sa thread not exit!"; exit 20; }
101         cleanupall ${FORCE} $* || { echo "FAILed to clean up"; exit 20; }
102 }
103 setup() {
104         echo -n "mnt.."
105         load_modules
106         setupall || exit 10
107         echo "done"
108 }
109
110 check_swap_layouts_support()
111 {
112         $LCTL get_param -n llite.*.sbi_flags | grep -q layout ||
113                 { skip "Does not support layout lock."; return 0; }
114         return 1
115 }
116
117 check_and_setup_lustre
118 DIR=${DIR:-$MOUNT}
119 assert_DIR
120
121 MDT0=$($LCTL get_param -n mdc.*.mds_server_uuid |
122         awk '{ gsub(/_UUID/,""); print $1 }' | head -n1)
123 MAXFREE=${MAXFREE:-$((200000 * $OSTCOUNT))}
124
125 [ -f $DIR/d52a/foo ] && chattr -a $DIR/d52a/foo
126 [ -f $DIR/d52b/foo ] && chattr -i $DIR/d52b/foo
127 rm -rf $DIR/[Rdfs][0-9]*
128
129 # $RUNAS_ID may get set incorrectly somewhere else
130 [ $UID -eq 0 -a $RUNAS_ID -eq 0 ] && error "\$RUNAS_ID set to 0, but \$UID is also 0!"
131
132 check_runas_id $RUNAS_ID $RUNAS_GID $RUNAS
133
134 build_test_filter
135
136 if [ "${ONLY}" = "MOUNT" ] ; then
137         echo "Lustre is up, please go on"
138         exit
139 fi
140
141 echo "preparing for tests involving mounts"
142 EXT2_DEV=${EXT2_DEV:-$TMP/SANITY.LOOP}
143 touch $EXT2_DEV
144 mke2fs -j -F $EXT2_DEV 8000 > /dev/null
145 echo # add a newline after mke2fs.
146
147 umask 077
148
149 OLDDEBUG=$(lctl get_param -n debug 2> /dev/null)
150 lctl set_param debug=-1 2> /dev/null || true
151 test_0a() {
152         touch $DIR/$tfile
153         $CHECKSTAT -t file $DIR/$tfile || error "$tfile is not a file"
154         rm $DIR/$tfile
155         $CHECKSTAT -a $DIR/$tfile || error "$tfile was not removed"
156 }
157 run_test 0a "touch; rm ====================="
158
159 test_0b() {
160         chmod 0755 $DIR || error "chmod 0755 $DIR failed"
161         $CHECKSTAT -p 0755 $DIR || error "$DIR permission is not 0755"
162 }
163 run_test 0b "chmod 0755 $DIR ============================="
164
165 test_0c() {
166         $LCTL get_param mdc.*.import | grep "state: FULL" ||
167                 error "import not FULL"
168         $LCTL get_param mdc.*.import | grep "target: $FSNAME-MDT" ||
169                 error "bad target"
170 }
171 run_test 0c "check import proc"
172
173 test_0d() { # LU-3397
174         [ $(lustre_version_code mgs) -lt $(version_code 2.10.57) ] &&
175                 skip "proc exports not supported before 2.10.57" && return
176
177         local mgs_exp="mgs.MGS.exports"
178         local client_uuid=$($LCTL get_param -n mgc.*.uuid)
179         local exp_client_nid
180         local exp_client_version
181         local exp_val
182         local imp_val
183         local temp_imp=$DIR/$tfile.import
184         local temp_exp=$DIR/$tfile.export
185
186         # save mgc import file to $temp_imp
187         $LCTL get_param mgc.*.import | tee $temp_imp
188         # Check if client uuid is found in MGS export
189         for exp_client_nid in $(do_facet mgs $LCTL get_param -N $mgs_exp.*); do
190                 [ $(do_facet mgs $LCTL get_param $exp_client_nid.uuid) == \
191                         $client_uuid ] &&
192                         break;
193         done
194         # save mgs export file to $temp_exp
195         do_facet mgs $LCTL get_param $exp_client_nid.export | tee $temp_exp
196
197         # Compare the value of field "connect_flags"
198         imp_val=$(grep "connect_flags" $temp_imp)
199         exp_val=$(grep "connect_flags" $temp_exp)
200         [ "$exp_val" == "$imp_val" ] ||
201                 error "export flags '$exp_val' != import flags '$imp_val'"
202
203         # Compare the value of client version
204         exp_client_version=$(awk '/target_version:/ { print $2 }' $temp_exp)
205         exp_val=$(version_code $exp_client_version)
206         imp_val=$(lustre_version_code client)
207         [ "$exp_val" == "$imp_val" ] ||
208                 error "export client version '$exp_val' != '$imp_val'"
209 }
210 run_test 0d "check export proc ============================="
211
212 test_1() {
213         test_mkdir $DIR/$tdir
214         test_mkdir $DIR/$tdir/d2
215         mkdir $DIR/$tdir/d2 && error "we expect EEXIST, but not returned"
216         $CHECKSTAT -t dir $DIR/$tdir/d2 || error "$tdir/d2 is not a dir"
217         rmdir $DIR/$tdir/d2
218         rmdir $DIR/$tdir
219         $CHECKSTAT -a $DIR/$tdir || error "$tdir was not removed"
220 }
221 run_test 1 "mkdir; remkdir; rmdir"
222
223 test_2() {
224         test_mkdir $DIR/$tdir
225         touch $DIR/$tdir/$tfile || error "touch $tdir/$tfile failed"
226         $CHECKSTAT -t file $DIR/$tdir/$tfile || error "$tdir/$tfile not a file"
227         rm -r $DIR/$tdir
228         $CHECKSTAT -a $DIR/$tdir/$tfile || error "$tdir/$file is not removed"
229 }
230 run_test 2 "mkdir; touch; rmdir; check file"
231
232 test_3() {
233         test_mkdir $DIR/$tdir
234         $CHECKSTAT -t dir $DIR/$tdir || error "$tdir is not a directory"
235         touch $DIR/$tdir/$tfile
236         $CHECKSTAT -t file $DIR/$tdir/$tfile || error "$tdir/$tfile not a file"
237         rm -r $DIR/$tdir
238         $CHECKSTAT -a $DIR/$tdir || error "$tdir is not removed"
239 }
240 run_test 3 "mkdir; touch; rmdir; check dir"
241
242 # LU-4471 - failed rmdir on remote directories still removes directory on MDT0
243 test_4() {
244         test_mkdir -i 1 $DIR/$tdir
245
246         touch $DIR/$tdir/$tfile ||
247                 error "Create file under remote directory failed"
248
249         rmdir $DIR/$tdir &&
250                 error "Expect error removing in-use dir $DIR/$tdir"
251
252         test -d $DIR/$tdir || error "Remote directory disappeared"
253
254         rm -rf $DIR/$tdir || error "remove remote dir error"
255 }
256 run_test 4 "mkdir; touch dir/file; rmdir; checkdir (expect error)"
257
258 test_5() {
259         test_mkdir $DIR/$tdir
260         test_mkdir $DIR/$tdir/d2
261         chmod 0707 $DIR/$tdir/d2 || error "chmod 0707 $tdir/d2 failed"
262         $CHECKSTAT -t dir -p 0707 $DIR/$tdir/d2 || error "$tdir/d2 not mode 707"
263         $CHECKSTAT -t dir $DIR/$tdir/d2 || error "$tdir/d2 is not a directory"
264 }
265 run_test 5 "mkdir .../d5 .../d5/d2; chmod .../d5/d2"
266
267 test_6a() {
268         touch $DIR/$tfile || error "touch $DIR/$tfile failed"
269         chmod 0666 $DIR/$tfile || error "chmod 0666 $tfile failed"
270         $CHECKSTAT -t file -p 0666 -u \#$UID $DIR/$tfile ||
271                 error "$tfile does not have perm 0666 or UID $UID"
272         $RUNAS chmod 0444 $DIR/$tfile && error "chmod $tfile worked on UID $UID"
273         $CHECKSTAT -t file -p 0666 -u \#$UID $DIR/$tfile ||
274                 error "$tfile should be 0666 and owned by UID $UID"
275 }
276 run_test 6a "touch f6a; chmod f6a; $RUNAS chmod f6a (should return error) =="
277
278 test_6c() {
279         [ $RUNAS_ID -eq $UID ] && skip_env "RUNAS_ID = UID = $UID" && return
280         touch $DIR/$tfile
281         chown $RUNAS_ID $DIR/$tfile || error "chown $RUNAS_ID $file failed"
282         $CHECKSTAT -t file -u \#$RUNAS_ID $DIR/$tfile ||
283                 error "$tfile should be owned by UID $RUNAS_ID"
284         $RUNAS chown $UID $DIR/$tfile && error "chown $UID $file succeeded"
285         $CHECKSTAT -t file -u \#$RUNAS_ID $DIR/$tfile ||
286                 error "$tfile should be owned by UID $RUNAS_ID"
287 }
288 run_test 6c "touch f6c; chown f6c; $RUNAS chown f6c (should return error) =="
289
290 test_6e() {
291         [ $RUNAS_ID -eq $UID ] && skip_env "RUNAS_ID = UID = $UID" && return
292         touch $DIR/$tfile
293         chgrp $RUNAS_ID $DIR/$tfile || error "chgrp $RUNAS_ID $file failed"
294         $CHECKSTAT -t file -u \#$UID -g \#$RUNAS_ID $DIR/$tfile ||
295                 error "$tfile should be owned by GID $UID"
296         $RUNAS chgrp $UID $DIR/$tfile && error "chgrp $UID $file succeeded"
297         $CHECKSTAT -t file -u \#$UID -g \#$RUNAS_ID $DIR/$tfile ||
298                 error "$tfile should be owned by UID $UID and GID $RUNAS_ID"
299 }
300 run_test 6e "touch+chgrp $tfile; $RUNAS chgrp $tfile (should return error)"
301
302 test_6g() {
303         [ $RUNAS_ID -eq $UID ] && skip_env "RUNAS_ID = UID = $UID" && return
304         test_mkdir $DIR/$tdir
305         chmod 777 $DIR/$tdir || error "chmod 0777 $tdir failed"
306         $RUNAS mkdir $DIR/$tdir/d || error "mkdir $tdir/d failed"
307         chmod g+s $DIR/$tdir/d || error "chmod g+s $tdir/d failed"
308         test_mkdir $DIR/$tdir/d/subdir
309         $CHECKSTAT -g \#$RUNAS_GID $DIR/$tdir/d/subdir ||
310                 error "$tdir/d/subdir should be GID $RUNAS_GID"
311         if [[ $MDSCOUNT -gt 1 ]]; then
312                 # check remote dir sgid inherite
313                 $LFS mkdir -i 0 $DIR/$tdir.local ||
314                         error "mkdir $tdir.local failed"
315                 chmod g+s $DIR/$tdir.local ||
316                         error "chmod $tdir.local failed"
317                 chgrp $RUNAS_GID $DIR/$tdir.local ||
318                         error "chgrp $tdir.local failed"
319                 $LFS mkdir -i 1 $DIR/$tdir.local/$tdir.remote ||
320                         error "mkdir $tdir.remote failed"
321                 $CHECKSTAT -g \#$RUNAS_GID $DIR/$tdir.local/$tdir.remote ||
322                         error "$tdir.remote should be owned by $UID.$RUNAS_ID"
323                 $CHECKSTAT -p 02755 $DIR/$tdir.local/$tdir.remote ||
324                         error "$tdir.remote should be mode 02755"
325         fi
326 }
327 run_test 6g "verify new dir in sgid dir inherits group"
328
329 test_6h() { # bug 7331
330         [ $RUNAS_ID -eq $UID ] && skip_env "RUNAS_ID = UID = $UID" && return
331         touch $DIR/$tfile || error "touch failed"
332         chown $RUNAS_ID:$RUNAS_GID $DIR/$tfile || error "initial chown failed"
333         $RUNAS -G$RUNAS_GID chown $RUNAS_ID:0 $DIR/$tfile &&
334                 error "chown $RUNAS_ID:0 $tfile worked as GID $RUNAS_GID"
335         $CHECKSTAT -t file -u \#$RUNAS_ID -g \#$RUNAS_GID $DIR/$tfile ||
336                 error "$tdir/$tfile should be UID $RUNAS_UID GID $RUNAS_GID"
337 }
338 run_test 6h "$RUNAS chown RUNAS_ID.0 .../$tfile (should return error)"
339
340 test_7a() {
341         test_mkdir $DIR/$tdir
342         $MCREATE $DIR/$tdir/$tfile
343         chmod 0666 $DIR/$tdir/$tfile
344         $CHECKSTAT -t file -p 0666 $DIR/$tdir/$tfile ||
345                 error "$tdir/$tfile should be mode 0666"
346 }
347 run_test 7a "mkdir .../d7; mcreate .../d7/f; chmod .../d7/f ===="
348
349 test_7b() {
350         if [ ! -d $DIR/$tdir ]; then
351                 test_mkdir $DIR/$tdir
352         fi
353         $MCREATE $DIR/$tdir/$tfile
354         echo -n foo > $DIR/$tdir/$tfile
355         [ "$(cat $DIR/$tdir/$tfile)" = "foo" ] || error "$tdir/$tfile not 'foo'"
356         $CHECKSTAT -t file -s 3 $DIR/$tdir/$tfile || error "$tfile size not 3"
357 }
358 run_test 7b "mkdir .../d7; mcreate d7/f2; echo foo > d7/f2 ====="
359
360 test_8() {
361         test_mkdir $DIR/$tdir
362         touch $DIR/$tdir/$tfile
363         chmod 0666 $DIR/$tdir/$tfile
364         $CHECKSTAT -t file -p 0666 $DIR/$tdir/$tfile ||
365                 error "$tfile mode not 0666"
366 }
367 run_test 8 "mkdir .../d8; touch .../d8/f; chmod .../d8/f ======="
368
369 test_9() {
370         test_mkdir $DIR/$tdir
371         test_mkdir $DIR/$tdir/d2
372         test_mkdir $DIR/$tdir/d2/d3
373         $CHECKSTAT -t dir $DIR/$tdir/d2/d3 || error "$tdir/d2/d3 not a dir"
374 }
375 run_test 9 "mkdir .../d9 .../d9/d2 .../d9/d2/d3 ================"
376
377 test_10() {
378         test_mkdir $DIR/$tdir
379         test_mkdir $DIR/$tdir/d2
380         touch $DIR/$tdir/d2/$tfile
381         $CHECKSTAT -t file $DIR/$tdir/d2/$tfile ||
382                 error "$tdir/d2/$tfile not a file"
383 }
384 run_test 10 "mkdir .../d10 .../d10/d2; touch .../d10/d2/f ======"
385
386 test_11() {
387         test_mkdir $DIR/$tdir
388         test_mkdir $DIR/$tdir/d2
389         chmod 0666 $DIR/$tdir/d2
390         chmod 0705 $DIR/$tdir/d2
391         $CHECKSTAT -t dir -p 0705 $DIR/$tdir/d2 ||
392                 error "$tdir/d2 mode not 0705"
393 }
394 run_test 11 "mkdir .../d11 d11/d2; chmod .../d11/d2 ============"
395
396 test_12() {
397         test_mkdir $DIR/$tdir
398         touch $DIR/$tdir/$tfile
399         chmod 0666 $DIR/$tdir/$tfile
400         chmod 0654 $DIR/$tdir/$tfile
401         $CHECKSTAT -t file -p 0654 $DIR/$tdir/$tfile ||
402                 error "$tdir/d2 mode not 0654"
403 }
404 run_test 12 "touch .../d12/f; chmod .../d12/f .../d12/f ========"
405
406 test_13() {
407         test_mkdir $DIR/$tdir
408         dd if=/dev/zero of=$DIR/$tdir/$tfile count=10
409         >  $DIR/$tdir/$tfile
410         $CHECKSTAT -t file -s 0 $DIR/$tdir/$tfile ||
411                 error "$tdir/$tfile size not 0 after truncate"
412 }
413 run_test 13 "creat .../d13/f; dd .../d13/f; > .../d13/f ========"
414
415 test_14() {
416         test_mkdir $DIR/$tdir
417         touch $DIR/$tdir/$tfile
418         rm $DIR/$tdir/$tfile
419         $CHECKSTAT -a $DIR/$tdir/$tfile || error "$tdir/$tfile not removed"
420 }
421 run_test 14 "touch .../d14/f; rm .../d14/f; rm .../d14/f ======="
422
423 test_15() {
424         test_mkdir $DIR/$tdir
425         touch $DIR/$tdir/$tfile
426         mv $DIR/$tdir/$tfile $DIR/$tdir/${tfile}_2
427         $CHECKSTAT -t file $DIR/$tdir/${tfile}_2 ||
428                 error "$tdir/${tfile_2} not a file after rename"
429         rm $DIR/$tdir/${tfile}_2 || error "unlink failed after rename"
430 }
431 run_test 15 "touch .../d15/f; mv .../d15/f .../d15/f2 =========="
432
433 test_16() {
434         test_mkdir $DIR/$tdir
435         touch $DIR/$tdir/$tfile
436         rm -rf $DIR/$tdir/$tfile
437         $CHECKSTAT -a $DIR/$tdir/$tfile || error "$tdir/$tfile not removed"
438 }
439 run_test 16 "touch .../d16/f; rm -rf .../d16/f"
440
441 test_17a() {
442         test_mkdir $DIR/$tdir
443         touch $DIR/$tdir/$tfile
444         ln -s $DIR/$tdir/$tfile $DIR/$tdir/l-exist
445         ls -l $DIR/$tdir
446         $CHECKSTAT -l $DIR/$tdir/$tfile $DIR/$tdir/l-exist ||
447                 error "$tdir/l-exist not a symlink"
448         $CHECKSTAT -f -t f $DIR/$tdir/l-exist ||
449                 error "$tdir/l-exist not referencing a file"
450         rm -f $DIR/$tdir/l-exist
451         $CHECKSTAT -a $DIR/$tdir/l-exist || error "$tdir/l-exist not removed"
452 }
453 run_test 17a "symlinks: create, remove (real)"
454
455 test_17b() {
456         test_mkdir $DIR/$tdir
457         ln -s no-such-file $DIR/$tdir/l-dangle
458         ls -l $DIR/$tdir
459         $CHECKSTAT -l no-such-file $DIR/$tdir/l-dangle ||
460                 error "$tdir/l-dangle not referencing no-such-file"
461         $CHECKSTAT -fa $DIR/$tdir/l-dangle ||
462                 error "$tdir/l-dangle not referencing non-existent file"
463         rm -f $DIR/$tdir/l-dangle
464         $CHECKSTAT -a $DIR/$tdir/l-dangle || error "$tdir/l-dangle not removed"
465 }
466 run_test 17b "symlinks: create, remove (dangling)"
467
468 test_17c() { # bug 3440 - don't save failed open RPC for replay
469         test_mkdir $DIR/$tdir
470         ln -s foo $DIR/$tdir/$tfile
471         cat $DIR/$tdir/$tfile && error "opened non-existent symlink" || true
472 }
473 run_test 17c "symlinks: open dangling (should return error)"
474
475 test_17d() {
476         test_mkdir $DIR/$tdir
477         ln -s foo $DIR/$tdir/$tfile
478         touch $DIR/$tdir/$tfile || error "creating to new symlink"
479 }
480 run_test 17d "symlinks: create dangling"
481
482 test_17e() {
483         test_mkdir $DIR/$tdir
484         local foo=$DIR/$tdir/$tfile
485         ln -s $foo $foo || error "create symlink failed"
486         ls -l $foo || error "ls -l failed"
487         ls $foo && error "ls not failed" || true
488 }
489 run_test 17e "symlinks: create recursive symlink (should return error)"
490
491 test_17f() {
492         test_mkdir $DIR/$tdir
493         ln -s 1234567890/2234567890/3234567890/4234567890 $DIR/$tdir/111
494         ln -s 1234567890/2234567890/3234567890/4234567890/5234567890/6234567890 $DIR/$tdir/222
495         ln -s 1234567890/2234567890/3234567890/4234567890/5234567890/6234567890/7234567890/8234567890 $DIR/$tdir/333
496         ln -s 1234567890/2234567890/3234567890/4234567890/5234567890/6234567890/7234567890/8234567890/9234567890/a234567890/b234567890 $DIR/$tdir/444
497         ln -s 1234567890/2234567890/3234567890/4234567890/5234567890/6234567890/7234567890/8234567890/9234567890/a234567890/b234567890/c234567890/d234567890/f234567890 $DIR/$tdir/555
498         ln -s 1234567890/2234567890/3234567890/4234567890/5234567890/6234567890/7234567890/8234567890/9234567890/a234567890/b234567890/c234567890/d234567890/f234567890/aaaaaaaaaa/bbbbbbbbbb/cccccccccc/dddddddddd/eeeeeeeeee/ffffffffff/ $DIR/$tdir/666
499         ls -l  $DIR/$tdir
500 }
501 run_test 17f "symlinks: long and very long symlink name"
502
503 # str_repeat(S, N) generate a string that is string S repeated N times
504 str_repeat() {
505         local s=$1
506         local n=$2
507         local ret=''
508         while [ $((n -= 1)) -ge 0 ]; do
509                 ret=$ret$s
510         done
511         echo $ret
512 }
513
514 # Long symlinks and LU-2241
515 test_17g() {
516         test_mkdir $DIR/$tdir
517         local TESTS="59 60 61 4094 4095"
518
519         # Fix for inode size boundary in 2.1.4
520         [ $(lustre_version_code $SINGLEMDS) -lt $(version_code 2.1.4) ] &&
521                 TESTS="4094 4095"
522
523         # Patch not applied to 2.2 or 2.3 branches
524         [ $(lustre_version_code $SINGLEMDS) -ge $(version_code 2.2.0) ] &&
525         [ $(lustre_version_code $SINGLEMDS) -le $(version_code 2.3.55) ] &&
526                 TESTS="4094 4095"
527
528         # skip long symlink name for rhel6.5.
529         # rhel6.5 has a limit (PATH_MAX - sizeof(struct filename))
530         grep -q '6.5' /etc/redhat-release &>/dev/null &&
531                 TESTS="59 60 61 4062 4063"
532
533         for i in $TESTS; do
534                 local SYMNAME=$(str_repeat 'x' $i)
535                 ln -s $SYMNAME $DIR/$tdir/f$i || error "failed $i-char symlink"
536                 readlink $DIR/$tdir/f$i || error "failed $i-char readlink"
537         done
538 }
539 run_test 17g "symlinks: really long symlink name and inode boundaries"
540
541 test_17h() { #bug 17378
542         remote_mds_nodsh && skip "remote MDS with nodsh" && return
543         [ $PARALLEL == "yes" ] && skip "skip parallel run" && return
544         local mdt_idx
545         test_mkdir $DIR/$tdir
546         if [[ $MDSCOUNT -gt 1 ]]; then
547                 mdt_idx=$($LFS getdirstripe -i $DIR/$tdir)
548         else
549                 mdt_idx=0
550         fi
551         $LFS setstripe -c -1 $DIR/$tdir
552         #define OBD_FAIL_MDS_LOV_PREP_CREATE 0x141
553         do_facet mds$((mdt_idx + 1)) lctl set_param fail_loc=0x80000141
554         touch $DIR/$tdir/$tfile || true
555 }
556 run_test 17h "create objects: lov_free_memmd() doesn't lbug"
557
558 test_17i() { #bug 20018
559         remote_mds_nodsh && skip "remote MDS with nodsh" && return
560         [ $PARALLEL == "yes" ] && skip "skip parallel run" && return
561         test_mkdir -c1 $DIR/$tdir
562         local foo=$DIR/$tdir/$tfile
563         local mdt_idx
564         if [[ $MDSCOUNT -gt 1 ]]; then
565                 mdt_idx=$($LFS getdirstripe -i $DIR/$tdir)
566         else
567                 mdt_idx=0
568         fi
569         ln -s $foo $foo || error "create symlink failed"
570 #define OBD_FAIL_MDS_READLINK_EPROTO     0x143
571         do_facet mds$((mdt_idx + 1)) lctl set_param fail_loc=0x80000143
572         ls -l $foo && error "error not detected"
573         return 0
574 }
575 run_test 17i "don't panic on short symlink"
576
577 test_17k() { #bug 22301
578         [[ -z "$(which rsync 2>/dev/null)" ]] &&
579                 skip "no rsync command" && return 0
580         rsync --help | grep -q xattr ||
581                 skip_env "$(rsync --version | head -n1) does not support xattrs"
582         [ $PARALLEL == "yes" ] && skip "skip parallel run" && return 0
583         test_mkdir $DIR/$tdir
584         test_mkdir $DIR/$tdir.new
585         touch $DIR/$tdir/$tfile
586         ln -s $DIR/$tdir/$tfile $DIR/$tdir/$tfile.lnk
587         rsync -av -X $DIR/$tdir/ $DIR/$tdir.new ||
588                 error "rsync failed with xattrs enabled"
589 }
590 run_test 17k "symlinks: rsync with xattrs enabled"
591
592 test_17l() { # LU-279
593         [[ -z "$(which getfattr 2>/dev/null)" ]] &&
594                 skip "no getfattr command" && return 0
595         test_mkdir $DIR/$tdir
596         touch $DIR/$tdir/$tfile
597         ln -s $DIR/$tdir/$tfile $DIR/$tdir/$tfile.lnk
598         for path in "$DIR/$tdir" "$DIR/$tdir/$tfile" "$DIR/$tdir/$tfile.lnk"; do
599                 # -h to not follow symlinks. -m '' to list all the xattrs.
600                 # grep to remove first line: '# file: $path'.
601                 for xattr in `getfattr -hm '' $path 2>/dev/null | grep -v '^#'`;
602                 do
603                         lgetxattr_size_check $path $xattr ||
604                                 error "lgetxattr_size_check $path $xattr failed"
605                 done
606         done
607 }
608 run_test 17l "Ensure lgetxattr's returned xattr size is consistent"
609
610 # LU-1540
611 test_17m() {
612         local short_sym="0123456789"
613         local wdir=$DIR/$tdir
614         local i
615
616         remote_mds_nodsh && skip "remote MDS with nodsh" && return
617         [ $(lustre_version_code $SINGLEMDS) -ge $(version_code 2.2.0) ] &&
618         [ $(lustre_version_code $SINGLEMDS) -le $(version_code 2.2.93) ] &&
619                 skip "MDS 2.2.0-2.2.93 do not NUL-terminate symlinks" && return
620
621         [ "$(facet_fstype $SINGLEMDS)" != "ldiskfs" ] &&
622                 skip "ldiskfs only test" && return 0
623
624         [ $PARALLEL == "yes" ] && skip "skip parallel run" && return
625
626         test_mkdir $wdir
627         long_sym=$short_sym
628         # create a long symlink file
629         for ((i = 0; i < 4; ++i)); do
630                 long_sym=${long_sym}${long_sym}
631         done
632
633         echo "create 512 short and long symlink files under $wdir"
634         for ((i = 0; i < 256; ++i)); do
635                 ln -sf ${long_sym}"a5a5" $wdir/long-$i
636                 ln -sf ${short_sym}"a5a5" $wdir/short-$i
637         done
638
639         echo "erase them"
640         rm -f $wdir/*
641         sync
642         wait_delete_completed
643
644         echo "recreate the 512 symlink files with a shorter string"
645         for ((i = 0; i < 512; ++i)); do
646                 # rewrite the symlink file with a shorter string
647                 ln -sf ${long_sym} $wdir/long-$i || error "long_sym failed"
648                 ln -sf ${short_sym} $wdir/short-$i || error "short_sym failed"
649         done
650
651         local mds_index=$(($($LFS getstripe -M $wdir) + 1))
652         local devname=$(mdsdevname $mds_index)
653
654         echo "stop and checking mds${mds_index}:"
655         # e2fsck should not return error
656         stop mds${mds_index}
657         run_e2fsck $(facet_active_host mds${mds_index}) $devname -n
658         rc=$?
659
660         start mds${mds_index} $devname $MDS_MOUNT_OPTS ||
661                 error "start mds${mds_index} failed"
662         df $MOUNT > /dev/null 2>&1
663         [ $rc -eq 0 ] ||
664                 error "e2fsck detected error for short/long symlink: rc=$rc"
665 }
666 run_test 17m "run e2fsck against MDT which contains short/long symlink"
667
668 check_fs_consistency_17n() {
669         local mdt_index
670         local rc=0
671
672         # create/unlink in 17n only change 2 MDTs(MDT1/MDT2),
673         # so it only check MDT1/MDT2 instead of all of MDTs.
674         for mdt_index in 1 2; do
675                 local devname=$(mdsdevname $mdt_index)
676                 # e2fsck should not return error
677                 stop mds${mdt_index}
678                 run_e2fsck $(facet_active_host mds$mdt_index) $devname -n ||
679                         rc=$((rc + $?))
680
681                 start mds${mdt_index} $devname $MDS_MOUNT_OPTS ||
682                         error "mount mds$mdt_index failed"
683                 df $MOUNT > /dev/null 2>&1
684         done
685         return $rc
686 }
687
688 test_17n() {
689         local i
690
691         remote_mds_nodsh && skip "remote MDS with nodsh" && return
692         [ $(lustre_version_code $SINGLEMDS) -ge $(version_code 2.2.0) ] &&
693         [ $(lustre_version_code $SINGLEMDS) -le $(version_code 2.2.93) ] &&
694                 skip "MDS 2.2.0-2.2.93 do not NUL-terminate symlinks" && return
695
696         [ "$(facet_fstype $SINGLEMDS)" != "ldiskfs" ] &&
697                 skip "ldiskfs only test" && return 0
698
699         [[ $MDSCOUNT -lt 2 ]] && skip "needs >= 2 MDTs" && return
700
701         [ $PARALLEL == "yes" ] && skip "skip parallel run" && return
702
703         test_mkdir $DIR/$tdir
704         for ((i=0; i<10; i++)); do
705                 $LFS mkdir -i1 -c2 $DIR/$tdir/remote_dir_${i} ||
706                         error "create remote dir error $i"
707                 createmany -o $DIR/$tdir/remote_dir_${i}/f 10 ||
708                         error "create files under remote dir failed $i"
709         done
710
711         check_fs_consistency_17n ||
712                 error "e2fsck report error after create files under remote dir"
713
714         for ((i = 0; i < 10; i++)); do
715                 rm -rf $DIR/$tdir/remote_dir_${i} ||
716                         error "destroy remote dir error $i"
717         done
718
719         check_fs_consistency_17n ||
720                 error "e2fsck report error after unlink files under remote dir"
721
722         [ $(lustre_version_code $SINGLEMDS) -lt $(version_code 2.4.50) ] &&
723                 skip "lustre < 2.4.50 does not support migrate mv " && return
724
725         for ((i = 0; i < 10; i++)); do
726                 mkdir -p $DIR/$tdir/remote_dir_${i}
727                 createmany -o $DIR/$tdir/remote_dir_${i}/f 10 ||
728                         error "create files under remote dir failed $i"
729                 $LFS migrate --mdt-index 1 $DIR/$tdir/remote_dir_${i} ||
730                         error "migrate remote dir error $i"
731         done
732         check_fs_consistency_17n || error "e2fsck report error after migration"
733
734         for ((i = 0; i < 10; i++)); do
735                 rm -rf $DIR/$tdir/remote_dir_${i} ||
736                         error "destroy remote dir error $i"
737         done
738
739         check_fs_consistency_17n || error "e2fsck report error after unlink"
740 }
741 run_test 17n "run e2fsck against master/slave MDT which contains remote dir"
742
743 test_17o() {
744         remote_mds_nodsh && skip "remote MDS with nodsh" && return
745         [ $(lustre_version_code $SINGLEMDS) -lt $(version_code 2.3.64) ] &&
746                 skip "Need MDS version at least 2.3.64" && return
747
748         local wdir=$DIR/${tdir}o
749         local mdt_index
750         local rc=0
751
752         test_mkdir $wdir
753         touch $wdir/$tfile
754         mdt_index=$($LFS getstripe -M $wdir/$tfile)
755         mdt_index=$((mdt_index + 1))
756
757         cancel_lru_locks mdc
758         #fail mds will wait the failover finish then set
759         #following fail_loc to avoid interfer the recovery process.
760         fail mds${mdt_index}
761
762         #define OBD_FAIL_OSD_LMA_INCOMPAT 0x194
763         do_facet mds${mdt_index} lctl set_param fail_loc=0x194
764         ls -l $wdir/$tfile && rc=1
765         do_facet mds${mdt_index} lctl set_param fail_loc=0
766         [[ $rc -eq 0 ]] || error "stat file should fail"
767 }
768 run_test 17o "stat file with incompat LMA feature"
769
770 test_18() {
771         touch $DIR/$tfile || error "Failed to touch $DIR/$tfile: $?"
772         ls $DIR || error "Failed to ls $DIR: $?"
773 }
774 run_test 18 "touch .../f ; ls ... =============================="
775
776 test_19a() {
777         touch $DIR/$tfile
778         ls -l $DIR
779         rm $DIR/$tfile
780         $CHECKSTAT -a $DIR/$tfile || error "$tfile was not removed"
781 }
782 run_test 19a "touch .../f19 ; ls -l ... ; rm .../f19 ==========="
783
784 test_19b() {
785         ls -l $DIR/$tfile && error "ls -l $tfile failed"|| true
786 }
787 run_test 19b "ls -l .../f19 (should return error) =============="
788
789 test_19c() {
790         [ $RUNAS_ID -eq $UID ] &&
791                 skip_env "RUNAS_ID = UID = $UID -- skipping" && return
792         $RUNAS touch $DIR/$tfile && error "create non-root file failed" || true
793 }
794 run_test 19c "$RUNAS touch .../f19 (should return error) =="
795
796 test_19d() {
797         cat $DIR/f19 && error || true
798 }
799 run_test 19d "cat .../f19 (should return error) =============="
800
801 test_20() {
802         touch $DIR/$tfile
803         rm $DIR/$tfile
804         touch $DIR/$tfile
805         rm $DIR/$tfile
806         touch $DIR/$tfile
807         rm $DIR/$tfile
808         $CHECKSTAT -a $DIR/$tfile || error "$tfile was not removed"
809 }
810 run_test 20 "touch .../f ; ls -l ..."
811
812 test_21() {
813         test_mkdir $DIR/$tdir
814         [ -f $DIR/$tdir/dangle ] && rm -f $DIR/$tdir/dangle
815         ln -s dangle $DIR/$tdir/link
816         echo foo >> $DIR/$tdir/link
817         cat $DIR/$tdir/dangle
818         $CHECKSTAT -t link $DIR/$tdir/link || error "$tdir/link not a link"
819         $CHECKSTAT -f -t file $DIR/$tdir/link ||
820                 error "$tdir/link not linked to a file"
821 }
822 run_test 21 "write to dangling link"
823
824 test_22() {
825         local wdir=$DIR/$tdir
826         test_mkdir $wdir
827         chown $RUNAS_ID:$RUNAS_GID $wdir
828         (cd $wdir || error "cd $wdir failed";
829                 $RUNAS tar cf - /etc/hosts /etc/sysconfig/network |
830                 $RUNAS tar xf -)
831         ls -lR $wdir/etc || error "ls -lR $wdir/etc failed"
832         $CHECKSTAT -t dir $wdir/etc || error "checkstat -t dir failed"
833         $CHECKSTAT -u \#$RUNAS_ID -g \#$RUNAS_GID $wdir/etc ||
834                 error "checkstat -u failed"
835 }
836 run_test 22 "unpack tar archive as non-root user"
837
838 # was test_23
839 test_23a() {
840         test_mkdir $DIR/$tdir
841         local file=$DIR/$tdir/$tfile
842
843         openfile -f O_CREAT:O_EXCL $file || error "$file create failed"
844         openfile -f O_CREAT:O_EXCL $file &&
845                 error "$file recreate succeeded" || true
846 }
847 run_test 23a "O_CREAT|O_EXCL in subdir"
848
849 test_23b() { # bug 18988
850         test_mkdir $DIR/$tdir
851         local file=$DIR/$tdir/$tfile
852
853         rm -f $file
854         echo foo > $file || error "write filed"
855         echo bar >> $file || error "append filed"
856         $CHECKSTAT -s 8 $file || error "wrong size"
857         rm $file
858 }
859 run_test 23b "O_APPEND check"
860
861 # LU-9409, size with O_APPEND and tiny writes
862 test_23c() {
863         local file=$DIR/$tfile
864
865         # single dd
866         dd conv=notrunc oflag=append if=/dev/zero of=$file bs=8 count=800
867         $CHECKSTAT -s 6400 $file || error "wrong size, expected 6400"
868         rm -f $file
869
870         # racing tiny writes
871         dd conv=notrunc oflag=append if=/dev/zero of=$file bs=8 count=800 &
872         dd conv=notrunc oflag=append if=/dev/zero of=$file bs=8 count=800 &
873         wait
874         $CHECKSTAT -s 12800 $file || error "wrong size, expected 12800"
875         rm -f $file
876
877         #racing tiny & normal writes
878         dd conv=notrunc oflag=append if=/dev/zero of=$file bs=4096 count=4 &
879         dd conv=notrunc oflag=append if=/dev/zero of=$file bs=8 count=100 &
880         wait
881         $CHECKSTAT -s 17184 $file || error "wrong size, expected 17184"
882         rm -f $file
883
884         #racing tiny & normal writes 2, ugly numbers
885         dd conv=notrunc oflag=append if=/dev/zero of=$file bs=4099 count=11 &
886         dd conv=notrunc oflag=append if=/dev/zero of=$file bs=17 count=173 &
887         wait
888         $CHECKSTAT -s 48030 $file || error "wrong size, expected 48030"
889         rm -f $file
890 }
891 run_test 23c "O_APPEND size checks for tiny writes"
892
893 # rename sanity
894 test_24a() {
895         echo '-- same directory rename'
896         test_mkdir $DIR/$tdir
897         touch $DIR/$tdir/$tfile.1
898         mv $DIR/$tdir/$tfile.1 $DIR/$tdir/$tfile.2
899         $CHECKSTAT -t file $DIR/$tdir/$tfile.2 || error "$tfile.2 not a file"
900 }
901 run_test 24a "rename file to non-existent target"
902
903 test_24b() {
904         test_mkdir $DIR/$tdir
905         touch $DIR/$tdir/$tfile.{1,2}
906         mv $DIR/$tdir/$tfile.1 $DIR/$tdir/$tfile.2
907         $CHECKSTAT -a $DIR/$tdir/$tfile.1 || error "$tfile.1 exists"
908         $CHECKSTAT -t file $DIR/$tdir/$tfile.2 || error "$tfile.2 not a file"
909 }
910 run_test 24b "rename file to existing target"
911
912 test_24c() {
913         test_mkdir $DIR/$tdir
914         test_mkdir $DIR/$tdir/d$testnum.1
915         mv $DIR/$tdir/d$testnum.1 $DIR/$tdir/d$testnum.2
916         $CHECKSTAT -a $DIR/$tdir/d$testnum.1 || error "d$testnum.1 exists"
917         $CHECKSTAT -t dir $DIR/$tdir/d$testnum.2 || error "d$testnum.2 not dir"
918 }
919 run_test 24c "rename directory to non-existent target"
920
921 test_24d() {
922         test_mkdir -c1 $DIR/$tdir
923         test_mkdir -c1 $DIR/$tdir/d$testnum.1
924         test_mkdir -c1 $DIR/$tdir/d$testnum.2
925         mrename $DIR/$tdir/d$testnum.1 $DIR/$tdir/d$testnum.2
926         $CHECKSTAT -a $DIR/$tdir/d$testnum.1 || error "d$testnum.1 exists"
927         $CHECKSTAT -t dir $DIR/$tdir/d$testnum.2 || error "d$testnum.2 not dir"
928 }
929 run_test 24d "rename directory to existing target"
930
931 test_24e() {
932         echo '-- cross directory renames --'
933         test_mkdir $DIR/R5a
934         test_mkdir $DIR/R5b
935         touch $DIR/R5a/f
936         mv $DIR/R5a/f $DIR/R5b/g
937         $CHECKSTAT -a $DIR/R5a/f || error "$DIR/R5a/f exists"
938         $CHECKSTAT -t file $DIR/R5b/g || error "$DIR/R5b/g not file type"
939 }
940 run_test 24e "touch .../R5a/f; rename .../R5a/f .../R5b/g ======"
941
942 test_24f() {
943         test_mkdir $DIR/R6a
944         test_mkdir $DIR/R6b
945         touch $DIR/R6a/f $DIR/R6b/g
946         mv $DIR/R6a/f $DIR/R6b/g
947         $CHECKSTAT -a $DIR/R6a/f || error "$DIR/R6a/f exists"
948         $CHECKSTAT -t file $DIR/R6b/g || error "$DIR/R6b/g not file type"
949 }
950 run_test 24f "touch .../R6a/f R6b/g; mv .../R6a/f .../R6b/g ===="
951
952 test_24g() {
953         test_mkdir $DIR/R7a
954         test_mkdir $DIR/R7b
955         test_mkdir $DIR/R7a/d
956         mv $DIR/R7a/d $DIR/R7b/e
957         $CHECKSTAT -a $DIR/R7a/d || error "$DIR/R7a/d exists"
958         $CHECKSTAT -t dir $DIR/R7b/e || error "$DIR/R7b/e not dir type"
959 }
960 run_test 24g "mkdir .../R7{a,b}/d; mv .../R7a/d .../R7b/e ======"
961
962 test_24h() {
963         test_mkdir -c1 $DIR/R8a
964         test_mkdir -c1 $DIR/R8b
965         test_mkdir -c1 $DIR/R8a/d
966         test_mkdir -c1 $DIR/R8b/e
967         mrename $DIR/R8a/d $DIR/R8b/e
968         $CHECKSTAT -a $DIR/R8a/d || error "$DIR/R8a/d exists"
969         $CHECKSTAT -t dir $DIR/R8b/e || error "$DIR/R8b/e not dir type"
970 }
971 run_test 24h "mkdir .../R8{a,b}/{d,e}; rename .../R8a/d .../R8b/e"
972
973 test_24i() {
974         echo "-- rename error cases"
975         test_mkdir $DIR/R9
976         test_mkdir $DIR/R9/a
977         touch $DIR/R9/f
978         mrename $DIR/R9/f $DIR/R9/a
979         $CHECKSTAT -t file $DIR/R9/f || error "$DIR/R9/f not file type"
980         $CHECKSTAT -t dir  $DIR/R9/a || error "$DIR/R9/a not dir type"
981         $CHECKSTAT -a $DIR/R9/a/f || error "$DIR/R9/a/f exists"
982 }
983 run_test 24i "rename file to dir error: touch f ; mkdir a ; rename f a"
984
985 test_24j() {
986         test_mkdir $DIR/R10
987         mrename $DIR/R10/f $DIR/R10/g
988         $CHECKSTAT -t dir $DIR/R10 || error "$DIR/R10 not dir type"
989         $CHECKSTAT -a $DIR/R10/f || error "$DIR/R10/f exists"
990         $CHECKSTAT -a $DIR/R10/g || error "$DIR/R10/g exists"
991 }
992 run_test 24j "source does not exist ============================"
993
994 test_24k() {
995         test_mkdir $DIR/R11a
996         test_mkdir $DIR/R11a/d
997         touch $DIR/R11a/f
998         mv $DIR/R11a/f $DIR/R11a/d
999         $CHECKSTAT -a $DIR/R11a/f || error "$DIR/R11a/f exists"
1000         $CHECKSTAT -t file $DIR/R11a/d/f || error "$DIR/R11a/d/f not file type"
1001 }
1002 run_test 24k "touch .../R11a/f; mv .../R11a/f .../R11a/d ======="
1003
1004 # bug 2429 - rename foo foo foo creates invalid file
1005 test_24l() {
1006         f="$DIR/f24l"
1007         $MULTIOP $f OcNs || error "rename of ${f} to itself failed"
1008 }
1009 run_test 24l "Renaming a file to itself ========================"
1010
1011 test_24m() {
1012         f="$DIR/f24m"
1013         $MULTIOP $f OcLN ${f}2 ${f}2 || error "link ${f}2 ${f}2 failed"
1014         # on ext3 this does not remove either the source or target files
1015         # though the "expected" operation would be to remove the source
1016         $CHECKSTAT -t file ${f} || error "${f} missing"
1017         $CHECKSTAT -t file ${f}2 || error "${f}2 missing"
1018 }
1019 run_test 24m "Renaming a file to a hard link to itself ========="
1020
1021 test_24n() {
1022     f="$DIR/f24n"
1023     # this stats the old file after it was renamed, so it should fail
1024     touch ${f}
1025     $CHECKSTAT ${f} || error "${f} missing"
1026     mv ${f} ${f}.rename
1027     $CHECKSTAT ${f}.rename || error "${f}.rename missing"
1028     $CHECKSTAT -a ${f} || error "${f} exists"
1029 }
1030 run_test 24n "Statting the old file after renaming (Posix rename 2)"
1031
1032 test_24o() {
1033         test_mkdir $DIR/$tdir
1034         rename_many -s random -v -n 10 $DIR/$tdir
1035 }
1036 run_test 24o "rename of files during htree split"
1037
1038 test_24p() {
1039         test_mkdir $DIR/R12a
1040         test_mkdir $DIR/R12b
1041         DIRINO=`ls -lid $DIR/R12a | awk '{ print $1 }'`
1042         mrename $DIR/R12a $DIR/R12b
1043         $CHECKSTAT -a $DIR/R12a || error "$DIR/R12a exists"
1044         $CHECKSTAT -t dir $DIR/R12b || error "$DIR/R12b not dir type"
1045         DIRINO2=`ls -lid $DIR/R12b | awk '{ print $1 }'`
1046         [ "$DIRINO" = "$DIRINO2" ] || error "R12a $DIRINO != R12b $DIRINO2"
1047 }
1048 run_test 24p "mkdir .../R12{a,b}; rename .../R12a .../R12b"
1049
1050 cleanup_multiop_pause() {
1051         trap 0
1052         kill -USR1 $MULTIPID
1053 }
1054
1055 test_24q() {
1056         [ $PARALLEL == "yes" ] && skip "skip parallel run" && return
1057         test_mkdir $DIR/R13a
1058         test_mkdir $DIR/R13b
1059         local DIRINO=$(ls -lid $DIR/R13a | awk '{ print $1 }')
1060         multiop_bg_pause $DIR/R13b D_c || error "multiop failed to start"
1061         MULTIPID=$!
1062
1063         trap cleanup_multiop_pause EXIT
1064         mrename $DIR/R13a $DIR/R13b
1065         $CHECKSTAT -a $DIR/R13a || error "R13a still exists"
1066         $CHECKSTAT -t dir $DIR/R13b || error "R13b does not exist"
1067         local DIRINO2=$(ls -lid $DIR/R13b | awk '{ print $1 }')
1068         [ "$DIRINO" = "$DIRINO2" ] || error "R13a $DIRINO != R13b $DIRINO2"
1069         cleanup_multiop_pause
1070         wait $MULTIPID || error "multiop close failed"
1071 }
1072 run_test 24q "mkdir .../R13{a,b}; open R13b rename R13a R13b ==="
1073
1074 test_24r() { #bug 3789
1075         test_mkdir $DIR/R14a
1076         test_mkdir $DIR/R14a/b
1077         mrename $DIR/R14a $DIR/R14a/b && error "rename to subdir worked!"
1078         $CHECKSTAT -t dir $DIR/R14a || error "$DIR/R14a missing"
1079         $CHECKSTAT -t dir $DIR/R14a/b || error "$DIR/R14a/b missing"
1080 }
1081 run_test 24r "mkdir .../R14a/b; rename .../R14a .../R14a/b ====="
1082
1083 test_24s() {
1084         test_mkdir $DIR/R15a
1085         test_mkdir $DIR/R15a/b
1086         test_mkdir $DIR/R15a/b/c
1087         mrename $DIR/R15a $DIR/R15a/b/c && error "rename to sub-subdir worked!"
1088         $CHECKSTAT -t dir $DIR/R15a || error "$DIR/R15a missing"
1089         $CHECKSTAT -t dir $DIR/R15a/b/c || error "$DIR/R15a/b/c missing"
1090 }
1091 run_test 24s "mkdir .../R15a/b/c; rename .../R15a .../R15a/b/c ="
1092 test_24t() {
1093         test_mkdir $DIR/R16a
1094         test_mkdir $DIR/R16a/b
1095         test_mkdir $DIR/R16a/b/c
1096         mrename $DIR/R16a/b/c $DIR/R16a && error "rename to sub-subdir worked!"
1097         $CHECKSTAT -t dir $DIR/R16a || error "$DIR/R16a missing"
1098         $CHECKSTAT -t dir $DIR/R16a/b/c || error "$DIR/R16a/b/c missing"
1099 }
1100 run_test 24t "mkdir .../R16a/b/c; rename .../R16a/b/c .../R16a ="
1101
1102 test_24u() { # bug12192
1103         $MULTIOP $DIR/$tfile C2w$((2048 * 1024))c || error "multiop failed"
1104         $CHECKSTAT -s $((2048 * 1024)) $DIR/$tfile || error "wrong file size"
1105 }
1106 run_test 24u "create stripe file"
1107
1108 page_size() {
1109         local size
1110         size=$(getconf PAGE_SIZE 2>/dev/null)
1111         echo -n ${size:-4096}
1112 }
1113
1114 simple_cleanup_common() {
1115         local rc=0
1116         trap 0
1117         [ -z "$DIR" -o -z "$tdir" ] && return 0
1118
1119         local start=$SECONDS
1120         rm -rf $DIR/$tdir
1121         rc=$?
1122         wait_delete_completed
1123         echo "cleanup time $((SECONDS - start))"
1124         return $rc
1125 }
1126
1127 max_pages_per_rpc() {
1128         local mdtname="$(printf "MDT%04x" ${1:-0})"
1129         $LCTL get_param -n mdc.*$mdtname*.max_pages_per_rpc
1130 }
1131
1132 test_24v() {
1133         [ $PARALLEL == "yes" ] && skip "skip parallel run" && return
1134         local nrfiles=${COUNT:-100000}
1135         # Performance issue on ZFS see LU-4072 (c.f. LU-2887)
1136         [ $(facet_fstype $SINGLEMDS) = "zfs" ] && nrfiles=${COUNT:-10000}
1137
1138         local fname="$DIR/$tdir/$tfile"
1139         test_mkdir "$(dirname $fname)"
1140         # assume MDT0000 has the fewest inodes
1141         local stripes=$($LFS getdirstripe -c $(dirname $fname))
1142         local free_inodes=$(($(mdt_free_inodes 0) * stripes))
1143         [[ $free_inodes -lt $nrfiles ]] && nrfiles=$free_inodes
1144
1145         trap simple_cleanup_common EXIT
1146
1147         createmany -m "$fname" $nrfiles
1148
1149         cancel_lru_locks mdc
1150         lctl set_param mdc.*.stats clear
1151
1152         # was previously test_24D: LU-6101
1153         # readdir() returns correct number of entries after cursor reload
1154         local num_ls=$(ls $DIR/$tdir | wc -l)
1155         local num_uniq=$(ls $DIR/$tdir | sort -u | wc -l)
1156         local num_all=$(ls -a $DIR/$tdir | wc -l)
1157         if [ $num_ls -ne $nrfiles -o $num_uniq -ne $nrfiles -o \
1158              $num_all -ne $((nrfiles + 2)) ]; then
1159                 error "Expected $nrfiles files, got $num_ls " \
1160                         "($num_uniq unique $num_all .&..)"
1161         fi
1162         # LU-5 large readdir
1163         # dirent_size = 32 bytes for sizeof(struct lu_dirent) +
1164         #               N bytes for name (len($nrfiles) rounded to 8 bytes) +
1165         #               8 bytes for luda_type (4 bytes rounded to 8 bytes)
1166         # take into account of overhead in lu_dirpage header and end mark in
1167         # each page, plus one in rpc_num calculation.
1168         local dirent_size=$((32 + (${#tfile} | 7) + 1 + 8))
1169         local page_entries=$((($(page_size) - 24) / dirent_size))
1170         local mdt_idx=$($LFS getdirstripe -i $(dirname $fname))
1171         local rpc_pages=$(max_pages_per_rpc $mdt_idx)
1172         local rpc_max=$((nrfiles / (page_entries * rpc_pages) + stripes))
1173         local mds_readpage=$(calc_stats mdc.*.stats mds_readpage)
1174         echo "readpages: $mds_readpage rpc_max: $rpc_max"
1175         (( $mds_readpage < $rpc_max - 2 || $mds_readpage > $rpc_max + 1)) &&
1176                 error "large readdir doesn't take effect: " \
1177                       "$mds_readpage should be about $rpc_max"
1178
1179         simple_cleanup_common
1180 }
1181 run_test 24v "list large directory (test hash collision, b=17560)"
1182
1183 test_24w() { # bug21506
1184         SZ1=234852
1185         dd if=/dev/zero of=$DIR/$tfile bs=1M count=1 seek=4096 || return 1
1186         dd if=/dev/zero bs=$SZ1 count=1 >> $DIR/$tfile || return 2
1187         dd if=$DIR/$tfile of=$DIR/${tfile}_left bs=1M skip=4097 || return 3
1188         SZ2=`ls -l $DIR/${tfile}_left | awk '{print $5}'`
1189         [[ "$SZ1" -eq "$SZ2" ]] ||
1190                 error "Error reading at the end of the file $tfile"
1191 }
1192 run_test 24w "Reading a file larger than 4Gb"
1193
1194 test_24x() {
1195         [[ $MDSCOUNT -lt 2 ]] && skip "needs >= 2 MDTs" && return
1196
1197         [[ $(lustre_version_code $SINGLEMDS) -lt $(version_code 2.7.56) ]] &&
1198                 skip "Need MDS version at least 2.7.56" && return
1199
1200         [ $PARALLEL == "yes" ] && skip "skip parallel run" && return
1201         local MDTIDX=1
1202         local remote_dir=$DIR/$tdir/remote_dir
1203
1204         test_mkdir $DIR/$tdir
1205         $LFS mkdir -i $MDTIDX $remote_dir ||
1206                 error "create remote directory failed"
1207
1208         test_mkdir $DIR/$tdir/src_dir
1209         touch $DIR/$tdir/src_file
1210         test_mkdir $remote_dir/tgt_dir
1211         touch $remote_dir/tgt_file
1212
1213         mrename $DIR/$tdir/src_dir $remote_dir/tgt_dir ||
1214                 error "rename dir cross MDT failed!"
1215
1216         mrename $DIR/$tdir/src_file $remote_dir/tgt_file ||
1217                 error "rename file cross MDT failed!"
1218
1219         touch $DIR/$tdir/ln_file
1220         ln $DIR/$tdir/ln_file $remote_dir/ln_name ||
1221                 error "ln file cross MDT failed"
1222
1223         rm -rf $DIR/$tdir || error "Can not delete directories"
1224 }
1225 run_test 24x "cross MDT rename/link"
1226
1227 test_24y() {
1228         [[ $MDSCOUNT -lt 2 ]] && skip "needs >= 2 MDTs" && return
1229         [ $PARALLEL == "yes" ] && skip "skip parallel run" && return
1230         local remote_dir=$DIR/$tdir/remote_dir
1231         local mdtidx=1
1232
1233         test_mkdir $DIR/$tdir
1234         $LFS mkdir -i $mdtidx $remote_dir ||
1235                    error "create remote directory failed"
1236
1237         test_mkdir $remote_dir/src_dir
1238         touch $remote_dir/src_file
1239         test_mkdir $remote_dir/tgt_dir
1240         touch $remote_dir/tgt_file
1241
1242         mrename $remote_dir/src_dir $remote_dir/tgt_dir ||
1243                 error "rename subdir in the same remote dir failed!"
1244
1245         mrename $remote_dir/src_file $remote_dir/tgt_file ||
1246                 error "rename files in the same remote dir failed!"
1247
1248         ln $remote_dir/tgt_file $remote_dir/tgt_file1 ||
1249                 error "link files in the same remote dir failed!"
1250
1251         rm -rf $DIR/$tdir || error "Can not delete directories"
1252 }
1253 run_test 24y "rename/link on the same dir should succeed"
1254
1255 test_24A() { # LU-3182
1256         local NFILES=5000
1257
1258         rm -rf $DIR/$tdir
1259         test_mkdir $DIR/$tdir
1260         trap simple_cleanup_common EXIT
1261         createmany -m $DIR/$tdir/$tfile $NFILES
1262         local t=$(ls $DIR/$tdir | wc -l)
1263         local u=$(ls $DIR/$tdir | sort -u | wc -l)
1264         local v=$(ls -ai $DIR/$tdir | sort -u | wc -l)
1265         if [ $t -ne $NFILES -o $u -ne $NFILES -o $v -ne $((NFILES + 2)) ] ; then
1266                 error "Expected $NFILES files, got $t ($u unique $v .&..)"
1267         fi
1268
1269         simple_cleanup_common || error "Can not delete directories"
1270 }
1271 run_test 24A "readdir() returns correct number of entries."
1272
1273 test_24B() { # LU-4805
1274         [ $MDSCOUNT -lt 2 ] && skip "needs >= 2 MDTs" && return
1275         local count
1276
1277         test_mkdir $DIR/$tdir
1278         $LFS setdirstripe -i0 -c$MDSCOUNT $DIR/$tdir/striped_dir ||
1279                 error "create striped dir failed"
1280
1281         count=$(ls -ai $DIR/$tdir/striped_dir | wc -l)
1282         [ $count -eq 2 ] || error "Expected 2, got $count"
1283
1284         touch $DIR/$tdir/striped_dir/a
1285
1286         count=$(ls -ai $DIR/$tdir/striped_dir | wc -l)
1287         [ $count -eq 3 ] || error "Expected 3, got $count"
1288
1289         touch $DIR/$tdir/striped_dir/.f
1290
1291         count=$(ls -ai $DIR/$tdir/striped_dir | wc -l)
1292         [ $count -eq 4 ] || error "Expected 4, got $count"
1293
1294         rm -rf $DIR/$tdir || error "Can not delete directories"
1295 }
1296 run_test 24B "readdir for striped dir return correct number of entries"
1297
1298 test_24C() {
1299         [ $MDSCOUNT -lt 2 ] && skip "needs >= 2 MDTs" && return
1300
1301         mkdir $DIR/$tdir
1302         mkdir $DIR/$tdir/d0
1303         mkdir $DIR/$tdir/d1
1304
1305         $LFS setdirstripe -i0 -c$MDSCOUNT $DIR/$tdir/d0/striped_dir ||
1306                 error "create striped dir failed"
1307
1308         cd $DIR/$tdir/d0/striped_dir
1309
1310         local d0_ino=$(ls -i -l -a $DIR/$tdir | grep "d0" | awk '{print $1}')
1311         local d1_ino=$(ls -i -l -a $DIR/$tdir | grep "d1" | awk '{print $1}')
1312         local parent_ino=$(ls -i -l -a | grep "\.\." | awk '{print $1}')
1313
1314         [ "$d0_ino" = "$parent_ino" ] ||
1315                 error ".. wrong, expect $d0_ino, get $parent_ino"
1316
1317         mv $DIR/$tdir/d0/striped_dir $DIR/$tdir/d1/ ||
1318                 error "mv striped dir failed"
1319
1320         parent_ino=$(ls -i -l -a | grep "\.\." | awk '{print $1}')
1321
1322         [ "$d1_ino" = "$parent_ino" ] ||
1323                 error ".. wrong after mv, expect $d1_ino, get $parent_ino"
1324 }
1325 run_test 24C "check .. in striped dir"
1326
1327 test_24E() {
1328         [[ $MDSCOUNT -lt 4 ]] && skip "needs >= 4 MDTs" && return
1329         [ $PARALLEL == "yes" ] && skip "skip parallel run" && return
1330
1331         mkdir -p $DIR/$tdir
1332         mkdir $DIR/$tdir/src_dir
1333         $LFS mkdir -i 1 $DIR/$tdir/src_dir/src_child ||
1334                 error "create remote source failed"
1335
1336         touch $DIR/$tdir/src_dir/src_child/a
1337
1338         $LFS mkdir -i 2 $DIR/$tdir/tgt_dir ||
1339                 error "create remote target dir failed"
1340
1341         $LFS mkdir -i 3 $DIR/$tdir/tgt_dir/tgt_child ||
1342                 error "create remote target child failed"
1343
1344         mrename $DIR/$tdir/src_dir/src_child $DIR/$tdir/tgt_dir/tgt_child ||
1345                 error "rename dir cross MDT failed!"
1346
1347         find $DIR/$tdir
1348
1349         $CHECKSTAT -t dir $DIR/$tdir/src_dir/src_child &&
1350                 error "src_child still exists after rename"
1351
1352         $CHECKSTAT -t file $DIR/$tdir/tgt_dir/tgt_child/a ||
1353                 error "missing file(a) after rename"
1354
1355         rm -rf $DIR/$tdir || error "Can not delete directories"
1356 }
1357 run_test 24E "cross MDT rename/link"
1358
1359 test_25a() {
1360         echo '== symlink sanity ============================================='
1361
1362         test_mkdir $DIR/d25
1363         ln -s d25 $DIR/s25
1364         touch $DIR/s25/foo ||
1365                 error "File creation in symlinked directory failed"
1366 }
1367 run_test 25a "create file in symlinked directory ==============="
1368
1369 test_25b() {
1370         [ ! -d $DIR/d25 ] && test_25a
1371         $CHECKSTAT -t file $DIR/s25/foo || error "$DIR/s25/foo not file type"
1372 }
1373 run_test 25b "lookup file in symlinked directory ==============="
1374
1375 test_26a() {
1376         test_mkdir $DIR/d26
1377         test_mkdir $DIR/d26/d26-2
1378         ln -s d26/d26-2 $DIR/s26
1379         touch $DIR/s26/foo || error "File creation failed"
1380 }
1381 run_test 26a "multiple component symlink ======================="
1382
1383 test_26b() {
1384         test_mkdir -p $DIR/$tdir/d26-2
1385         ln -s $tdir/d26-2/foo $DIR/s26-2
1386         touch $DIR/s26-2 || error "File creation failed"
1387 }
1388 run_test 26b "multiple component symlink at end of lookup ======"
1389
1390 test_26c() {
1391         test_mkdir $DIR/d26.2
1392         touch $DIR/d26.2/foo
1393         ln -s d26.2 $DIR/s26.2-1
1394         ln -s s26.2-1 $DIR/s26.2-2
1395         ln -s s26.2-2 $DIR/s26.2-3
1396         chmod 0666 $DIR/s26.2-3/foo
1397 }
1398 run_test 26c "chain of symlinks"
1399
1400 # recursive symlinks (bug 439)
1401 test_26d() {
1402         ln -s d26-3/foo $DIR/d26-3
1403 }
1404 run_test 26d "create multiple component recursive symlink"
1405
1406 test_26e() {
1407         [ ! -h $DIR/d26-3 ] && test_26d
1408         rm $DIR/d26-3
1409 }
1410 run_test 26e "unlink multiple component recursive symlink"
1411
1412 # recursive symlinks (bug 7022)
1413 test_26f() {
1414         test_mkdir $DIR/$tdir
1415         test_mkdir $DIR/$tdir/$tfile
1416         cd $DIR/$tdir/$tfile           || error "cd $DIR/$tdir/$tfile failed"
1417         test_mkdir -p lndir/bar1
1418         test_mkdir $DIR/$tdir/$tfile/$tfile
1419         cd $tfile                || error "cd $tfile failed"
1420         ln -s .. dotdot          || error "ln dotdot failed"
1421         ln -s dotdot/lndir lndir || error "ln lndir failed"
1422         cd $DIR/$tdir                 || error "cd $DIR/$tdir failed"
1423         output=`ls $tfile/$tfile/lndir/bar1`
1424         [ "$output" = bar1 ] && error "unexpected output"
1425         rm -r $tfile             || error "rm $tfile failed"
1426         $CHECKSTAT -a $DIR/$tfile || error "$tfile not gone"
1427 }
1428 run_test 26f "rm -r of a directory which has recursive symlink"
1429
1430 test_27a() {
1431         test_mkdir $DIR/$tdir
1432         $LFS getstripe $DIR/$tdir
1433         $LFS setstripe -c 1 $DIR/$tdir/$tfile || error "setstripe failed"
1434         $CHECKSTAT -t file $DIR/$tdir/$tfile || error "checkstat failed"
1435         cp /etc/hosts $DIR/$tdir/$tfile || error "Can't copy to one stripe file"
1436 }
1437 run_test 27a "one stripe file"
1438
1439 test_27b() {
1440         [[ $OSTCOUNT -lt 2 ]] && skip_env "needs >= 2 OSTs" && return
1441         test_mkdir $DIR/$tdir
1442         $LFS setstripe -c 2 $DIR/$tdir/$tfile || error "setstripe failed"
1443         $LFS getstripe -c $DIR/$tdir/$tfile
1444         [ $($LFS getstripe -c $DIR/$tdir/$tfile) -eq 2 ] ||
1445                 error "two-stripe file doesn't have two stripes"
1446
1447         dd if=/dev/zero of=$DIR/$tdir/$tfile bs=4k count=4 || error "dd failed"
1448 }
1449 run_test 27b "create and write to two stripe file"
1450
1451 test_27d() {
1452         test_mkdir $DIR/$tdir
1453         $LFS setstripe -c 0 -i -1 -S 0 $DIR/$tdir/$tfile ||
1454                 error "setstripe failed"
1455         $CHECKSTAT -t file $DIR/$tdir/$tfile || error "checkstat failed"
1456         dd if=/dev/zero of=$DIR/$tdir/$tfile bs=4k count=4 || error "dd failed"
1457 }
1458 run_test 27d "create file with default settings"
1459
1460 test_27e() {
1461         # LU-5839 adds check for existed layout before setting it
1462         [[ $(lustre_version_code $SINGLEMDS) -lt $(version_code 2.7.56) ]] &&
1463                 skip "Need MDS version at least 2.7.56" && return
1464         test_mkdir $DIR/$tdir
1465         $LFS setstripe -c 2 $DIR/$tdir/$tfile || error "setstripe failed"
1466         $LFS setstripe -c 2 $DIR/$tdir/$tfile && error "setstripe worked twice"
1467         $CHECKSTAT -t file $DIR/$tdir/$tfile || error "checkstat failed"
1468 }
1469 run_test 27e "setstripe existing file (should return error)"
1470
1471 test_27f() {
1472         test_mkdir $DIR/$tdir
1473         $LFS setstripe -S 100 -i 0 -c 1 $DIR/$tdir/$tfile &&
1474                 error "$SETSTRIPE $DIR/$tdir/$tfile failed"
1475         $CHECKSTAT -t file $DIR/$tdir/$tfile &&
1476                 error "$CHECKSTAT -t file $DIR/$tdir/$tfile should fail"
1477         dd if=/dev/zero of=$DIR/$tdir/$tfile bs=4k count=4 || error "dd failed"
1478         $LFS getstripe $DIR/$tdir/$tfile || error "$LFS getstripe failed"
1479 }
1480 run_test 27f "setstripe with bad stripe size (should return error)"
1481
1482 test_27g() {
1483         test_mkdir $DIR/$tdir
1484         $MCREATE $DIR/$tdir/$tfile || error "mcreate failed"
1485         $LFS getstripe $DIR/$tdir/$tfile 2>&1 | grep "no stripe info" ||
1486                 error "$DIR/$tdir/$tfile has object"
1487 }
1488 run_test 27g "$LFS getstripe with no objects"
1489
1490 test_27i() {
1491         test_mkdir $DIR/$tdir
1492         touch $DIR/$tdir/$tfile || error "touch failed"
1493         [[ $($LFS getstripe -c $DIR/$tdir/$tfile) -gt 0 ]] ||
1494                 error "missing objects"
1495 }
1496 run_test 27i "$LFS getstripe with some objects"
1497
1498 test_27j() {
1499         test_mkdir $DIR/$tdir
1500         $LFS setstripe -i $OSTCOUNT $DIR/$tdir/$tfile &&
1501                 error "setstripe failed" || true
1502 }
1503 run_test 27j "setstripe with bad stripe offset (should return error)"
1504
1505 test_27k() { # bug 2844
1506         test_mkdir $DIR/$tdir
1507         local file=$DIR/$tdir/$tfile
1508         local ll_max_blksize=$((4 * 1024 * 1024))
1509         $LFS setstripe -S 67108864 $file || error "setstripe failed"
1510         local blksize=$(stat $file | awk '/IO Block:/ { print $7 }')
1511         [ $blksize -le $ll_max_blksize ] || error "1:$blksize > $ll_max_blksize"
1512         dd if=/dev/zero of=$file bs=4k count=1
1513         blksize=$(stat $file | awk '/IO Block:/ { print $7 }')
1514         [ $blksize -le $ll_max_blksize ] || error "2:$blksize > $ll_max_blksize"
1515 }
1516 run_test 27k "limit i_blksize for broken user apps"
1517
1518 test_27l() {
1519         mcreate $DIR/$tfile || error "creating file"
1520         $RUNAS $LFS setstripe -c 1 $DIR/$tfile &&
1521                 error "setstripe should have failed" || true
1522 }
1523 run_test 27l "check setstripe permissions (should return error)"
1524
1525 test_27m() {
1526         [[ $OSTCOUNT -lt 2 ]] && skip_env "needs >= 2 OSTs" && return
1527
1528         ORIGFREE=$($LCTL get_param -n lov.$FSNAME-clilov-*.kbytesavail |
1529                    head -n1)
1530         if [[ $ORIGFREE -gt $MAXFREE ]]; then
1531                 skip "$ORIGFREE > $MAXFREE skipping out-of-space test on OST0"
1532                 return
1533         fi
1534         trap simple_cleanup_common EXIT
1535         test_mkdir $DIR/$tdir
1536         $LFS setstripe -i 0 -c 1 $DIR/$tdir/$tfile.1
1537         dd if=/dev/zero of=$DIR/$tdir/$tfile.1 bs=1024 count=$MAXFREE &&
1538                 error "dd should fill OST0"
1539         i=2
1540         while $LFS setstripe -i 0 -c 1 $DIR/$tdir/$tfile.$i; do
1541                 i=$((i + 1))
1542                 [ $i -gt 256 ] && break
1543         done
1544         i=$((i + 1))
1545         touch $DIR/$tdir/$tfile.$i
1546         [ $($LFS getstripe $DIR/$tdir/$tfile.$i | grep -A 10 obdidx |
1547             awk '{print $1}'| grep -w "0") ] &&
1548                 error "OST0 was full but new created file still use it"
1549         i=$((i + 1))
1550         touch $DIR/$tdir/$tfile.$i
1551         [ $($LFS getstripe $DIR/$tdir/$tfile.$i | grep -A 10 obdidx |
1552             awk '{print $1}'| grep -w "0") ] &&
1553                 error "OST0 was full but new created file still use it"
1554         simple_cleanup_common
1555 }
1556 run_test 27m "create file while OST0 was full"
1557
1558 sleep_maxage() {
1559         local delay=$(do_facet $SINGLEMDS lctl get_param -n lov.*.qos_maxage |
1560                       head -n 1 | awk '{ print $1 * 2 }')
1561         sleep $delay
1562 }
1563
1564 # OSCs keep a NOSPC flag that will be reset after ~5s (qos_maxage)
1565 # if the OST isn't full anymore.
1566 reset_enospc() {
1567         local OSTIDX=${1:-""}
1568
1569         local list=$(comma_list $(osts_nodes))
1570         [ "$OSTIDX" ] && list=$(facet_host ost$((OSTIDX + 1)))
1571
1572         do_nodes $list lctl set_param fail_loc=0
1573         sync    # initiate all OST_DESTROYs from MDS to OST
1574         sleep_maxage
1575 }
1576
1577 exhaust_precreations() {
1578         local OSTIDX=$1
1579         local FAILLOC=$2
1580         local FAILIDX=${3:-$OSTIDX}
1581         local ofacet=ost$((OSTIDX + 1))
1582
1583         test_mkdir -p -c1 $DIR/$tdir
1584         local mdtidx=$($LFS getstripe -M $DIR/$tdir)
1585         local mfacet=mds$((mdtidx + 1))
1586         echo OSTIDX=$OSTIDX MDTIDX=$mdtidx
1587
1588         local OST=$(ostname_from_index $OSTIDX)
1589
1590         # on the mdt's osc
1591         local mdtosc_proc1=$(get_mdtosc_proc_path $mfacet $OST)
1592         local last_id=$(do_facet $mfacet lctl get_param -n \
1593                         osc.$mdtosc_proc1.prealloc_last_id)
1594         local next_id=$(do_facet $mfacet lctl get_param -n \
1595                         osc.$mdtosc_proc1.prealloc_next_id)
1596
1597         local mdtosc_proc2=$(get_mdtosc_proc_path $mfacet)
1598         do_facet $mfacet lctl get_param osc.$mdtosc_proc2.prealloc*
1599
1600         test_mkdir -p $DIR/$tdir/${OST}
1601         $SETSTRIPE -i $OSTIDX -c 1 $DIR/$tdir/${OST}
1602 #define OBD_FAIL_OST_ENOSPC              0x215
1603         do_facet $ofacet lctl set_param fail_val=$FAILIDX fail_loc=0x215
1604         echo "Creating to objid $last_id on ost $OST..."
1605         createmany -o $DIR/$tdir/${OST}/f $next_id $((last_id - next_id + 2))
1606         do_facet $mfacet lctl get_param osc.$mdtosc_proc2.prealloc*
1607         do_facet $ofacet lctl set_param fail_loc=$FAILLOC
1608         sleep_maxage
1609 }
1610
1611 exhaust_all_precreations() {
1612         local i
1613         for (( i=0; i < OSTCOUNT; i++ )) ; do
1614                 exhaust_precreations $i $1 -1
1615         done
1616 }
1617
1618 test_27n() {
1619         [[ $OSTCOUNT -lt 2 ]] && skip_env "needs >= 2 OSTs" && return
1620         [ $PARALLEL == "yes" ] && skip "skip parallel run" && return
1621         remote_mds_nodsh && skip "remote MDS with nodsh" && return
1622         remote_ost_nodsh && skip "remote OST with nodsh" && return
1623
1624         reset_enospc
1625         rm -f $DIR/$tdir/$tfile
1626         exhaust_precreations 0 0x80000215
1627         $LFS setstripe -c -1 $DIR/$tdir || error "setstripe failed"
1628         touch $DIR/$tdir/$tfile || error "touch failed"
1629         $LFS getstripe $DIR/$tdir/$tfile
1630         reset_enospc
1631 }
1632 run_test 27n "create file with some full OSTs"
1633
1634 test_27o() {
1635         [[ $OSTCOUNT -lt 2 ]] && skip_env "needs >= 2 OSTs" && return
1636         [ $PARALLEL == "yes" ] && skip "skip parallel run" && return
1637         remote_mds_nodsh && skip "remote MDS with nodsh" && return
1638         remote_ost_nodsh && skip "remote OST with nodsh" && return
1639
1640         reset_enospc
1641         rm -f $DIR/$tdir/$tfile
1642         exhaust_all_precreations 0x215
1643
1644         touch $DIR/$tdir/$tfile && error "able to create $DIR/$tdir/$tfile"
1645
1646         reset_enospc
1647         rm -rf $DIR/$tdir/*
1648 }
1649 run_test 27o "create file with all full OSTs (should error)"
1650
1651 test_27p() {
1652         [[ $OSTCOUNT -lt 2 ]] && skip_env "needs >= 2 OSTs" && return
1653         [ $PARALLEL == "yes" ] && skip "skip parallel run" && return
1654         remote_mds_nodsh && skip "remote MDS with nodsh" && return
1655         remote_ost_nodsh && skip "remote OST with nodsh" && return
1656
1657         reset_enospc
1658         rm -f $DIR/$tdir/$tfile
1659         test_mkdir $DIR/$tdir
1660
1661         $MCREATE $DIR/$tdir/$tfile || error "mcreate failed"
1662         $TRUNCATE $DIR/$tdir/$tfile 80000000 || error "truncate failed"
1663         $CHECKSTAT -s 80000000 $DIR/$tdir/$tfile || error "checkstat failed"
1664
1665         exhaust_precreations 0 0x80000215
1666         echo foo >> $DIR/$tdir/$tfile || error "append failed"
1667         $CHECKSTAT -s 80000004 $DIR/$tdir/$tfile || error "checkstat failed"
1668         $LFS getstripe $DIR/$tdir/$tfile
1669
1670         reset_enospc
1671 }
1672 run_test 27p "append to a truncated file with some full OSTs"
1673
1674 test_27q() {
1675         [[ $OSTCOUNT -lt 2 ]] && skip_env "needs >= 2 OSTs" && return
1676         [ $PARALLEL == "yes" ] && skip "skip parallel run" && return
1677         remote_mds_nodsh && skip "remote MDS with nodsh" && return
1678         remote_ost_nodsh && skip "remote OST with nodsh" && return
1679
1680         reset_enospc
1681         rm -f $DIR/$tdir/$tfile
1682
1683         test_mkdir $DIR/$tdir
1684         $MCREATE $DIR/$tdir/$tfile || error "mcreate $DIR/$tdir/$tfile failed"
1685         $TRUNCATE $DIR/$tdir/$tfile 80000000 ||
1686                 error "truncate $DIR/$tdir/$tfile failed"
1687         $CHECKSTAT -s 80000000 $DIR/$tdir/$tfile || error "checkstat failed"
1688
1689         exhaust_all_precreations 0x215
1690
1691         echo foo >> $DIR/$tdir/$tfile && error "append succeeded"
1692         $CHECKSTAT -s 80000000 $DIR/$tdir/$tfile || error "checkstat 2 failed"
1693
1694         reset_enospc
1695 }
1696 run_test 27q "append to truncated file with all OSTs full (should error)"
1697
1698 test_27r() {
1699         [[ $OSTCOUNT -lt 2 ]] && skip_env "needs >= 2 OSTs" && return
1700         [ $PARALLEL == "yes" ] && skip "skip parallel run" && return
1701         remote_mds_nodsh && skip "remote MDS with nodsh" && return
1702         remote_ost_nodsh && skip "remote OST with nodsh" && return
1703
1704         reset_enospc
1705         rm -f $DIR/$tdir/$tfile
1706         exhaust_precreations 0 0x80000215
1707
1708         $LFS setstripe -i 0 -c 2 $DIR/$tdir/$tfile || error "setstripe failed"
1709
1710         reset_enospc
1711 }
1712 run_test 27r "stripe file with some full OSTs (shouldn't LBUG) ="
1713
1714 test_27s() { # bug 10725
1715         test_mkdir $DIR/$tdir
1716         local stripe_size=$((4096 * 1024 * 1024))       # 2^32
1717         local stripe_count=0
1718         [ $OSTCOUNT -eq 1 ] || stripe_count=2
1719         $LFS setstripe -S $stripe_size -c $stripe_count $DIR/$tdir &&
1720                 error "stripe width >= 2^32 succeeded" || true
1721
1722 }
1723 run_test 27s "lsm_xfersize overflow (should error) (bug 10725)"
1724
1725 test_27t() { # bug 10864
1726         WDIR=$(pwd)
1727         WLFS=$(which lfs)
1728         cd $DIR
1729         touch $tfile
1730         $WLFS getstripe $tfile
1731         cd $WDIR
1732 }
1733 run_test 27t "check that utils parse path correctly"
1734
1735 test_27u() { # bug 4900
1736         [[ $OSTCOUNT -lt 2 ]] && skip_env "needs >= 2 OSTs" && return
1737         remote_mds_nodsh && skip "remote MDS with nodsh" && return
1738         local index
1739         local list=$(comma_list $(mdts_nodes))
1740
1741 #define OBD_FAIL_MDS_OSC_PRECREATE      0x139
1742         do_nodes $list $LCTL set_param fail_loc=0x139
1743         test_mkdir -p $DIR/$tdir
1744         trap simple_cleanup_common EXIT
1745         createmany -o $DIR/$tdir/t- 1000
1746         do_nodes $list $LCTL set_param fail_loc=0
1747
1748         TLOG=$TMP/$tfile.getstripe
1749         $LFS getstripe $DIR/$tdir > $TLOG
1750         OBJS=$(awk -vobj=0 '($1 == 0) { obj += 1 } END { print obj; }' $TLOG)
1751         unlinkmany $DIR/$tdir/t- 1000
1752         trap 0
1753         [[ $OBJS -gt 0 ]] &&
1754                 error "$OBJS objects created on OST-0. See $TLOG" ||
1755                 rm -f $TLOG
1756 }
1757 run_test 27u "skip object creation on OSC w/o objects"
1758
1759 test_27v() { # bug 4900
1760         [[ $OSTCOUNT -lt 2 ]] && skip_env "needs >= 2 OSTs" && return
1761         [ $PARALLEL == "yes" ] && skip "skip parallel run" && return
1762         remote_mds_nodsh && skip "remote MDS with nodsh" && return
1763         remote_ost_nodsh && skip "remote OST with nodsh" && return
1764
1765         exhaust_all_precreations 0x215
1766         reset_enospc
1767
1768         $LFS setstripe -c 1 $DIR/$tdir         # 1 stripe / file
1769
1770         touch $DIR/$tdir/$tfile
1771         #define OBD_FAIL_TGT_DELAY_PRECREATE     0x705
1772         # all except ost1
1773         for (( i=1; i < OSTCOUNT; i++ )); do
1774                 do_facet ost$i lctl set_param fail_loc=0x705
1775         done
1776         local START=`date +%s`
1777         createmany -o $DIR/$tdir/$tfile 32
1778
1779         local FINISH=`date +%s`
1780         local TIMEOUT=`lctl get_param -n timeout`
1781         local PROCESS=$((FINISH - START))
1782         [ $PROCESS -ge $((TIMEOUT / 2)) ] && \
1783                error "$FINISH - $START >= $TIMEOUT / 2"
1784         sleep $((TIMEOUT / 2 - PROCESS))
1785         reset_enospc
1786 }
1787 run_test 27v "skip object creation on slow OST"
1788
1789 test_27w() { # bug 10997
1790         test_mkdir $DIR/$tdir
1791         $LFS setstripe -S 65536 $DIR/$tdir/f0 || error "setstripe failed"
1792         [ $($LFS getstripe -S $DIR/$tdir/f0) -ne 65536 ] &&
1793                 error "stripe size $size != 65536" || true
1794         [ $($LFS getstripe -d $DIR/$tdir | grep -c "stripe_count") -eq 0 ] &&
1795                 error "$LFS getstripe -d $DIR/$tdir no 'stripe_count'" || true
1796 }
1797 run_test 27w "check $LFS setstripe -S and getstrip -d options"
1798
1799 test_27wa() {
1800         [[ $OSTCOUNT -lt 2 ]] &&
1801                 skip_env "skipping multiple stripe count/offset test" && return
1802
1803         test_mkdir $DIR/$tdir
1804         for i in $(seq 1 $OSTCOUNT); do
1805                 offset=$((i - 1))
1806                 $LFS setstripe -c $i -i $offset $DIR/$tdir/f$i ||
1807                         error "setstripe -c $i -i $offset failed"
1808                 count=$($LFS getstripe -c $DIR/$tdir/f$i)
1809                 index=$($LFS getstripe -i $DIR/$tdir/f$i)
1810                 [ $count -ne $i ] && error "stripe count $count != $i" || true
1811                 [ $index -ne $offset ] &&
1812                         error "stripe offset $index != $offset" || true
1813         done
1814 }
1815 run_test 27wa "check $LFS setstripe -c -i options"
1816
1817 test_27x() {
1818         remote_ost_nodsh && skip "remote OST with nodsh" && return
1819         [[ $OSTCOUNT -lt 2 ]] && skip_env "needs >= 2 OSTs" && return
1820         [ $PARALLEL == "yes" ] && skip "skip parallel run" && return
1821         OFFSET=$(($OSTCOUNT - 1))
1822         OSTIDX=0
1823         local OST=$(ostname_from_index $OSTIDX)
1824
1825         test_mkdir $DIR/$tdir
1826         $LFS setstripe -c 1 $DIR/$tdir  # 1 stripe per file
1827         do_facet ost$((OSTIDX + 1)) lctl set_param -n obdfilter.$OST.degraded 1
1828         sleep_maxage
1829         createmany -o $DIR/$tdir/$tfile $OSTCOUNT
1830         for i in $(seq 0 $OFFSET); do
1831                 [ $($LFS getstripe $DIR/$tdir/$tfile$i | grep -A 10 obdidx |
1832                         awk '{print $1}' | grep -w "$OSTIDX") ] &&
1833                 error "OST0 was degraded but new created file still use it"
1834         done
1835         do_facet ost$((OSTIDX + 1)) lctl set_param -n obdfilter.$OST.degraded 0
1836 }
1837 run_test 27x "create files while OST0 is degraded"
1838
1839 test_27y() {
1840         [[ $OSTCOUNT -lt 2 ]] && skip_env "needs >= 2 OSTs" && return
1841         remote_mds_nodsh && skip "remote MDS with nodsh" && return
1842         remote_ost_nodsh && skip "remote OST with nodsh" && return
1843         [ $PARALLEL == "yes" ] && skip "skip parallel run" && return
1844
1845         local mdtosc=$(get_mdtosc_proc_path $SINGLEMDS $FSNAME-OST0000)
1846         local last_id=$(do_facet $SINGLEMDS lctl get_param -n \
1847                 osc.$mdtosc.prealloc_last_id)
1848         local next_id=$(do_facet $SINGLEMDS lctl get_param -n \
1849                 osc.$mdtosc.prealloc_next_id)
1850         local fcount=$((last_id - next_id))
1851         [[ $fcount -eq 0 ]] && skip "not enough space on OST0" && return
1852         [[ $fcount -gt $OSTCOUNT ]] && fcount=$OSTCOUNT
1853
1854         local MDS_OSCS=$(do_facet $SINGLEMDS lctl dl |
1855                          awk '/[oO][sS][cC].*md[ts]/ { print $4 }')
1856         local OST_DEACTIVE_IDX=-1
1857         local OSC
1858         local OSTIDX
1859         local OST
1860
1861         for OSC in $MDS_OSCS; do
1862                 OST=$(osc_to_ost $OSC)
1863                 OSTIDX=$(index_from_ostuuid $OST)
1864                 if [ $OST_DEACTIVE_IDX == -1 ]; then
1865                         OST_DEACTIVE_IDX=$OSTIDX
1866                 fi
1867                 if [ $OSTIDX != $OST_DEACTIVE_IDX ]; then
1868                         echo $OSC "is Deactivated:"
1869                         do_facet $SINGLEMDS lctl --device  %$OSC deactivate
1870                 fi
1871         done
1872
1873         OSTIDX=$(index_from_ostuuid $OST)
1874         test_mkdir $DIR/$tdir
1875         $LFS setstripe -c 1 $DIR/$tdir      # 1 stripe / file
1876
1877         for OSC in $MDS_OSCS; do
1878                 OST=$(osc_to_ost $OSC)
1879                 OSTIDX=$(index_from_ostuuid $OST)
1880                 if [ $OSTIDX == $OST_DEACTIVE_IDX ]; then
1881                         echo $OST "is degraded:"
1882                         do_facet ost$((OSTIDX+1)) lctl set_param -n \
1883                                                 obdfilter.$OST.degraded=1
1884                 fi
1885         done
1886
1887         sleep_maxage
1888         createmany -o $DIR/$tdir/$tfile $fcount
1889
1890         for OSC in $MDS_OSCS; do
1891                 OST=$(osc_to_ost $OSC)
1892                 OSTIDX=$(index_from_ostuuid $OST)
1893                 if [ $OSTIDX == $OST_DEACTIVE_IDX ]; then
1894                         echo $OST "is recovered from degraded:"
1895                         do_facet ost$((OSTIDX+1)) lctl set_param -n \
1896                                                 obdfilter.$OST.degraded=0
1897                 else
1898                         do_facet $SINGLEMDS lctl --device %$OSC activate
1899                 fi
1900         done
1901
1902         # all osp devices get activated, hence -1 stripe count restored
1903         local stripe_count=0
1904
1905         # sleep 2*lod_qos_maxage seconds waiting for lod qos to notice osp
1906         # devices get activated.
1907         sleep_maxage
1908         $LFS setstripe -c -1 $DIR/$tfile
1909         stripe_count=$($LFS getstripe -c $DIR/$tfile)
1910         rm -f $DIR/$tfile
1911         [ $stripe_count -ne $OSTCOUNT ] &&
1912                 error "Of $OSTCOUNT OSTs, only $stripe_count is available"
1913         return 0
1914 }
1915 run_test 27y "create files while OST0 is degraded and the rest inactive"
1916
1917 check_seq_oid()
1918 {
1919         log "check file $1"
1920
1921         lmm_count=$($GETSTRIPE -c $1)
1922         lmm_seq=$($GETSTRIPE -v $1 | awk '/lmm_seq/ { print $2 }')
1923         lmm_oid=$($GETSTRIPE -v $1 | awk '/lmm_object_id/ { print $2 }')
1924
1925         local old_ifs="$IFS"
1926         IFS=$'[:]'
1927         fid=($($LFS path2fid $1))
1928         IFS="$old_ifs"
1929
1930         log "FID seq ${fid[1]}, oid ${fid[2]} ver ${fid[3]}"
1931         log "LOV seq $lmm_seq, oid $lmm_oid, count: $lmm_count"
1932
1933         # compare lmm_seq and lu_fid->f_seq
1934         [ $lmm_seq = ${fid[1]} ] || { error "SEQ mismatch"; return 1; }
1935         # compare lmm_object_id and lu_fid->oid
1936         [ $lmm_oid = ${fid[2]} ] || { error "OID mismatch"; return 2; }
1937
1938         # check the trusted.fid attribute of the OST objects of the file
1939         local have_obdidx=false
1940         local stripe_nr=0
1941         $GETSTRIPE $1 | while read obdidx oid hex seq; do
1942                 # skip lines up to and including "obdidx"
1943                 [ -z "$obdidx" ] && break
1944                 [ "$obdidx" = "obdidx" ] && have_obdidx=true && continue
1945                 $have_obdidx || continue
1946
1947                 local ost=$((obdidx + 1))
1948                 local dev=$(ostdevname $ost)
1949                 local oid_hex
1950
1951                 log "want: stripe:$stripe_nr ost:$obdidx oid:$oid/$hex seq:$seq"
1952
1953                 seq=$(echo $seq | sed -e "s/^0x//g")
1954                 if [ $seq == 0 ] || [ $(facet_fstype ost$ost) == zfs ]; then
1955                         oid_hex=$(echo $oid)
1956                 else
1957                         oid_hex=$(echo $hex | sed -e "s/^0x//g")
1958                 fi
1959                 local obj_file="O/$seq/d$((oid %32))/$oid_hex"
1960
1961                 local ff=""
1962                 #
1963                 # Don't unmount/remount the OSTs if we don't need to do that.
1964                 # LU-2577 changes filter_fid to be smaller, so debugfs needs
1965                 # update too, until that use mount/ll_decode_filter_fid/mount.
1966                 # Re-enable when debugfs will understand new filter_fid.
1967                 #
1968                 if [ $(facet_fstype ost$ost) == ldiskfs ]; then
1969                         ff=$(do_facet ost$ost "$DEBUGFS -c -R 'stat $obj_file' \
1970                                 $dev 2>/dev/null" | grep "parent=")
1971                 fi
1972                 if [ -z "$ff" ]; then
1973                         stop ost$ost
1974                         mount_fstype ost$ost
1975                         ff=$(do_facet ost$ost $LL_DECODE_FILTER_FID \
1976                                 $(facet_mntpt ost$ost)/$obj_file)
1977                         unmount_fstype ost$ost
1978                         start ost$ost $dev $OST_MOUNT_OPTS
1979                         clients_up
1980                 fi
1981
1982                 [ -z "$ff" ] && error "$obj_file: no filter_fid info"
1983
1984                 echo "$ff" | sed -e 's#.*objid=#got: objid=#'
1985
1986                 # /mnt/O/0/d23/23: objid=23 seq=0 parent=[0x200000400:0x1e:0x1]
1987                 # fid: objid=23 seq=0 parent=[0x200000400:0x1e:0x0] stripe=1
1988                 #
1989                 # fid: parent=[0x200000400:0x1e:0x0] stripe=1 stripe_count=2 \
1990                 #       stripe_size=1048576 component_id=1 component_start=0 \
1991                 #       component_end=33554432
1992                 local ff_parent=$(sed -e 's/.*parent=.//' <<<$ff)
1993                 local ff_pseq=$(cut -d: -f1 <<<$ff_parent)
1994                 local ff_poid=$(cut -d: -f2 <<<$ff_parent)
1995                 local ff_pstripe
1996                 if grep -q 'stripe=' <<<$ff; then
1997                         ff_pstripe=$(sed -e 's/.*stripe=//' -e 's/ .*//' <<<$ff)
1998                 else
1999                         # $LL_DECODE_FILTER_FID does not print "stripe="; look
2000                         # into f_ver in this case.  See comment on ff_parent.
2001                         ff_pstripe=$(cut -d: -f3 <<<$ff_parent | sed -e 's/]//')
2002                 fi
2003
2004                 # compare lmm_seq and filter_fid->ff_parent.f_seq
2005                 [ $ff_pseq = $lmm_seq ] ||
2006                         error "FF parent SEQ $ff_pseq != $lmm_seq"
2007                 # compare lmm_object_id and filter_fid->ff_parent.f_oid
2008                 [ $ff_poid = $lmm_oid ] ||
2009                         error "FF parent OID $ff_poid != $lmm_oid"
2010                 (($ff_pstripe == $stripe_nr)) ||
2011                         error "FF stripe $ff_pstripe != $stripe_nr"
2012
2013                 stripe_nr=$((stripe_nr + 1))
2014                 [ $(lustre_version_code client) -lt $(version_code 2.9.55) ] &&
2015                         continue
2016                 if grep -q 'stripe_count=' <<<$ff; then
2017                         local ff_scnt=$(sed -e 's/.*stripe_count=//' \
2018                                             -e 's/ .*//' <<<$ff)
2019                         [ $lmm_count = $ff_scnt ] ||
2020                                 error "FF stripe count $lmm_count != $ff_scnt"
2021                 fi
2022         done
2023 }
2024
2025 test_27z() {
2026         remote_ost_nodsh && skip "remote OST with nodsh" && return
2027         [ $PARALLEL == "yes" ] && skip "skip parallel run" && return
2028         test_mkdir $DIR/$tdir
2029
2030         $LFS setstripe -c 1 -i 0 -S 64k $DIR/$tdir/$tfile-1 ||
2031                 { error "setstripe -c -1 failed"; return 1; }
2032         # We need to send a write to every object to get parent FID info set.
2033         # This _should_ also work for setattr, but does not currently.
2034         # touch $DIR/$tdir/$tfile-1 ||
2035         dd if=/dev/zero of=$DIR/$tdir/$tfile-1 bs=1M count=1 ||
2036                 { error "dd $tfile-1 failed"; return 2; }
2037         $LFS setstripe -c -1 -i $((OSTCOUNT - 1)) -S 1M $DIR/$tdir/$tfile-2 ||
2038                 { error "setstripe -c -1 failed"; return 3; }
2039         dd if=/dev/zero of=$DIR/$tdir/$tfile-2 bs=1M count=$OSTCOUNT ||
2040                 { error "dd $tfile-2 failed"; return 4; }
2041
2042         # make sure write RPCs have been sent to OSTs
2043         sync; sleep 5; sync
2044
2045         check_seq_oid $DIR/$tdir/$tfile-1 || return 5
2046         check_seq_oid $DIR/$tdir/$tfile-2 || return 6
2047 }
2048 run_test 27z "check SEQ/OID on the MDT and OST filesystems"
2049
2050 test_27A() { # b=19102
2051         [ $PARALLEL == "yes" ] && skip "skip parallel run" && return
2052
2053         save_layout_restore_at_exit $MOUNT
2054
2055         $SETSTRIPE -c 0 -i -1 -S 0 $MOUNT
2056         wait_update $HOSTNAME "$GETSTRIPE -c $MOUNT | sed 's/  *//g'" "1" 20 ||
2057                 error "stripe count $($GETSTRIPE -c $MOUNT) != 1"
2058         local default_size=$($GETSTRIPE -S $MOUNT)
2059         local default_offset=$($GETSTRIPE -i $MOUNT)
2060         local dsize=$((1024 * 1024))
2061         [ $default_size -eq $dsize ] ||
2062                 error "stripe size $default_size != $dsize"
2063         [ $default_offset -eq -1 ] ||error "stripe offset $default_offset != -1"
2064 }
2065 run_test 27A "check filesystem-wide default LOV EA values"
2066
2067 test_27B() { # LU-2523
2068         test_mkdir $DIR/$tdir
2069         rm -f $DIR/$tdir/f0 $DIR/$tdir/f1
2070         touch $DIR/$tdir/f0
2071         # open f1 with O_LOV_DELAY_CREATE
2072         # rename f0 onto f1
2073         # call setstripe ioctl on open file descriptor for f1
2074         # close
2075         multiop $DIR/$tdir/f1 oO_RDWR:O_CREAT:O_LOV_DELAY_CREATE:nB1c \
2076                 $DIR/$tdir/f0
2077
2078         rm -f $DIR/$tdir/f1
2079         # open f1 with O_LOV_DELAY_CREATE
2080         # unlink f1
2081         # call setstripe ioctl on open file descriptor for f1
2082         # close
2083         multiop $DIR/$tdir/f1 oO_RDWR:O_CREAT:O_LOV_DELAY_CREATE:uB1c
2084
2085         # Allow multiop to fail in imitation of NFS's busted semantics.
2086         true
2087 }
2088 run_test 27B "call setstripe on open unlinked file/rename victim"
2089
2090 test_27C() { #LU-2871
2091         [[ $OSTCOUNT -lt 2 ]] && skip "needs >= 2 OSTs" && return
2092
2093         declare -a ost_idx
2094         local index
2095         local found
2096         local i
2097         local j
2098
2099         test_mkdir $DIR/$tdir
2100         cd $DIR/$tdir
2101         for i in $(seq 0 $((OSTCOUNT - 1))); do
2102                 # set stripe across all OSTs starting from OST$i
2103                 $SETSTRIPE -i $i -c -1 $tfile$i
2104                 # get striping information
2105                 ost_idx=($($GETSTRIPE $tfile$i |
2106                          tail -n $((OSTCOUNT + 1)) | awk '{print $1}'))
2107                 echo ${ost_idx[@]}
2108
2109                 # check the layout
2110                 [ ${#ost_idx[@]} -eq $OSTCOUNT ] ||
2111                         error "${#ost_idx[@]} != $OSTCOUNT"
2112
2113                 for index in $(seq 0 $((OSTCOUNT - 1))); do
2114                         found=0
2115                         for j in $(echo ${ost_idx[@]}); do
2116                                 if [ $index -eq $j ]; then
2117                                         found=1
2118                                         break
2119                                 fi
2120                         done
2121                         [ $found = 1 ] ||
2122                                 error "Can not find $index in ${ost_idx[@]}"
2123                 done
2124         done
2125 }
2126 run_test 27C "check full striping across all OSTs"
2127
2128 test_27D() {
2129         [ $OSTCOUNT -lt 2 ] && skip "needs >= 2 OSTs" && return
2130         [ -n "$FILESET" ] && skip "SKIP due to FILESET set" && return
2131         remote_mds_nodsh && skip "remote MDS with nodsh" && return
2132         local POOL=${POOL:-testpool}
2133         local first_ost=0
2134         local last_ost=$(($OSTCOUNT - 1))
2135         local ost_step=1
2136         local ost_list=$(seq $first_ost $ost_step $last_ost)
2137         local ost_range="$first_ost $last_ost $ost_step"
2138
2139         if ! combined_mgs_mds ; then
2140                 mount_mgs_client
2141         fi
2142
2143         test_mkdir $DIR/$tdir
2144         pool_add $POOL || error "pool_add failed"
2145         pool_add_targets $POOL $ost_range || error "pool_add_targets failed"
2146
2147         local skip27D
2148         [ $(lustre_version_code $SINGLEMDS) -lt $(version_code 2.8.55) ] &&
2149                 skip27D+="-s 29"
2150         [ $(lustre_version_code $SINGLEMDS) -lt $(version_code 2.9.55) -o \
2151           $(lustre_version_code client) -lt $(version_code 2.9.55) ] &&
2152                 skip27D+=" -s 30,31"
2153         llapi_layout_test -d$DIR/$tdir -p$POOL -o$OSTCOUNT $skip27D ||
2154                 error "llapi_layout_test failed"
2155
2156         destroy_test_pools || error "destroy test pools failed"
2157
2158         if ! combined_mgs_mds ; then
2159                 umount_mgs_client
2160         fi
2161 }
2162 run_test 27D "validate llapi_layout API"
2163
2164 # Verify that default_easize is increased from its initial value after
2165 # accessing a widely striped file.
2166 test_27E() {
2167         [ $OSTCOUNT -lt 2 ] && skip "needs >= 2 OSTs" && return
2168         [ $(lustre_version_code client) -lt $(version_code 2.5.57) ] &&
2169                 skip "client does not have LU-3338 fix" && return
2170
2171         # 72 bytes is the minimum space required to store striping
2172         # information for a file striped across one OST:
2173         # (sizeof(struct lov_user_md_v3) +
2174         #  sizeof(struct lov_user_ost_data_v1))
2175         local min_easize=72
2176         $LCTL set_param -n llite.*.default_easize $min_easize ||
2177                 error "lctl set_param failed"
2178         local easize=$($LCTL get_param -n llite.*.default_easize)
2179
2180         [ $easize -eq $min_easize ] ||
2181                 error "failed to set default_easize"
2182
2183         $LFS setstripe -c $OSTCOUNT $DIR/$tfile ||
2184                 error "setstripe failed"
2185         cat $DIR/$tfile
2186         rm $DIR/$tfile
2187
2188         easize=$($LCTL get_param -n llite.*.default_easize)
2189
2190         [ $easize -gt $min_easize ] ||
2191                 error "default_easize not updated"
2192 }
2193 run_test 27E "check that default extended attribute size properly increases"
2194
2195 test_27F() { # LU-5346/LU-7975
2196         [ $PARALLEL == "yes" ] && skip "skip parallel run" && return
2197         [[ $(lustre_version_code $SINGLEMDS) -lt $(version_code 2.8.51) ]] &&
2198                 skip "Need MDS version at least 2.8.51" && return
2199         remote_ost_nodsh && skip "remote OST with nodsh" && return
2200
2201         test_mkdir $DIR/$tdir
2202         rm -f $DIR/$tdir/f0
2203         $SETSTRIPE -c 2 $DIR/$tdir
2204
2205         # stop all OSTs to reproduce situation for LU-7975 ticket
2206         for num in $(seq $OSTCOUNT); do
2207                 stop ost$num
2208         done
2209
2210         # open/create f0 with O_LOV_DELAY_CREATE
2211         # truncate f0 to a non-0 size
2212         # close
2213         multiop $DIR/$tdir/f0 oO_RDWR:O_CREAT:O_LOV_DELAY_CREATE:T1050000c
2214
2215         $CHECKSTAT -s 1050000 $DIR/$tdir/f0 || error "checkstat failed"
2216         # open/write it again to force delayed layout creation
2217         cat /etc/hosts > $DIR/$tdir/f0 &
2218         catpid=$!
2219
2220         # restart OSTs
2221         for num in $(seq $OSTCOUNT); do
2222                 start ost$num $(ostdevname $num) $OST_MOUNT_OPTS ||
2223                         error "ost$num failed to start"
2224         done
2225
2226         wait $catpid || error "cat failed"
2227
2228         cmp /etc/hosts $DIR/$tdir/f0 || error "cmp failed"
2229         [[ $($GETSTRIPE -c $DIR/$tdir/f0) == 2 ]] || error "wrong stripecount"
2230
2231 }
2232 run_test 27F "Client resend delayed layout creation with non-zero size"
2233
2234 # createtest also checks that device nodes are created and
2235 # then visible correctly (#2091)
2236 test_28() { # bug 2091
2237         test_mkdir $DIR/d28
2238         $CREATETEST $DIR/d28/ct || error "createtest failed"
2239 }
2240 run_test 28 "create/mknod/mkdir with bad file types ============"
2241
2242 test_29() {
2243         [ $PARALLEL == "yes" ] && skip "skip parallel run" && return 0
2244         sync; sleep 1; sync # flush out any dirty pages from previous tests
2245         cancel_lru_locks
2246         test_mkdir $DIR/d29
2247         touch $DIR/d29/foo
2248         log 'first d29'
2249         ls -l $DIR/d29
2250
2251         declare -i LOCKCOUNTORIG=0
2252         for lock_count in $(lctl get_param -n ldlm.namespaces.*mdc*.lock_count); do
2253                 let LOCKCOUNTORIG=$LOCKCOUNTORIG+$lock_count
2254         done
2255         [ $LOCKCOUNTORIG -eq 0 ] && error "No mdc lock count" && return 1
2256
2257         declare -i LOCKUNUSEDCOUNTORIG=0
2258         for unused_count in $(lctl get_param -n ldlm.namespaces.*mdc*.lock_unused_count); do
2259                 let LOCKUNUSEDCOUNTORIG=$LOCKUNUSEDCOUNTORIG+$unused_count
2260         done
2261
2262         log 'second d29'
2263         ls -l $DIR/d29
2264         log 'done'
2265
2266         declare -i LOCKCOUNTCURRENT=0
2267         for lock_count in $(lctl get_param -n ldlm.namespaces.*mdc*.lock_count); do
2268                 let LOCKCOUNTCURRENT=$LOCKCOUNTCURRENT+$lock_count
2269         done
2270
2271         declare -i LOCKUNUSEDCOUNTCURRENT=0
2272         for unused_count in $(lctl get_param -n ldlm.namespaces.*mdc*.lock_unused_count); do
2273                 let LOCKUNUSEDCOUNTCURRENT=$LOCKUNUSEDCOUNTCURRENT+$unused_count
2274         done
2275
2276         if [[ $LOCKCOUNTCURRENT -gt $LOCKCOUNTORIG ]]; then
2277                 $LCTL set_param -n ldlm.dump_namespaces ""
2278                 error "CURRENT: $LOCKCOUNTCURRENT > $LOCKCOUNTORIG"
2279                 $LCTL dk | sort -k4 -t: > $TMP/test_29.dk
2280                 log "dumped log to $TMP/test_29.dk (bug 5793)"
2281                 return 2
2282         fi
2283         if [[ $LOCKUNUSEDCOUNTCURRENT -gt $LOCKUNUSEDCOUNTORIG ]]; then
2284                 error "UNUSED: $LOCKUNUSEDCOUNTCURRENT > $LOCKUNUSEDCOUNTORIG"
2285                 $LCTL dk | sort -k4 -t: > $TMP/test_29.dk
2286                 log "dumped log to $TMP/test_29.dk (bug 5793)"
2287                 return 3
2288         fi
2289 }
2290 run_test 29 "IT_GETATTR regression  ============================"
2291
2292 test_30a() { # was test_30
2293         cp $(which ls) $DIR || cp /bin/ls $DIR
2294         $DIR/ls / || error "Can't execute binary from lustre"
2295         rm $DIR/ls
2296 }
2297 run_test 30a "execute binary from Lustre (execve) =============="
2298
2299 test_30b() {
2300         cp `which ls` $DIR || cp /bin/ls $DIR
2301         chmod go+rx $DIR/ls
2302         $RUNAS $DIR/ls / || error "Can't execute binary from lustre as non-root"
2303         rm $DIR/ls
2304 }
2305 run_test 30b "execute binary from Lustre as non-root ==========="
2306
2307 test_30c() { # b=22376
2308         [ $PARALLEL == "yes" ] && skip "skip parallel run" && return
2309         cp `which ls` $DIR || cp /bin/ls $DIR
2310         chmod a-rw $DIR/ls
2311         cancel_lru_locks mdc
2312         cancel_lru_locks osc
2313         $RUNAS $DIR/ls / || error "Can't execute binary from lustre"
2314         rm -f $DIR/ls
2315 }
2316 run_test 30c "execute binary from Lustre without read perms ===="
2317
2318 test_31a() {
2319         $OPENUNLINK $DIR/f31 $DIR/f31 || error "openunlink failed"
2320         $CHECKSTAT -a $DIR/f31 || error "$DIR/f31 exists"
2321 }
2322 run_test 31a "open-unlink file =================================="
2323
2324 test_31b() {
2325         touch $DIR/f31 || error "touch $DIR/f31 failed"
2326         ln $DIR/f31 $DIR/f31b || error "ln failed"
2327         $MULTIOP $DIR/f31b Ouc || error "multiop failed"
2328         $CHECKSTAT -t file $DIR/f31 || error "$DIR/f31 not file type"
2329 }
2330 run_test 31b "unlink file with multiple links while open ======="
2331
2332 test_31c() {
2333         touch $DIR/f31 || error "touch $DIR/f31 failed"
2334         ln $DIR/f31 $DIR/f31c || error "ln failed"
2335         multiop_bg_pause $DIR/f31 O_uc ||
2336                 error "multiop_bg_pause for $DIR/f31 failed"
2337         MULTIPID=$!
2338         $MULTIOP $DIR/f31c Ouc
2339         kill -USR1 $MULTIPID
2340         wait $MULTIPID
2341 }
2342 run_test 31c "open-unlink file with multiple links ============="
2343
2344 test_31d() {
2345         opendirunlink $DIR/d31d $DIR/d31d || error "opendirunlink failed"
2346         $CHECKSTAT -a $DIR/d31d || error "$DIR/d31d exists"
2347 }
2348 run_test 31d "remove of open directory ========================="
2349
2350 test_31e() { # bug 2904
2351         openfilleddirunlink $DIR/d31e || error "openfilleddirunlink failed"
2352 }
2353 run_test 31e "remove of open non-empty directory ==============="
2354
2355 test_31f() { # bug 4554
2356         [ $PARALLEL == "yes" ] && skip "skip parallel run" && return
2357         set -vx
2358         test_mkdir $DIR/d31f
2359         $SETSTRIPE -S 1048576 -c 1 $DIR/d31f
2360         cp /etc/hosts $DIR/d31f
2361         ls -l $DIR/d31f
2362         $GETSTRIPE $DIR/d31f/hosts
2363         multiop_bg_pause $DIR/d31f D_c || return 1
2364         MULTIPID=$!
2365
2366         rm -rv $DIR/d31f || error "first of $DIR/d31f"
2367         test_mkdir $DIR/d31f
2368         $SETSTRIPE -S 1048576 -c 1 $DIR/d31f
2369         cp /etc/hosts $DIR/d31f
2370         ls -l $DIR/d31f
2371         $GETSTRIPE $DIR/d31f/hosts
2372         multiop_bg_pause $DIR/d31f D_c || return 1
2373         MULTIPID2=$!
2374
2375         kill -USR1 $MULTIPID || error "first opendir $MULTIPID not running"
2376         wait $MULTIPID || error "first opendir $MULTIPID failed"
2377
2378         sleep 6
2379
2380         kill -USR1 $MULTIPID2 || error "second opendir $MULTIPID not running"
2381         wait $MULTIPID2 || error "second opendir $MULTIPID2 failed"
2382         set +vx
2383 }
2384 run_test 31f "remove of open directory with open-unlink file ==="
2385
2386 test_31g() {
2387         echo "-- cross directory link --"
2388         test_mkdir -c1 $DIR/${tdir}ga
2389         test_mkdir -c1 $DIR/${tdir}gb
2390         touch $DIR/${tdir}ga/f
2391         ln $DIR/${tdir}ga/f $DIR/${tdir}gb/g
2392         $CHECKSTAT -t file $DIR/${tdir}ga/f || error "source"
2393         [ `stat -c%h $DIR/${tdir}ga/f` == '2' ] || error "source nlink"
2394         $CHECKSTAT -t file $DIR/${tdir}gb/g || error "target"
2395         [ `stat -c%h $DIR/${tdir}gb/g` == '2' ] || error "target nlink"
2396 }
2397 run_test 31g "cross directory link==============="
2398
2399 test_31h() {
2400         echo "-- cross directory link --"
2401         test_mkdir -c1 $DIR/${tdir}
2402         test_mkdir -c1 $DIR/${tdir}/dir
2403         touch $DIR/${tdir}/f
2404         ln $DIR/${tdir}/f $DIR/${tdir}/dir/g
2405         $CHECKSTAT -t file $DIR/${tdir}/f || error "source"
2406         [ `stat -c%h $DIR/${tdir}/f` == '2' ] || error "source nlink"
2407         $CHECKSTAT -t file $DIR/${tdir}/dir/g || error "target"
2408         [ `stat -c%h $DIR/${tdir}/dir/g` == '2' ] || error "target nlink"
2409 }
2410 run_test 31h "cross directory link under child==============="
2411
2412 test_31i() {
2413         echo "-- cross directory link --"
2414         test_mkdir -c1 $DIR/$tdir
2415         test_mkdir -c1 $DIR/$tdir/dir
2416         touch $DIR/$tdir/dir/f
2417         ln $DIR/$tdir/dir/f $DIR/$tdir/g
2418         $CHECKSTAT -t file $DIR/$tdir/dir/f || error "source"
2419         [ `stat -c%h $DIR/$tdir/dir/f` == '2' ] || error "source nlink"
2420         $CHECKSTAT -t file $DIR/$tdir/g || error "target"
2421         [ `stat -c%h $DIR/$tdir/g` == '2' ] || error "target nlink"
2422 }
2423 run_test 31i "cross directory link under parent==============="
2424
2425 test_31j() {
2426         test_mkdir -c1 -p $DIR/$tdir
2427         test_mkdir -c1 -p $DIR/$tdir/dir1
2428         ln $DIR/$tdir/dir1 $DIR/$tdir/dir2 && error "ln for dir"
2429         link $DIR/$tdir/dir1 $DIR/$tdir/dir3 && error "link for dir"
2430         mlink $DIR/$tdir/dir1 $DIR/$tdir/dir4 && error "mlink for dir"
2431         mlink $DIR/$tdir/dir1 $DIR/$tdir/dir1 && error "mlink to the same dir"
2432         return 0
2433 }
2434 run_test 31j "link for directory==============="
2435
2436 test_31k() {
2437         test_mkdir -c1 -p $DIR/$tdir
2438         touch $DIR/$tdir/s
2439         touch $DIR/$tdir/exist
2440         mlink $DIR/$tdir/s $DIR/$tdir/t || error "mlink"
2441         mlink $DIR/$tdir/s $DIR/$tdir/exist && error "mlink to exist file"
2442         mlink $DIR/$tdir/s $DIR/$tdir/s && error "mlink to the same file"
2443         mlink $DIR/$tdir/s $DIR/$tdir && error "mlink to parent dir"
2444         mlink $DIR/$tdir $DIR/$tdir/s && error "mlink parent dir to target"
2445         mlink $DIR/$tdir/not-exist $DIR/$tdir/foo && error "mlink non-existing to new"
2446         mlink $DIR/$tdir/not-exist $DIR/$tdir/s && error "mlink non-existing to exist"
2447         return 0
2448 }
2449 run_test 31k "link to file: the same, non-existing, dir==============="
2450
2451 test_31m() {
2452         mkdir $DIR/d31m
2453         touch $DIR/d31m/s
2454         mkdir $DIR/d31m2
2455         touch $DIR/d31m2/exist
2456         mlink $DIR/d31m/s $DIR/d31m2/t || error "mlink"
2457         mlink $DIR/d31m/s $DIR/d31m2/exist && error "mlink to exist file"
2458         mlink $DIR/d31m/s $DIR/d31m2 && error "mlink to parent dir"
2459         mlink $DIR/d31m2 $DIR/d31m/s && error "mlink parent dir to target"
2460         mlink $DIR/d31m/not-exist $DIR/d31m2/foo && error "mlink non-existing to new"
2461         mlink $DIR/d31m/not-exist $DIR/d31m2/s && error "mlink non-existing to exist"
2462         return 0
2463 }
2464 run_test 31m "link to file: the same, non-existing, dir==============="
2465
2466 test_31n() {
2467         touch $DIR/$tfile || error "cannot create '$DIR/$tfile'"
2468         nlink=$(stat --format=%h $DIR/$tfile)
2469         [ ${nlink:--1} -eq 1 ] || error "nlink is $nlink, expected 1"
2470         local fd=$(free_fd)
2471         local cmd="exec $fd<$DIR/$tfile"
2472         eval $cmd
2473         cmd="exec $fd<&-"
2474         trap "eval $cmd" EXIT
2475         nlink=$(stat --dereference --format=%h /proc/self/fd/$fd)
2476         [ ${nlink:--1} -eq 1 ] || error "nlink is $nlink, expected 1"
2477         rm $DIR/$tfile || error "cannot remove '$DIR/$tfile'"
2478         nlink=$(stat --dereference --format=%h /proc/self/fd/$fd)
2479         [ ${nlink:--1} -eq 0 ] || error "nlink is $nlink, expected 0"
2480         eval $cmd
2481 }
2482 run_test 31n "check link count of unlinked file"
2483
2484 link_one() {
2485         local TEMPNAME=$(mktemp $1_XXXXXX)
2486         mlink $TEMPNAME $1 2> /dev/null &&
2487                 echo "$BASHPID: link $TEMPNAME to $1 succeeded"
2488         munlink $TEMPNAME
2489 }
2490
2491 test_31o() { # LU-2901
2492         test_mkdir $DIR/$tdir
2493         for LOOP in $(seq 100); do
2494                 rm -f $DIR/$tdir/$tfile*
2495                 for THREAD in $(seq 8); do
2496                         link_one $DIR/$tdir/$tfile.$LOOP &
2497                 done
2498                 wait
2499                 local LINKS=$(ls -1 $DIR/$tdir | grep -c $tfile.$LOOP)
2500                 [[ $LINKS -gt 1 ]] && ls $DIR/$tdir &&
2501                         error "$LINKS duplicate links to $tfile.$LOOP" &&
2502                         break || true
2503         done
2504 }
2505 run_test 31o "duplicate hard links with same filename"
2506
2507 test_31p() {
2508         [ $MDSCOUNT -lt 2 ] && skip "needs >= 2 MDTs" && return
2509
2510         test_mkdir $DIR/$tdir
2511         $LFS setdirstripe -i0 -c2 $DIR/$tdir/striped_dir
2512         $LFS setdirstripe -D -c2 -H all_char $DIR/$tdir/striped_dir
2513
2514         opendirunlink $DIR/$tdir/striped_dir/test1 ||
2515                 error "open unlink test1 failed"
2516         opendirunlink $DIR/$tdir/striped_dir/test2 ||
2517                 error "open unlink test2 failed"
2518
2519         $CHECKSTAT -a $DIR/$tdir/striped_dir/test1 ||
2520                 error "test1 still exists"
2521         $CHECKSTAT -a $DIR/$tdir/striped_dir/test2 ||
2522                 error "test2 still exists"
2523 }
2524 run_test 31p "remove of open striped directory"
2525
2526 cleanup_test32_mount() {
2527         local rc=0
2528         trap 0
2529         local loopdev=$(losetup -a | grep $EXT2_DEV | sed -ne 's/:.*$//p')
2530         $UMOUNT $DIR/$tdir/ext2-mountpoint || rc=$?
2531         losetup -d $loopdev || true
2532         rm -rf $DIR/$tdir
2533         return $rc
2534 }
2535
2536 test_32a() {
2537         [ $PARALLEL == "yes" ] && skip "skip parallel run" && return
2538         echo "== more mountpoints and symlinks ================="
2539         [ -e $DIR/$tdir ] && rm -fr $DIR/$tdir
2540         trap cleanup_test32_mount EXIT
2541         test_mkdir -p $DIR/$tdir/ext2-mountpoint
2542         mount -t ext2 -o loop $EXT2_DEV $DIR/$tdir/ext2-mountpoint ||
2543                 error "mount failed for $EXT2_DEV $DIR/$tdir/ext2-mountpoint"
2544         $CHECKSTAT -t dir $DIR/$tdir/ext2-mountpoint/.. ||
2545                 error "$DIR/$tdir/ext2-mountpoint/.. not dir type"
2546         cleanup_test32_mount
2547 }
2548 run_test 32a "stat d32a/ext2-mountpoint/.. ====================="
2549
2550 test_32b() {
2551         [ $PARALLEL == "yes" ] && skip "skip parallel run" && return
2552         [ -e $DIR/$tdir ] && rm -fr $DIR/$tdir
2553         trap cleanup_test32_mount EXIT
2554         test_mkdir -p $DIR/$tdir/ext2-mountpoint
2555         mount -t ext2 -o loop $EXT2_DEV $DIR/$tdir/ext2-mountpoint ||
2556                 error "mount failed for $EXT2_DEV $DIR/$tdir/ext2-mountpoint"
2557         ls -al $DIR/$tdir/ext2-mountpoint/.. ||
2558                 error "Can't list $DIR/$tdir/ext2-mountpoint/.."
2559         cleanup_test32_mount
2560 }
2561 run_test 32b "open d32b/ext2-mountpoint/.. ====================="
2562
2563 test_32c() {
2564         [ $PARALLEL == "yes" ] && skip "skip parallel run" && return
2565         [ -e $DIR/$tdir ] && rm -fr $DIR/$tdir
2566         trap cleanup_test32_mount EXIT
2567         test_mkdir -p $DIR/$tdir/ext2-mountpoint
2568         mount -t ext2 -o loop $EXT2_DEV $DIR/$tdir/ext2-mountpoint ||
2569                 error "mount failed for $EXT2_DEV $DIR/$tdir/ext2-mountpoint"
2570         test_mkdir -p $DIR/$tdir/d2/test_dir
2571         $CHECKSTAT -t dir $DIR/$tdir/ext2-mountpoint/../d2/test_dir ||
2572                 error "$DIR/$tdir/ext2-mountpoint/../d2/test_dir not dir type"
2573         cleanup_test32_mount
2574 }
2575 run_test 32c "stat d32c/ext2-mountpoint/../d2/test_dir ========="
2576
2577 test_32d() {
2578         [ $PARALLEL == "yes" ] && skip "skip parallel run" && return
2579         [ -e $DIR/$tdir ] && rm -fr $DIR/$tdir
2580         trap cleanup_test32_mount EXIT
2581         test_mkdir -p $DIR/$tdir/ext2-mountpoint
2582         mount -t ext2 -o loop $EXT2_DEV $DIR/$tdir/ext2-mountpoint ||
2583                 error "mount failed for $EXT2_DEV $DIR/$tdir/ext2-mountpoint"
2584         test_mkdir -p $DIR/$tdir/d2/test_dir
2585         ls -al $DIR/$tdir/ext2-mountpoint/../d2/test_dir ||
2586                 error "Can't list $DIR/$tdir/ext2-mountpoint/../d2/test_dir"
2587         cleanup_test32_mount
2588 }
2589 run_test 32d "open d32d/ext2-mountpoint/../d2/test_dir"
2590
2591 test_32e() {
2592         rm -fr $DIR/$tdir
2593         test_mkdir -p $DIR/$tdir/tmp
2594         local tmp_dir=$DIR/$tdir/tmp
2595         ln -s $DIR/$tdir $tmp_dir/symlink11
2596         ln -s $tmp_dir/symlink11 $tmp_dir/../symlink01
2597         $CHECKSTAT -t link $DIR/$tdir/tmp/symlink11 || error "symlink11 bad"
2598         $CHECKSTAT -t link $DIR/$tdir/symlink01 || error "symlink01 bad"
2599 }
2600 run_test 32e "stat d32e/symlink->tmp/symlink->lustre-subdir"
2601
2602 test_32f() {
2603         rm -fr $DIR/$tdir
2604         test_mkdir -p $DIR/$tdir/tmp
2605         local tmp_dir=$DIR/$tdir/tmp
2606         ln -s $DIR/$tdir $tmp_dir/symlink11
2607         ln -s $tmp_dir/symlink11 $tmp_dir/../symlink01
2608         ls $DIR/$tdir/tmp/symlink11  || error "symlink11 bad"
2609         ls $DIR/$tdir/symlink01 || error "symlink01 bad"
2610 }
2611 run_test 32f "open d32f/symlink->tmp/symlink->lustre-subdir"
2612
2613 test_32g() {
2614         local tmp_dir=$DIR/$tdir/tmp
2615         test_mkdir -p $tmp_dir
2616         test_mkdir $DIR/${tdir}2
2617         ln -s $DIR/${tdir}2 $tmp_dir/symlink12
2618         ln -s $tmp_dir/symlink12 $tmp_dir/../symlink02
2619         $CHECKSTAT -t link $tmp_dir/symlink12 || error "symlink12 not a link"
2620         $CHECKSTAT -t link $DIR/$tdir/symlink02 || error "symlink02 not a link"
2621         $CHECKSTAT -t dir -f $tmp_dir/symlink12 || error "symlink12 not a dir"
2622         $CHECKSTAT -t dir -f $DIR/$tdir/symlink02 || error "symlink12 not a dir"
2623 }
2624 run_test 32g "stat d32g/symlink->tmp/symlink->lustre-subdir/${tdir}2"
2625
2626 test_32h() {
2627         rm -fr $DIR/$tdir $DIR/${tdir}2
2628         tmp_dir=$DIR/$tdir/tmp
2629         test_mkdir -p $tmp_dir
2630         test_mkdir $DIR/${tdir}2
2631         ln -s $DIR/${tdir}2 $tmp_dir/symlink12
2632         ln -s $tmp_dir/symlink12 $tmp_dir/../symlink02
2633         ls $tmp_dir/symlink12 || error "listing symlink12"
2634         ls $DIR/$tdir/symlink02  || error "listing symlink02"
2635 }
2636 run_test 32h "open d32h/symlink->tmp/symlink->lustre-subdir/${tdir}2"
2637
2638 test_32i() {
2639         [ $PARALLEL == "yes" ] && skip "skip parallel run" && return
2640         [ -e $DIR/$tdir ] && rm -fr $DIR/$tdir
2641         trap cleanup_test32_mount EXIT
2642         test_mkdir -p $DIR/$tdir/ext2-mountpoint
2643         mount -t ext2 -o loop $EXT2_DEV $DIR/$tdir/ext2-mountpoint ||
2644                 error "mount failed for $EXT2_DEV $DIR/$tdir/ext2-mountpoint"
2645         touch $DIR/$tdir/test_file
2646         $CHECKSTAT -t file $DIR/$tdir/ext2-mountpoint/../test_file ||
2647                 error "$DIR/$tdir/ext2-mountpoint/../test_file not file type"
2648         cleanup_test32_mount
2649 }
2650 run_test 32i "stat d32i/ext2-mountpoint/../test_file ==========="
2651
2652 test_32j() {
2653         [ $PARALLEL == "yes" ] && skip "skip parallel run" && return
2654         [ -e $DIR/$tdir ] && rm -fr $DIR/$tdir
2655         trap cleanup_test32_mount EXIT
2656         test_mkdir -p $DIR/$tdir/ext2-mountpoint
2657         mount -t ext2 -o loop $EXT2_DEV $DIR/$tdir/ext2-mountpoint ||
2658                 error "mount failed for $EXT2_DEV $DIR/$tdir/ext2-mountpoint"
2659         touch $DIR/$tdir/test_file
2660         cat $DIR/$tdir/ext2-mountpoint/../test_file ||
2661                 error "Can't open $DIR/$tdir/ext2-mountpoint/../test_file"
2662         cleanup_test32_mount
2663 }
2664 run_test 32j "open d32j/ext2-mountpoint/../test_file ==========="
2665
2666 test_32k() {
2667         [ $PARALLEL == "yes" ] && skip "skip parallel run" && return
2668         rm -fr $DIR/$tdir
2669         trap cleanup_test32_mount EXIT
2670         test_mkdir -p $DIR/$tdir/ext2-mountpoint
2671         mount -t ext2 -o loop $EXT2_DEV $DIR/$tdir/ext2-mountpoint ||
2672                 error "mount failed for $EXT2_DEV $DIR/$tdir/ext2-mountpoint"
2673         test_mkdir -p $DIR/$tdir/d2
2674         touch $DIR/$tdir/d2/test_file || error "touch failed"
2675         $CHECKSTAT -t file $DIR/$tdir/ext2-mountpoint/../d2/test_file ||
2676                 error "$DIR/$tdir/ext2-mountpoint/../d2/test_file not file type"
2677         cleanup_test32_mount
2678 }
2679 run_test 32k "stat d32k/ext2-mountpoint/../d2/test_file ========"
2680
2681 test_32l() {
2682         [ $PARALLEL == "yes" ] && skip "skip parallel run" && return
2683         rm -fr $DIR/$tdir
2684         trap cleanup_test32_mount EXIT
2685         test_mkdir -p $DIR/$tdir/ext2-mountpoint
2686         mount -t ext2 -o loop $EXT2_DEV $DIR/$tdir/ext2-mountpoint ||
2687                 error "mount failed for $EXT2_DEV $DIR/$tdir/ext2-mountpoint"
2688         test_mkdir -p $DIR/$tdir/d2
2689         touch $DIR/$tdir/d2/test_file || error "touch failed"
2690         cat  $DIR/$tdir/ext2-mountpoint/../d2/test_file ||
2691                 error "Can't open $DIR/$tdir/ext2-mountpoint/../d2/test_file"
2692         cleanup_test32_mount
2693 }
2694 run_test 32l "open d32l/ext2-mountpoint/../d2/test_file ========"
2695
2696 test_32m() {
2697         rm -fr $DIR/d32m
2698         test_mkdir -p $DIR/d32m/tmp
2699         TMP_DIR=$DIR/d32m/tmp
2700         ln -s $DIR $TMP_DIR/symlink11
2701         ln -s $TMP_DIR/symlink11 $TMP_DIR/../symlink01
2702         $CHECKSTAT -t link $DIR/d32m/tmp/symlink11 ||
2703                 error "symlink11 not a link"
2704         $CHECKSTAT -t link $DIR/d32m/symlink01 ||
2705                 error "symlink01 not a link"
2706 }
2707 run_test 32m "stat d32m/symlink->tmp/symlink->lustre-root ======"
2708
2709 test_32n() {
2710         rm -fr $DIR/d32n
2711         test_mkdir -p $DIR/d32n/tmp
2712         TMP_DIR=$DIR/d32n/tmp
2713         ln -s $DIR $TMP_DIR/symlink11
2714         ln -s $TMP_DIR/symlink11 $TMP_DIR/../symlink01
2715         ls -l $DIR/d32n/tmp/symlink11  || error "listing symlink11"
2716         ls -l $DIR/d32n/symlink01 || error "listing symlink01"
2717 }
2718 run_test 32n "open d32n/symlink->tmp/symlink->lustre-root ======"
2719
2720 test_32o() {
2721         touch $DIR/$tfile
2722         test_mkdir -p $DIR/d32o/tmp
2723         TMP_DIR=$DIR/d32o/tmp
2724         ln -s $DIR/$tfile $TMP_DIR/symlink12
2725         ln -s $TMP_DIR/symlink12 $TMP_DIR/../symlink02
2726         $CHECKSTAT -t link $DIR/d32o/tmp/symlink12 ||
2727                 error "symlink12 not a link"
2728         $CHECKSTAT -t link $DIR/d32o/symlink02 || error "symlink02 not a link"
2729         $CHECKSTAT -t file -f $DIR/d32o/tmp/symlink12 ||
2730                 error "$DIR/d32o/tmp/symlink12 not file type"
2731         $CHECKSTAT -t file -f $DIR/d32o/symlink02 ||
2732                 error "$DIR/d32o/symlink02 not file type"
2733 }
2734 run_test 32o "stat d32o/symlink->tmp/symlink->lustre-root/$tfile"
2735
2736 test_32p() {
2737         log 32p_1
2738         rm -fr $DIR/d32p
2739         log 32p_2
2740         rm -f $DIR/$tfile
2741         log 32p_3
2742         touch $DIR/$tfile
2743         log 32p_4
2744         test_mkdir -p $DIR/d32p/tmp
2745         log 32p_5
2746         TMP_DIR=$DIR/d32p/tmp
2747         log 32p_6
2748         ln -s $DIR/$tfile $TMP_DIR/symlink12
2749         log 32p_7
2750         ln -s $TMP_DIR/symlink12 $TMP_DIR/../symlink02
2751         log 32p_8
2752         cat $DIR/d32p/tmp/symlink12 ||
2753                 error "Can't open $DIR/d32p/tmp/symlink12"
2754         log 32p_9
2755         cat $DIR/d32p/symlink02 || error "Can't open $DIR/d32p/symlink02"
2756         log 32p_10
2757 }
2758 run_test 32p "open d32p/symlink->tmp/symlink->lustre-root/$tfile"
2759
2760 test_32q() {
2761         [ $PARALLEL == "yes" ] && skip "skip parallel run" && return
2762         [ -e $DIR/$tdir ] && rm -fr $DIR/$tdir
2763         trap cleanup_test32_mount EXIT
2764         test_mkdir -p $DIR/$tdir/ext2-mountpoint
2765         touch $DIR/$tdir/ext2-mountpoint/under_the_mount || error "touch failed"
2766         mount -t ext2 -o loop $EXT2_DEV $DIR/$tdir/ext2-mountpoint ||
2767                 error "mount failed for $EXT2_DEV $DIR/$tdir/ext2-mountpoint"
2768         ls $DIR/$tdir/ext2-mountpoint | grep "\<under_the_mount\>" && error
2769         cleanup_test32_mount
2770 }
2771 run_test 32q "stat follows mountpoints in Lustre (should return error)"
2772
2773 test_32r() {
2774         [ $PARALLEL == "yes" ] && skip "skip parallel run" && return
2775         [ -e $DIR/$tdir ] && rm -fr $DIR/$tdir
2776         trap cleanup_test32_mount EXIT
2777         test_mkdir -p $DIR/$tdir/ext2-mountpoint
2778         touch $DIR/$tdir/ext2-mountpoint/under_the_mount || error "touch failed"
2779         mount -t ext2 -o loop $EXT2_DEV $DIR/$tdir/ext2-mountpoint ||
2780                 error "mount failed for $EXT2_DEV $DIR/$tdir/ext2-mountpoint"
2781         ls $DIR/$tdir/ext2-mountpoint | grep -q under_the_mount && error || true
2782         cleanup_test32_mount
2783 }
2784 run_test 32r "opendir follows mountpoints in Lustre (should return error)"
2785
2786 test_33aa() {
2787         rm -f $DIR/$tfile
2788         touch $DIR/$tfile
2789         chmod 444 $DIR/$tfile
2790         chown $RUNAS_ID $DIR/$tfile
2791         log 33_1
2792         $RUNAS $OPENFILE -f O_RDWR $DIR/$tfile && error || true
2793         log 33_2
2794 }
2795 run_test 33aa "write file with mode 444 (should return error)"
2796
2797 test_33a() {
2798         rm -fr $DIR/$tdir
2799         test_mkdir $DIR/$tdir
2800         chown $RUNAS_ID $DIR/$tdir
2801         $RUNAS $OPENFILE -f O_RDWR:O_CREAT -m 0444 $DIR/$tdir/$tfile ||
2802                 error "$RUNAS create $tdir/$tfile failed"
2803         $RUNAS $OPENFILE -f O_RDWR:O_CREAT -m 0444 $DIR/$tdir/$tfile &&
2804                 error "open RDWR" || true
2805 }
2806 run_test 33a "test open file(mode=0444) with O_RDWR (should return error)"
2807
2808 test_33b() {
2809         rm -fr $DIR/$tdir
2810         test_mkdir $DIR/$tdir
2811         chown $RUNAS_ID $DIR/$tdir
2812         $RUNAS $OPENFILE -f 1286739555 $DIR/$tdir/$tfile || true
2813 }
2814 run_test 33b "test open file with malformed flags (No panic)"
2815
2816 test_33c() {
2817         [ $PARALLEL == "yes" ] && skip "skip parallel run" && return
2818         local ostnum
2819         local ostname
2820         local write_bytes
2821         local all_zeros
2822
2823         remote_ost_nodsh && skip "remote OST with nodsh" && return
2824         all_zeros=:
2825         rm -fr $DIR/$tdir
2826         test_mkdir $DIR/$tdir
2827         # Read: 0, Write: 4, create/destroy: 2/0, stat: 1, punch: 0
2828
2829         sync
2830         for ostnum in $(seq $OSTCOUNT); do
2831                 # test-framework's OST numbering is one-based, while Lustre's
2832                 # is zero-based
2833                 ostname=$(printf "$FSNAME-OST%.4x" $((ostnum - 1)))
2834                 # Parsing llobdstat's output sucks; we could grep the /proc
2835                 # path, but that's likely to not be as portable as using the
2836                 # llobdstat utility.  So we parse lctl output instead.
2837                 write_bytes=$(do_facet ost$ostnum lctl get_param -n \
2838                         obdfilter/$ostname/stats |
2839                         awk '/^write_bytes/ {print $7}' )
2840                 echo "baseline_write_bytes@$OSTnum/$ostname=$write_bytes"
2841                 if (( ${write_bytes:-0} > 0 ))
2842                 then
2843                         all_zeros=false
2844                         break;
2845                 fi
2846         done
2847
2848         $all_zeros || return 0
2849
2850         # Write four bytes
2851         echo foo > $DIR/$tdir/bar
2852         # Really write them
2853         sync
2854
2855         # Total up write_bytes after writing.  We'd better find non-zeros.
2856         for ostnum in $(seq $OSTCOUNT); do
2857                 ostname=$(printf "$FSNAME-OST%.4x" $((ostnum - 1)))
2858                 write_bytes=$(do_facet ost$ostnum lctl get_param -n \
2859                         obdfilter/$ostname/stats |
2860                         awk '/^write_bytes/ {print $7}' )
2861                 echo "write_bytes@$OSTnum/$ostname=$write_bytes"
2862                 if (( ${write_bytes:-0} > 0 ))
2863                 then
2864                         all_zeros=false
2865                         break;
2866                 fi
2867         done
2868
2869         if $all_zeros
2870         then
2871                 for ostnum in $(seq $OSTCOUNT); do
2872                         ostname=$(printf "$FSNAME-OST%.4x" $((ostnum - 1)))
2873                         echo "Check that write_bytes is present in obdfilter/*/stats:"
2874                         do_facet ost$ostnum lctl get_param -n \
2875                                 obdfilter/$ostname/stats
2876                 done
2877                 error "OST not keeping write_bytes stats (b22312)"
2878         fi
2879 }
2880 run_test 33c "test llobdstat and write_bytes"
2881
2882 test_33d() {
2883         [[ $MDSCOUNT -lt 2 ]] && skip "needs >= 2 MDTs" && return
2884         [ $PARALLEL == "yes" ] && skip "skip parallel run" && return
2885         local MDTIDX=1
2886         local remote_dir=$DIR/$tdir/remote_dir
2887
2888         test_mkdir $DIR/$tdir
2889         $LFS mkdir -i $MDTIDX $remote_dir ||
2890                 error "create remote directory failed"
2891
2892         touch $remote_dir/$tfile
2893         chmod 444 $remote_dir/$tfile
2894         chown $RUNAS_ID $remote_dir/$tfile
2895
2896         $RUNAS $OPENFILE -f O_RDWR $DIR/$tfile && error || true
2897
2898         chown $RUNAS_ID $remote_dir
2899         $RUNAS $OPENFILE -f O_RDWR:O_CREAT -m 0444 $remote_dir/f33 ||
2900                                         error "create" || true
2901         $RUNAS $OPENFILE -f O_RDWR:O_CREAT -m 0444 $remote_dir/f33 &&
2902                                     error "open RDWR" || true
2903         $RUNAS $OPENFILE -f 1286739555 $remote_dir/f33 || true
2904 }
2905 run_test 33d "openfile with 444 modes and malformed flags under remote dir"
2906
2907 test_33e() {
2908         [ $MDSCOUNT -lt 2 ] && skip "needs >= 2 MDTs" && return
2909
2910         mkdir $DIR/$tdir
2911
2912         $LFS setdirstripe -i0 -c2 $DIR/$tdir/striped_dir
2913         $LFS setdirstripe -i1 -c2 $DIR/$tdir/striped_dir1
2914         mkdir $DIR/$tdir/local_dir
2915
2916         local s0_mode=$(stat -c%f $DIR/$tdir/striped_dir)
2917         local s1_mode=$(stat -c%f $DIR/$tdir/striped_dir1)
2918         local l_mode=$(stat -c%f $DIR/$tdir/local_dir)
2919
2920         [ "$l_mode" = "$s0_mode" -a "$l_mode" = "$s1_mode" ] ||
2921                 error "mkdir $l_mode striped0 $s0_mode striped1 $s1_mode"
2922
2923         rmdir $DIR/$tdir/* || error "rmdir failed"
2924
2925         umask 777
2926         $LFS setdirstripe -i0 -c2 $DIR/$tdir/striped_dir
2927         $LFS setdirstripe -i1 -c2 $DIR/$tdir/striped_dir1
2928         mkdir $DIR/$tdir/local_dir
2929
2930         s0_mode=$(stat -c%f $DIR/$tdir/striped_dir)
2931         s1_mode=$(stat -c%f $DIR/$tdir/striped_dir1)
2932         l_mode=$(stat -c%f $DIR/$tdir/local_dir)
2933
2934         [ "$l_mode" = "$s0_mode" -a "$l_mode" = "$s1_mode" ] ||
2935                 error "mkdir $l_mode striped0 $s0_mode striped1 $s1_mode 777"
2936
2937         rmdir $DIR/$tdir/* || error "rmdir(umask 777) failed"
2938
2939         umask 000
2940         $LFS setdirstripe -i0 -c2 $DIR/$tdir/striped_dir
2941         $LFS setdirstripe -i1 -c2 $DIR/$tdir/striped_dir1
2942         mkdir $DIR/$tdir/local_dir
2943
2944         s0_mode=$(stat -c%f $DIR/$tdir/striped_dir)
2945         s1_mode=$(stat -c%f $DIR/$tdir/striped_dir1)
2946         l_mode=$(stat -c%f $DIR/$tdir/local_dir)
2947
2948         [ "$l_mode" = "$s0_mode" -a "$l_mode" = "$s1_mode" ] ||
2949                 error "mkdir $l_mode striped0 $s0_mode striped1 $s1_mode 0"
2950 }
2951 run_test 33e "mkdir and striped directory should have same mode"
2952
2953 cleanup_33f() {
2954         trap 0
2955         do_facet $SINGLEMDS $LCTL set_param mdt.*.enable_remote_dir_gid=0
2956 }
2957
2958 test_33f() {
2959         [ $MDSCOUNT -lt 2 ] && skip "needs >= 2 MDTs" && return
2960         remote_mds_nodsh && skip "remote MDS with nodsh" && return
2961
2962         mkdir $DIR/$tdir
2963         chmod go+rwx $DIR/$tdir
2964         do_facet $SINGLEMDS $LCTL set_param mdt.*.enable_remote_dir_gid=-1
2965         trap cleanup_33f EXIT
2966
2967         $RUNAS lfs mkdir -i 0 -c$MDSCOUNT $DIR/$tdir/striped_dir ||
2968                 error "cannot create striped directory"
2969
2970         $RUNAS touch $DIR/$tdir/striped_dir/{0..16} ||
2971                 error "cannot create files in striped directory"
2972
2973         $RUNAS rm $DIR/$tdir/striped_dir/{0..16} ||
2974                 error "cannot remove files in striped directory"
2975
2976         $RUNAS rmdir $DIR/$tdir/striped_dir ||
2977                 error "cannot remove striped directory"
2978
2979         cleanup_33f
2980 }
2981 run_test 33f "nonroot user can create, access, and remove a striped directory"
2982
2983 test_33g() {
2984         mkdir -p $DIR/$tdir/dir2
2985
2986         local err=$($RUNAS mkdir $DIR/$tdir/dir2 2>&1)
2987         echo $err
2988         [[ $err =~ "exists" ]] || error "Not exists error"
2989 }
2990 run_test 33g "nonroot user create already existing root created file"
2991
2992 TEST_34_SIZE=${TEST_34_SIZE:-2000000000000}
2993 test_34a() {
2994         rm -f $DIR/f34
2995         $MCREATE $DIR/f34 || error "mcreate failed"
2996         $GETSTRIPE $DIR/f34 2>&1 | grep -q "no stripe info" ||
2997                 error "getstripe failed"
2998         $TRUNCATE $DIR/f34 $TEST_34_SIZE || error "truncate failed"
2999         $GETSTRIPE $DIR/f34 2>&1 | grep -q "no stripe info" ||
3000                 error "getstripe failed"
3001         $CHECKSTAT -s $TEST_34_SIZE $DIR/f34 ||
3002                 error "Size of $DIR/f34 not equal to $TEST_34_SIZE bytes"
3003 }
3004 run_test 34a "truncate file that has not been opened ==========="
3005
3006 test_34b() {
3007         [ ! -f $DIR/f34 ] && test_34a
3008         $CHECKSTAT -s $TEST_34_SIZE $DIR/f34 ||
3009                 error "Size of $DIR/f34 not equal to $TEST_34_SIZE bytes"
3010         $OPENFILE -f O_RDONLY $DIR/f34
3011         $GETSTRIPE $DIR/f34 2>&1 | grep -q "no stripe info" ||
3012                 error "getstripe failed"
3013         $CHECKSTAT -s $TEST_34_SIZE $DIR/f34 ||
3014                 error "Size of $DIR/f34 not equal to $TEST_34_SIZE bytes"
3015 }
3016 run_test 34b "O_RDONLY opening file doesn't create objects ====="
3017
3018 test_34c() {
3019         [ ! -f $DIR/f34 ] && test_34a
3020         $CHECKSTAT -s $TEST_34_SIZE $DIR/f34 ||
3021                 error "Size of $DIR/f34 not equal to $TEST_34_SIZE bytes"
3022         $OPENFILE -f O_RDWR $DIR/f34
3023         $GETSTRIPE $DIR/f34 2>&1 | grep -q "no stripe info" && error
3024         $CHECKSTAT -s $TEST_34_SIZE $DIR/f34 ||
3025                 error "Size of $DIR/f34 not equal to $TEST_34_SIZE bytes"
3026 }
3027 run_test 34c "O_RDWR opening file-with-size works =============="
3028
3029 test_34d() {
3030         [ ! -f $DIR/f34 ] && test_34a
3031         dd if=/dev/zero of=$DIR/f34 conv=notrunc bs=4k count=1 ||
3032                 error "dd failed"
3033         $CHECKSTAT -s $TEST_34_SIZE $DIR/f34 ||
3034                 error "Size of $DIR/f34 not equal to $TEST_34_SIZE bytes"
3035         rm $DIR/f34
3036 }
3037 run_test 34d "write to sparse file ============================="
3038
3039 test_34e() {
3040         rm -f $DIR/f34e
3041         $MCREATE $DIR/f34e || error "mcreate failed"
3042         $TRUNCATE $DIR/f34e 1000 || error "truncate failed"
3043         $CHECKSTAT -s 1000 $DIR/f34e ||
3044                 error "Size of $DIR/f34e not equal to 1000 bytes"
3045         $OPENFILE -f O_RDWR $DIR/f34e
3046         $CHECKSTAT -s 1000 $DIR/f34e ||
3047                 error "Size of $DIR/f34e not equal to 1000 bytes"
3048 }
3049 run_test 34e "create objects, some with size and some without =="
3050
3051 test_34f() { # bug 6242, 6243
3052         [ $PARALLEL == "yes" ] && skip "skip parallel run" && return
3053         SIZE34F=48000
3054         rm -f $DIR/f34f
3055         $MCREATE $DIR/f34f || error "mcreate failed"
3056         $TRUNCATE $DIR/f34f $SIZE34F || error "truncating $DIR/f3f to $SIZE34F"
3057         dd if=$DIR/f34f of=$TMP/f34f
3058         $CHECKSTAT -s $SIZE34F $TMP/f34f || error "$TMP/f34f not $SIZE34F bytes"
3059         dd if=/dev/zero of=$TMP/f34fzero bs=$SIZE34F count=1
3060         cmp $DIR/f34f $TMP/f34fzero || error "$DIR/f34f not all zero"
3061         cmp $TMP/f34f $TMP/f34fzero || error "$TMP/f34f not all zero"
3062         rm $TMP/f34f $TMP/f34fzero $DIR/f34f
3063 }
3064 run_test 34f "read from a file with no objects until EOF ======="
3065
3066 test_34g() {
3067         [ $PARALLEL == "yes" ] && skip "skip parallel run" && return
3068         dd if=/dev/zero of=$DIR/$tfile bs=1 count=100 seek=$TEST_34_SIZE ||
3069                 error "dd failed"
3070         $TRUNCATE $DIR/$tfile $((TEST_34_SIZE / 2))|| error "truncate failed"
3071         $CHECKSTAT -s $((TEST_34_SIZE / 2)) $DIR/$tfile ||
3072                 error "Size of $DIR/$tfile not equal to $((TEST_34_SIZE / 2))"
3073         cancel_lru_locks osc
3074         $CHECKSTAT -s $((TEST_34_SIZE / 2)) $DIR/$tfile ||
3075                 error "wrong size after lock cancel"
3076
3077         $TRUNCATE $DIR/$tfile $TEST_34_SIZE || error "truncate failed"
3078         $CHECKSTAT -s $TEST_34_SIZE $DIR/$tfile ||
3079                 error "expanding truncate failed"
3080         cancel_lru_locks osc
3081         $CHECKSTAT -s $TEST_34_SIZE $DIR/$tfile ||
3082                 error "wrong expanded size after lock cancel"
3083 }
3084 run_test 34g "truncate long file ==============================="
3085
3086 test_34h() {
3087         [ $PARALLEL == "yes" ] && skip "skip parallel run" && return
3088         local gid=10
3089         local sz=1000
3090
3091         dd if=/dev/zero of=$DIR/$tfile bs=1M count=10 || error "dd failed"
3092         sync # Flush the cache so that multiop below does not block on cache
3093              # flush when getting the group lock
3094         $MULTIOP $DIR/$tfile OG${gid}T${sz}g${gid}c &
3095         MULTIPID=$!
3096
3097         # Since just timed wait is not good enough, let's do a sync write
3098         # that way we are sure enough time for a roundtrip + processing
3099         # passed + 2 seconds of extra margin.
3100         dd if=/dev/zero of=$DIR/${tfile}-1 bs=4096 oflag=direct count=1
3101         rm $DIR/${tfile}-1
3102         sleep 2
3103
3104         if [[ `ps h -o comm -p $MULTIPID` == "multiop" ]]; then
3105                 error "Multiop blocked on ftruncate, pid=$MULTIPID"
3106                 kill -9 $MULTIPID
3107         fi
3108         wait $MULTIPID
3109         local nsz=`stat -c %s $DIR/$tfile`
3110         [[ $nsz == $sz ]] || error "New size wrong $nsz != $sz"
3111 }
3112 run_test 34h "ftruncate file under grouplock should not block"
3113
3114 test_35a() {
3115         cp /bin/sh $DIR/f35a
3116         chmod 444 $DIR/f35a
3117         chown $RUNAS_ID $DIR/f35a
3118         $RUNAS $DIR/f35a && error || true
3119         rm $DIR/f35a
3120 }
3121 run_test 35a "exec file with mode 444 (should return and not leak)"
3122
3123 test_36a() {
3124         rm -f $DIR/f36
3125         utime $DIR/f36 || error "utime failed for MDS"
3126 }
3127 run_test 36a "MDS utime check (mknod, utime)"
3128
3129 test_36b() {
3130         echo "" > $DIR/f36
3131         utime $DIR/f36 || error "utime failed for OST"
3132 }
3133 run_test 36b "OST utime check (open, utime)"
3134
3135 test_36c() {
3136         rm -f $DIR/d36/f36
3137         test_mkdir $DIR/d36
3138         chown $RUNAS_ID $DIR/d36
3139         $RUNAS utime $DIR/d36/f36 || error "utime failed for MDS as non-root"
3140 }
3141 run_test 36c "non-root MDS utime check (mknod, utime)"
3142
3143 test_36d() {
3144         [ ! -d $DIR/d36 ] && test_36c
3145         echo "" > $DIR/d36/f36
3146         $RUNAS utime $DIR/d36/f36 || error "utime failed for OST as non-root"
3147 }
3148 run_test 36d "non-root OST utime check (open, utime)"
3149
3150 test_36e() {
3151         [ $RUNAS_ID -eq $UID ] && skip_env "RUNAS_ID = UID = $UID -- skipping" && return
3152         test_mkdir $DIR/$tdir
3153         touch $DIR/$tdir/$tfile
3154         $RUNAS utime $DIR/$tdir/$tfile &&
3155                 error "utime worked, expected failure" || true
3156 }
3157 run_test 36e "utime on non-owned file (should return error)"
3158
3159 subr_36fh() {
3160         local fl="$1"
3161         local LANG_SAVE=$LANG
3162         local LC_LANG_SAVE=$LC_LANG
3163         export LANG=C LC_LANG=C # for date language
3164
3165         DATESTR="Dec 20  2000"
3166         test_mkdir $DIR/$tdir
3167         lctl set_param fail_loc=$fl
3168         date; date +%s
3169         cp /etc/hosts $DIR/$tdir/$tfile
3170         sync & # write RPC generated with "current" inode timestamp, but delayed
3171         sleep 1
3172         touch --date="$DATESTR" $DIR/$tdir/$tfile # setattr timestamp in past
3173         LS_BEFORE="`ls -l $DIR/$tdir/$tfile`" # old timestamp from client cache
3174         cancel_lru_locks osc
3175         LS_AFTER="`ls -l $DIR/$tdir/$tfile`"  # timestamp from OST object
3176         date; date +%s
3177         [ "$LS_BEFORE" != "$LS_AFTER" ] && \
3178                 echo "BEFORE: $LS_BEFORE" && \
3179                 echo "AFTER : $LS_AFTER" && \
3180                 echo "WANT  : $DATESTR" && \
3181                 error "$DIR/$tdir/$tfile timestamps changed" || true
3182
3183         export LANG=$LANG_SAVE LC_LANG=$LC_LANG_SAVE
3184 }
3185
3186 test_36f() {
3187         [ $PARALLEL == "yes" ] && skip "skip parallel run" && return
3188         #define OBD_FAIL_OST_BRW_PAUSE_BULK 0x214
3189         subr_36fh "0x80000214"
3190 }
3191 run_test 36f "utime on file racing with OST BRW write =========="
3192
3193 test_36g() {
3194         remote_ost_nodsh && skip "remote OST with nodsh" && return
3195         [ $PARALLEL == "yes" ] && skip "skip parallel run" && return
3196         local fmd_max_age
3197         local fmd_before
3198         local fmd_after
3199
3200         test_mkdir $DIR/$tdir
3201         fmd_max_age=$(do_facet ost1 \
3202                 "lctl get_param -n obdfilter.*.client_cache_seconds 2> /dev/null | \
3203                 head -n 1")
3204
3205         fmd_before=$(do_facet ost1 \
3206                 "awk '/ll_fmd_cache/ {print \\\$2}' /proc/slabinfo")
3207         touch $DIR/$tdir/$tfile
3208         sleep $((fmd_max_age + 12))
3209         fmd_after=$(do_facet ost1 \
3210                 "awk '/ll_fmd_cache/ {print \\\$2}' /proc/slabinfo")
3211
3212         echo "fmd_before: $fmd_before"
3213         echo "fmd_after: $fmd_after"
3214         [[ $fmd_after -gt $fmd_before ]] &&
3215                 echo "AFTER: $fmd_after > BEFORE: $fmd_before" &&
3216                 error "fmd didn't expire after ping" || true
3217 }
3218 run_test 36g "filter mod data cache expiry ====================="
3219
3220 test_36h() {
3221         [ $PARALLEL == "yes" ] && skip "skip parallel run" && return
3222         #define OBD_FAIL_OST_BRW_PAUSE_BULK2 0x227
3223         subr_36fh "0x80000227"
3224 }
3225 run_test 36h "utime on file racing with OST BRW write =========="
3226
3227 test_36i() {
3228         [ $MDSCOUNT -lt 2 ] && skip "needs >= 2 MDTs" && return
3229
3230         test_mkdir $DIR/$tdir
3231         $LFS setdirstripe -i0 -c$MDSCOUNT $DIR/$tdir/striped_dir
3232
3233         local mtime=$(stat -c%Y $DIR/$tdir/striped_dir)
3234         local new_mtime=$((mtime + 200))
3235
3236         #change Modify time of striped dir
3237         touch -m -d @$new_mtime $DIR/$tdir/striped_dir ||
3238                         error "change mtime failed"
3239
3240         local got=$(stat -c%Y $DIR/$tdir/striped_dir)
3241
3242         [ "$new_mtime" = "$got" ] || error "expect $new_mtime got $got"
3243 }
3244 run_test 36i "change mtime on striped directory"
3245
3246 # test_37 - duplicate with tests 32q 32r
3247
3248 test_38() {
3249         local file=$DIR/$tfile
3250         touch $file
3251         openfile -f O_DIRECTORY $file
3252         local RC=$?
3253         local ENOTDIR=20
3254         [ $RC -eq 0 ] && error "opened file $file with O_DIRECTORY" || true
3255         [ $RC -eq $ENOTDIR ] || error "error $RC should be ENOTDIR ($ENOTDIR)"
3256 }
3257 run_test 38 "open a regular file with O_DIRECTORY should return -ENOTDIR ==="
3258
3259 test_39a() { # was test_39
3260         touch $DIR/$tfile
3261         touch $DIR/${tfile}2
3262 #       ls -l  $DIR/$tfile $DIR/${tfile}2
3263 #       ls -lu  $DIR/$tfile $DIR/${tfile}2
3264 #       ls -lc  $DIR/$tfile $DIR/${tfile}2
3265         sleep 2
3266         $OPENFILE -f O_CREAT:O_TRUNC:O_WRONLY $DIR/${tfile}2
3267         if [ ! $DIR/${tfile}2 -nt $DIR/$tfile ]; then
3268                 echo "mtime"
3269                 ls -l --full-time $DIR/$tfile $DIR/${tfile}2
3270                 echo "atime"
3271                 ls -lu --full-time $DIR/$tfile $DIR/${tfile}2
3272                 echo "ctime"
3273                 ls -lc --full-time $DIR/$tfile $DIR/${tfile}2
3274                 error "O_TRUNC didn't change timestamps"
3275         fi
3276 }
3277 run_test 39a "mtime changed on create"
3278
3279 test_39b() {
3280         test_mkdir -c1 $DIR/$tdir
3281         cp -p /etc/passwd $DIR/$tdir/fopen
3282         cp -p /etc/passwd $DIR/$tdir/flink
3283         cp -p /etc/passwd $DIR/$tdir/funlink
3284         cp -p /etc/passwd $DIR/$tdir/frename
3285         ln $DIR/$tdir/funlink $DIR/$tdir/funlink2
3286
3287         sleep 1
3288         echo "aaaaaa" >> $DIR/$tdir/fopen
3289         echo "aaaaaa" >> $DIR/$tdir/flink
3290         echo "aaaaaa" >> $DIR/$tdir/funlink
3291         echo "aaaaaa" >> $DIR/$tdir/frename
3292
3293         local open_new=`stat -c %Y $DIR/$tdir/fopen`
3294         local link_new=`stat -c %Y $DIR/$tdir/flink`
3295         local unlink_new=`stat -c %Y $DIR/$tdir/funlink`
3296         local rename_new=`stat -c %Y $DIR/$tdir/frename`
3297
3298         cat $DIR/$tdir/fopen > /dev/null
3299         ln $DIR/$tdir/flink $DIR/$tdir/flink2
3300         rm -f $DIR/$tdir/funlink2
3301         mv -f $DIR/$tdir/frename $DIR/$tdir/frename2
3302
3303         for (( i=0; i < 2; i++ )) ; do
3304                 local open_new2=`stat -c %Y $DIR/$tdir/fopen`
3305                 local link_new2=`stat -c %Y $DIR/$tdir/flink`
3306                 local unlink_new2=`stat -c %Y $DIR/$tdir/funlink`
3307                 local rename_new2=`stat -c %Y $DIR/$tdir/frename2`
3308
3309                 [ $open_new2 -eq $open_new ] || error "open file reverses mtime"
3310                 [ $link_new2 -eq $link_new ] || error "link file reverses mtime"
3311                 [ $unlink_new2 -eq $unlink_new ] || error "unlink file reverses mtime"
3312                 [ $rename_new2 -eq $rename_new ] || error "rename file reverses mtime"
3313
3314                 cancel_lru_locks osc
3315                 if [ $i = 0 ] ; then echo "repeat after cancel_lru_locks"; fi
3316         done
3317 }
3318 run_test 39b "mtime change on open, link, unlink, rename  ======"
3319
3320 # this should be set to past
3321 TEST_39_MTIME=`date -d "1 year ago" +%s`
3322
3323 # bug 11063
3324 test_39c() {
3325         touch $DIR1/$tfile
3326         sleep 2
3327         local mtime0=`stat -c %Y $DIR1/$tfile`
3328
3329         touch -m -d @$TEST_39_MTIME $DIR1/$tfile
3330         local mtime1=`stat -c %Y $DIR1/$tfile`
3331         [ "$mtime1" = $TEST_39_MTIME ] || \
3332                 error "mtime is not set to past: $mtime1, should be $TEST_39_MTIME"
3333
3334         local d1=`date +%s`
3335         echo hello >> $DIR1/$tfile
3336         local d2=`date +%s`
3337         local mtime2=`stat -c %Y $DIR1/$tfile`
3338         [ "$mtime2" -ge "$d1" ] && [ "$mtime2" -le "$d2" ] || \
3339                 error "mtime is not updated on write: $d1 <= $mtime2 <= $d2"
3340
3341         mv $DIR1/$tfile $DIR1/$tfile-1
3342
3343         for (( i=0; i < 2; i++ )) ; do
3344                 local mtime3=`stat -c %Y $DIR1/$tfile-1`
3345                 [ "$mtime2" = "$mtime3" ] || \
3346                         error "mtime ($mtime2) changed (to $mtime3) on rename"
3347
3348                 cancel_lru_locks osc
3349                 if [ $i = 0 ] ; then echo "repeat after cancel_lru_locks"; fi
3350         done
3351 }
3352 run_test 39c "mtime change on rename ==========================="
3353
3354 # bug 21114
3355 test_39d() {
3356         [ $PARALLEL == "yes" ] && skip "skip parallel run" && return
3357         touch $DIR1/$tfile
3358
3359         touch -m -d @$TEST_39_MTIME $DIR1/$tfile
3360
3361         for (( i=0; i < 2; i++ )) ; do
3362                 local mtime=`stat -c %Y $DIR1/$tfile`
3363                 [ $mtime = $TEST_39_MTIME ] || \
3364                         error "mtime($mtime) is not set to $TEST_39_MTIME"
3365
3366                 cancel_lru_locks osc
3367                 if [ $i = 0 ] ; then echo "repeat after cancel_lru_locks"; fi
3368         done
3369 }
3370 run_test 39d "create, utime, stat =============================="
3371
3372 # bug 21114
3373 test_39e() {
3374         [ $PARALLEL == "yes" ] && skip "skip parallel run" && return
3375         touch $DIR1/$tfile
3376         local mtime1=`stat -c %Y $DIR1/$tfile`
3377
3378         touch -m -d @$TEST_39_MTIME $DIR1/$tfile
3379
3380         for (( i=0; i < 2; i++ )) ; do
3381                 local mtime2=`stat -c %Y $DIR1/$tfile`
3382                 [ $mtime2 = $TEST_39_MTIME ] || \
3383                         error "mtime($mtime2) is not set to $TEST_39_MTIME"
3384
3385                 cancel_lru_locks osc
3386                 if [ $i = 0 ] ; then echo "repeat after cancel_lru_locks"; fi
3387         done
3388 }
3389 run_test 39e "create, stat, utime, stat ========================"
3390
3391 # bug 21114
3392 test_39f() {
3393         [ $PARALLEL == "yes" ] && skip "skip parallel run" && return
3394         touch $DIR1/$tfile
3395         mtime1=`stat -c %Y $DIR1/$tfile`
3396
3397         sleep 2
3398         touch -m -d @$TEST_39_MTIME $DIR1/$tfile
3399
3400         for (( i=0; i < 2; i++ )) ; do
3401                 local mtime2=`stat -c %Y $DIR1/$tfile`
3402                 [ $mtime2 = $TEST_39_MTIME ] || \
3403                         error "mtime($mtime2) is not set to $TEST_39_MTIME"
3404
3405                 cancel_lru_locks osc
3406                 if [ $i = 0 ] ; then echo "repeat after cancel_lru_locks"; fi
3407         done
3408 }
3409 run_test 39f "create, stat, sleep, utime, stat ================="
3410
3411 # bug 11063
3412 test_39g() {
3413         [ $PARALLEL == "yes" ] && skip "skip parallel run" && return
3414         echo hello >> $DIR1/$tfile
3415         local mtime1=`stat -c %Y $DIR1/$tfile`
3416
3417         sleep 2
3418         chmod o+r $DIR1/$tfile
3419
3420         for (( i=0; i < 2; i++ )) ; do
3421                 local mtime2=`stat -c %Y $DIR1/$tfile`
3422                 [ "$mtime1" = "$mtime2" ] || \
3423                         error "lost mtime: $mtime2, should be $mtime1"
3424
3425                 cancel_lru_locks osc
3426                 if [ $i = 0 ] ; then echo "repeat after cancel_lru_locks"; fi
3427         done
3428 }
3429 run_test 39g "write, chmod, stat ==============================="
3430
3431 # bug 11063
3432 test_39h() {
3433         [ $PARALLEL == "yes" ] && skip "skip parallel run" && return
3434         touch $DIR1/$tfile
3435         sleep 1
3436
3437         local d1=`date`
3438         echo hello >> $DIR1/$tfile
3439         local mtime1=`stat -c %Y $DIR1/$tfile`
3440
3441         touch -m -d @$TEST_39_MTIME $DIR1/$tfile
3442         local d2=`date`
3443         if [ "$d1" != "$d2" ]; then
3444                 echo "write and touch not within one second"
3445         else
3446                 for (( i=0; i < 2; i++ )) ; do
3447                         local mtime2=`stat -c %Y $DIR1/$tfile`
3448                         [ "$mtime2" = $TEST_39_MTIME ] || \
3449                                 error "lost mtime: $mtime2, should be $TEST_39_MTIME"
3450
3451                         cancel_lru_locks osc
3452                         if [ $i = 0 ] ; then echo "repeat after cancel_lru_locks"; fi
3453                 done
3454         fi
3455 }
3456 run_test 39h "write, utime within one second, stat ============="
3457
3458 test_39i() {
3459         [ $PARALLEL == "yes" ] && skip "skip parallel run" && return
3460         touch $DIR1/$tfile
3461         sleep 1
3462
3463         echo hello >> $DIR1/$tfile
3464         local mtime1=`stat -c %Y $DIR1/$tfile`
3465
3466         mv $DIR1/$tfile $DIR1/$tfile-1
3467
3468         for (( i=0; i < 2; i++ )) ; do
3469                 local mtime2=`stat -c %Y $DIR1/$tfile-1`
3470
3471                 [ "$mtime1" = "$mtime2" ] || \
3472                         error "lost mtime: $mtime2, should be $mtime1"
3473
3474                 cancel_lru_locks osc
3475                 if [ $i = 0 ] ; then echo "repeat after cancel_lru_locks"; fi
3476         done
3477 }
3478 run_test 39i "write, rename, stat =============================="
3479
3480 test_39j() {
3481         [ $PARALLEL == "yes" ] && skip "skip parallel run" && return
3482         start_full_debug_logging
3483         touch $DIR1/$tfile
3484         sleep 1
3485
3486         #define OBD_FAIL_OSC_DELAY_SETTIME       0x412
3487         lctl set_param fail_loc=0x80000412
3488         multiop_bg_pause $DIR1/$tfile oO_RDWR:w2097152_c ||
3489                 error "multiop failed"
3490         local multipid=$!
3491         local mtime1=`stat -c %Y $DIR1/$tfile`
3492
3493         mv $DIR1/$tfile $DIR1/$tfile-1
3494
3495         kill -USR1 $multipid
3496         wait $multipid || error "multiop close failed"
3497
3498         for (( i=0; i < 2; i++ )) ; do
3499                 local mtime2=`stat -c %Y $DIR1/$tfile-1`
3500                 [ "$mtime1" = "$mtime2" ] ||
3501                         error "mtime is lost on close: $mtime2, " \
3502                               "should be $mtime1"
3503
3504                 cancel_lru_locks osc
3505                 if [ $i = 0 ] ; then echo "repeat after cancel_lru_locks"; fi
3506         done
3507         lctl set_param fail_loc=0
3508         stop_full_debug_logging
3509 }
3510 run_test 39j "write, rename, close, stat ======================="
3511
3512 test_39k() {
3513         [ $PARALLEL == "yes" ] && skip "skip parallel run" && return
3514         touch $DIR1/$tfile
3515         sleep 1
3516
3517         multiop_bg_pause $DIR1/$tfile oO_RDWR:w2097152_c || error "multiop failed"
3518         local multipid=$!
3519         local mtime1=`stat -c %Y $DIR1/$tfile`
3520
3521         touch -m -d @$TEST_39_MTIME $DIR1/$tfile
3522
3523         kill -USR1 $multipid
3524         wait $multipid || error "multiop close failed"
3525
3526         for (( i=0; i < 2; i++ )) ; do
3527                 local mtime2=`stat -c %Y $DIR1/$tfile`
3528
3529                 [ "$mtime2" = $TEST_39_MTIME ] || \
3530                         error "mtime is lost on close: $mtime2, should be $TEST_39_MTIME"
3531
3532                 cancel_lru_locks osc
3533                 if [ $i = 0 ] ; then echo "repeat after cancel_lru_locks"; fi
3534         done
3535 }
3536 run_test 39k "write, utime, close, stat ========================"
3537
3538 # this should be set to future
3539 TEST_39_ATIME=`date -d "1 year" +%s`
3540
3541 test_39l() {
3542         [ $PARALLEL == "yes" ] && skip "skip parallel run" && return
3543         remote_mds_nodsh && skip "remote MDS with nodsh" && return
3544         local atime_diff=$(do_facet $SINGLEMDS \
3545                                 lctl get_param -n mdd.*MDT0000*.atime_diff)
3546         rm -rf $DIR/$tdir
3547         mkdir -p $DIR/$tdir
3548
3549         # test setting directory atime to future
3550         touch -a -d @$TEST_39_ATIME $DIR/$tdir
3551         local atime=$(stat -c %X $DIR/$tdir)
3552         [ "$atime" = $TEST_39_ATIME ] ||
3553                 error "atime is not set to future: $atime, $TEST_39_ATIME"
3554
3555         # test setting directory atime from future to now
3556         local now=$(date +%s)
3557         touch -a -d @$now $DIR/$tdir
3558
3559         atime=$(stat -c %X $DIR/$tdir)
3560         [ "$atime" -eq "$now"  ] ||
3561                 error "atime is not updated from future: $atime, $now"
3562
3563         do_facet $SINGLEMDS lctl set_param -n mdd.*MDT0000*.atime_diff=2
3564         sleep 3
3565
3566         # test setting directory atime when now > dir atime + atime_diff
3567         local d1=$(date +%s)
3568         ls $DIR/$tdir
3569         local d2=$(date +%s)
3570         cancel_lru_locks mdc
3571         atime=$(stat -c %X $DIR/$tdir)
3572         [ "$atime" -ge "$d1" -a "$atime" -le "$d2" ] ||
3573                 error "atime is not updated  : $atime, should be $d2"
3574
3575         do_facet $SINGLEMDS lctl set_param -n mdd.*MDT0000*.atime_diff=60
3576         sleep 3
3577
3578         # test not setting directory atime when now < dir atime + atime_diff
3579         ls $DIR/$tdir
3580         cancel_lru_locks mdc
3581         atime=$(stat -c %X $DIR/$tdir)
3582         [ "$atime" -ge "$d1" -a "$atime" -le "$d2" ] ||
3583                 error "atime is updated to $atime, should remain $d1<atime<$d2"
3584
3585         do_facet $SINGLEMDS \
3586                 lctl set_param -n mdd.*MDT0000*.atime_diff=$atime_diff
3587 }
3588 run_test 39l "directory atime update ==========================="
3589
3590 test_39m() {
3591         [ $PARALLEL == "yes" ] && skip "skip parallel run" && return
3592         touch $DIR1/$tfile
3593         sleep 2
3594         local far_past_mtime=$(date -d "May 29 1953" +%s)
3595         local far_past_atime=$(date -d "Dec 17 1903" +%s)
3596
3597         touch -m -d @$far_past_mtime $DIR1/$tfile
3598         touch -a -d @$far_past_atime $DIR1/$tfile
3599
3600         for (( i=0; i < 2; i++ )) ; do
3601                 local timestamps=$(stat -c "%X %Y" $DIR1/$tfile)
3602                 [ "$timestamps" = "$far_past_atime $far_past_mtime" ] || \
3603                         error "atime or mtime set incorrectly"
3604
3605                 cancel_lru_locks osc
3606                 if [ $i = 0 ] ; then echo "repeat after cancel_lru_locks"; fi
3607         done
3608 }
3609 run_test 39m "test atime and mtime before 1970"
3610
3611 test_39n() { # LU-3832
3612         remote_mds_nodsh && skip "remote MDS with nodsh" && return
3613         local atime_diff=$(do_facet $SINGLEMDS \
3614                 lctl get_param -n mdd.*MDT0000*.atime_diff)
3615         local atime0
3616         local atime1
3617         local atime2
3618
3619         do_facet $SINGLEMDS lctl set_param -n mdd.*MDT0000*.atime_diff=1
3620
3621         rm -rf $DIR/$tfile
3622         dd if=/dev/zero of=$DIR/$tfile bs=4096 count=1 status=noxfer
3623         atime0=$(stat -c %X $DIR/$tfile)
3624
3625         sleep 5
3626         $MULTIOP $DIR/$tfile oO_RDONLY:O_NOATIME:r4096c
3627         atime1=$(stat -c %X $DIR/$tfile)
3628
3629         sleep 5
3630         cancel_lru_locks mdc
3631         cancel_lru_locks osc
3632         $MULTIOP $DIR/$tfile oO_RDONLY:O_NOATIME:r4096c
3633         atime2=$(stat -c %X $DIR/$tfile)
3634
3635         do_facet $SINGLEMDS \
3636                 lctl set_param -n mdd.*MDT0000*.atime_diff=$atime_diff
3637
3638         [ "$atime0" -eq "$atime1" ] || error "atime0 $atime0 != atime1 $atime1"
3639         [ "$atime1" -eq "$atime2" ] || error "atime0 $atime0 != atime1 $atime1"
3640 }
3641 run_test 39n "check that O_NOATIME is honored"
3642
3643 test_39o() {
3644         TESTDIR=$DIR/$tdir/$tfile
3645         [ -e $TESTDIR ] && rm -rf $TESTDIR
3646         mkdir -p $TESTDIR
3647         cd $TESTDIR
3648         links1=2
3649         ls
3650         mkdir a b
3651         ls
3652         links2=$(stat -c %h .)
3653         [ $(($links1 + 2)) != $links2 ] &&
3654                 error "wrong links count $(($links1 + 2)) != $links2"
3655         rmdir b
3656         links3=$(stat -c %h .)
3657         [ $(($links1 + 1)) != $links3 ] &&
3658                 error "wrong links count $links1 != $links3"
3659         return 0
3660 }
3661 run_test 39o "directory cached attributes updated after create"
3662
3663 test_39p() {
3664         [[ $MDSCOUNT -lt 2 ]] && skip "needs >= 2 MDTs" && return
3665         local MDTIDX=1
3666         TESTDIR=$DIR/$tdir/$tdir
3667         [ -e $TESTDIR ] && rm -rf $TESTDIR
3668         test_mkdir -p $TESTDIR
3669         cd $TESTDIR
3670         links1=2
3671         ls
3672         test_mkdir -i $MDTIDX $TESTDIR/remote_dir1
3673         test_mkdir -i $MDTIDX $TESTDIR/remote_dir2
3674         ls
3675         links2=$(stat -c %h .)
3676         [ $(($links1 + 2)) != $links2 ] &&
3677                 error "wrong links count $(($links1 + 2)) != $links2"
3678         rmdir remote_dir2
3679         links3=$(stat -c %h .)
3680         [ $(($links1 + 1)) != $links3 ] &&
3681                 error "wrong links count $links1 != $links3"
3682         return 0
3683 }
3684 run_test 39p "remote directory cached attributes updated after create ========"
3685
3686
3687 test_39q() { # LU-8041
3688         local testdir=$DIR/$tdir
3689         mkdir -p $testdir
3690         multiop_bg_pause $testdir D_c || error "multiop failed"
3691         local multipid=$!
3692         cancel_lru_locks mdc
3693         kill -USR1 $multipid
3694         local atime=$(stat -c %X $testdir)
3695         [ "$atime" -ne 0 ] || error "atime is zero"
3696 }
3697 run_test 39q "close won't zero out atime"
3698
3699 test_40() {
3700         dd if=/dev/zero of=$DIR/$tfile bs=4096 count=1
3701         $RUNAS $OPENFILE -f O_WRONLY:O_TRUNC $DIR/$tfile &&
3702                 error "openfile O_WRONLY:O_TRUNC $tfile failed"
3703         $CHECKSTAT -t file -s 4096 $DIR/$tfile ||
3704                 error "$tfile is not 4096 bytes in size"
3705 }
3706 run_test 40 "failed open(O_TRUNC) doesn't truncate ============="
3707
3708 test_41() {
3709         # bug 1553
3710         small_write $DIR/f41 18
3711 }
3712 run_test 41 "test small file write + fstat ====================="
3713
3714 count_ost_writes() {
3715         lctl get_param -n ${OSC}.*.stats |
3716                 awk -vwrites=0 '/ost_write/ { writes += $2 } \
3717                         END { printf("%0.0f", writes) }'
3718 }
3719
3720 # decent default
3721 WRITEBACK_SAVE=500
3722 DIRTY_RATIO_SAVE=40
3723 MAX_DIRTY_RATIO=50
3724 BG_DIRTY_RATIO_SAVE=10
3725 MAX_BG_DIRTY_RATIO=25
3726
3727 start_writeback() {
3728         trap 0
3729         # in 2.6, restore /proc/sys/vm/dirty_writeback_centisecs,
3730         # dirty_ratio, dirty_background_ratio
3731         if [ -f /proc/sys/vm/dirty_writeback_centisecs ]; then
3732                 sysctl -w vm.dirty_writeback_centisecs=$WRITEBACK_SAVE
3733                 sysctl -w vm.dirty_background_ratio=$BG_DIRTY_RATIO_SAVE
3734                 sysctl -w vm.dirty_ratio=$DIRTY_RATIO_SAVE
3735         else
3736                 # if file not here, we are a 2.4 kernel
3737                 kill -CONT `pidof kupdated`
3738         fi
3739 }
3740
3741 stop_writeback() {
3742         # setup the trap first, so someone cannot exit the test at the
3743         # exact wrong time and mess up a machine
3744         trap start_writeback EXIT
3745         # in 2.6, save and 0 /proc/sys/vm/dirty_writeback_centisecs
3746         if [ -f /proc/sys/vm/dirty_writeback_centisecs ]; then
3747                 WRITEBACK_SAVE=`sysctl -n vm.dirty_writeback_centisecs`
3748                 sysctl -w vm.dirty_writeback_centisecs=0
3749                 sysctl -w vm.dirty_writeback_centisecs=0
3750                 # save and increase /proc/sys/vm/dirty_ratio
3751                 DIRTY_RATIO_SAVE=`sysctl -n vm.dirty_ratio`
3752                 sysctl -w vm.dirty_ratio=$MAX_DIRTY_RATIO
3753                 # save and increase /proc/sys/vm/dirty_background_ratio
3754                 BG_DIRTY_RATIO_SAVE=`sysctl -n vm.dirty_background_ratio`
3755                 sysctl -w vm.dirty_background_ratio=$MAX_BG_DIRTY_RATIO
3756         else
3757                 # if file not here, we are a 2.4 kernel
3758                 kill -STOP `pidof kupdated`
3759         fi
3760 }
3761
3762 # ensure that all stripes have some grant before we test client-side cache
3763 setup_test42() {
3764         for i in `seq -f $DIR/f42-%g 1 $OSTCOUNT`; do
3765                 dd if=/dev/zero of=$i bs=4k count=1
3766                 rm $i
3767         done
3768 }
3769
3770 # Tests 42* verify that our behaviour is correct WRT caching, file closure,
3771 # file truncation, and file removal.
3772 test_42a() {
3773         [ $PARALLEL == "yes" ] && skip "skip parallel run" && return
3774         setup_test42
3775         cancel_lru_locks $OSC
3776         stop_writeback
3777         sync; sleep 1; sync # just to be safe
3778         BEFOREWRITES=`count_ost_writes`
3779         lctl get_param -n osc.*[oO][sS][cC][_-]*.cur_grant_bytes | grep "[0-9]"
3780         dd if=/dev/zero of=$DIR/f42a bs=1024 count=100
3781         AFTERWRITES=`count_ost_writes`
3782         [ $BEFOREWRITES -eq $AFTERWRITES ] || \
3783                 error "$BEFOREWRITES < $AFTERWRITES"
3784         start_writeback
3785 }
3786 run_test 42a "ensure that we don't flush on close"
3787
3788 test_42b() {
3789         [ $PARALLEL == "yes" ] && skip "skip parallel run" && return
3790         setup_test42
3791         cancel_lru_locks $OSC
3792         stop_writeback
3793         sync
3794         dd if=/dev/zero of=$DIR/f42b bs=1024 count=100
3795         BEFOREWRITES=$(count_ost_writes)
3796         $MUNLINK $DIR/f42b || error "$MUNLINK $DIR/f42b: $?"
3797         AFTERWRITES=$(count_ost_writes)
3798         if [[ $BEFOREWRITES -lt $AFTERWRITES ]]; then
3799                 error "$BEFOREWRITES < $AFTERWRITES on unlink"
3800         fi
3801         BEFOREWRITES=$(count_ost_writes)
3802         sync || error "sync: $?"
3803         AFTERWRITES=$(count_ost_writes)
3804         if [[ $BEFOREWRITES -lt $AFTERWRITES ]]; then
3805                 error "$BEFOREWRITES < $AFTERWRITES on sync"
3806         fi
3807         dmesg | grep 'error from obd_brw_async' && error 'error writing back'
3808         start_writeback
3809         return 0
3810 }
3811 run_test 42b "test destroy of file with cached dirty data ======"
3812
3813 # if these tests just want to test the effect of truncation,
3814 # they have to be very careful.  consider:
3815 # - the first open gets a {0,EOF}PR lock
3816 # - the first write conflicts and gets a {0, count-1}PW
3817 # - the rest of the writes are under {count,EOF}PW
3818 # - the open for truncate tries to match a {0,EOF}PR
3819 #   for the filesize and cancels the PWs.
3820 # any number of fixes (don't get {0,EOF} on open, match
3821 # composite locks, do smarter file size management) fix
3822 # this, but for now we want these tests to verify that
3823 # the cancellation with truncate intent works, so we
3824 # start the file with a full-file pw lock to match against
3825 # until the truncate.
3826 trunc_test() {
3827         test=$1
3828         file=$DIR/$test
3829         offset=$2
3830         cancel_lru_locks $OSC
3831         stop_writeback
3832         # prime the file with 0,EOF PW to match
3833         touch $file
3834         $TRUNCATE $file 0
3835         sync; sync
3836         # now the real test..
3837         dd if=/dev/zero of=$file bs=1024 count=100
3838         BEFOREWRITES=`count_ost_writes`
3839         $TRUNCATE $file $offset
3840         cancel_lru_locks $OSC
3841         AFTERWRITES=`count_ost_writes`
3842         start_writeback
3843 }
3844
3845 test_42c() {
3846         [ $PARALLEL == "yes" ] && skip "skip parallel run" && return
3847         trunc_test 42c 1024
3848         [ $BEFOREWRITES -eq $AFTERWRITES ] && \
3849             error "beforewrites $BEFOREWRITES == afterwrites $AFTERWRITES on truncate"
3850         rm $file
3851 }
3852 run_test 42c "test partial truncate of file with cached dirty data"
3853
3854 test_42d() {
3855         [ $PARALLEL == "yes" ] && skip "skip parallel run" && return
3856         trunc_test 42d 0
3857         [ $BEFOREWRITES -eq $AFTERWRITES ] || \
3858             error "beforewrites $BEFOREWRITES != afterwrites $AFTERWRITES on truncate"
3859         rm $file
3860 }
3861 run_test 42d "test complete truncate of file with cached dirty data"
3862
3863 test_42e() { # bug22074
3864         [ $PARALLEL == "yes" ] && skip "skip parallel run" && return
3865         local TDIR=$DIR/${tdir}e
3866         local pagesz=$(page_size)
3867         local pages=16 # hardcoded 16 pages, don't change it.
3868         local files=$((OSTCOUNT * 500)) # hopefully 500 files on each OST
3869         local proc_osc0="osc.${FSNAME}-OST0000-osc-[^MDT]*"
3870         local max_dirty_mb
3871         local warmup_files
3872
3873         test_mkdir $DIR/${tdir}e
3874         $SETSTRIPE -c 1 $TDIR
3875         createmany -o $TDIR/f $files
3876
3877         max_dirty_mb=$($LCTL get_param -n $proc_osc0/max_dirty_mb)
3878
3879         # we assume that with $OSTCOUNT files, at least one of them will
3880         # be allocated on OST0.
3881         warmup_files=$((OSTCOUNT * max_dirty_mb))
3882         createmany -o $TDIR/w $warmup_files
3883
3884         # write a large amount of data into one file and sync, to get good
3885         # avail_grant number from OST.
3886         for ((i=0; i<$warmup_files; i++)); do
3887                 idx=$($GETSTRIPE -i $TDIR/w$i)
3888                 [ $idx -ne 0 ] && continue
3889                 dd if=/dev/zero of=$TDIR/w$i bs="$max_dirty_mb"M count=1
3890                 break
3891         done
3892         [[ $i -gt $warmup_files ]] && error "OST0 is still cold"
3893         sync
3894         $LCTL get_param $proc_osc0/cur_dirty_bytes
3895         $LCTL get_param $proc_osc0/cur_grant_bytes
3896
3897         # create as much dirty pages as we can while not to trigger the actual
3898         # RPCs directly. but depends on the env, VFS may trigger flush during this
3899         # period, hopefully we are good.
3900         for ((i=0; i<$warmup_files; i++)); do
3901                 idx=$($GETSTRIPE -i $TDIR/w$i)
3902                 [ $idx -ne 0 ] && continue
3903                 dd if=/dev/zero of=$TDIR/w$i bs=1M count=1 2>/dev/null
3904         done
3905         $LCTL get_param $proc_osc0/cur_dirty_bytes
3906         $LCTL get_param $proc_osc0/cur_grant_bytes
3907
3908         # perform the real test
3909         $LCTL set_param $proc_osc0/rpc_stats 0
3910         for ((;i<$files; i++)); do
3911                 [ $($GETSTRIPE -i $TDIR/f$i) -eq 0 ] || continue
3912                 dd if=/dev/zero of=$TDIR/f$i bs=$pagesz count=$pages 2>/dev/null
3913         done
3914         sync
3915         $LCTL get_param $proc_osc0/rpc_stats
3916
3917         local percent=0
3918         local have_ppr=false
3919         $LCTL get_param $proc_osc0/rpc_stats |
3920                 while read PPR RRPC RPCT RCUM BAR WRPC WPCT WCUM; do
3921                         # skip lines until we are at the RPC histogram data
3922                         [ "$PPR" == "pages" ] && have_ppr=true && continue
3923                         $have_ppr || continue
3924
3925                         # we only want the percent stat for < 16 pages
3926                         [[ $(echo $PPR | tr -d ':') -ge $pages ]] && break
3927
3928                         percent=$((percent + WPCT))
3929                         if [[ $percent -gt 15 ]]; then
3930                                 error "less than 16-pages write RPCs" \
3931                                       "$percent% > 15%"
3932                                 break
3933                         fi
3934                 done
3935         rm -rf $TDIR
3936 }
3937 run_test 42e "verify sub-RPC writes are not done synchronously"
3938
3939 test_43A() { # was test_43
3940         test_mkdir $DIR/$tdir
3941         cp -p /bin/ls $DIR/$tdir/$tfile
3942         $MULTIOP $DIR/$tdir/$tfile Ow_c &
3943         pid=$!
3944         # give multiop a chance to open
3945         sleep 1
3946
3947         $DIR/$tdir/$tfile && error "execute $DIR/$tdir/$tfile succeeded" || true
3948         kill -USR1 $pid
3949 }
3950 run_test 43A "execution of file opened for write should return -ETXTBSY"
3951
3952 test_43a() {
3953         test_mkdir $DIR/$tdir
3954         cp -p $(which $MULTIOP) $DIR/$tdir/multiop ||
3955                 cp -p multiop $DIR/$tdir/multiop
3956         MULTIOP_PROG=$DIR/$tdir/multiop multiop_bg_pause $TMP/$tfile.junk O_c ||
3957                 error "multiop open $TMP/$tfile.junk failed"
3958         rm $TMP/$tfile.junk     # delete junk file on close (not part of test)
3959         MULTIOP_PID=$!
3960         $MULTIOP $DIR/$tdir/multiop Oc && error "expected error, got success"
3961         kill -USR1 $MULTIOP_PID || error "kill -USR1 PID $MULTIOP_PID failed"
3962         wait $MULTIOP_PID || error "wait PID $MULTIOP_PID failed"
3963 }
3964 run_test 43a "open(RDWR) of file being executed should return -ETXTBSY"
3965
3966 test_43b() {
3967         [ $PARALLEL == "yes" ] && skip "skip parallel run" && return
3968         test_mkdir $DIR/$tdir
3969         cp -p $(which $MULTIOP) $DIR/$tdir/multiop ||
3970                 cp -p multiop $DIR/$tdir/multiop
3971         MULTIOP_PROG=$DIR/$tdir/multiop multiop_bg_pause $TMP/$tfile.junk O_c ||
3972                 error "multiop open $TMP/$tfile.junk failed"
3973         rm $TMP/$tfile.junk     # delete junk file on close (not part of test)
3974         MULTIOP_PID=$!
3975         $TRUNCATE $DIR/$tdir/multiop 0 && error "expected error, got success"
3976         kill -USR1 $MULTIOP_PID || error "kill -USR1 PID $MULTIOP_PID failed"
3977         wait $MULTIOP_PID || error "wait PID $MULTIOP_PID failed"
3978 }
3979 run_test 43b "truncate of file being executed should return -ETXTBSY"
3980
3981 test_43c() {
3982         local testdir="$DIR/$tdir"
3983         test_mkdir $testdir
3984         cp $SHELL $testdir/
3985         ( cd $(dirname $SHELL) && md5sum $(basename $SHELL) ) |
3986                 ( cd $testdir && md5sum -c )
3987 }
3988 run_test 43c "md5sum of copy into lustre"
3989
3990 test_44A() { # was test_44
3991         [[ $OSTCOUNT -lt 2 ]] && skip_env "needs >= 2 OSTs" && return
3992         dd if=/dev/zero of=$DIR/f1 bs=4k count=1 seek=1023
3993         dd if=$DIR/f1 bs=4k count=1 > /dev/null
3994 }
3995 run_test 44A "zero length read from a sparse stripe"
3996
3997 test_44a() {
3998         local nstripe=$($LCTL lov_getconfig $DIR | grep default_stripe_count: |
3999                 awk '{ print $2 }')
4000         [ -z "$nstripe" ] && skip "can't get stripe info" && return
4001         [[ $nstripe -gt $OSTCOUNT ]] &&
4002             skip "Wrong default_stripe_count: $nstripe (OSTCOUNT: $OSTCOUNT)" &&
4003             return
4004         local stride=$($LCTL lov_getconfig $DIR | grep default_stripe_size: |
4005                 awk '{ print $2 }')
4006         if [[ $nstripe -eq 0 || $nstripe -eq -1 ]]; then
4007                 nstripe=$($LCTL lov_getconfig $DIR | grep obd_count: |
4008                         awk '{ print $2 }')
4009         fi
4010
4011         OFFSETS="0 $((stride/2)) $((stride-1))"
4012         for offset in $OFFSETS; do
4013                 for i in $(seq 0 $((nstripe-1))); do
4014                         local GLOBALOFFSETS=""
4015                         # size in Bytes
4016                         local size=$((((i + 2 * $nstripe )*$stride + $offset)))
4017                         local myfn=$DIR/d44a-$size
4018                         echo "--------writing $myfn at $size"
4019                         ll_sparseness_write $myfn $size ||
4020                                 error "ll_sparseness_write"
4021                         GLOBALOFFSETS="$GLOBALOFFSETS $size"
4022                         ll_sparseness_verify $myfn $GLOBALOFFSETS ||
4023                                 error "ll_sparseness_verify $GLOBALOFFSETS"
4024
4025                         for j in $(seq 0 $((nstripe-1))); do
4026                                 # size in Bytes
4027                                 size=$((((j + $nstripe )*$stride + $offset)))
4028                                 ll_sparseness_write $myfn $size ||
4029                                         error "ll_sparseness_write"
4030                                 GLOBALOFFSETS="$GLOBALOFFSETS $size"
4031                         done
4032                         ll_sparseness_verify $myfn $GLOBALOFFSETS ||
4033                                 error "ll_sparseness_verify $GLOBALOFFSETS"
4034                         rm -f $myfn
4035                 done
4036         done
4037 }
4038 run_test 44a "test sparse pwrite ==============================="
4039
4040 dirty_osc_total() {
4041         tot=0
4042         for d in `lctl get_param -n ${OSC}.*.cur_dirty_bytes`; do
4043                 tot=$(($tot + $d))
4044         done
4045         echo $tot
4046 }
4047 do_dirty_record() {
4048         before=`dirty_osc_total`
4049         echo executing "\"$*\""
4050         eval $*
4051         after=`dirty_osc_total`
4052         echo before $before, after $after
4053 }
4054 test_45() {
4055         [ $PARALLEL == "yes" ] && skip "skip parallel run" && return
4056         f="$DIR/f45"
4057         # Obtain grants from OST if it supports it
4058         echo blah > ${f}_grant
4059         stop_writeback
4060         sync
4061         do_dirty_record "echo blah > $f"
4062         [[ $before -eq $after ]] && error "write wasn't cached"
4063         do_dirty_record "> $f"
4064         [[ $before -gt $after ]] || error "truncate didn't lower dirty count"
4065         do_dirty_record "echo blah > $f"
4066         [[ $before -eq $after ]] && error "write wasn't cached"
4067         do_dirty_record "sync"
4068         [[ $before -gt $after ]] || error "writeback didn't lower dirty count"
4069         do_dirty_record "echo blah > $f"
4070         [[ $before -eq $after ]] && error "write wasn't cached"
4071         do_dirty_record "cancel_lru_locks osc"
4072         [[ $before -gt $after ]] ||
4073                 error "lock cancellation didn't lower dirty count"
4074         start_writeback
4075 }
4076 run_test 45 "osc io page accounting ============================"
4077
4078 # in a 2 stripe file (lov.sh), page 1023 maps to page 511 in its object.  this
4079 # test tickles a bug where re-dirtying a page was failing to be mapped to the
4080 # objects offset and an assert hit when an rpc was built with 1023's mapped
4081 # offset 511 and 511's raw 511 offset. it also found general redirtying bugs.
4082 test_46() {
4083         [ $PARALLEL == "yes" ] && skip "skip parallel run" && return
4084         f="$DIR/f46"
4085         stop_writeback
4086         sync
4087         dd if=/dev/zero of=$f bs=`page_size` seek=511 count=1
4088         sync
4089         dd conv=notrunc if=/dev/zero of=$f bs=`page_size` seek=1023 count=1
4090         dd conv=notrunc if=/dev/zero of=$f bs=`page_size` seek=511 count=1
4091         sync
4092         start_writeback
4093 }
4094 run_test 46 "dirtying a previously written page ================"
4095
4096 # test_47 is removed "Device nodes check" is moved to test_28
4097
4098 test_48a() { # bug 2399
4099         [ $(facet_fstype $SINGLEMDS) = "zfs" ] &&
4100         [ $(lustre_version_code $SINGLEMDS) -lt $(version_code 2.3.63) ] &&
4101                 skip "MDS prior to 2.3.63 handle ZFS dir .. incorrectly" &&
4102                 return
4103         test_mkdir $DIR/$tdir
4104         cd $DIR/$tdir
4105         mv $DIR/$tdir $DIR/$tdir.new || error "move directory failed"
4106         test_mkdir $DIR/$tdir
4107         touch foo || error "'touch foo' failed after recreating cwd"
4108         test_mkdir bar
4109         touch .foo || error "'touch .foo' failed after recreating cwd"
4110         test_mkdir .bar
4111         ls . > /dev/null || error "'ls .' failed after recreating cwd"
4112         ls .. > /dev/null || error "'ls ..' failed after removing cwd"
4113         cd . || error "'cd .' failed after recreating cwd"
4114         mkdir . && error "'mkdir .' worked after recreating cwd"
4115         rmdir . && error "'rmdir .' worked after recreating cwd"
4116         ln -s . baz || error "'ln -s .' failed after recreating cwd"
4117         cd .. || error "'cd ..' failed after recreating cwd"
4118 }
4119 run_test 48a "Access renamed working dir (should return errors)="
4120
4121 test_48b() { # bug 2399
4122         rm -rf $DIR/$tdir
4123         test_mkdir $DIR/$tdir
4124         cd $DIR/$tdir
4125         rmdir $DIR/$tdir || error "remove cwd $DIR/$tdir failed"
4126         touch foo && error "'touch foo' worked after removing cwd"
4127         mkdir foo && error "'mkdir foo' worked after removing cwd"
4128         touch .foo && error "'touch .foo' worked after removing cwd"
4129         mkdir .foo && error "'mkdir .foo' worked after removing cwd"
4130         ls . > /dev/null && error "'ls .' worked after removing cwd"
4131         ls .. > /dev/null || error "'ls ..' failed after removing cwd"
4132         mkdir . && error "'mkdir .' worked after removing cwd"
4133         rmdir . && error "'rmdir .' worked after removing cwd"
4134         ln -s . foo && error "'ln -s .' worked after removing cwd"
4135         cd .. || echo "'cd ..' failed after removing cwd `pwd`"  #bug 3517
4136 }
4137 run_test 48b "Access removed working dir (should return errors)="
4138
4139 test_48c() { # bug 2350
4140         #lctl set_param debug=-1
4141         #set -vx
4142         rm -rf $DIR/$tdir
4143         test_mkdir -p $DIR/$tdir/dir
4144         cd $DIR/$tdir/dir
4145         $TRACE rmdir $DIR/$tdir/dir || error "remove cwd $DIR/$tdir/dir failed"
4146         $TRACE touch foo && error "touch foo worked after removing cwd"
4147         $TRACE mkdir foo && error "'mkdir foo' worked after removing cwd"
4148         touch .foo && error "touch .foo worked after removing cwd"
4149         mkdir .foo && error "mkdir .foo worked after removing cwd"
4150         $TRACE ls . && error "'ls .' worked after removing cwd"
4151         $TRACE ls .. || error "'ls ..' failed after removing cwd"
4152         $TRACE mkdir . && error "'mkdir .' worked after removing cwd"
4153         $TRACE rmdir . && error "'rmdir .' worked after removing cwd"
4154         $TRACE ln -s . foo && error "'ln -s .' worked after removing cwd"
4155         $TRACE cd .. || echo "'cd ..' failed after removing cwd `pwd`" #bug 3415
4156 }
4157 run_test 48c "Access removed working subdir (should return errors)"
4158
4159 test_48d() { # bug 2350
4160         #lctl set_param debug=-1
4161         #set -vx
4162         rm -rf $DIR/$tdir
4163         test_mkdir -p $DIR/$tdir/dir
4164         cd $DIR/$tdir/dir
4165         $TRACE rmdir $DIR/$tdir/dir || error "remove cwd $DIR/$tdir/dir failed"
4166         $TRACE rmdir $DIR/$tdir || error "remove parent $DIR/$tdir failed"
4167         $TRACE touch foo && error "'touch foo' worked after removing parent"
4168         $TRACE mkdir foo && error "mkdir foo worked after removing parent"
4169         touch .foo && error "'touch .foo' worked after removing parent"
4170         mkdir .foo && error "mkdir .foo worked after removing parent"
4171         $TRACE ls . && error "'ls .' worked after removing parent"
4172         $TRACE ls .. && error "'ls ..' worked after removing parent"
4173         $TRACE mkdir . && error "'mkdir .' worked after removing parent"
4174         $TRACE rmdir . && error "'rmdir .' worked after removing parent"
4175         $TRACE ln -s . foo && error "'ln -s .' worked after removing parent"
4176         true
4177 }
4178 run_test 48d "Access removed parent subdir (should return errors)"
4179
4180 test_48e() { # bug 4134
4181         #lctl set_param debug=-1
4182         #set -vx
4183         rm -rf $DIR/$tdir
4184         test_mkdir -p $DIR/$tdir/dir
4185         cd $DIR/$tdir/dir
4186         $TRACE rmdir $DIR/$tdir/dir || error "remove cwd $DIR/$tdir/dir failed"
4187         $TRACE rmdir $DIR/$tdir || error "remove parent $DIR/$tdir failed"
4188         $TRACE touch $DIR/$tdir || error "'touch $DIR/$tdir' failed"
4189         $TRACE chmod +x $DIR/$tdir || error "'chmod +x $DIR/$tdir' failed"
4190         # On a buggy kernel addition of "touch foo" after cd .. will
4191         # produce kernel oops in lookup_hash_it
4192         touch ../foo && error "'cd ..' worked after recreate parent"
4193         cd $DIR
4194         $TRACE rm $DIR/$tdir || error "rm '$DIR/$tdir' failed"
4195 }
4196 run_test 48e "Access to recreated parent subdir (should return errors)"
4197
4198 test_49() { # LU-1030
4199         [ $PARALLEL == "yes" ] && skip "skip parallel run" && return
4200         remote_ost_nodsh && skip "remote OST with nodsh" && return
4201         # get ost1 size - lustre-OST0000
4202         ost1_size=$(do_facet ost1 $LFS df | grep ${ost1_svc} |
4203                 awk '{ print $4 }')
4204         # write 800M at maximum
4205         [[ $ost1_size -lt 2 ]] && ost1_size=2
4206         [[ $ost1_size -gt 819200 ]] && ost1_size=819200
4207
4208         $SETSTRIPE -c 1 -i 0 $DIR/$tfile
4209         dd if=/dev/zero of=$DIR/$tfile bs=4k count=$((ost1_size >> 2)) &
4210         local dd_pid=$!
4211
4212         # change max_pages_per_rpc while writing the file
4213         local osc1_mppc=osc.$(get_osc_import_name client ost1).max_pages_per_rpc
4214         local orig_mppc=$($LCTL get_param -n $osc1_mppc)
4215         # loop until dd process exits
4216         while ps ax -opid | grep -wq $dd_pid; do
4217                 $LCTL set_param $osc1_mppc=$((RANDOM % 256 + 1))
4218                 sleep $((RANDOM % 5 + 1))
4219         done
4220         # restore original max_pages_per_rpc
4221         $LCTL set_param $osc1_mppc=$orig_mppc
4222         rm $DIR/$tfile || error "rm $DIR/$tfile failed"
4223 }
4224 run_test 49 "Change max_pages_per_rpc won't break osc extent"
4225
4226 test_50() {
4227         # bug 1485
4228         test_mkdir $DIR/$tdir
4229         cd $DIR/$tdir
4230         ls /proc/$$/cwd || error "ls /proc/$$/cwd failed"
4231 }
4232 run_test 50 "special situations: /proc symlinks  ==============="
4233
4234 test_51a() {    # was test_51
4235         # bug 1516 - create an empty entry right after ".." then split dir
4236         test_mkdir -c1 $DIR/$tdir
4237         touch $DIR/$tdir/foo
4238         $MCREATE $DIR/$tdir/bar
4239         rm $DIR/$tdir/foo
4240         createmany -m $DIR/$tdir/longfile 201
4241         FNUM=202
4242         while [[ $(ls -sd $DIR/$tdir | awk '{ print $1 }') -eq 4 ]]; do
4243                 $MCREATE $DIR/$tdir/longfile$FNUM
4244                 FNUM=$(($FNUM + 1))
4245                 echo -n "+"
4246         done
4247         echo
4248         ls -l $DIR/$tdir > /dev/null || error "ls -l $DIR/$tdir failed"
4249 }
4250 run_test 51a "special situations: split htree with empty entry =="
4251
4252 cleanup_print_lfs_df () {
4253         trap 0
4254         $LFS df
4255         $LFS df -i
4256 }
4257
4258 test_51b() {
4259         [ $PARALLEL == "yes" ] && skip "skip parallel run" && return
4260         local dir=$DIR/$tdir
4261
4262         local nrdirs=$((65536 + 100))
4263
4264         # cleanup the directory
4265         rm -fr $dir
4266
4267         test_mkdir -c1 $dir
4268
4269         $LFS df
4270         $LFS df -i
4271         local mdtidx=$(printf "%04x" $($LFS getstripe -M $dir))
4272         local numfree=$(lctl get_param -n mdc.$FSNAME-MDT$mdtidx*.filesfree)
4273         [[ $numfree -lt $nrdirs ]] &&
4274                 skip "not enough free inodes ($numfree) on MDT$mdtidx" &&
4275                 return
4276
4277         # need to check free space for the directories as well
4278         local blkfree=$(lctl get_param -n mdc.$FSNAME-MDT$mdtidx*.kbytesavail)
4279         numfree=$(( blkfree / $(fs_inode_ksize) ))
4280         [[ $numfree -lt $nrdirs ]] && skip "not enough blocks ($numfree)" &&
4281                 return
4282
4283         trap cleanup_print_lfs_df EXIT
4284
4285         # create files
4286         createmany -d $dir/d $nrdirs || {
4287                 unlinkmany $dir/d $nrdirs
4288                 error "failed to create $nrdirs subdirs in MDT$mdtidx:$dir"
4289         }
4290
4291         # really created :
4292         nrdirs=$(ls -U $dir | wc -l)
4293
4294         # unlink all but 100 subdirectories, then check it still works
4295         local left=100
4296         local delete=$((nrdirs - left))
4297
4298         $LFS df
4299         $LFS df -i
4300
4301         # for ldiskfs the nlink count should be 1, but this is OSD specific
4302         # and so this is listed for informational purposes only
4303         echo "nlink before: $(stat -c %h $dir), created before: $nrdirs"
4304         unlinkmany -d $dir/d $delete ||
4305                 error "unlink of first $delete subdirs failed"
4306
4307         echo "nlink between: $(stat -c %h $dir)"
4308         local found=$(ls -U $dir | wc -l)
4309         [ $found -ne $left ] &&
4310                 error "can't find subdirs: found only $found, expected $left"
4311
4312         unlinkmany -d $dir/d $delete $left ||
4313                 error "unlink of second $left subdirs failed"
4314         # regardless of whether the backing filesystem tracks nlink accurately
4315         # or not, the nlink count shouldn't be more than "." and ".." here
4316         local after=$(stat -c %h $dir)
4317         [[ $after -gt 2 ]] && error "nlink after: $after > 2" ||
4318                 echo "nlink after: $after"
4319
4320         cleanup_print_lfs_df
4321 }
4322 run_test 51b "exceed 64k subdirectory nlink limit on create, verify unlink"
4323
4324 test_51d() {
4325         [ $PARALLEL == "yes" ] && skip "skip parallel run" && return
4326         [[ $OSTCOUNT -lt 3 ]] && skip_env "needs >= 3 OSTs" && return
4327         test_mkdir $DIR/$tdir
4328         createmany -o $DIR/$tdir/t- 1000
4329         $LFS getstripe $DIR/$tdir > $TMP/$tfile
4330         for N in $(seq 0 $((OSTCOUNT - 1))); do
4331                 OBJS[$N]=$(awk -vobjs=0 '($1 == '$N') { objs += 1 } \
4332                         END { printf("%0.0f", objs) }' $TMP/$tfile)
4333                 OBJS0[$N]=$(grep -A 1 idx $TMP/$tfile | awk -vobjs=0 \
4334                         '($1 == '$N') { objs += 1 } \
4335                         END { printf("%0.0f", objs) }')
4336                 log "OST$N has ${OBJS[$N]} objects, ${OBJS0[$N]} are index 0"
4337         done
4338         unlinkmany $DIR/$tdir/t- 1000
4339
4340         NLAST=0
4341         for N in $(seq 1 $((OSTCOUNT - 1))); do
4342                 [[ ${OBJS[$N]} -lt $((${OBJS[$NLAST]} - 20)) ]] &&
4343                         error "OST $N has less objects vs OST $NLAST" \
4344                               " (${OBJS[$N]} < ${OBJS[$NLAST]}"
4345                 [[ ${OBJS[$N]} -gt $((${OBJS[$NLAST]} + 20)) ]] &&
4346                         error "OST $N has less objects vs OST $NLAST" \
4347                               " (${OBJS[$N]} < ${OBJS[$NLAST]}"
4348
4349                 [[ ${OBJS0[$N]} -lt $((${OBJS0[$NLAST]} - 20)) ]] &&
4350                         error "OST $N has less #0 objects vs OST $NLAST" \
4351                               " (${OBJS0[$N]} < ${OBJS0[$NLAST]}"
4352                 [[ ${OBJS0[$N]} -gt $((${OBJS0[$NLAST]} + 20)) ]] &&
4353                         error "OST $N has less #0 objects vs OST $NLAST" \
4354                               " (${OBJS0[$N]} < ${OBJS0[$NLAST]}"
4355                 NLAST=$N
4356         done
4357         rm -f $TMP/$tfile
4358 }
4359 run_test 51d "check object distribution"
4360
4361 test_51e() {
4362         if [ "$(facet_fstype $SINGLEMDS)" != ldiskfs ]; then
4363                 skip "ldiskfs only test"
4364                 return
4365         fi
4366
4367         test_mkdir -c1 $DIR/$tdir
4368         test_mkdir -c1 $DIR/$tdir/d0
4369
4370         touch $DIR/$tdir/d0/foo
4371         createmany -l $DIR/$tdir/d0/foo $DIR/$tdir/d0/f- 65001 &&
4372                 error "file exceed 65000 nlink limit!"
4373         unlinkmany $DIR/$tdir/d0/f- 65001
4374         return 0
4375 }
4376 run_test 51e "check file nlink limit"
4377
4378 test_51f() {
4379         test_mkdir $DIR/$tdir
4380
4381         local max=100000
4382         local ulimit_old=$(ulimit -n)
4383         local spare=20 # number of spare fd's for scripts/libraries, etc.
4384         local mdt=$(lfs getstripe -M $DIR/$tdir)
4385         local numfree=$(lfs df -i $DIR/$tdir | awk '/MDT:'$mdt'/ { print $4 }')
4386
4387         echo "MDT$mdt numfree=$numfree, max=$max"
4388         [[ $numfree -gt $max ]] && numfree=$max || numfree=$((numfree * 7 / 8))
4389         if [ $((numfree + spare)) -gt $ulimit_old ]; then
4390                 while ! ulimit -n $((numfree + spare)); do
4391                         numfree=$((numfree * 3 / 4))
4392                 done
4393                 echo "changed ulimit from $ulimit_old to $((numfree + spare))"
4394         else
4395                 echo "left ulimit at $ulimit_old"
4396         fi
4397
4398         createmany -o -k -t 120 $DIR/$tdir/f $numfree || {
4399                 unlinkmany $DIR/$tdir/f $numfree
4400                 error "create+open $numfree files in $DIR/$tdir failed"
4401         }
4402         ulimit -n $ulimit_old
4403
4404         # if createmany exits at 120s there will be fewer than $numfree files
4405         unlinkmany $DIR/$tdir/f $numfree || true
4406 }
4407 run_test 51f "check many open files limit"
4408
4409 test_52a() {
4410         [ -f $DIR/$tdir/foo ] && chattr -a $DIR/$tdir/foo
4411         test_mkdir $DIR/$tdir
4412         touch $DIR/$tdir/foo
4413         chattr +a $DIR/$tdir/foo || error "chattr +a failed"
4414         echo bar >> $DIR/$tdir/foo || error "append bar failed"
4415         cp /etc/hosts $DIR/$tdir/foo && error "cp worked"
4416         rm -f $DIR/$tdir/foo 2>/dev/null && error "rm worked"
4417         link $DIR/$tdir/foo $DIR/$tdir/foo_link 2>/dev/null &&
4418                                         error "link worked"
4419         echo foo >> $DIR/$tdir/foo || error "append foo failed"
4420         mrename $DIR/$tdir/foo $DIR/$tdir/foo_ren && error "rename worked"
4421         lsattr $DIR/$tdir/foo | egrep -q "^-+a[-e]+ $DIR/$tdir/foo" ||
4422                                                      error "lsattr"
4423         chattr -a $DIR/$tdir/foo || error "chattr -a failed"
4424         cp -r $DIR/$tdir $TMP/
4425         rm -fr $DIR/$tdir $TMP/$tdir || error "cleanup rm failed"
4426 }
4427 run_test 52a "append-only flag test (should return errors)"
4428
4429 test_52b() {
4430         [ -f $DIR/$tdir/foo ] && chattr -i $DIR/$tdir/foo
4431         test_mkdir $DIR/$tdir
4432         touch $DIR/$tdir/foo
4433         chattr +i $DIR/$tdir/foo || error "chattr +i failed"
4434         cat test > $DIR/$tdir/foo && error "cat test worked"
4435         cp /etc/hosts $DIR/$tdir/foo && error "cp worked"
4436         rm -f $DIR/$tdir/foo 2>/dev/null && error "rm worked"
4437         link $DIR/$tdir/foo $DIR/$tdir/foo_link 2>/dev/null &&
4438                                         error "link worked"
4439         echo foo >> $DIR/$tdir/foo && error "echo worked"
4440         mrename $DIR/$tdir/foo $DIR/$tdir/foo_ren && error "rename worked"
4441         [ -f $DIR/$tdir/foo ] || error "$tdir/foo is not a file"
4442         [ -f $DIR/$tdir/foo_ren ] && error "$tdir/foo_ren is not a file"
4443         lsattr $DIR/$tdir/foo | egrep -q "^-+i[-e]+ $DIR/$tdir/foo" ||
4444                                                         error "lsattr"
4445         chattr -i $DIR/$tdir/foo || error "chattr failed"
4446
4447         rm -fr $DIR/$tdir || error "unable to remove $DIR/$tdir"
4448 }
4449 run_test 52b "immutable flag test (should return errors) ======="
4450
4451 test_53() {
4452         [ $PARALLEL == "yes" ] && skip "skip parallel run" && return
4453         remote_mds_nodsh && skip "remote MDS with nodsh" && return
4454         remote_ost_nodsh && skip "remote OST with nodsh" && return
4455
4456         local param
4457         local param_seq
4458         local ostname
4459         local mds_last
4460         local mds_last_seq
4461         local ost_last
4462         local ost_last_seq
4463         local ost_last_id
4464         local ostnum
4465         local node
4466         local found=false
4467         local support_last_seq=true
4468
4469         [[ $(lustre_version_code $SINGLEMDS) -ge $(version_code 2.3.60) ]] ||
4470                 support_last_seq=false
4471
4472         # only test MDT0000
4473         local mdtosc=$(get_mdtosc_proc_path $SINGLEMDS)
4474         local value
4475         for value in $(do_facet $SINGLEMDS \
4476                        $LCTL get_param osc.$mdtosc.prealloc_last_id) ; do
4477                 param=$(echo ${value[0]} | cut -d "=" -f1)
4478                 ostname=$(echo $param | cut -d "." -f2 | cut -d - -f 1-2)
4479
4480                 if $support_last_seq; then
4481                         param_seq=$(echo $param |
4482                                 sed -e s/prealloc_last_id/prealloc_last_seq/g)
4483                         mds_last_seq=$(do_facet $SINGLEMDS \
4484                                        $LCTL get_param -n $param_seq)
4485                 fi
4486                 mds_last=$(do_facet $SINGLEMDS $LCTL get_param -n $param)
4487
4488                 ostnum=$(index_from_ostuuid ${ostname}_UUID)
4489                 node=$(facet_active_host ost$((ostnum+1)))
4490                 param="obdfilter.$ostname.last_id"
4491                 for ost_last in $(do_node $node $LCTL get_param -n $param) ; do
4492                         echo "$ostname.last_id=$ost_last; MDS.last_id=$mds_last"
4493                         ost_last_id=$ost_last
4494
4495                         if $support_last_seq; then
4496                                 ost_last_id=$(echo $ost_last |
4497                                               awk -F':' '{print $2}' |
4498                                               sed -e "s/^0x//g")
4499                                 ost_last_seq=$(echo $ost_last |
4500                                                awk -F':' '{print $1}')
4501                                 [[ $ost_last_seq = $mds_last_seq ]] || continue
4502                         fi
4503
4504                         if [[ $ost_last_id != $mds_last ]]; then
4505                                 error "$ost_last_id != $mds_last"
4506                         else
4507                                 found=true
4508                                 break
4509                         fi
4510                 done
4511         done
4512         $found || error "can not match last_seq/last_id for $mdtosc"
4513         return 0
4514 }
4515 run_test 53 "verify that MDS and OSTs agree on pre-creation ===="
4516
4517 test_54a() {
4518         perl -MSocket -e ';' || { skip "no Socket perl module installed" && return; }
4519
4520         $SOCKETSERVER $DIR/socket ||
4521                 error "$SOCKETSERVER $DIR/socket failed: $?"
4522         $SOCKETCLIENT $DIR/socket ||
4523                 error "$SOCKETCLIENT $DIR/socket failed: $?"
4524         $MUNLINK $DIR/socket || error "$MUNLINK $DIR/socket failed: $?"
4525 }
4526 run_test 54a "unix domain socket test =========================="
4527
4528 test_54b() {
4529         f="$DIR/f54b"
4530         mknod $f c 1 3
4531         chmod 0666 $f
4532         dd if=/dev/zero of=$f bs=$(page_size) count=1
4533 }
4534 run_test 54b "char device works in lustre ======================"
4535
4536 find_loop_dev() {
4537         [ -b /dev/loop/0 ] && LOOPBASE=/dev/loop/
4538         [ -b /dev/loop0 ] && LOOPBASE=/dev/loop
4539         [ -z "$LOOPBASE" ] && echo "/dev/loop/0 and /dev/loop0 gone?" && return
4540
4541         for i in $(seq 3 7); do
4542                 losetup $LOOPBASE$i > /dev/null 2>&1 && continue
4543                 LOOPDEV=$LOOPBASE$i
4544                 LOOPNUM=$i
4545                 break
4546         done
4547 }
4548
4549 cleanup_54c() {
4550         local rc=0
4551         loopdev="$DIR/loop54c"
4552
4553         trap 0
4554         $UMOUNT $DIR/$tdir || rc=$?
4555         losetup -d $loopdev || true
4556         losetup -d $LOOPDEV || true
4557         rm -rf $loopdev $DIR/$tfile $DIR/$tdir
4558         return $rc
4559 }
4560
4561 test_54c() {
4562         [ $PARALLEL == "yes" ] && skip "skip parallel run" && return
4563         loopdev="$DIR/loop54c"
4564
4565         find_loop_dev
4566         [ -z "$LOOPNUM" ] && echo "couldn't find empty loop device" && return
4567         trap cleanup_54c EXIT
4568         mknod $loopdev b 7 $LOOPNUM
4569         echo "make a loop file system with $DIR/$tfile on $loopdev ($LOOPNUM)."
4570         dd if=/dev/zero of=$DIR/$tfile bs=$(get_page_size client) seek=1024 count=1 > /dev/null
4571         losetup $loopdev $DIR/$tfile ||
4572                 error "can't set up $loopdev for $DIR/$tfile"
4573         mkfs.ext2 $loopdev || error "mke2fs on $loopdev"
4574         test_mkdir $DIR/$tdir
4575         mount -t ext2 $loopdev $DIR/$tdir ||
4576                 error "error mounting $loopdev on $DIR/$tdir"
4577         dd if=/dev/zero of=$DIR/$tdir/tmp bs=$(get_page_size client) count=30 ||
4578                 error "dd write"
4579         df $DIR/$tdir
4580         dd if=$DIR/$tdir/tmp of=/dev/zero bs=$(get_page_size client) count=30 ||
4581                 error "dd read"
4582         cleanup_54c
4583 }
4584 run_test 54c "block device works in lustre ====================="
4585
4586 test_54d() {
4587         f="$DIR/f54d"
4588         string="aaaaaa"
4589         mknod $f p
4590         [ "$string" = $(echo $string > $f | cat $f) ] || error "$f != $string"
4591 }
4592 run_test 54d "fifo device works in lustre ======================"
4593
4594 test_54e() {
4595         f="$DIR/f54e"
4596         string="aaaaaa"
4597         cp -aL /dev/console $f
4598         echo $string > $f || error "echo $string to $f failed"
4599 }
4600 run_test 54e "console/tty device works in lustre ======================"
4601
4602 test_56a() {
4603         local numfiles=3
4604         local dir=$DIR/$tdir
4605
4606         rm -rf $dir
4607         test_mkdir -p $dir/dir
4608         for i in $(seq $numfiles); do
4609                 touch $dir/file$i
4610                 touch $dir/dir/file$i
4611         done
4612
4613         local numcomp=$($LFS getstripe --component-count $dir)
4614
4615         [[ $numcomp == 0 ]] && numcomp=1
4616
4617         # test lfs getstripe with --recursive
4618         local filenum=$($LFS getstripe -r $dir | egrep -c "obdidx|l_ost_idx")
4619
4620         [[ $filenum -eq $((numfiles * 2)) ]] ||
4621                 error "$LFS getstripe -r: found $filenum != $((numfiles * 2))"
4622         filenum=$($LFS getstripe $dir | egrep -c "obdidx|l_ost_idx")
4623         [[ $filenum -eq $numfiles ]] ||
4624                 error "$LFS getstripe $dir: found $filenum, not $numfiles"
4625         echo "$LFS getstripe showed obdidx or l_ost_idx"
4626
4627         # test lfs getstripe with file instead of dir
4628         filenum=$($LFS getstripe $dir/file1 | egrep -c "obdidx|l_ost_idx")
4629         [[ $filenum -eq 1 ]] ||
4630                 error "$LFS getstripe $dir/file1: found $filenum, not 1"
4631         echo "$LFS getstripe file1 passed"
4632
4633         #test lfs getstripe with --verbose
4634         filenum=$($LFS getstripe --verbose $dir | grep -c lmm_magic)
4635         [[ $filenum -eq $((numfiles * numcomp)) ]] ||
4636                 error "$LFS getstripe --verbose $dir: "\
4637                       "got $filenum want $((numfiles * numcomp)) lmm_magic"
4638         [[ $($LFS getstripe $dir | grep -c lmm_magic) -eq 0 ]] ||
4639                 error "$LFS getstripe $dir: showed lmm_magic"
4640
4641         #test lfs getstripe with -v prints lmm_fid
4642         filenum=$($LFS getstripe -v $dir | grep -c lmm_fid)
4643         [[ $filenum -eq $((numfiles * numcomp)) ]] ||
4644                 error "$LFS getstripe -v $dir: "\
4645                       "got $filenum want $((numfiles * numcomp)) lmm_fid"
4646         [[ $($LFS getstripe $dir | grep -c lmm_fid) -eq 0 ]] ||
4647                 error "$LFS getstripe $dir: showed lmm_fid by default"
4648         echo "$LFS getstripe --verbose passed"
4649
4650         #check for FID information
4651         local fid1=$($LFS getstripe --fid $dir/file1)
4652         local fid2=$($LFS getstripe --verbose $dir/file1 |
4653                      awk '/lmm_fid: / { print $2; exit; }')
4654         local fid3=$($LFS path2fid $dir/file1)
4655
4656         [ "$fid1" != "$fid2" ] &&
4657                 error "getstripe --fid '$fid1' != getstripe --verbose '$fid2'"
4658         [ "$fid1" != "$fid3" ] &&
4659                 error "getstripe --fid '$fid1' != lfs path2fid '$fid3'"
4660         echo "$LFS getstripe --fid passed"
4661
4662         #test lfs getstripe with --obd
4663         $LFS getstripe --obd wrong_uuid $dir 2>&1 | grep -q "unknown obduuid" ||
4664                 error "$LFS getstripe --obd wrong_uuid: should return error"
4665
4666         [[ $OSTCOUNT -lt 2 ]] &&
4667                 skip_env "skip '$LFS getstripe --obd' tests: $OSTCOUNT < 2" &&
4668                 return
4669
4670         local ostidx=1
4671         local obduuid=$(ostuuid_from_index $ostidx)
4672         local found=$($LFS getstripe -r --obd $obduuid $dir |
4673                       egrep -c "obdidx|l_ost_idx")
4674
4675         filenum=$($LFS getstripe -ir $dir | grep "^$ostidx\$" | wc -l)
4676         [[ $found -eq $filenum ]] ||
4677                 error "$LFS getstripe --obd: found $found expect $filenum"
4678         [[ $($LFS getstripe -r -v --obd $obduuid $dir |
4679                 sed '/^[         ]*'${ostidx}'[  ]/d' |
4680                 sed -n '/^[      ]*[0-9][0-9]*[  ]/p' | wc -l) -eq 0 ]] ||
4681                 error "$LFS getstripe --obd: should not show file on other obd"
4682         echo "$LFS getstripe --obd passed"
4683 }
4684 run_test 56a "check $LFS getstripe"
4685
4686 test_56b() {
4687         local dir=$DIR/$tdir
4688         local numdirs=3
4689
4690         test_mkdir $dir
4691         for i in $(seq $numdirs); do
4692                 test_mkdir $dir/dir$i
4693         done
4694
4695         # test lfs getdirstripe default mode is non-recursion, which is
4696         # different from lfs getstripe
4697         local dircnt=$($LFS getdirstripe $dir | grep -c lmv_stripe_count)
4698
4699         [[ $dircnt -eq 1 ]] ||
4700                 error "$LFS getdirstripe: found $dircnt, not 1"
4701         dircnt=$($LFS getdirstripe --recursive $dir |
4702                 grep -c lmv_stripe_count)
4703         [[ $dircnt -eq $((numdirs + 1)) ]] ||
4704                 error "$LFS getdirstripe -r: $dircnt, != $((numdirs + 1))"
4705 }
4706 run_test 56b "check $LFS getdirstripe"
4707
4708 test_56c() {
4709         local ost_idx=0
4710         local ost_name=$(ostname_from_index $ost_idx)
4711         local old_status=$(ost_dev_status $ost_idx)
4712
4713         [[ -z "$old_status" ]] ||
4714                 { skip_env "OST $ost_name is in $old_status status"; return 0; }
4715
4716         do_facet ost1 $LCTL set_param -n obdfilter.$ost_name.degraded=1
4717         sleep_maxage
4718
4719         local new_status=$(ost_dev_status $ost_idx)
4720
4721         [[ "$new_status" = "D" ]] ||
4722                 error "OST $ost_name is in status of '$new_status', not 'D'"
4723
4724         do_facet ost1 $LCTL set_param -n obdfilter.$ost_name.degraded=0
4725         sleep_maxage
4726
4727         new_status=$(ost_dev_status $ost_idx)
4728         [[ -z "$new_status" ]] ||
4729                 error "OST $ost_name is in status of '$new_status', not ''"
4730 }
4731 run_test 56c "check 'lfs df' showing device status"
4732
4733 NUMFILES=3
4734 NUMDIRS=3
4735 setup_56() {
4736         local local_tdir="$1"
4737         local local_numfiles="$2"
4738         local local_numdirs="$3"
4739         local dir_params="$4"
4740         local dir_stripe_params="$5"
4741
4742         if [ ! -d "$local_tdir" ] ; then
4743                 test_mkdir -p $dir_stripe_params $local_tdir
4744                 [ "$dir_params" ] && $LFS setstripe $dir_params $local_tdir
4745                 for i in $(seq $local_numfiles) ; do
4746                         touch $local_tdir/file$i
4747                 done
4748                 for i in $(seq $local_numdirs) ; do
4749                         test_mkdir $dir_stripe_params $local_tdir/dir$i
4750                         for j in $(seq $local_numfiles) ; do
4751                                 touch $local_tdir/dir$i/file$j
4752                         done
4753                 done
4754         fi
4755 }
4756
4757 setup_56_special() {
4758         local local_tdir=$1
4759         local local_numfiles=$2
4760         local local_numdirs=$3
4761
4762         setup_56 $local_tdir $local_numfiles $local_numdirs
4763
4764         if [ ! -e "$local_tdir/loop${local_numfiles}b" ] ; then
4765                 for i in $(seq $local_numfiles) ; do
4766                         mknod $local_tdir/loop${i}b b 7 $i
4767                         mknod $local_tdir/null${i}c c 1 3
4768                         ln -s $local_tdir/file1 $local_tdir/link${i}
4769                 done
4770                 for i in $(seq $local_numdirs) ; do
4771                         mknod $local_tdir/dir$i/loop${i}b b 7 $i
4772                         mknod $local_tdir/dir$i/null${i}c c 1 3
4773                         ln -s $local_tdir/dir$i/file1 $local_tdir/dir$i/link${i}
4774                 done
4775         fi
4776 }
4777
4778 test_56g() {
4779         local dir=$DIR/d$(basetest $testnum)g.$TESTSUITE
4780         local expected=$(($NUMDIRS + 2))
4781
4782         setup_56 $dir $NUMFILES $NUMDIRS
4783
4784         # test lfs find with -name
4785         for i in $(seq $NUMFILES) ; do
4786                 local nums=$($LFS find -name "*$i" $dir | wc -l)
4787
4788                 [ $nums -eq $expected ] ||
4789                         error "lfs find -name '*$i' $dir wrong: "\
4790                               "found $nums, expected $expected"
4791         done
4792 }
4793 run_test 56g "check lfs find -name"
4794
4795 test_56h() {
4796         local dir=$DIR/d$(basetest $testnum)g.$TESTSUITE
4797         local expected=$(((NUMDIRS + 1) * (NUMFILES - 1) + NUMFILES))
4798
4799         setup_56 $dir $NUMFILES $NUMDIRS
4800
4801         # test lfs find with ! -name
4802         for i in $(seq $NUMFILES) ; do
4803                 local nums=$($LFS find ! -name "*$i" $dir | wc -l)
4804
4805                 [ $nums -eq $expected ] ||
4806                         error "lfs find ! -name '*$i' $dir wrong: "\
4807                               "found $nums, expected $expected"
4808         done
4809 }
4810 run_test 56h "check lfs find ! -name"
4811
4812 test_56i() {
4813         local dir=$DIR/$tdir
4814
4815         test_mkdir $dir
4816
4817         local cmd="$LFS find -ost $(ostuuid_from_index 0 $dir) $dir"
4818         local out=$($cmd)
4819
4820         [ -z "$out" ] || error "'$cmd' returned directory '$out'"
4821 }
4822 run_test 56i "check 'lfs find -ost UUID' skips directories"
4823
4824 test_56j() {
4825         local dir=$DIR/d$(basetest $testnum)g.$TESTSUITE
4826
4827         setup_56_special $dir $NUMFILES $NUMDIRS
4828
4829         local expected=$((NUMDIRS + 1))
4830         local cmd="$LFS find -type d $dir"
4831         local nums=$($cmd | wc -l)
4832
4833         [ $nums -eq $expected ] ||
4834                 error "'$cmd' wrong: found $nums, expected $expected"
4835 }
4836 run_test 56j "check lfs find -type d"
4837
4838 test_56k() {
4839         local dir=$DIR/d$(basetest $testnum)g.$TESTSUITE
4840
4841         setup_56_special $dir $NUMFILES $NUMDIRS
4842
4843         local expected=$(((NUMDIRS + 1) * NUMFILES))
4844         local cmd="$LFS find -type f $dir"
4845         local nums=$($cmd | wc -l)
4846
4847         [ $nums -eq $expected ] ||
4848                 error "'$cmd' wrong: found $nums, expected $expected"
4849 }
4850 run_test 56k "check lfs find -type f"
4851
4852 test_56l() {
4853         local dir=$DIR/d$(basetest $testnum)g.$TESTSUITE
4854
4855         setup_56_special $dir $NUMFILES $NUMDIRS
4856
4857         local expected=$((NUMDIRS + NUMFILES))
4858         local cmd="$LFS find -type b $dir"
4859         local nums=$($cmd | wc -l)
4860
4861         [ $nums -eq $expected ] ||
4862                 error "'$cmd' wrong: found $nums, expected $expected"
4863 }
4864 run_test 56l "check lfs find -type b"
4865
4866 test_56m() {
4867         local dir=$DIR/d$(basetest $testnum)g.$TESTSUITE
4868
4869         setup_56_special $dir $NUMFILES $NUMDIRS
4870
4871         local expected=$((NUMDIRS + NUMFILES))
4872         local cmd="$LFS find -type c $dir"
4873         local nums=$($cmd | wc -l)
4874         [ $nums -eq $expected ] ||
4875                 error "'$cmd' wrong: found $nums, expected $expected"
4876 }
4877 run_test 56m "check lfs find -type c"
4878
4879 test_56n() {
4880         local dir=$DIR/d$(basetest $testnum)g.$TESTSUITE
4881         setup_56_special $dir $NUMFILES $NUMDIRS
4882
4883         local expected=$((NUMDIRS + NUMFILES))
4884         local cmd="$LFS find -type l $dir"
4885         local nums=$($cmd | wc -l)
4886
4887         [ $nums -eq $expected ] ||
4888                 error "'$cmd' wrong: found $nums, expected $expected"
4889 }
4890 run_test 56n "check lfs find -type l"
4891
4892 test_56o() {
4893         local dir=$DIR/$tdir
4894
4895         setup_56 $dir $NUMFILES $NUMDIRS
4896         utime $dir/file1 > /dev/null || error "utime (1)"
4897         utime $dir/file2 > /dev/null || error "utime (2)"
4898         utime $dir/dir1 > /dev/null || error "utime (3)"
4899         utime $dir/dir2 > /dev/null || error "utime (4)"
4900         utime $dir/dir1/file1 > /dev/null || error "utime (5)"
4901         dd if=/dev/zero count=1 >> $dir/dir1/file1 && sync
4902
4903         local expected=4
4904         local nums=$($LFS find -mtime +0 $dir | wc -l)
4905
4906         [ $nums -eq $expected ] ||
4907                 error "lfs find -mtime +0 $dir: found $nums expect $expected"
4908
4909         expected=12
4910         cmd="$LFS find -mtime 0 $dir"
4911         nums=$($cmd | wc -l)
4912         [ $nums -eq $expected ] ||
4913                 error "'$cmd' wrong: found $nums, expected $expected"
4914 }
4915 run_test 56o "check lfs find -mtime for old files"
4916
4917 test_56p() {
4918         [ $RUNAS_ID -eq $UID ] &&
4919                 skip_env "RUNAS_ID = UID = $UID -- skipping" && return
4920
4921         local dir=$DIR/$tdir
4922
4923         setup_56 $dir $NUMFILES $NUMDIRS
4924         chown $RUNAS_ID $dir/file* || error "chown $DIR/${tdir}g/file$i failed"
4925
4926         local expected=$NUMFILES
4927         local cmd="$LFS find -uid $RUNAS_ID $dir"
4928         local nums=$($cmd | wc -l)
4929
4930         [ $nums -eq $expected ] ||
4931                 error "'$cmd' wrong: found $nums, expected $expected"
4932
4933         expected=$(((NUMFILES + 1) * NUMDIRS + 1))
4934         cmd="$LFS find ! -uid $RUNAS_ID $dir"
4935         nums=$($cmd | wc -l)
4936         [ $nums -eq $expected ] ||
4937                 error "'$cmd' wrong: found $nums, expected $expected"
4938 }
4939 run_test 56p "check lfs find -uid and ! -uid"
4940
4941 test_56q() {
4942         [ $RUNAS_ID -eq $UID ] &&
4943                 skip_env "RUNAS_ID = UID = $UID -- skipping" && return
4944
4945         local dir=$DIR/$tdir
4946
4947         setup_56 $dir $NUMFILES $NUMDIRS
4948         chgrp $RUNAS_GID $dir/file* || error "chown $dir/file$i failed"
4949
4950         local expected=$NUMFILES
4951         local cmd="$LFS find -gid $RUNAS_GID $dir"
4952         local nums=$($cmd | wc -l)
4953
4954         [ $nums -eq $expected ] ||
4955                 error "'$cmd' wrong: found $nums, expected $expected"
4956
4957         expected=$(( ($NUMFILES+1) * $NUMDIRS + 1))
4958         cmd="$LFS find ! -gid $RUNAS_GID $dir"
4959         nums=$($cmd | wc -l)
4960         [ $nums -eq $expected ] ||
4961                 error "'$cmd' wrong: found $nums, expected $expected"
4962 }
4963 run_test 56q "check lfs find -gid and ! -gid"
4964
4965 test_56r() {
4966         local dir=$DIR/$tdir
4967
4968         setup_56 $dir $NUMFILES $NUMDIRS
4969
4970         local expected=12
4971         local cmd="$LFS find -size 0 -type f $dir"
4972         local nums=$($cmd | wc -l)
4973
4974         [ $nums -eq $expected ] ||
4975                 error "'$cmd' wrong: found $nums, expected $expected"
4976         expected=0
4977         cmd="$LFS find ! -size 0 -type f $dir"
4978         nums=$($cmd | wc -l)
4979         [ $nums -eq $expected ] ||
4980                 error "'$cmd' wrong: found $nums, expected $expected"
4981         echo "test" > $dir/$tfile
4982         echo "test2" > $dir/$tfile.2 && sync
4983         expected=1
4984         cmd="$LFS find -size 5 -type f $dir"
4985         nums=$($cmd | wc -l)
4986         [ $nums -eq $expected ] ||
4987                 error "'$cmd' wrong: found $nums, expected $expected"
4988         expected=1
4989         cmd="$LFS find -size +5 -type f $dir"
4990         nums=$($cmd | wc -l)
4991         [ $nums -eq $expected ] ||
4992                 error "'$cmd' wrong: found $nums, expected $expected"
4993         expected=2
4994         cmd="$LFS find -size +0 -type f $dir"
4995         nums=$($cmd | wc -l)
4996         [ $nums -eq $expected ] ||
4997                 error "'$cmd' wrong: found $nums, expected $expected"
4998         expected=2
4999         cmd="$LFS find ! -size -5 -type f $dir"
5000         nums=$($cmd | wc -l)
5001         [ $nums -eq $expected ] ||
5002                 error "'$cmd' wrong: found $nums, expected $expected"
5003         expected=12
5004         cmd="$LFS find -size -5 -type f $dir"
5005         nums=$($cmd | wc -l)
5006         [ $nums -eq $expected ] ||
5007                 error "'$cmd' wrong: found $nums, expected $expected"
5008 }
5009 run_test 56r "check lfs find -size works"
5010
5011 test_56s() { # LU-611 #LU-9369
5012         [[ $OSTCOUNT -lt 2 ]] && skip "need at least 2 OSTs" && return 0
5013
5014         local dir=$DIR/$tdir
5015         local onestripe=$(((NUMDIRS + 1) * NUMFILES))
5016
5017         setup_56 $dir $NUMFILES $NUMDIRS "-c 1"
5018         for i in $(seq $NUMDIRS); do
5019                 $LFS setstripe -c $((OSTCOUNT + 1)) $dir/dir$i/$tfile
5020         done
5021
5022         local expected=$NUMDIRS
5023         local cmd="$LFS find -c $OSTCOUNT $dir"
5024         local nums=$($cmd | wc -l)
5025
5026         [ $nums -eq $expected ] || {
5027                 $LFS getstripe -R $dir
5028                 error "'$cmd' wrong: found $nums, expected $expected"
5029         }
5030
5031         expected=$((NUMDIRS + onestripe))
5032         cmd="$LFS find -stripe-count +0 -type f $dir"
5033         nums=$($cmd | wc -l)
5034         [ $nums -eq $expected ] || {
5035                 $LFS getstripe -R $dir
5036                 error "'$cmd' wrong: found $nums, expected $expected"
5037         }
5038
5039         expected=$onestripe
5040         cmd="$LFS find -stripe-count 1 -type f $dir"
5041         nums=$($cmd | wc -l)
5042         [ $nums -eq $expected ] || {
5043                 $LFS getstripe -R $dir
5044                 error "'$cmd' wrong: found $nums, expected $expected"
5045         }
5046
5047         cmd="$LFS find -stripe-count -2 -type f $dir"
5048         nums=$($cmd | wc -l)
5049         [ $nums -eq $expected ] || {
5050                 $LFS getstripe -R $dir
5051                 error "'$cmd' wrong: found $nums, expected $expected"
5052         }
5053
5054         expected=0
5055         cmd="$LFS find -stripe-count $((OSTCOUNT + 1)) -type f $dir"
5056         nums=$($cmd | wc -l)
5057         [ $nums -eq $expected ] || {
5058                 $LFS getstripe -R $dir
5059                 error "'$cmd' wrong: found $nums, expected $expected"
5060         }
5061 }
5062 run_test 56s "check lfs find -stripe-count works"
5063
5064 test_56t() { # LU-611 #LU-9369
5065         local dir=$DIR/$tdir
5066
5067         setup_56 $dir 0 $NUMDIRS
5068         for i in $(seq $NUMDIRS); do
5069                 $LFS setstripe -S 4M $dir/dir$i/$tfile
5070         done
5071
5072         local expected=$NUMDIRS
5073         local cmd="$LFS find -S 4M $dir"
5074         local nums=$($cmd | wc -l)
5075
5076         [ $nums -eq $expected ] || {
5077                 $LFS getstripe -R $dir
5078                 error "'$cmd' wrong: found $nums, expected $expected"
5079         }
5080         rm -rf $dir
5081
5082         setup_56 $dir $NUMFILES $NUMDIRS "--stripe-size 512k"
5083
5084         $LFS setstripe -S 256k $dir/$tfile.{0,1,2,3}
5085
5086         expected=$(((NUMDIRS + 1) * NUMFILES))
5087         cmd="$LFS find -stripe-size 512k -type f $dir"
5088         nums=$($cmd | wc -l)
5089         [ $nums -eq $expected ] ||
5090                 error "'$cmd' wrong: found $nums, expected $expected"
5091
5092         cmd="$LFS find -stripe-size +320k -type f $dir"
5093         nums=$($cmd | wc -l)
5094         [ $nums -eq $expected ] ||
5095                 error "'$cmd' wrong: found $nums, expected $expected"
5096
5097         expected=$(((NUMDIRS + 1) * NUMFILES + 4))
5098         cmd="$LFS find -stripe-size +200k -type f $dir"
5099         nums=$($cmd | wc -l)
5100         [ $nums -eq $expected ] ||
5101                 error "'$cmd' wrong: found $nums, expected $expected"
5102
5103         cmd="$LFS find -stripe-size -640k -type f $dir"
5104         nums=$($cmd | wc -l)
5105         [ $nums -eq $expected ] ||
5106                 error "'$cmd' wrong: found $nums, expected $expected"
5107
5108         expected=4
5109         cmd="$LFS find -stripe-size 256k -type f $dir"
5110         nums=$($cmd | wc -l)
5111         [ $nums -eq $expected ] ||
5112                 error "'$cmd' wrong: found $nums, expected $expected"
5113
5114         cmd="$LFS find -stripe-size -320k -type f $dir"
5115         nums=$($cmd | wc -l)
5116         [ $nums -eq $expected ] ||
5117                 error "'$cmd' wrong: found $nums, expected $expected"
5118
5119         expected=0
5120         cmd="$LFS find -stripe-size 1024k -type f $dir"
5121         nums=$($cmd | wc -l)
5122         [ $nums -eq $expected ] ||
5123                 error "'$cmd' wrong: found $nums, expected $expected"
5124 }
5125 run_test 56t "check lfs find -stripe-size works"
5126
5127 test_56u() { # LU-611
5128         local dir=$DIR/$tdir
5129
5130         setup_56 $dir $NUMFILES $NUMDIRS "-i 0 -c 1"
5131
5132         if [[ $OSTCOUNT -gt 1 ]]; then
5133                 $LFS setstripe -i 1 -c 1 $dir/$tfile.{0,1,2,3}
5134                 onestripe=4
5135         else
5136                 onestripe=0
5137         fi
5138
5139         local expected=$(((NUMDIRS + 1) * NUMFILES))
5140         local cmd="$LFS find -stripe-index 0 -type f $dir"
5141         local nums=$($cmd | wc -l)
5142
5143         [ $nums -eq $expected ] ||
5144                 error "'$cmd' wrong: found $nums, expected $expected"
5145
5146         expected=$onestripe
5147         cmd="$LFS find -stripe-index 1 -type f $dir"
5148         nums=$($cmd | wc -l)
5149         [ $nums -eq $expected ] ||
5150                 error "'$cmd' wrong: found $nums, expected $expected"
5151
5152         cmd="$LFS find ! -stripe-index 0 -type f $dir"
5153         nums=$($cmd | wc -l)
5154         [ $nums -eq $expected ] ||
5155                 error "'$cmd' wrong: found $nums, expected $expected"
5156
5157         expected=0
5158         # This should produce an error and not return any files
5159         cmd="$LFS find -stripe-index $OSTCOUNT -type f $dir"
5160         nums=$($cmd 2>/dev/null | wc -l)
5161         [ $nums -eq $expected ] ||
5162                 error "'$cmd' wrong: found $nums, expected $expected"
5163
5164         if [[ $OSTCOUNT -gt 1 ]]; then
5165                 expected=$(((NUMDIRS + 1) * NUMFILES + onestripe))
5166                 cmd="$LFS find -stripe-index 0,1 -type f $dir"
5167                 nums=$($cmd | wc -l)
5168                 [ $nums -eq $expected ] ||
5169                         error "'$cmd' wrong: found $nums, expected $expected"
5170         fi
5171 }
5172 run_test 56u "check lfs find -stripe-index works"
5173
5174 test_56v() {
5175         local MDT_IDX=0
5176         local dir=$DIR/$tdir
5177
5178         setup_56 $dir $NUMFILES $NUMDIRS
5179
5180         UUID=$(mdtuuid_from_index $MDT_IDX $dir)
5181         [ -z "$UUID" ] && error "mdtuuid_from_index cannot find MDT $MDT_IDX"
5182
5183         for file in $($LFS find -mdt $UUID $dir); do
5184                 file_mdt_idx=$($LFS getstripe -M $file)
5185                 [ $file_mdt_idx -eq $MDT_IDX ] ||
5186                         error "lfind -mdt $UUID != getstripe -M $file_mdt_idx"
5187         done
5188 }
5189 run_test 56v "check 'lfs find -mdt match with lfs getstripe -M' ======="
5190
5191 test_56w() {
5192         [[ $OSTCOUNT -lt 2 ]] && skip_env "needs >= 2 OSTs" && return
5193         [ $PARALLEL == "yes" ] && skip "skip parallel run" && return
5194         local dir=$DIR/$tdir
5195
5196         setup_56 $dir $NUMFILES $NUMDIRS "-c $OSTCOUNT" "-c1"
5197
5198         local stripe_size=$($LFS getstripe -S -d $dir) ||
5199                 error "$LFS getstripe -S -d $dir failed"
5200         stripe_size=${stripe_size%% *}
5201
5202         local file_size=$((stripe_size * OSTCOUNT))
5203         local file_num=$((NUMDIRS * NUMFILES + NUMFILES))
5204         local required_space=$((file_num * file_size))
5205         local free_space=$($LCTL get_param -n lov.$FSNAME-clilov-*.kbytesavail |
5206                            head -n1)
5207         [[ $free_space -le $((required_space / 1024)) ]] &&
5208                 skip_env "need $required_space, have $free_space kbytes" &&
5209                 return
5210
5211         local dd_bs=65536
5212         local dd_count=$((file_size / dd_bs))
5213
5214         # write data into the files
5215         local i
5216         local j
5217         local file
5218
5219         for i in $(seq $NUMFILES); do
5220                 file=$dir/file$i
5221                 yes | dd bs=$dd_bs count=$dd_count of=$file &>/dev/null ||
5222                         error "write data into $file failed"
5223         done
5224         for i in $(seq $NUMDIRS); do
5225                 for j in $(seq $NUMFILES); do
5226                         file=$dir/dir$i/file$j
5227                         yes|dd bs=$dd_bs count=$dd_count of=$file &>/dev/null ||
5228                                 error "write data into $file failed"
5229                 done
5230         done
5231
5232         # $LFS_MIGRATE will fail if hard link migration is unsupported
5233         if [[ $(lustre_version_code mds1) -gt $(version_code 2.5.55) ]]; then
5234                 createmany -l$dir/dir1/file1 $dir/dir1/link 200 ||
5235                         error "creating links to $dir/dir1/file1 failed"
5236         fi
5237
5238         local expected=-1
5239
5240         [[ $OSTCOUNT -gt 1 ]] && expected=$((OSTCOUNT - 1))
5241
5242         # lfs_migrate file
5243         local cmd="$LFS_MIGRATE -y -c $expected $dir/file1"
5244
5245         echo "$cmd"
5246         eval $cmd || error "$cmd failed"
5247
5248         check_stripe_count $dir/file1 $expected
5249
5250         if [ $(lustre_version_code $SINGLEMDS) -ge $(version_code 2.6.90) ];
5251         then
5252                 # lfs_migrate file onto OST 0 if it is on OST 1, or onto
5253                 # OST 1 if it is on OST 0. This file is small enough to
5254                 # be on only one stripe.
5255                 file=$dir/migr_1_ost
5256                 dd bs=$dd_bs count=1 if=/dev/urandom of=$file >/dev/null 2>&1 ||
5257                         error "write data into $file failed"
5258                 local obdidx=$($LFS getstripe -i $file)
5259                 local oldmd5=$(md5sum $file)
5260                 local newobdidx=0
5261
5262                 [[ $obdidx -eq 0 ]] && newobdidx=1
5263                 cmd="$LFS migrate -i $newobdidx $file"
5264                 echo $cmd
5265                 eval $cmd || error "$cmd failed"
5266
5267                 local realobdix=$($LFS getstripe -i $file)
5268                 local newmd5=$(md5sum $file)
5269
5270                 [[ $newobdidx -ne $realobdix ]] &&
5271                         error "new OST is different (was=$obdidx, "\
5272                               "wanted=$newobdidx, got=$realobdix)"
5273                 [[ "$oldmd5" != "$newmd5" ]] &&
5274                         error "md5sum differ: $oldmd5, $newmd5"
5275         fi
5276
5277         # lfs_migrate dir
5278         cmd="$LFS_MIGRATE -y -c $expected $dir/dir1"
5279         echo "$cmd"
5280         eval $cmd || error "$cmd failed"
5281
5282         for j in $(seq $NUMFILES); do
5283                 check_stripe_count $dir/dir1/file$j $expected
5284         done
5285
5286         # lfs_migrate works with lfs find
5287         cmd="$LFS find -stripe_count $OSTCOUNT -type f $dir |
5288              $LFS_MIGRATE -y -c $expected"
5289         echo "$cmd"
5290         eval $cmd || error "$cmd failed"
5291
5292         for i in $(seq 2 $NUMFILES); do
5293                 check_stripe_count $dir/file$i $expected
5294         done
5295         for i in $(seq 2 $NUMDIRS); do
5296                 for j in $(seq $NUMFILES); do
5297                 check_stripe_count $dir/dir$i/file$j $expected
5298                 done
5299         done
5300 }
5301 run_test 56w "check lfs_migrate -c stripe_count works"
5302
5303 test_56wb() {
5304         local file1=$DIR/$tdir/file1
5305         local create_pool=false
5306         local initial_pool=$($LFS getstripe -p $DIR)
5307         local pool_list=()
5308         local pool=""
5309
5310         echo -n "Creating test dir..."
5311         test_mkdir $DIR/$tdir &> /dev/null || error "cannot create dir"
5312         echo "done."
5313
5314         echo -n "Creating test file..."
5315         touch $file1 || error "cannot create file"
5316         echo "done."
5317
5318         echo -n "Detecting existing pools..."
5319         pool_list=($($LFS pool_list $FSNAME | grep "$FSNAME\." | cut -d. -f2))
5320
5321         if [ ${#pool_list[@]} -gt 0 ]; then
5322                 echo "${pool_list[@]}"
5323                 for thispool in "${pool_list[@]}"; do
5324                         if [[ -z "$initial_pool" ||
5325                               "$initial_pool" != "$thispool" ]]; then
5326                                 pool="$thispool"
5327                                 echo "Using existing pool '$pool'"
5328                                 break
5329                         fi
5330                 done
5331         else
5332                 echo "none detected."
5333         fi
5334         if [ -z "$pool" ]; then
5335                 pool=${POOL:-testpool}
5336                 [ "$initial_pool" = "$pool" ] && pool="testpool2"
5337                 echo -n "Creating pool '$pool'..."
5338                 create_pool=true
5339                 pool_add $pool &> /dev/null ||
5340                         error "pool_add failed"
5341                 echo "done."
5342
5343                 echo -n "Adding target to pool..."
5344                 pool_add_targets $pool 0 0 1 &> /dev/null ||
5345                         error "pool_add_targets failed"
5346                 echo "done."
5347         fi
5348
5349         echo -n "Setting pool using -p option..."
5350         $LFS_MIGRATE -y -q --no-rsync -p $pool $file1 &> /dev/null ||
5351                 error "migrate failed rc = $?"
5352         echo "done."
5353
5354         echo -n "Verifying test file is in pool after migrating..."
5355         [ "$($LFS getstripe -p $file1)" = $pool ] ||
5356                 error "file was not migrated to pool $pool"
5357         echo "done."
5358
5359         echo -n "Removing test file from pool '$pool'..."
5360         $LFS migrate $file1 &> /dev/null ||
5361                 error "cannot remove from pool"
5362         [ "$($LFS getstripe -p $file1)" ] &&
5363                 error "pool still set"
5364         echo "done."
5365
5366         echo -n "Setting pool using --pool option..."
5367         $LFS_MIGRATE -y -q --no-rsync --pool $pool $file1 &> /dev/null ||
5368                 error "migrate failed rc = $?"
5369         echo "done."
5370
5371         # Clean up
5372         rm -f $file1
5373         if $create_pool; then
5374                 destroy_test_pools 2> /dev/null ||
5375                         error "destroy test pools failed"
5376         fi
5377 }
5378 run_test 56wb "check lfs_migrate pool support"
5379
5380 test_56wc() {
5381         local file1="$DIR/$tdir/file 1"
5382
5383         echo -n "Creating test dir..."
5384         test_mkdir $DIR/$tdir &> /dev/null || error "cannot create dir"
5385         $LFS setstripe -S 1M -c 1 "$DIR/$tdir" &> /dev/null ||
5386                 error "cannot set stripe"
5387         echo "done"
5388
5389         echo -n "Setting initial stripe for test file..."
5390         $LFS setstripe -S 512K -c 1 "$file1" &> /dev/null ||
5391                 error "cannot set stripe"
5392         [ $($LFS getstripe -S "$file1") -eq 524288 ] ||
5393                 error "stripe size not set"
5394         echo "done."
5395
5396         # File currently set to -S 512K -c 1
5397
5398         # Ensure -c and -S options are rejected when -R is set
5399         echo -n "Verifying incompatible options are detected..."
5400         $LFS_MIGRATE -y -R -c 1 "$file1" &> /dev/null &&
5401                 error "incompatible -c and -R options not detected"
5402         $LFS_MIGRATE -y -R -S 1M "$file1" &> /dev/null &&
5403                 error "incompatible -S and -R options not detected"
5404         echo "done."
5405
5406         # Ensure unrecognized options are passed through to 'lfs migrate'
5407         echo -n "Verifying -S option is passed through to lfs migrate..."
5408         $LFS_MIGRATE -y -S 1M "$file1" &> /dev/null ||
5409                 error "migration failed"
5410         [ $($LFS getstripe -S "$file1") -eq 1048576 ] ||
5411                 error "file was not restriped"
5412         echo "done."
5413
5414         # File currently set to -S 1M -c 1
5415
5416         # Ensure long options are supported
5417         echo -n "Verifying long options supported..."
5418         $LFS_MIGRATE -y --non-block "$file1" &> /dev/null ||
5419                 error "long option without argument not supported"
5420         $LFS_MIGRATE -y --stripe-size 512K "$file1" &> /dev/null ||
5421                 error "long option with argument not supported"
5422         [ $($LFS getstripe -S "$file1") -eq 524288 ] ||
5423                 error "file not restriped with --stripe-size option"
5424         echo "done."
5425
5426         # File currently set to -S 512K -c 1
5427
5428         if [ "$OSTCOUNT" -gt 1 ]; then
5429                 echo -n "Verifying explicit stripe count can be set..."
5430                 $LFS_MIGRATE -y -c 2 "$file1" &> /dev/null ||
5431                         error "migrate failed"
5432                 [ $($LFS getstripe -c "$file1") -eq 2 ] ||
5433                         error "file not restriped to explicit count"
5434                 echo "done."
5435         fi
5436
5437         # File currently set to -S 512K -c 1 or -S 512K -c 2
5438
5439         # Ensure parent striping is used if -R is set, and no stripe
5440         # count or size is specified
5441         echo -n "Setting stripe for parent directory..."
5442         $LFS setstripe -S 1M -c 1 "$DIR/$tdir" &> /dev/null ||
5443                 error "cannot set stripe"
5444         echo "done."
5445
5446         echo -n "Verifying restripe option uses parent stripe settings..."
5447         $LFS_MIGRATE -y -R "$file1" &> /dev/null ||
5448                 error "migrate failed"
5449         [ $($LFS getstripe -S "$file1") -eq 1048576 ] ||
5450                 error "file not restriped to parent settings"
5451         [ $($LFS getstripe -c "$file1") -eq 1 ] ||
5452                 error "file not restriped to parent settings"
5453         echo "done."
5454
5455         # File currently set to -S 1M -c 1
5456
5457         # Ensure striping is preserved if -R is not set, and no stripe
5458         # count or size is specified
5459         echo -n "Verifying striping size preserved when not specified..."
5460         $LFS setstripe -S 2M -c 1 "$DIR/$tdir" &> /dev/null ||
5461                 error "cannot set stripe on parent directory"
5462         $LFS_MIGRATE -y "$file1" &> /dev/null ||
5463                 error "migrate failed"
5464         [ $($LFS getstripe -S "$file1") -eq 1048576 ] ||
5465                 error "file was restriped"
5466         echo "done."
5467
5468         # Ensure file name properly detected when final option has no argument
5469         echo -n "Verifying file name properly detected..."
5470         $LFS_MIGRATE -y "$file1" &> /dev/null ||
5471                 error "file name interpreted as option argument"
5472         echo "done."
5473
5474         # Clean up
5475         rm -f "$file1"
5476 }
5477 run_test 56wc "check unrecognized options for lfs_migrate are passed through"
5478
5479 test_56wd() {
5480         [[ $OSTCOUNT -lt 2 ]] && skip_env "needs >= 2 OSTs" && return
5481         local file1=$DIR/$tdir/file1
5482
5483         echo -n "Creating test dir..."
5484         test_mkdir $DIR/$tdir || error "cannot create dir"
5485         echo "done."
5486
5487         echo -n "Creating test file..."
5488         touch $file1
5489         echo "done."
5490
5491         # Ensure 'lfs migrate' will fail by using a non-existent option,
5492         # and make sure rsync is not called to recover
5493         echo -n "Make sure --no-rsync option works..."
5494         $LFS_MIGRATE -y --no-rsync --invalid-opt $file1 2>&1 |
5495                 grep -q 'refusing to fall back to rsync' ||
5496                 error "rsync was called with --no-rsync set"
5497         echo "done."
5498
5499         # Ensure rsync is called without trying 'lfs migrate' first
5500         echo -n "Make sure --rsync option works..."
5501         $LFS_MIGRATE -y --rsync --invalid-opt $file1 2>&1 |
5502                 grep -q 'falling back to rsync' &&
5503                 error "lfs migrate was called with --rsync set"
5504         echo "done."
5505
5506         echo -n "Make sure --rsync and --no-rsync options are exclusive..."
5507         $LFS_MIGRATE -y --rsync --no-rsync $file1 2>&1 |
5508                 grep -q 'at the same time' ||
5509                 error "--rsync and --no-rsync accepted concurrently"
5510         echo "done."
5511
5512         # Clean up
5513         rm -f $file1
5514 }
5515 run_test 56wd "check lfs_migrate --rsync and --no-rsync work"
5516
5517 test_56x() {
5518         check_swap_layouts_support && return 0
5519         [[ $OSTCOUNT -lt 2 ]] && skip_env "needs >= 2 OSTs" && return
5520
5521         local dir=$DIR/$tdir
5522         local ref1=/etc/passwd
5523         local file1=$dir/file1
5524
5525         test_mkdir $dir || error "creating dir $dir"
5526         $LFS setstripe -c 2 $file1
5527         cp $ref1 $file1
5528         $LFS migrate -c 1 $file1 || error "migrate failed rc = $?"
5529         stripe=$($LFS getstripe -c $file1)
5530         [[ $stripe == 1 ]] || error "stripe of $file1 is $stripe != 1"
5531         cmp $file1 $ref1 || error "content mismatch $file1 differs from $ref1"
5532
5533         # clean up
5534         rm -f $file1
5535 }
5536 run_test 56x "lfs migration support"
5537
5538 test_56xa() {
5539         check_swap_layouts_support && return 0
5540         [[ $OSTCOUNT -lt 2 ]] && skip_env "needs >= 2 OSTs" && return
5541
5542         local dir=$DIR/$tdir/$testnum
5543
5544         test_mkdir -p $dir
5545
5546         local ref1=/etc/passwd
5547         local file1=$dir/file1
5548
5549         $LFS setstripe -c 2 $file1
5550         cp $ref1 $file1
5551         $LFS migrate --block -c 1 $file1 || error "migrate failed rc = $?"
5552
5553         local stripe=$($LFS getstripe -c $file1)
5554
5555         [[ $stripe == 1 ]] || error "stripe of $file1 is $stripe != 1"
5556         cmp $file1 $ref1 || error "content mismatch $file1 differs from $ref1"
5557
5558         # clean up
5559         rm -f $file1
5560 }
5561 run_test 56xa "lfs migration --block support"
5562
5563 check_migrate_links() {
5564         local dir="$1"
5565         local file1="$dir/file1"
5566         local begin="$2"
5567         local count="$3"
5568         local total_count=$(($begin + $count - 1))
5569         local symlink_count=10
5570         local uniq_count=10
5571
5572         if [ ! -f "$file1" ]; then
5573                 echo -n "creating initial file..."
5574                 $LFS setstripe -c 1 -S "512k" "$file1" ||
5575                         error "cannot setstripe initial file"
5576                 echo "done"
5577
5578                 echo -n "creating symlinks..."
5579                 for s in $(seq 1 $symlink_count); do
5580                         ln -s "$file1" "$dir/slink$s" ||
5581                                 error "cannot create symlinks"
5582                 done
5583                 echo "done"
5584
5585                 echo -n "creating nonlinked files..."
5586                 createmany -o "$dir/uniq" 1 10 &> /dev/null ||
5587                         error "cannot create nonlinked files"
5588                 echo "done"
5589         fi
5590
5591         # create hard links
5592         if [ ! -f "$dir/file$total_count" ]; then
5593                 echo -n "creating hard links $begin:$total_count..."
5594                 createmany -l"$file1" "$dir/file" "$begin" "$count" &>  \
5595                         /dev/null || error "cannot create hard links"
5596                 echo "done"
5597         fi
5598
5599         echo -n "checking number of hard links listed in xattrs..."
5600         local fid=$($LFS getstripe -F "$file1")
5601         local paths=($($LFS fid2path "$MOUNT" "$fid" 2> /dev/null))
5602
5603         echo "${#paths[*]}"
5604         if [ ${#paths[*]} -lt $total_count -a "$begin" -eq 2  ]; then
5605                         echo "hard link list has unexpected size, skipping test"
5606                         return 0
5607         fi
5608         if [ ${#paths[*]} -ge $total_count -a "$begin" -ne 2  ]; then
5609                         error "link names should exceed xattrs size"
5610         fi
5611
5612         echo -n "migrating files..."
5613         local migrate_out=$($LFS_MIGRATE -y -S '1m' $dir)
5614         local rc=$?
5615         [ $rc -eq 0 ] || error "migrate failed rc = $rc"
5616         echo "done"
5617
5618         # make sure all links have been properly migrated
5619         echo -n "verifying files..."
5620         fid=$($LFS getstripe -F "$file1") ||
5621                 error "cannot get fid for file $file1"
5622         for i in $(seq 2 $total_count); do
5623                 local fid2=$($LFS getstripe -F $dir/file$i)
5624
5625                 [ "$fid2" == "$fid" ] ||
5626                         error "migrated hard link has mismatched FID"
5627         done
5628
5629         # make sure hard links were properly detected, and migration was
5630         # performed only once for the entire link set; nonlinked files should
5631         # also be migrated
5632         local actual=$(grep -c 'done migrate' <<< "$migrate_out")
5633         local expected=$(($uniq_count + 1))
5634
5635         [ "$actual" -eq  "$expected" ] ||
5636                 error "hard links individually migrated ($actual != $expected)"
5637
5638         # make sure the correct number of hard links are present
5639         local hardlinks=$(stat -c '%h' "$file1")
5640
5641         [ $hardlinks -eq $total_count ] ||
5642                 error "num hard links $hardlinks != $total_count"
5643         echo "done"
5644
5645         return 0
5646 }
5647
5648 test_56xb() {
5649         local dir="$DIR/$tdir"
5650
5651         test_mkdir "$dir" || error "cannot create dir $dir"
5652
5653         echo "testing lfs migrate mode when all links fit within xattrs"
5654         LFS_MIGRATE_RSYNC=false check_migrate_links "$dir" 2 99
5655
5656         echo "testing rsync mode when all links fit within xattrs"
5657         LFS_MIGRATE_RSYNC=true check_migrate_links "$dir" 2 99
5658
5659         echo "testing lfs migrate mode when all links do not fit within xattrs"
5660         LFS_MIGRATE_RSYNC=false check_migrate_links "$dir" 101 100
5661
5662         echo "testing rsync mode when all links do not fit within xattrs"
5663         LFS_MIGRATE_RSYNC=true check_migrate_links "$dir" 101 100
5664
5665         # clean up
5666         rm -rf $dir
5667 }
5668 run_test 56xb "lfs migration hard link support"
5669
5670 test_56y() {
5671         [ $(lustre_version_code $SINGLEMDS) -lt $(version_code 2.4.53) ] &&
5672                 skip "No HSM $(lustre_build_version $SINGLEMDS) MDS < 2.4.53" &&
5673                 return
5674
5675         local res=""
5676         local dir=$DIR/$tdir
5677         local f1=$dir/file1
5678         local f2=$dir/file2
5679
5680         test_mkdir -p $dir || error "creating dir $dir"
5681         touch $f1 || error "creating std file $f1"
5682         $MULTIOP $f2 H2c || error "creating released file $f2"
5683
5684         # a directory can be raid0, so ask only for files
5685         res=$($LFS find $dir -L raid0 -type f | wc -l)
5686         [[ $res == 2 ]] || error "search raid0: found $res files != 2"
5687
5688         res=$($LFS find $dir \! -L raid0 -type f | wc -l)
5689         [[ $res == 0 ]] || error "search !raid0: found $res files != 0"
5690
5691         # only files can be released, so no need to force file search
5692         res=$($LFS find $dir -L released)
5693         [[ $res == $f2 ]] || error "search released: found $res != $f2"
5694
5695         res=$($LFS find $dir -type f \! -L released)
5696         [[ $res == $f1 ]] || error "search !released: found $res != $f1"
5697 }
5698 run_test 56y "lfs find -L raid0|released"
5699
5700 test_56z() { # LU-4824
5701         # This checks to make sure 'lfs find' continues after errors
5702         # There are two classes of errors that should be caught:
5703         # - If multiple paths are provided, all should be searched even if one
5704         #   errors out
5705         # - If errors are encountered during the search, it should not terminate
5706         #   early
5707         local dir=$DIR/$tdir
5708         local i
5709
5710         test_mkdir $dir
5711         for i in d{0..9}; do
5712                 test_mkdir $dir/$i
5713         done
5714         touch $dir/d{0..9}/$tfile
5715         $LFS find $DIR/non_existent_dir $dir &&
5716                 error "$LFS find did not return an error"
5717         # Make a directory unsearchable. This should NOT be the last entry in
5718         # directory order.  Arbitrarily pick the 6th entry
5719         chmod 700 $($LFS find $dir -type d | sed '6!d')
5720
5721         local count=$($RUNAS $LFS find $DIR/non_existent $dir | wc -l)
5722
5723         # The user should be able to see 10 directories and 9 files
5724         [ $count == 19 ] || error "$LFS find did not continue after error"
5725 }
5726 run_test 56z "lfs find should continue after an error"
5727
5728 test_56aa() { # LU-5937
5729         [ $MDSCOUNT -lt 2 ] && skip "needs >= 2 MDTs" && return
5730
5731         local dir=$DIR/$tdir
5732
5733         mkdir $dir
5734         $LFS setdirstripe -c$MDSCOUNT $dir/striped_dir
5735
5736         createmany -o $dir/striped_dir/${tfile}- 1024
5737         local dirs=$(lfs find --size +8k $dir/)
5738
5739         [ -n "$dirs" ] || error "lfs find --size wrong under striped dir"
5740 }
5741 run_test 56aa "lfs find --size under striped dir"
5742
5743 test_56ba() {
5744         # Create composite files with one component
5745         local dir=$DIR/$tdir
5746
5747         setup_56 $dir/1Mfiles 5 1 "--component-end 1M"
5748         # Create composite files with three components
5749         setup_56 $dir/2Mfiles 5 2 "-E 2M -E 4M -E 6M"
5750         # Create non-composite files
5751         createmany -o $dir/${tfile}- 10
5752
5753         local nfiles=$($LFS find --component-end 1M --type f $dir | wc -l)
5754
5755         [[ $nfiles == 10 ]] ||
5756                 error "lfs find -E 1M found $nfiles != 10 files"
5757
5758         nfiles=$($LFS find ! -E 1M --type f $dir | wc -l)
5759         [[ $nfiles == 25 ]] ||
5760                 error "lfs find ! -E 1M found $nfiles != 25 files"
5761
5762         # All files have a component that starts at 0
5763         nfiles=$($LFS find --component-start 0 --type f $dir | wc -l)
5764         [[ $nfiles == 35 ]] ||
5765                 error "lfs find --component-start 0 - $nfiles != 35 files"
5766
5767         nfiles=$($LFS find --component-start 2M --type f $dir | wc -l)
5768         [[ $nfiles == 15 ]] ||
5769                 error "lfs find --component-start 2M - $nfiles != 15 files"
5770
5771         # All files created here have a componenet that does not starts at 2M
5772         nfiles=$($LFS find ! --component-start 2M --type f $dir | wc -l)
5773         [[ $nfiles == 35 ]] ||
5774                 error "lfs find ! --component-start 2M - $nfiles != 35 files"
5775
5776         # Find files with a specified number of components
5777         local nfiles=$($LFS find --component-count 3 --type f $dir | wc -l)
5778         [[ $nfiles == 15 ]] ||
5779                 error "lfs find --component-count 3 - $nfiles != 15 files"
5780
5781         # Remember non-composite files have a component count of zero
5782         local nfiles=$($LFS find --component-count 0 --type f $dir | wc -l)
5783         [[ $nfiles == 10 ]] ||
5784                 error "lfs find --component-count 0 - $nfiles != 10 files"
5785
5786         nfiles=$($LFS find ! --component-count 3 --type f $dir | wc -l)
5787         [[ $nfiles == 20 ]] ||
5788                 error "lfs find ! --component-count 3 - $nfiles != 20 files"
5789
5790         # All files have a flag called "init"
5791         local nfiles=$($LFS find --component-flags init --type f $dir | wc -l)
5792         [[ $nfiles == 35 ]] ||
5793                 error "lfs find --component-flags init - $nfiles != 35 files"
5794
5795         # Multi-component files will have a component not initialized
5796         local nfiles=$($LFS find ! --component-flags init --type f $dir | wc -l)
5797         [[ $nfiles == 15 ]] ||
5798                 error "lfs find !--component-flags init - $nfiles != 15 files"
5799
5800         rm -rf $dir
5801
5802 }
5803 run_test 56ba "test lfs find --component-end, -start, -count, and -flags"
5804
5805 test_56ca() {
5806         [[ $(lustre_version_code $SINGLEMDS) -ge $(version_code 2.10.57) ]] ||
5807                 { skip "Need MDS version at least 2.10.57"; return 0; }
5808
5809         local td=$DIR/$tdir
5810         local tf=$td/$tfile
5811         local dir
5812         local nfiles
5813         local cmd
5814         local i
5815         local j
5816
5817         # create mirrored directories and mirrored files
5818         mkdir $td || error "mkdir $td failed"
5819         $LFS mirror create -N3 $td || error "create mirrored dir $td failed"
5820         createmany -o $tf- 10 || error "create $tf- failed"
5821
5822         for i in $(seq 2); do
5823                 dir=$td/dir$i
5824                 mkdir $dir || error "mkdir $dir failed"
5825                 $LFS mirror create -N$((3 + i)) $dir ||
5826                         error "create mirrored dir $dir failed"
5827                 createmany -o $dir/$tfile- 10 ||
5828                         error "create $dir/$tfile- failed"
5829         done
5830
5831         # change the states of some mirrored files
5832         echo foo > $tf-6
5833         for i in $(seq 2); do
5834                 dir=$td/dir$i
5835                 for j in $(seq 4 9); do
5836                         echo foo > $dir/$tfile-$j
5837                 done
5838         done
5839
5840         # find mirrored files with specific mirror count
5841         cmd="$LFS find --mirror-count 3 --type f $td"
5842         nfiles=$($cmd | wc -l)
5843         [[ $nfiles = 10 ]] || error "$cmd: $nfiles != 10 files"
5844
5845         cmd="$LFS find ! --mirror-count 3 --type f $td"
5846         nfiles=$($cmd | wc -l)
5847         [[ $nfiles = 20 ]] || error "$cmd: $nfiles != 20 files"
5848
5849         cmd="$LFS find --mirror-count +2 --type f $td"
5850         nfiles=$($cmd | wc -l)
5851         [[ $nfiles = 30 ]] || error "$cmd: $nfiles != 30 files"
5852
5853         cmd="$LFS find --mirror-count -6 --type f $td"
5854         nfiles=$($cmd | wc -l)
5855         [[ $nfiles = 30 ]] || error "$cmd: $nfiles != 30 files"
5856
5857         # find mirrored files with specific file state
5858         cmd="$LFS find --maxdepth 1 --mirror-state=^ro --type f $td"
5859         [[ $($cmd) = $tf-6 ]] || error "$cmd: didn't return $tf-6"
5860
5861         cmd="$LFS find --mirror-state=ro --type f $td"
5862         nfiles=$($cmd | wc -l)
5863         [[ $nfiles = 17 ]] || error "$cmd: $nfiles != 17 files"
5864
5865         cmd="$LFS find ! --mirror-state=ro --type f $td"
5866         nfiles=$($cmd | wc -l)
5867         [[ $nfiles = 13 ]] || error "$cmd: $nfiles != 13 files"
5868
5869         cmd="$LFS find --mirror-state=wp --type f $td"
5870         nfiles=$($cmd | wc -l)
5871         [[ $nfiles = 13 ]] || error "$cmd: $nfiles != 13 files"
5872
5873         cmd="$LFS find ! --mirror-state=sp --type f $td"
5874         nfiles=$($cmd | wc -l)
5875         [[ $nfiles = 30 ]] || error "$cmd: $nfiles != 30 files"
5876 }
5877 run_test 56ca "check lfs find --mirror-count|-N and --mirror-state"
5878
5879 test_57a() {
5880         [ $PARALLEL == "yes" ] && skip "skip parallel run" && return
5881         # note test will not do anything if MDS is not local
5882         if [ "$(facet_fstype $SINGLEMDS)" != ldiskfs ]; then
5883                 skip "ldiskfs only test"
5884                 return
5885         fi
5886
5887         remote_mds_nodsh && skip "remote MDS with nodsh" && return
5888         local MNTDEV="osd*.*MDT*.mntdev"
5889         DEV=$(do_facet $SINGLEMDS lctl get_param -n $MNTDEV)
5890         [ -z "$DEV" ] && error "can't access $MNTDEV"
5891         for DEV in $(do_facet $SINGLEMDS lctl get_param -n $MNTDEV); do
5892                 do_facet $SINGLEMDS $DUMPE2FS -h $DEV > $TMP/t57a.dump ||
5893                         error "can't access $DEV"
5894                 DEVISIZE=$(awk '/Inode size:/ { print $3 }' $TMP/t57a.dump)
5895                 [[ $DEVISIZE -gt 128 ]] || error "inode size $DEVISIZE"
5896                 rm $TMP/t57a.dump
5897         done
5898 }
5899 run_test 57a "verify MDS filesystem created with large inodes =="
5900
5901 test_57b() {
5902         [ $PARALLEL == "yes" ] && skip "skip parallel run" && return
5903         if [ "$(facet_fstype $SINGLEMDS)" != ldiskfs ]; then
5904                 skip "ldiskfs only test"
5905                 return
5906         fi
5907
5908         remote_mds_nodsh && skip "remote MDS with nodsh" && return
5909         local dir=$DIR/$tdir
5910
5911         local FILECOUNT=100
5912         local FILE1=$dir/f1
5913         local FILEN=$dir/f$FILECOUNT
5914
5915         rm -rf $dir || error "removing $dir"
5916         test_mkdir -c1 $dir
5917         local mdtidx=$($LFS getstripe -M $dir)
5918         local mdtname=MDT$(printf %04x $mdtidx)
5919         local facet=mds$((mdtidx + 1))
5920
5921         echo "mcreating $FILECOUNT files"
5922         createmany -m $dir/f 1 $FILECOUNT || \
5923                 error "creating files in $dir"
5924
5925         # verify that files do not have EAs yet
5926         $GETSTRIPE $FILE1 2>&1 | grep -q "no stripe" || error "$FILE1 has an EA"
5927         $GETSTRIPE $FILEN 2>&1 | grep -q "no stripe" || error "$FILEN has an EA"
5928
5929         sync
5930         sleep 1
5931         df $dir  #make sure we get new statfs data
5932         local MDSFREE=$(do_facet $facet \
5933                 lctl get_param -n osd*.*$mdtname.kbytesfree)
5934         local MDCFREE=$(lctl get_param -n mdc.*$mdtname-mdc-*.kbytesfree)
5935         echo "opening files to create objects/EAs"
5936         local FILE
5937         for FILE in `seq -f $dir/f%g 1 $FILECOUNT`; do
5938                 $OPENFILE -f O_RDWR $FILE > /dev/null 2>&1 || error "opening $FILE"
5939         done
5940
5941         # verify that files have EAs now
5942         $GETSTRIPE $FILE1 | grep -q "obdidx" || error "$FILE1 missing EA"
5943         $GETSTRIPE $FILEN | grep -q "obdidx" || error "$FILEN missing EA"
5944
5945         sleep 1  #make sure we get new statfs data
5946         df $dir
5947         local MDSFREE2=$(do_facet $facet \
5948                 lctl get_param -n osd*.*$mdtname.kbytesfree)
5949         local MDCFREE2=$(lctl get_param -n mdc.*$mdtname-mdc-*.kbytesfree)
5950         if [[ $MDCFREE2 -lt $((MDCFREE - 16)) ]]; then
5951                 if [ "$MDSFREE" != "$MDSFREE2" ]; then
5952                         error "MDC before $MDCFREE != after $MDCFREE2"
5953                 else
5954                         echo "MDC before $MDCFREE != after $MDCFREE2"
5955                         echo "unable to confirm if MDS has large inodes"
5956                 fi
5957         fi
5958         rm -rf $dir
5959 }
5960 run_test 57b "default LOV EAs are stored inside large inodes ==="
5961
5962 test_58() {
5963         [ $PARALLEL == "yes" ] && skip "skip parallel run" && return
5964         [ -z "$(which wiretest 2>/dev/null)" ] &&
5965                         skip_env "could not find wiretest" && return
5966         wiretest
5967 }
5968 run_test 58 "verify cross-platform wire constants =============="
5969
5970 test_59() {
5971         [ $PARALLEL == "yes" ] && skip "skip parallel run" && return
5972         echo "touch 130 files"
5973         createmany -o $DIR/f59- 130
5974         echo "rm 130 files"
5975         unlinkmany $DIR/f59- 130
5976         sync
5977         # wait for commitment of removal
5978         wait_delete_completed
5979 }
5980 run_test 59 "verify cancellation of llog records async ========="
5981
5982 TEST60_HEAD="test_60 run $RANDOM"
5983 test_60a() {
5984         [ $PARALLEL == "yes" ] && skip "skip parallel run" && return
5985         remote_mgs_nodsh && skip "remote MGS with nodsh" && return
5986         do_facet mgs "! which run-llog.sh &> /dev/null" &&
5987                 do_facet mgs "! ls run-llog.sh &> /dev/null" &&
5988                         skip_env "missing subtest run-llog.sh" && return
5989
5990         log "$TEST60_HEAD - from kernel mode"
5991         do_facet mgs "$LCTL set_param debug=warning; $LCTL dk > /dev/null"
5992         do_facet mgs "sh run-llog.sh" || error "run-llog.sh failed"
5993         do_facet mgs $LCTL dk > $TMP/$tfile
5994
5995         # LU-6388: test llog_reader
5996         local llog_reader=$(do_facet mgs "which llog_reader 2> /dev/null")
5997         llog_reader=${llog_reader:-$LUSTRE/utils/llog_reader}
5998         [ -z $(do_facet mgs ls -d $llog_reader 2> /dev/null) ] &&
5999                         skip_env "missing llog_reader" && return
6000         local fstype=$(facet_fstype mgs)
6001         [ $fstype != ldiskfs -a $fstype != zfs ] &&
6002                 skip_env "Only for ldiskfs or zfs type mgs" && return
6003
6004         local mntpt=$(facet_mntpt mgs)
6005         local mgsdev=$(mgsdevname 1)
6006         local fid_list
6007         local fid
6008         local rec_list
6009         local rec
6010         local rec_type
6011         local obj_file
6012         local path
6013         local seq
6014         local oid
6015         local pass=true
6016
6017         #get fid and record list
6018         fid_list=($(awk '/9_sub.*record/ { print $NF }' /$TMP/$tfile |
6019                 tail -n 4))
6020         rec_list=($(awk '/9_sub.*record/ { print $((NF-3)) }' /$TMP/$tfile |
6021                 tail -n 4))
6022         #remount mgs as ldiskfs or zfs type
6023         stop mgs || error "stop mgs failed"
6024         mount_fstype mgs || error "remount mgs failed"
6025         for ((i = 0; i < ${#fid_list[@]}; i++)); do
6026                 fid=${fid_list[i]}
6027                 rec=${rec_list[i]}
6028                 seq=$(echo $fid | awk -F ':' '{ print $1 }' | sed -e "s/^0x//g")
6029                 oid=$(echo $fid | awk -F ':' '{ print $2 }' | sed -e "s/^0x//g")
6030                 oid=$((16#$oid))
6031
6032                 case $fstype in
6033                         ldiskfs )
6034                                 obj_file=$mntpt/O/$seq/d$((oid%32))/$oid ;;
6035                         zfs )
6036                                 obj_file=$mntpt/oi.$(($((16#$seq))&127))/$fid ;;
6037                 esac
6038                 echo "obj_file is $obj_file"
6039                 do_facet mgs $llog_reader $obj_file
6040
6041                 rec_type=$(do_facet mgs $llog_reader $obj_file | grep "type=" |
6042                         awk '{ print $3 }' | sed -e "s/^type=//g")
6043                 if [ $rec_type != $rec ]; then
6044                         echo "FAILED test_60a wrong record type $rec_type," \
6045                               "should be $rec"
6046                         pass=false
6047                         break
6048                 fi
6049
6050                 #check obj path if record type is LLOG_LOGID_MAGIC
6051                 if [ "$rec" == "1064553b" ]; then
6052                         path=$(do_facet mgs $llog_reader $obj_file |
6053                                 grep "path=" | awk '{ print $NF }' |
6054                                 sed -e "s/^path=//g")
6055                         if [ $obj_file != $mntpt/$path ]; then
6056                                 echo "FAILED test_60a wrong obj path" \
6057                                       "$montpt/$path, should be $obj_file"
6058                                 pass=false
6059                                 break
6060                         fi
6061                 fi
6062         done
6063         rm -f $TMP/$tfile
6064         #restart mgs before "error", otherwise it will block the next test
6065         stop mgs || error "stop mgs failed"
6066         start mgs $(mgsdevname) $MGS_MOUNT_OPTS || error "start mgs failed"
6067         $pass || error "test failed, see FAILED test_60a messages for specifics"
6068 }
6069 run_test 60a "llog_test run from kernel module and test llog_reader"
6070
6071 test_60aa() {
6072         # test old logid format
6073         if [ $(lustre_version_code mgs) -le $(version_code 3.1.53) ]; then
6074                 do_facet mgs $LCTL dl | grep MGS
6075                 do_facet mgs "$LCTL --device %MGS llog_print \\\\\\\$$FSNAME-client" ||
6076                         error "old llog_print failed"
6077         fi
6078
6079         # test new logid format
6080         if [ $(lustre_version_code mgs) -ge $(version_code 2.9.53) ]; then
6081                 do_facet mgs "$LCTL --device MGS llog_print $FSNAME-client" ||
6082                         error "new llog_print failed"
6083         fi
6084 }
6085 run_test 60aa "llog_print works with FIDs and simple names"
6086
6087 test_60b() { # bug 6411
6088         [ $PARALLEL == "yes" ] && skip "skip parallel run" && return
6089         dmesg > $DIR/$tfile
6090         LLOG_COUNT=$(dmesg | awk "/$TEST60_HEAD/ { marker = 1; from_marker = 0; }
6091                                 /llog.test/ {
6092                                         if (marker)
6093                                                 from_marker++
6094                                         from_begin++
6095                                 }
6096                                 END {
6097                                         if (marker)
6098                                                 print from_marker
6099                                         else
6100                                                 print from_begin
6101                                 }")
6102         [[ $LLOG_COUNT -gt 100 ]] &&
6103                 error "CDEBUG_LIMIT not limiting messages ($LLOG_COUNT)" || true
6104 }
6105 run_test 60b "limit repeated messages from CERROR/CWARN ========"
6106
6107 test_60c() {
6108         [ $PARALLEL == "yes" ] && skip "skip parallel run" && return
6109         echo "create 5000 files"
6110         createmany -o $DIR/f60c- 5000
6111 #define OBD_FAIL_MDS_LLOG_CREATE_FAILED  0x137
6112         lctl set_param fail_loc=0x80000137
6113         unlinkmany $DIR/f60c- 5000
6114         lctl set_param fail_loc=0
6115 }
6116 run_test 60c "unlink file when mds full"
6117
6118 test_60d() {
6119         [ $PARALLEL == "yes" ] && skip "skip parallel run" && return
6120         SAVEPRINTK=$(lctl get_param -n printk)
6121
6122         # verify "lctl mark" is even working"
6123         MESSAGE="test message ID $RANDOM $$"
6124         $LCTL mark "$MESSAGE" || error "$LCTL mark failed"
6125         dmesg | grep -q "$MESSAGE" || error "didn't find debug marker in log"
6126
6127         lctl set_param printk=0 || error "set lnet.printk failed"
6128         lctl get_param -n printk | grep emerg || error "lnet.printk dropped emerg"
6129         MESSAGE="new test message ID $RANDOM $$"
6130         # Assume here that libcfs_debug_mark_buffer() uses D_WARNING
6131         $LCTL mark "$MESSAGE" || error "$LCTL mark failed"
6132         dmesg | grep -q "$MESSAGE" && error "D_WARNING wasn't masked" || true
6133
6134         lctl set_param -n printk="$SAVEPRINTK"
6135 }
6136 run_test 60d "test printk console message masking"
6137
6138 test_60e() {
6139         [ $PARALLEL == "yes" ] && skip "skip parallel run" && return
6140         remote_mds_nodsh && skip "remote MDS with nodsh" && return
6141         touch $DIR/$tfile
6142 #define OBD_FAIL_MDS_LLOG_CREATE_FAILED2  0x15b
6143         do_facet mds1 lctl set_param fail_loc=0x15b
6144         rm $DIR/$tfile
6145 }
6146 run_test 60e "no space while new llog is being created"
6147
6148 test_61() {
6149         [ $PARALLEL == "yes" ] && skip "skip parallel run" && return
6150         f="$DIR/f61"
6151         dd if=/dev/zero of=$f bs=$(page_size) count=1 || error "dd $f failed"
6152         cancel_lru_locks osc
6153         $MULTIOP $f OSMWUc || error "$MULTIOP $f failed"
6154         sync
6155 }
6156 run_test 61 "mmap() writes don't make sync hang ================"
6157
6158 # bug 2330 - insufficient obd_match error checking causes LBUG
6159 test_62() {
6160         [ $PARALLEL == "yes" ] && skip "skip parallel run" && return
6161         f="$DIR/f62"
6162         echo foo > $f
6163         cancel_lru_locks osc
6164         lctl set_param fail_loc=0x405
6165         cat $f && error "cat succeeded, expect -EIO"
6166         lctl set_param fail_loc=0
6167 }
6168 # This test is now irrelevant (as of bug 10718 inclusion), we no longer
6169 # match every page all of the time.
6170 #run_test 62 "verify obd_match failure doesn't LBUG (should -EIO)"
6171
6172 # bug 2319 - oig_wait() interrupted causes crash because of invalid waitq.
6173 # Though this test is irrelevant anymore, it helped to reveal some
6174 # other grant bugs (LU-4482), let's keep it.
6175 test_63a() {   # was test_63
6176         [ $PARALLEL == "yes" ] && skip "skip parallel run" && return
6177         MAX_DIRTY_MB=`lctl get_param -n osc.*.max_dirty_mb | head -n 1`
6178         for i in `seq 10` ; do
6179                 dd if=/dev/zero of=$DIR/f63 bs=8k &
6180                 sleep 5
6181                 kill $!
6182                 sleep 1
6183         done
6184
6185         rm -f $DIR/f63 || true
6186 }
6187 run_test 63a "Verify oig_wait interruption does not crash ======="
6188
6189 # bug 2248 - async write errors didn't return to application on sync
6190 # bug 3677 - async write errors left page locked
6191 test_63b() {
6192         [ $PARALLEL == "yes" ] && skip "skip parallel run" && return
6193         debugsave
6194         lctl set_param debug=-1
6195
6196         # ensure we have a grant to do async writes
6197         dd if=/dev/zero of=$DIR/$tfile bs=4k count=1
6198         rm $DIR/$tfile
6199
6200         sync    # sync lest earlier test intercept the fail_loc
6201
6202         #define OBD_FAIL_OSC_BRW_PREP_REQ        0x406
6203         lctl set_param fail_loc=0x80000406
6204         $MULTIOP $DIR/$tfile Owy && \
6205                 error "sync didn't return ENOMEM"
6206         sync; sleep 2; sync     # do a real sync this time to flush page
6207         lctl get_param -n llite.*.dump_page_cache | grep locked && \
6208                 error "locked page left in cache after async error" || true
6209         debugrestore
6210 }
6211 run_test 63b "async write errors should be returned to fsync ==="
6212
6213 test_64a () {
6214         [ $PARALLEL == "yes" ] && skip "skip parallel run" && return
6215         df $DIR
6216         lctl get_param -n osc.*[oO][sS][cC][_-]*.cur* | grep "[0-9]"
6217 }
6218 run_test 64a "verify filter grant calculations (in kernel) ====="
6219
6220 test_64b () {
6221         [ $PARALLEL == "yes" ] && skip "skip parallel run" && return
6222         sh oos.sh $MOUNT || error "oos.sh failed: $?"
6223 }
6224 run_test 64b "check out-of-space detection on client"
6225
6226 test_64c() {
6227         $LCTL set_param osc.*OST0000-osc-[^mM]*.cur_grant_bytes=0
6228 }
6229 run_test 64c "verify grant shrink"
6230
6231 # this does exactly what osc_request.c:osc_announce_cached() does in
6232 # order to calculate max amount of grants to ask from server
6233 want_grant() {
6234         local tgt=$1
6235
6236         local page_size=$(get_page_size client)
6237
6238         local nrpages=$($LCTL get_param -n osc.${tgt}.max_pages_per_rpc)
6239         local rpc_in_flight=$($LCTL get_param -n osc.${tgt}.max_rpcs_in_flight)
6240
6241         ((rpc_in_flight ++));
6242         nrpages=$((nrpages * rpc_in_flight))
6243
6244         local dirty_max_pages=$($LCTL get_param -n osc.${tgt}.max_dirty_mb)
6245
6246         dirty_max_pages=$((dirty_max_pages * 1024 * 1024 / page_size))
6247
6248         [[ $dirty_max_pages -gt $nrpages ]] && nrpages=$dirty_max_pages
6249         local undirty=$((nrpages * page_size))
6250
6251         local max_extent_pages
6252         max_extent_pages=$($LCTL get_param osc.${tgt}.import |
6253             grep grant_max_extent_size | awk '{print $2}')
6254         max_extent_pages=$((max_extent_pages / page_size))
6255         local nrextents=$(((nrpages + max_extent_pages - 1) / max_extent_pages))
6256         local grant_extent_tax
6257         grant_extent_tax=$($LCTL get_param osc.${tgt}.import |
6258             grep grant_extent_tax | awk '{print $2}')
6259
6260         undirty=$((undirty + nrextents * grant_extent_tax))
6261
6262         echo $undirty
6263 }
6264
6265 # this is size of unit for grant allocation. It should be equal to
6266 # what tgt_grant.c:tgt_grant_chunk() calculates
6267 grant_chunk() {
6268         local tgt=$1
6269         local max_brw_size
6270         local grant_extent_tax
6271
6272         max_brw_size=$($LCTL get_param osc.${tgt}.import |
6273             grep max_brw_size | awk '{print $2}')
6274
6275         grant_extent_tax=$($LCTL get_param osc.${tgt}.import |
6276             grep grant_extent_tax | awk '{print $2}')
6277
6278         echo $(((max_brw_size + grant_extent_tax) * 2))
6279 }
6280
6281 test_64d() {
6282         [ $(lustre_version_code ost1) -lt $(version_code 2.10.56) ] &&
6283                 skip "OST < 2.10.55 doesn't limit grants enough" && return 0
6284
6285         local tgt=$($LCTL dl | grep "0000-osc-[^mM]" | awk '{print $4}')
6286
6287         [[ $($LCTL get_param osc.${tgt}.import |
6288                     grep "connect_flags:.*grant_param") ]] || \
6289                         { skip "no grant_param connect flag"; return; }
6290
6291         local olddebug=$($LCTL get_param -n debug 2> /dev/null)
6292
6293         $LCTL set_param debug="$OLDDEBUG" 2> /dev/null || true
6294
6295         local max_cur_granted=$(($(want_grant $tgt) + $(grant_chunk $tgt)))
6296
6297         $SETSTRIPE $DIR/$tfile -i 0 -c 1
6298         dd if=/dev/zero of=$DIR/$tfile bs=1M count=1000 &
6299         ddpid=$!
6300
6301         while true
6302         do
6303                 local cur_grant=$($LCTL get_param -n osc.${tgt}.cur_grant_bytes)
6304                 if [[ $cur_grant -gt $max_cur_granted ]]
6305                 then
6306                         kill $ddpid
6307                         error "cur_grant $cur_grant > $max_cur_granted"
6308                 fi
6309                 kill -0 $ddpid
6310                 [[ $? -ne 0 ]] && break;
6311                 sleep 2
6312         done
6313
6314         rm -f $DIR/$tfile
6315         wait_delete_completed
6316         $LCTL set_param debug="$olddebug" 2> /dev/null || true
6317 }
6318 run_test 64d "check grant limit exceed"
6319
6320 # bug 1414 - set/get directories' stripe info
6321 test_65a() {
6322         [ $PARALLEL == "yes" ] && skip "skip parallel run" && return
6323         test_mkdir $DIR/$tdir
6324         touch $DIR/$tdir/f1
6325         $LVERIFY $DIR/$tdir $DIR/$tdir/f1 || error "lverify failed"
6326 }
6327 run_test 65a "directory with no stripe info"
6328
6329 test_65b() {
6330         [ $PARALLEL == "yes" ] && skip "skip parallel run" && return
6331         test_mkdir $DIR/$tdir
6332         local STRIPESIZE=$($GETSTRIPE -S $DIR/$tdir)
6333
6334         $SETSTRIPE -S $((STRIPESIZE * 2)) -i 0 -c 1 $DIR/$tdir ||
6335                                                 error "setstripe"
6336         touch $DIR/$tdir/f2
6337         $LVERIFY $DIR/$tdir $DIR/$tdir/f2 || error "lverify failed"
6338 }
6339 run_test 65b "directory setstripe -S stripe_size*2 -i 0 -c 1"
6340
6341 test_65c() {
6342         [ $PARALLEL == "yes" ] && skip "skip parallel run" && return
6343         [ $OSTCOUNT -lt 2 ] && skip "need at least 2 OSTs" && return
6344         test_mkdir $DIR/$tdir
6345         local stripesize=$($GETSTRIPE -S $DIR/$tdir)
6346
6347         $LFS setstripe -S $((stripesize * 4)) -i 1 \
6348                 -c $((OSTCOUNT - 1)) $DIR/$tdir || error "setstripe"
6349         touch $DIR/$tdir/f3
6350         $LVERIFY $DIR/$tdir $DIR/$tdir/f3 || error "lverify failed"
6351 }
6352 run_test 65c "directory setstripe -S stripe_size*4 -i 1 -c $((OSTCOUNT-1))"
6353
6354 test_65d() {
6355         [ $PARALLEL == "yes" ] && skip "skip parallel run" && return
6356         test_mkdir $DIR/$tdir
6357         local STRIPECOUNT=$($GETSTRIPE -c $DIR/$tdir)
6358         local STRIPESIZE=$($GETSTRIPE -S $DIR/$tdir)
6359
6360         if [[ $STRIPECOUNT -le 0 ]]; then
6361                 sc=1
6362         elif [[ $STRIPECOUNT -gt 2000 ]]; then
6363 #LOV_MAX_STRIPE_COUNT is 2000
6364                 [[ $OSTCOUNT -gt 2000 ]] && sc=2000 || sc=$(($OSTCOUNT - 1))
6365         else
6366                 sc=$(($STRIPECOUNT - 1))
6367         fi
6368         $SETSTRIPE -S $STRIPESIZE -c $sc $DIR/$tdir || error "setstripe"
6369         touch $DIR/$tdir/f4 $DIR/$tdir/f5
6370         $LVERIFY $DIR/$tdir $DIR/$tdir/f4 $DIR/$tdir/f5 ||
6371                 error "lverify failed"
6372 }
6373 run_test 65d "directory setstripe -S stripe_size -c stripe_count"
6374
6375 test_65e() {
6376         [ $PARALLEL == "yes" ] && skip "skip parallel run" && return
6377         test_mkdir $DIR/$tdir
6378
6379         $SETSTRIPE $DIR/$tdir || error "setstripe"
6380         $GETSTRIPE -v $DIR/$tdir | grep "Default" ||
6381                                         error "no stripe info failed"
6382         touch $DIR/$tdir/f6
6383         $LVERIFY $DIR/$tdir $DIR/$tdir/f6 || error "lverify failed"
6384 }
6385 run_test 65e "directory setstripe defaults"
6386
6387 test_65f() {
6388         [ $PARALLEL == "yes" ] && skip "skip parallel run" && return
6389         test_mkdir $DIR/${tdir}f
6390         $RUNAS $SETSTRIPE $DIR/${tdir}f && error "setstripe succeeded" || true
6391 }
6392 run_test 65f "dir setstripe permission (should return error) ==="
6393
6394 test_65g() {
6395         [ $PARALLEL == "yes" ] && skip "skip parallel run" && return
6396         test_mkdir $DIR/$tdir
6397         local STRIPESIZE=$($GETSTRIPE -S $DIR/$tdir)
6398
6399         $LFS setstripe -S $((STRIPESIZE * 2)) -i 0 -c 1 $DIR/$tdir ||
6400                 error "setstripe -S failed"
6401         $LFS setstripe -d $DIR/$tdir || error "setstripe -d failed"
6402         $LFS getstripe -v $DIR/$tdir | grep "Default" ||
6403                 error "delete default stripe failed"
6404 }
6405 run_test 65g "directory setstripe -d"
6406
6407 test_65h() {
6408         [ $PARALLEL == "yes" ] && skip "skip parallel run" && return
6409         test_mkdir $DIR/$tdir
6410         local STRIPESIZE=$($GETSTRIPE -S $DIR/$tdir)
6411
6412         $LFS setstripe -S $((STRIPESIZE * 2)) -i 0 -c 1 $DIR/$tdir ||
6413                 error "setstripe -S failed"
6414         test_mkdir $DIR/$tdir/dd1
6415         [ $($LFS getstripe -c $DIR/$tdir) = $($GETSTRIPE -c $DIR/$tdir/dd1) ] ||
6416                 error "stripe info inherit failed"
6417 }
6418 run_test 65h "directory stripe info inherit ===================="
6419
6420 test_65i() {
6421         [ $PARALLEL == "yes" ] && skip "skip parallel run" && return
6422
6423         save_layout_restore_at_exit $MOUNT
6424
6425         # bug6367: set non-default striping on root directory
6426         $LFS setstripe -S 65536 -c -1 $MOUNT || error "error setting stripe"
6427
6428         # bug12836: getstripe on -1 default directory striping
6429         $LFS getstripe $MOUNT || error "getstripe $MOUNT failed"
6430
6431         # bug12836: getstripe -v on -1 default directory striping
6432         $LFS getstripe -v $MOUNT || error "getstripe -v $MOUNT failed"
6433
6434         # bug12836: new find on -1 default directory striping
6435         $LFS find -mtime -1 $MOUNT > /dev/null || error "find $MOUNT failed"
6436 }
6437 run_test 65i "various tests to set root directory striping"
6438
6439 test_65j() { # bug6367
6440         [ $PARALLEL == "yes" ] && skip "skip parallel run" && return
6441
6442         sync; sleep 1
6443
6444         # if we aren't already remounting for each test, do so for this test
6445         if [ "$CLEANUP" = ":" -a "$I_MOUNTED" = "yes" ]; then
6446                 cleanup || error "failed to unmount"
6447                 setup
6448         fi
6449
6450         save_layout_restore_at_exit $MOUNT
6451
6452         $SETSTRIPE -d $MOUNT || error "setstripe failed"
6453 }
6454 run_test 65j "set default striping on root directory (bug 6367)="
6455
6456 cleaup_65k() {
6457         rm -rf $DIR/$tdir
6458         wait_delete_completed
6459         do_facet $SINGLEMDS "lctl set_param -n \
6460                 osp.$ost*MDT0000.max_create_count=$max_count"
6461         do_facet $SINGLEMDS "lctl set_param -n \
6462                 osp.$ost*MDT0000.create_count=$count"
6463         do_facet $SINGLEMDS lctl --device  %$INACTIVE_OSC activate
6464         echo $INACTIVE_OSC "is Activate"
6465
6466         wait_osc_import_state mds ost$ostnum FULL
6467 }
6468
6469 test_65k() { # bug11679
6470         [ $PARALLEL == "yes" ] && skip "skip parallel run" && return
6471         [[ $OSTCOUNT -lt 2 ]] && skip_env "needs >= 2 OSTs" && return
6472         remote_mds_nodsh && skip "remote MDS with nodsh" && return
6473
6474         local disable_precreate=true
6475         [ $(lustre_version_code $SINGLEMDS) -le $(version_code 2.8.54) ] &&
6476                 disable_precreate=false
6477
6478         echo "Check OST status: "
6479         local MDS_OSCS=$(do_facet $SINGLEMDS lctl dl |
6480                 awk '/[oO][sS][cC].*md[ts]/ { print $4 }')
6481
6482         for OSC in $MDS_OSCS; do
6483                 echo $OSC "is active"
6484                 do_facet $SINGLEMDS lctl --device %$OSC activate
6485         done
6486
6487         for INACTIVE_OSC in $MDS_OSCS; do
6488                 local ost=$(osc_to_ost $INACTIVE_OSC)
6489                 local ostnum=$(do_facet $SINGLEMDS lctl get_param -n \
6490                                lov.*md*.target_obd |
6491                                awk -F: /$ost/'{ print $1 }' | head -n 1)
6492
6493                 mkdir -p $DIR/$tdir
6494                 $SETSTRIPE -i $ostnum -c 1 $DIR/$tdir
6495                 createmany -o $DIR/$tdir/$tfile.$ostnum. 1000
6496
6497                 echo "Deactivate: " $INACTIVE_OSC
6498                 do_facet $SINGLEMDS lctl --device %$INACTIVE_OSC deactivate
6499
6500                 local count=$(do_facet $SINGLEMDS "lctl get_param -n \
6501                               osp.$ost*MDT0000.create_count")
6502                 local max_count=$(do_facet $SINGLEMDS "lctl get_param -n \
6503                                   osp.$ost*MDT0000.max_create_count")
6504                 $disable_precreate &&
6505                         do_facet $SINGLEMDS "lctl set_param -n \
6506                                 osp.$ost*MDT0000.max_create_count=0"
6507
6508                 for idx in $(seq 0 $((OSTCOUNT - 1))); do
6509                         [ -f $DIR/$tdir/$idx ] && continue
6510                         echo "$SETSTRIPE -i $idx -c 1 $DIR/$tdir/$idx"
6511                         $SETSTRIPE -i $idx -c 1 $DIR/$tdir/$idx ||
6512                                 { cleanup_65k;
6513                                   error "setstripe $idx should succeed"; }
6514                         rm -f $DIR/$tdir/$idx || error "rm $idx failed"
6515                 done
6516                 unlinkmany $DIR/$tdir/$tfile.$ostnum. 1000
6517                 rmdir $DIR/$tdir
6518
6519                 do_facet $SINGLEMDS "lctl set_param -n \
6520                         osp.$ost*MDT0000.max_create_count=$max_count"
6521                 do_facet $SINGLEMDS "lctl set_param -n \
6522                         osp.$ost*MDT0000.create_count=$count"
6523                 do_facet $SINGLEMDS lctl --device  %$INACTIVE_OSC activate
6524                 echo $INACTIVE_OSC "is Activate"
6525
6526                 wait_osc_import_state mds ost$ostnum FULL
6527         done
6528 }
6529 run_test 65k "validate manual striping works properly with deactivated OSCs"
6530
6531 test_65l() { # bug 12836
6532         [ $PARALLEL == "yes" ] && skip "skip parallel run" && return
6533         test_mkdir -p $DIR/$tdir/test_dir
6534         $SETSTRIPE -c -1 $DIR/$tdir/test_dir
6535         $LFS find -mtime -1 $DIR/$tdir >/dev/null
6536 }
6537 run_test 65l "lfs find on -1 stripe dir ========================"
6538
6539 test_65m() {
6540         local layout=$(save_layout $MOUNT)
6541         $RUNAS $SETSTRIPE -c 2 $MOUNT && {
6542                 restore_layout $MOUNT $layout
6543                 error "setstripe should fail by non-root users"
6544         }
6545         true
6546 }
6547 run_test 65m "normal user can't set filesystem default stripe"
6548
6549 # bug 2543 - update blocks count on client
6550 test_66() {
6551         [ $PARALLEL == "yes" ] && skip "skip parallel run" && return
6552         COUNT=${COUNT:-8}
6553         dd if=/dev/zero of=$DIR/f66 bs=1k count=$COUNT
6554         sync; sync_all_data; sync; sync_all_data
6555         cancel_lru_locks osc
6556         BLOCKS=`ls -s $DIR/f66 | awk '{ print $1 }'`
6557         [ $BLOCKS -ge $COUNT ] || error "$DIR/f66 blocks $BLOCKS < $COUNT"
6558 }
6559 run_test 66 "update inode blocks count on client ==============="
6560
6561 meminfo() {
6562         awk '($1 == "'$1':") { print $2 }' /proc/meminfo
6563 }
6564
6565 swap_used() {
6566         swapon -s | awk '($1 == "'$1'") { print $4 }'
6567 }
6568
6569 # bug5265, obdfilter oa2dentry return -ENOENT
6570 # #define OBD_FAIL_SRV_ENOENT 0x217
6571 test_69() {
6572         [ $PARALLEL == "yes" ] && skip "skip parallel run" && return
6573         remote_ost_nodsh && skip "remote OST with nodsh" && return
6574
6575         f="$DIR/$tfile"
6576         $SETSTRIPE -c 1 -i 0 $f
6577
6578         $DIRECTIO write ${f}.2 0 1 || error "directio write error"
6579
6580         do_facet ost1 lctl set_param fail_loc=0x217
6581         $TRUNCATE $f 1 # vmtruncate() will ignore truncate() error.
6582         $DIRECTIO write $f 0 2 && error "write succeeded, expect -ENOENT"
6583
6584         do_facet ost1 lctl set_param fail_loc=0
6585         $DIRECTIO write $f 0 2 || error "write error"
6586
6587         cancel_lru_locks osc
6588         $DIRECTIO read $f 0 1 || error "read error"
6589
6590         do_facet ost1 lctl set_param fail_loc=0x217
6591         $DIRECTIO read $f 1 1 && error "read succeeded, expect -ENOENT"
6592
6593         do_facet ost1 lctl set_param fail_loc=0
6594         rm -f $f
6595 }
6596 run_test 69 "verify oa2dentry return -ENOENT doesn't LBUG ======"
6597
6598 test_71() {
6599         test_mkdir $DIR/$tdir
6600         $LFS setdirstripe -D -c$MDSCOUNT $DIR/$tdir
6601         sh rundbench -C -D $DIR/$tdir 2 || error "dbench failed!"
6602 }
6603 run_test 71 "Running dbench on lustre (don't segment fault) ===="
6604
6605 test_72a() { # bug 5695 - Test that on 2.6 remove_suid works properly
6606         [ $PARALLEL == "yes" ] && skip "skip parallel run" && return
6607         [ "$RUNAS_ID" = "$UID" ] &&
6608                 skip_env "RUNAS_ID = UID = $UID -- skipping" && return
6609
6610         # Check that testing environment is properly set up. Skip if not
6611         FAIL_ON_ERROR=false check_runas_id_ret $RUNAS_ID $RUNAS_GID $RUNAS || {
6612                 skip_env "User $RUNAS_ID does not exist - skipping"
6613                 return 0
6614         }
6615         touch $DIR/$tfile
6616         chmod 777 $DIR/$tfile
6617         chmod ug+s $DIR/$tfile
6618         $RUNAS dd if=/dev/zero of=$DIR/$tfile bs=512 count=1 ||
6619                 error "$RUNAS dd $DIR/$tfile failed"
6620         # See if we are still setuid/sgid
6621         test -u $DIR/$tfile -o -g $DIR/$tfile &&
6622                 error "S/gid is not dropped on write"
6623         # Now test that MDS is updated too
6624         cancel_lru_locks mdc
6625         test -u $DIR/$tfile -o -g $DIR/$tfile &&
6626                 error "S/gid is not dropped on MDS"
6627         rm -f $DIR/$tfile
6628 }
6629 run_test 72a "Test that remove suid works properly (bug5695) ===="
6630
6631 test_72b() { # bug 24226 -- keep mode setting when size is not changing
6632         local perm
6633
6634         [ "$RUNAS_ID" = "$UID" ] && \
6635                 skip_env "RUNAS_ID = UID = $UID -- skipping" && return
6636         [ "$RUNAS_ID" -eq 0 ] && \
6637                 skip_env "RUNAS_ID = 0 -- skipping" && return
6638
6639         [ $PARALLEL == "yes" ] && skip "skip parallel run" && return
6640         # Check that testing environment is properly set up. Skip if not
6641         FAIL_ON_ERROR=false check_runas_id_ret $RUNAS_ID $RUNAS_ID $RUNAS || {
6642                 skip_env "User $RUNAS_ID does not exist - skipping"
6643                 return 0
6644         }
6645         touch $DIR/${tfile}-f{g,u}
6646         test_mkdir $DIR/${tfile}-dg
6647         test_mkdir $DIR/${tfile}-du
6648         chmod 770 $DIR/${tfile}-{f,d}{g,u}
6649         chmod g+s $DIR/${tfile}-{f,d}g
6650         chmod u+s $DIR/${tfile}-{f,d}u
6651         for perm in 777 2777 4777; do
6652                 $RUNAS chmod $perm $DIR/${tfile}-fg && error "S/gid file allowed improper chmod to $perm"
6653                 $RUNAS chmod $perm $DIR/${tfile}-fu && error "S/uid file allowed improper chmod to $perm"
6654                 $RUNAS chmod $perm $DIR/${tfile}-dg && error "S/gid dir allowed improper chmod to $perm"
6655                 $RUNAS chmod $perm $DIR/${tfile}-du && error "S/uid dir allowed improper chmod to $perm"
6656         done
6657         true
6658 }
6659 run_test 72b "Test that we keep mode setting if without file data changed (bug 24226)"
6660
6661 # bug 3462 - multiple simultaneous MDC requests
6662 test_73() {
6663         [ $PARALLEL == "yes" ] && skip "skip parallel run" && return
6664         test_mkdir $DIR/d73-1
6665         test_mkdir $DIR/d73-2
6666         multiop_bg_pause $DIR/d73-1/f73-1 O_c || return 1
6667         pid1=$!
6668
6669         lctl set_param fail_loc=0x80000129
6670         $MULTIOP $DIR/d73-1/f73-2 Oc &
6671         sleep 1
6672         lctl set_param fail_loc=0
6673
6674         $MULTIOP $DIR/d73-2/f73-3 Oc &
6675         pid3=$!
6676
6677         kill -USR1 $pid1
6678         wait $pid1 || return 1
6679
6680         sleep 25
6681
6682         $CHECKSTAT -t file $DIR/d73-1/f73-1 || return 4
6683         $CHECKSTAT -t file $DIR/d73-1/f73-2 || return 5
6684         $CHECKSTAT -t file $DIR/d73-2/f73-3 || return 6
6685
6686         rm -rf $DIR/d73-*
6687 }
6688 run_test 73 "multiple MDC requests (should not deadlock)"
6689
6690 test_74a() { # bug 6149, 6184
6691         [ $PARALLEL == "yes" ] && skip "skip parallel run" && return
6692         #define OBD_FAIL_LDLM_ENQUEUE_OLD_EXPORT 0x30e
6693         #
6694         # very important to OR with OBD_FAIL_ONCE (0x80000000) -- otherwise it
6695         # will spin in a tight reconnection loop
6696         touch $DIR/f74a
6697         $LCTL set_param fail_loc=0x8000030e
6698         # get any lock that won't be difficult - lookup works.
6699         ls $DIR/f74a
6700         $LCTL set_param fail_loc=0
6701         rm -f $DIR/f74a
6702         true
6703 }
6704 run_test 74a "ldlm_enqueue freed-export error path, ls (shouldn't LBUG)"
6705
6706 test_74b() { # bug 13310
6707         [ $PARALLEL == "yes" ] && skip "skip parallel run" && return
6708         #define OBD_FAIL_LDLM_ENQUEUE_OLD_EXPORT 0x30e
6709         #
6710         # very important to OR with OBD_FAIL_ONCE (0x80000000) -- otherwise it
6711         # will spin in a tight reconnection loop
6712         $LCTL set_param fail_loc=0x8000030e
6713         # get a "difficult" lock
6714         touch $DIR/f74b
6715         $LCTL set_param fail_loc=0
6716         rm -f $DIR/f74b
6717         true
6718 }
6719 run_test 74b "ldlm_enqueue freed-export error path, touch (shouldn't LBUG)"
6720
6721 test_74c() {
6722         [ $PARALLEL == "yes" ] && skip "skip parallel run" && return
6723         #define OBD_FAIL_LDLM_NEW_LOCK
6724         $LCTL set_param fail_loc=0x319
6725         touch $DIR/$tfile && error "touch successful"
6726         $LCTL set_param fail_loc=0
6727         true
6728 }
6729 run_test 74c "ldlm_lock_create error path, (shouldn't LBUG)"
6730
6731 num_inodes() {
6732         awk '/lustre_inode_cache/ {print $2; exit}' /proc/slabinfo
6733 }
6734
6735 test_76() { # Now for bug 20433, added originally in bug 1443
6736         [ $PARALLEL == "yes" ] && skip "skip parallel run" && return
6737         local CPUS=$(getconf _NPROCESSORS_ONLN 2>/dev/null)
6738         cancel_lru_locks osc
6739         BEFORE_INODES=$(num_inodes)
6740         echo "before inodes: $BEFORE_INODES"
6741         local COUNT=1000
6742         [ "$SLOW" = "no" ] && COUNT=100
6743         for i in $(seq $COUNT); do
6744                 touch $DIR/$tfile
6745                 rm -f $DIR/$tfile
6746         done
6747         cancel_lru_locks osc
6748         AFTER_INODES=$(num_inodes)
6749         echo "after inodes: $AFTER_INODES"
6750         local wait=0
6751         while [[ $((AFTER_INODES-1*${CPUS:-1})) -gt $BEFORE_INODES ]]; do
6752                 sleep 2
6753                 AFTER_INODES=$(num_inodes)
6754                 wait=$((wait+2))
6755                 echo "wait $wait seconds inodes: $AFTER_INODES"
6756                 if [ $wait -gt 30 ]; then
6757                         error "inode slab grew from $BEFORE_INODES to $AFTER_INODES"
6758                 fi
6759         done
6760 }
6761 run_test 76 "confirm clients recycle inodes properly ===="
6762
6763
6764 export ORIG_CSUM=""
6765 set_checksums()
6766 {
6767         # Note: in sptlrpc modes which enable its own bulk checksum, the
6768         # original crc32_le bulk checksum will be automatically disabled,
6769         # and the OBD_FAIL_OSC_CHECKSUM_SEND/OBD_FAIL_OSC_CHECKSUM_RECEIVE
6770         # will be checked by sptlrpc code against sptlrpc bulk checksum.
6771         # In this case set_checksums() will not be no-op, because sptlrpc
6772         # bulk checksum will be enabled all through the test.
6773
6774         [ "$ORIG_CSUM" ] || ORIG_CSUM=`lctl get_param -n osc.*.checksums | head -n1`
6775         lctl set_param -n osc.*.checksums $1
6776         return 0
6777 }
6778
6779 export ORIG_CSUM_TYPE="`lctl get_param -n osc.*osc-[^mM]*.checksum_type |
6780                         sed 's/.*\[\(.*\)\].*/\1/g' | head -n1`"
6781 CKSUM_TYPES=${CKSUM_TYPES:-"crc32 adler"}
6782 [ "$ORIG_CSUM_TYPE" = "crc32c" ] && CKSUM_TYPES="$CKSUM_TYPES crc32c"
6783 set_checksum_type()
6784 {
6785         lctl set_param -n osc.*osc-[^mM]*.checksum_type $1
6786         log "set checksum type to $1"
6787         return 0
6788 }
6789 F77_TMP=$TMP/f77-temp
6790 F77SZ=8
6791 setup_f77() {
6792         dd if=/dev/urandom of=$F77_TMP bs=1M count=$F77SZ || \
6793                 error "error writing to $F77_TMP"
6794 }
6795
6796 test_77a() { # bug 10889
6797         [ $PARALLEL == "yes" ] && skip "skip parallel run" && return
6798         $GSS && skip "could not run with gss" && return
6799         [ ! -f $F77_TMP ] && setup_f77
6800         set_checksums 1
6801         dd if=$F77_TMP of=$DIR/$tfile bs=1M count=$F77SZ || error "dd error"
6802         set_checksums 0
6803         rm -f $DIR/$tfile
6804 }
6805 run_test 77a "normal checksum read/write operation"
6806
6807 test_77b() { # bug 10889
6808         [ $PARALLEL == "yes" ] && skip "skip parallel run" && return
6809         $GSS && skip "could not run with gss" && return
6810         [ ! -f $F77_TMP ] && setup_f77
6811         #define OBD_FAIL_OSC_CHECKSUM_SEND       0x409
6812         $LCTL set_param fail_loc=0x80000409
6813         set_checksums 1
6814
6815         dd if=$F77_TMP of=$DIR/$tfile bs=1M count=$F77SZ conv=sync ||
6816                 error "dd error: $?"
6817         $LCTL set_param fail_loc=0
6818
6819         for algo in $CKSUM_TYPES; do
6820                 cancel_lru_locks osc
6821                 set_checksum_type $algo
6822                 #define OBD_FAIL_OSC_CHECKSUM_RECEIVE    0x408
6823                 $LCTL set_param fail_loc=0x80000408
6824                 cmp $F77_TMP $DIR/$tfile || error "file compare failed"
6825                 $LCTL set_param fail_loc=0
6826         done
6827         set_checksums 0
6828         set_checksum_type $ORIG_CSUM_TYPE
6829         rm -f $DIR/$tfile
6830 }
6831 run_test 77b "checksum error on client write, read"
6832
6833 cleanup_77c() {
6834         trap 0
6835         set_checksums 0
6836         $LCTL set_param osc.*osc-[^mM]*.checksum_dump=0
6837         $check_ost &&
6838                 do_facet ost1 $LCTL set_param obdfilter.*-OST*.checksum_dump=0
6839         [ -n $osc_file_prefix ] && rm -f ${osc_file_prefix}*
6840         $check_ost && [ -n $ost_file_prefix ] &&
6841                 do_facet ost1 rm -f ${ost_file_prefix}\*
6842 }
6843
6844 test_77c() {
6845         [ $PARALLEL == "yes" ] && skip "skip parallel run" && return
6846         $GSS && skip "could not run with gss" && return
6847
6848         local bad1
6849         local osc_file_prefix
6850         local osc_file
6851         local check_ost=false
6852         local ost_file_prefix
6853         local ost_file
6854         local orig_cksum
6855         local dump_cksum
6856         local fid
6857
6858         # ensure corruption will occur on first OSS/OST
6859         $LFS setstripe -i 0 $DIR/$tfile
6860
6861         [ ! -f $F77_TMP ] && setup_f77
6862         dd if=$F77_TMP of=$DIR/$tfile bs=1M count=$F77SZ conv=sync ||
6863                 error "dd write error: $?"
6864         fid=$($LFS path2fid $DIR/$tfile)
6865
6866         if [ $(lustre_version_code ost1) -ge $(version_code 2.9.57) ]
6867         then
6868                 check_ost=true
6869                 ost_file_prefix=$(do_facet ost1 $LCTL get_param -n debug_path)
6870                 ost_file_prefix=${ost_file_prefix}-checksum_dump-ost-\\${fid}
6871         else
6872                 echo "OSS do not support bulk pages dump upon error"
6873         fi
6874
6875         osc_file_prefix=$($LCTL get_param -n debug_path)
6876         osc_file_prefix=${osc_file_prefix}-checksum_dump-osc-\\${fid}
6877
6878         trap cleanup_77c EXIT
6879
6880         set_checksums 1
6881         # enable bulk pages dump upon error on Client
6882         $LCTL set_param osc.*osc-[^mM]*.checksum_dump=1
6883         # enable bulk pages dump upon error on OSS
6884         $check_ost &&
6885                 do_facet ost1 $LCTL set_param obdfilter.*-OST*.checksum_dump=1
6886
6887         # flush Client cache to allow next read to reach OSS
6888         cancel_lru_locks osc
6889
6890         #define OBD_FAIL_OSC_CHECKSUM_RECEIVE       0x408
6891         $LCTL set_param fail_loc=0x80000408
6892         dd if=$DIR/$tfile of=/dev/null bs=1M || error "dd read error: $?"
6893         $LCTL set_param fail_loc=0
6894
6895         rm -f $DIR/$tfile
6896
6897         # check cksum dump on Client
6898         osc_file=$(ls ${osc_file_prefix}*)
6899         [ -n "$osc_file" ] || error "no checksum dump file on Client"
6900         # OBD_FAIL_OSC_CHECKSUM_RECEIVE corrupts with "bad1" at start of file
6901         bad1=$(dd if=$osc_file bs=1 count=4 2>/dev/null) || error "dd error: $?"
6902         [ $bad1 == "bad1" ] || error "unexpected corrupt pattern"
6903         orig_cksum=$(dd if=$F77_TMP bs=1 skip=4 count=1048572 2>/dev/null |
6904                      cksum)
6905         dump_cksum=$(dd if=$osc_file bs=1 skip=4 2>/dev/null | cksum)
6906         [[ "$orig_cksum" == "$dump_cksum" ]] ||
6907                 error "dump content does not match on Client"
6908
6909         $check_ost || { skip "No need to check cksum dump on OSS"; return 0; }
6910
6911         # check cksum dump on OSS
6912         ost_file=$(do_facet ost1 ls ${ost_file_prefix}\*)
6913         [ -n "$ost_file" ] || error "no checksum dump file on OSS"
6914         orig_cksum=$(dd if=$F77_TMP bs=1048576 count=1 2>/dev/null | cksum)
6915         dump_cksum=$(do_facet ost1 dd if=$ost_file 2>/dev/null \| cksum)
6916         [[ "$orig_cksum" == "$dump_cksum" ]] ||
6917                 error "dump content does not match on OSS"
6918
6919         cleanup_77c
6920 }
6921 run_test 77c "checksum error on client read with debug"
6922
6923 test_77d() { # bug 10889
6924         [ $PARALLEL == "yes" ] && skip "skip parallel run" && return
6925         $GSS && skip "could not run with gss" && return
6926         #define OBD_FAIL_OSC_CHECKSUM_SEND       0x409
6927         $LCTL set_param fail_loc=0x80000409
6928         set_checksums 1
6929         $DIRECTIO write $DIR/$tfile 0 $F77SZ $((1024 * 1024)) ||
6930                 error "direct write: rc=$?"
6931         $LCTL set_param fail_loc=0
6932         set_checksums 0
6933
6934         #define OBD_FAIL_OSC_CHECKSUM_RECEIVE    0x408
6935         $LCTL set_param fail_loc=0x80000408
6936         set_checksums 1
6937         cancel_lru_locks osc
6938         $DIRECTIO read $DIR/$tfile 0 $F77SZ $((1024 * 1024)) ||
6939                 error "direct read: rc=$?"
6940         $LCTL set_param fail_loc=0
6941         set_checksums 0
6942 }
6943 run_test 77d "checksum error on OST direct write, read"
6944
6945 test_77f() { # bug 10889
6946         [ $PARALLEL == "yes" ] && skip "skip parallel run" && return
6947         $GSS && skip "could not run with gss" && return
6948         set_checksums 1
6949         for algo in $CKSUM_TYPES; do
6950                 cancel_lru_locks osc
6951                 set_checksum_type $algo
6952                 #define OBD_FAIL_OSC_CHECKSUM_SEND       0x409
6953                 $LCTL set_param fail_loc=0x409
6954                 $DIRECTIO write $DIR/$tfile 0 $F77SZ $((1024 * 1024)) &&
6955                         error "direct write succeeded"
6956                 $LCTL set_param fail_loc=0
6957         done
6958         set_checksum_type $ORIG_CSUM_TYPE
6959         set_checksums 0
6960 }
6961 run_test 77f "repeat checksum error on write (expect error)"
6962
6963 test_77g() { # bug 10889
6964         [ $PARALLEL == "yes" ] && skip "skip parallel run" && return
6965         $GSS && skip "could not run with gss" && return
6966         remote_ost_nodsh && skip "remote OST with nodsh" && return
6967
6968         [ ! -f $F77_TMP ] && setup_f77
6969
6970         $SETSTRIPE -c 1 -i 0 $DIR/$tfile
6971         #define OBD_FAIL_OST_CHECKSUM_RECEIVE       0x21a
6972         do_facet ost1 lctl set_param fail_loc=0x8000021a
6973         set_checksums 1
6974         dd if=$F77_TMP of=$DIR/$tfile bs=1M count=$F77SZ ||
6975                 error "write error: rc=$?"
6976         do_facet ost1 lctl set_param fail_loc=0
6977         set_checksums 0
6978
6979         cancel_lru_locks osc
6980         #define OBD_FAIL_OST_CHECKSUM_SEND          0x21b
6981         do_facet ost1 lctl set_param fail_loc=0x8000021b
6982         set_checksums 1
6983         cmp $F77_TMP $DIR/$tfile || error "file compare failed"
6984         do_facet ost1 lctl set_param fail_loc=0
6985         set_checksums 0
6986 }
6987 run_test 77g "checksum error on OST write, read"
6988
6989 test_77j() { # bug 13805
6990         [ $PARALLEL == "yes" ] && skip "skip parallel run" && return
6991         $GSS && skip "could not run with gss" && return
6992         #define OBD_FAIL_OSC_CKSUM_ADLER_ONLY    0x40c
6993         lctl set_param fail_loc=0x40c
6994         remount_client $MOUNT
6995         lctl set_param fail_loc=0
6996         # wait async osc connect to finish and reflect updated state value
6997         local i
6998         for (( i=0; i < OSTCOUNT; i++ )) ; do
6999                 wait_osc_import_state client ost$((i+1)) FULL
7000         done
7001
7002         for VALUE in $(lctl get_param osc.*osc-[^mM]*.checksum_type); do
7003                 PARAM=$(echo ${VALUE[0]} | cut -d "=" -f1)
7004                 algo=$(lctl get_param -n $PARAM | sed 's/.*\[\(.*\)\].*/\1/g')
7005                 [ "$algo" = "adler" ] || error "algo set to $algo instead of adler"
7006         done
7007         remount_client $MOUNT
7008 }
7009 run_test 77j "client only supporting ADLER32"
7010
7011 [ "$ORIG_CSUM" ] && set_checksums $ORIG_CSUM || true
7012 rm -f $F77_TMP
7013 unset F77_TMP
7014
7015 cleanup_test_78() {
7016         trap 0
7017         rm -f $DIR/$tfile
7018 }
7019
7020 test_78() { # bug 10901
7021         [ $PARALLEL == "yes" ] && skip "skip parallel run" && return
7022         remote_ost || { skip_env "local OST" && return; }
7023
7024         NSEQ=5
7025         F78SIZE=$(($(awk '/MemFree:/ { print $2 }' /proc/meminfo) / 1024))
7026         echo "MemFree: $F78SIZE, Max file size: $MAXFREE"
7027         MEMTOTAL=$(($(awk '/MemTotal:/ { print $2 }' /proc/meminfo) / 1024))
7028         echo "MemTotal: $MEMTOTAL"
7029
7030         # reserve 256MB of memory for the kernel and other running processes,
7031         # and then take 1/2 of the remaining memory for the read/write buffers.
7032         if [ $MEMTOTAL -gt 512 ] ;then
7033                 MEMTOTAL=$(((MEMTOTAL - 256 ) / 2))
7034         else
7035                 # for those poor memory-starved high-end clusters...
7036                 MEMTOTAL=$((MEMTOTAL / 2))
7037         fi
7038         echo "Mem to use for directio: $MEMTOTAL"
7039
7040         [[ $F78SIZE -gt $MEMTOTAL ]] && F78SIZE=$MEMTOTAL
7041         [[ $F78SIZE -gt 512 ]] && F78SIZE=512
7042         [[ $F78SIZE -gt $((MAXFREE / 1024)) ]] && F78SIZE=$((MAXFREE / 1024))
7043         SMALLESTOST=$($LFS df $DIR | grep OST | awk '{ print $4 }' | sort -n |
7044                 head -n1)
7045         echo "Smallest OST: $SMALLESTOST"
7046         [[ $SMALLESTOST -lt 10240 ]] &&
7047                 skip "too small OSTSIZE, useless to run large O_DIRECT test" && return 0
7048
7049         trap cleanup_test_78 EXIT
7050
7051         [[ $F78SIZE -gt $((SMALLESTOST * $OSTCOUNT / 1024 - 80)) ]] &&
7052                 F78SIZE=$((SMALLESTOST * $OSTCOUNT / 1024 - 80))
7053
7054         [ "$SLOW" = "no" ] && NSEQ=1 && [ $F78SIZE -gt 32 ] && F78SIZE=32
7055         echo "File size: $F78SIZE"
7056         $SETSTRIPE -c $OSTCOUNT $DIR/$tfile || error "setstripe failed"
7057         for i in $(seq 1 $NSEQ); do
7058                 FSIZE=$(($F78SIZE / ($NSEQ - $i + 1)))
7059                 echo directIO rdwr round $i of $NSEQ
7060                 $DIRECTIO rdwr $DIR/$tfile 0 $FSIZE 1048576||error "rdwr failed"
7061         done
7062
7063         cleanup_test_78
7064 }
7065 run_test 78 "handle large O_DIRECT writes correctly ============"
7066
7067 test_79() { # bug 12743
7068         [ $PARALLEL == "yes" ] && skip "skip parallel run" && return
7069         wait_delete_completed
7070
7071         BKTOTAL=$(calc_osc_kbytes kbytestotal)
7072         BKFREE=$(calc_osc_kbytes kbytesfree)
7073         BKAVAIL=$(calc_osc_kbytes kbytesavail)
7074
7075         STRING=`df -P $MOUNT | tail -n 1 | awk '{print $2","$3","$4}'`
7076         DFTOTAL=`echo $STRING | cut -d, -f1`
7077         DFUSED=`echo $STRING  | cut -d, -f2`
7078         DFAVAIL=`echo $STRING | cut -d, -f3`
7079         DFFREE=$(($DFTOTAL - $DFUSED))
7080
7081         ALLOWANCE=$((64 * $OSTCOUNT))
7082
7083         if [ $DFTOTAL -lt $(($BKTOTAL - $ALLOWANCE)) ] ||
7084            [ $DFTOTAL -gt $(($BKTOTAL + $ALLOWANCE)) ] ; then
7085                 error "df total($DFTOTAL) mismatch OST total($BKTOTAL)"
7086         fi
7087         if [ $DFFREE -lt $(($BKFREE - $ALLOWANCE)) ] ||
7088            [ $DFFREE -gt $(($BKFREE + $ALLOWANCE)) ] ; then
7089                 error "df free($DFFREE) mismatch OST free($BKFREE)"
7090         fi
7091         if [ $DFAVAIL -lt $(($BKAVAIL - $ALLOWANCE)) ] ||
7092            [ $DFAVAIL -gt $(($BKAVAIL + $ALLOWANCE)) ] ; then
7093                 error "df avail($DFAVAIL) mismatch OST avail($BKAVAIL)"
7094         fi
7095 }
7096 run_test 79 "df report consistency check ======================="
7097
7098 test_80() { # bug 10718
7099         remote_ost_nodsh && skip "remote OST with nodsh" && return
7100         [ $PARALLEL == "yes" ] && skip "skip parallel run" && return
7101         # relax strong synchronous semantics for slow backends like ZFS
7102         local soc="obdfilter.*.sync_on_lock_cancel"
7103         local soc_old=$(do_facet ost1 lctl get_param -n $soc | head -n1)
7104         local hosts=
7105         if [ "$soc_old" != "never" -a "$(facet_fstype ost1)" != "ldiskfs" ]; then
7106                 hosts=$(for host in $(seq -f "ost%g" 1 $OSTCOUNT); do
7107                           facet_active_host $host; done | sort -u)
7108                 do_nodes $hosts lctl set_param $soc=never
7109         fi
7110
7111         dd if=/dev/zero of=$DIR/$tfile bs=1M count=1 seek=1M
7112         sync; sleep 1; sync
7113         local BEFORE=`date +%s`
7114         cancel_lru_locks osc
7115         local AFTER=`date +%s`
7116         local DIFF=$((AFTER-BEFORE))
7117         if [ $DIFF -gt 1 ] ; then
7118                 error "elapsed for 1M@1T = $DIFF"
7119         fi
7120
7121         [ -n "$hosts" ] && do_nodes $hosts lctl set_param $soc=$soc_old
7122
7123         rm -f $DIR/$tfile
7124 }
7125 run_test 80 "Page eviction is equally fast at high offsets too  ===="
7126
7127 test_81a() { # LU-456
7128         [ $PARALLEL == "yes" ] && skip "skip parallel run" && return
7129         remote_ost_nodsh && skip "remote OST with nodsh" && return
7130         # define OBD_FAIL_OST_MAPBLK_ENOSPC    0x228
7131         # MUST OR with the OBD_FAIL_ONCE (0x80000000)
7132         do_facet ost1 lctl set_param fail_loc=0x80000228
7133
7134         # write should trigger a retry and success
7135         $SETSTRIPE -i 0 -c 1 $DIR/$tfile
7136         $MULTIOP $DIR/$tfile oO_CREAT:O_RDWR:O_SYNC:w4096c
7137         RC=$?
7138         if [ $RC -ne 0 ] ; then
7139                 error "write should success, but failed for $RC"
7140         fi
7141 }
7142 run_test 81a "OST should retry write when get -ENOSPC ==============="
7143
7144 test_81b() { # LU-456
7145         [ $PARALLEL == "yes" ] && skip "skip parallel run" && return
7146         remote_ost_nodsh && skip "remote OST with nodsh" && return
7147         # define OBD_FAIL_OST_MAPBLK_ENOSPC    0x228
7148         # Don't OR with the OBD_FAIL_ONCE (0x80000000)
7149         do_facet ost1 lctl set_param fail_loc=0x228
7150
7151         # write should retry several times and return -ENOSPC finally
7152         $SETSTRIPE -i 0 -c 1 $DIR/$tfile
7153         $MULTIOP $DIR/$tfile oO_CREAT:O_RDWR:O_SYNC:w4096c
7154         RC=$?
7155         ENOSPC=28
7156         if [ $RC -ne $ENOSPC ] ; then
7157                 error "dd should fail for -ENOSPC, but succeed."
7158         fi
7159 }
7160 run_test 81b "OST should return -ENOSPC when retry still fails ======="
7161
7162 test_82() { # LU-1031
7163         dd if=/dev/zero of=$DIR/$tfile bs=1M count=10
7164         local gid1=14091995
7165         local gid2=16022000
7166
7167         multiop_bg_pause $DIR/$tfile OG${gid1}_g${gid1}c || return 1
7168         local MULTIPID1=$!
7169         multiop_bg_pause $DIR/$tfile O_G${gid2}r10g${gid2}c || return 2
7170         local MULTIPID2=$!
7171         kill -USR1 $MULTIPID2
7172         sleep 2
7173         if [[ `ps h -o comm -p $MULTIPID2` == "" ]]; then
7174                 error "First grouplock does not block second one"
7175         else
7176                 echo "Second grouplock blocks first one"
7177         fi
7178         kill -USR1 $MULTIPID1
7179         wait $MULTIPID1
7180         wait $MULTIPID2
7181 }
7182 run_test 82 "Basic grouplock test"
7183
7184 test_83() {
7185         local sfile="/boot/System.map-$(uname -r)"
7186         # define OBD_FAIL_LLITE_PTASK_IO_FAIL 0x140d
7187         $LCTL set_param fail_loc=0x140d
7188         cp $sfile $DIR/$tfile || error "write failed"
7189         diff -c $sfile $DIR/$tfile || error "files are different"
7190         $LCTL set_param fail_loc=0
7191         rm -f $DIR/$tfile
7192 }
7193 run_test 83 "Short write in ptask ==============================="
7194
7195 test_99() {
7196         [ -z "$(which cvs 2>/dev/null)" ] && skip_env "could not find cvs" &&
7197                 return
7198         test_mkdir $DIR/$tdir.cvsroot
7199         chown $RUNAS_ID $DIR/$tdir.cvsroot
7200
7201         cd $TMP
7202         $RUNAS cvs -d $DIR/$tdir.cvsroot init || error "cvs init failed"
7203
7204         cd /etc/init.d
7205         # some versions of cvs import exit(1) when asked to import links or
7206         # files they can't read.  ignore those files.
7207         local toignore=$(find . -type l -printf '-I %f\n' -o \
7208                          ! -perm /4 -printf '-I %f\n')
7209         $RUNAS cvs -d $DIR/$tdir.cvsroot import -m "nomesg" $toignore \
7210                 $tdir.reposname vtag rtag
7211
7212         cd $DIR
7213         test_mkdir $DIR/$tdir.reposname
7214         chown $RUNAS_ID $DIR/$tdir.reposname
7215         $RUNAS cvs -d $DIR/$tdir.cvsroot co $tdir.reposname
7216
7217         cd $DIR/$tdir.reposname
7218         $RUNAS touch foo99
7219         $RUNAS cvs add -m 'addmsg' foo99
7220         $RUNAS cvs update
7221         $RUNAS cvs commit -m 'nomsg' foo99
7222         rm -fr $DIR/$tdir.cvsroot
7223 }
7224 run_test 99 "cvs strange file/directory operations"
7225
7226 test_100() {
7227         [ $PARALLEL == "yes" ] && skip "skip parallel run" && return
7228         [[ "$NETTYPE" =~ tcp ]] ||
7229                 { skip "TCP secure port test, not useful for NETTYPE=$NETTYPE" &&
7230                         return ; }
7231
7232         remote_ost_nodsh && skip "remote OST with nodsh" && return
7233         remote_mds_nodsh && skip "remote MDS with nodsh" && return
7234         remote_servers ||
7235                 { skip "useless for local single node setup" && return; }
7236
7237         netstat -tna | ( rc=1; while read PROT SND RCV LOCAL REMOTE STAT; do
7238                 [ "$PROT" != "tcp" ] && continue
7239                 RPORT=$(echo $REMOTE | cut -d: -f2)
7240                 [ "$RPORT" != "$ACCEPTOR_PORT" ] && continue
7241
7242                 rc=0
7243                 LPORT=`echo $LOCAL | cut -d: -f2`
7244                 if [ $LPORT -ge 1024 ]; then
7245                         echo "bad: $PROT $SND $RCV $LOCAL $REMOTE $STAT"
7246                         netstat -tna
7247                         error_exit "local: $LPORT > 1024, remote: $RPORT"
7248                 fi
7249         done
7250         [ "$rc" = 0 ] || error_exit "privileged port not found" )
7251 }
7252 run_test 100 "check local port using privileged port ==========="
7253
7254 function get_named_value()
7255 {
7256     local tag
7257
7258     tag=$1
7259     while read ;do
7260         line=$REPLY
7261         case $line in
7262         $tag*)
7263             echo $line | sed "s/^$tag[ ]*//"
7264             break
7265             ;;
7266         esac
7267     done
7268 }
7269
7270 export CACHE_MAX=$($LCTL get_param -n llite.*.max_cached_mb |
7271                    awk '/^max_cached_mb/ { print $2 }')
7272
7273 cleanup_101a() {
7274         $LCTL set_param -n llite.*.max_cached_mb $CACHE_MAX
7275         trap 0
7276 }
7277
7278 test_101a() {
7279         [ $PARALLEL == "yes" ] && skip "skip parallel run" && return
7280         [ $MDSCOUNT -ge 2 ] && skip "needs < 2 MDTs" && return #LU-4322
7281         local s
7282         local discard
7283         local nreads=10000
7284         local cache_limit=32
7285
7286         $LCTL set_param -n osc.*-osc*.rpc_stats 0
7287         trap cleanup_101a EXIT
7288         $LCTL set_param -n llite.*.read_ahead_stats 0
7289         $LCTL set_param -n llite.*.max_cached_mb $cache_limit
7290
7291         #
7292         # randomly read 10000 of 64K chunks from file 3x 32MB in size
7293         #
7294         echo "nreads: $nreads file size: $((cache_limit * 3))MB"
7295         $READS -f $DIR/$tfile -s$((cache_limit * 3192 * 1024)) -b65536 -C -n$nreads -t 180
7296
7297         discard=0
7298         for s in $($LCTL get_param -n llite.*.read_ahead_stats |
7299                 get_named_value 'read but discarded' | cut -d" " -f1); do
7300                         discard=$(($discard + $s))
7301         done
7302         cleanup_101a
7303
7304         if [[ $(($discard * 10)) -gt $nreads ]]; then
7305                 $LCTL get_param osc.*-osc*.rpc_stats
7306                 $LCTL get_param llite.*.read_ahead_stats
7307                 error "too many ($discard) discarded pages"
7308         fi
7309         rm -f $DIR/$tfile || true
7310 }
7311 run_test 101a "check read-ahead for random reads"
7312
7313 setup_test101bc() {
7314         test_mkdir $DIR/$tdir
7315         local STRIPE_SIZE=$1
7316         local FILE_LENGTH=$2
7317         STRIPE_OFFSET=0
7318
7319         local FILE_SIZE_MB=$((FILE_LENGTH / STRIPE_SIZE))
7320
7321         local list=$(comma_list $(osts_nodes))
7322         set_osd_param $list '' read_cache_enable 0
7323         set_osd_param $list '' writethrough_cache_enable 0
7324
7325         trap cleanup_test101bc EXIT
7326         # prepare the read-ahead file
7327         $SETSTRIPE -S $STRIPE_SIZE -i $STRIPE_OFFSET -c $OSTCOUNT $DIR/$tfile
7328
7329         dd if=/dev/zero of=$DIR/$tfile bs=$STRIPE_SIZE \
7330                                 count=$FILE_SIZE_MB 2> /dev/null
7331
7332 }
7333
7334 cleanup_test101bc() {
7335         trap 0
7336         rm -rf $DIR/$tdir
7337         rm -f $DIR/$tfile
7338
7339         local list=$(comma_list $(osts_nodes))
7340         set_osd_param $list '' read_cache_enable 1
7341         set_osd_param $list '' writethrough_cache_enable 1
7342 }
7343
7344 calc_total() {
7345         awk 'BEGIN{total=0}; {total+=$1}; END{print total}'
7346 }
7347
7348 ra_check_101() {
7349         local READ_SIZE=$1
7350         local STRIPE_SIZE=$2
7351         local FILE_LENGTH=$3
7352         local RA_INC=1048576
7353         local STRIDE_LENGTH=$((STRIPE_SIZE/READ_SIZE))
7354         local discard_limit=$((((STRIDE_LENGTH - 1)*3/(STRIDE_LENGTH*OSTCOUNT))* \
7355                              (STRIDE_LENGTH*OSTCOUNT - STRIDE_LENGTH)))
7356         DISCARD=$($LCTL get_param -n llite.*.read_ahead_stats |
7357                         get_named_value 'read but discarded' |
7358                         cut -d" " -f1 | calc_total)
7359         if [[ $DISCARD -gt $discard_limit ]]; then
7360                 $LCTL get_param llite.*.read_ahead_stats
7361                 error "Too many ($DISCARD) discarded pages with size (${READ_SIZE})"
7362         else
7363                 echo "Read-ahead success for size ${READ_SIZE}"
7364         fi
7365 }
7366
7367 test_101b() {
7368         [ $PARALLEL == "yes" ] && skip "skip parallel run" && return
7369         [[ $OSTCOUNT -lt 2 ]] && skip_env "needs >= 2 OSTs" && return
7370         local STRIPE_SIZE=1048576
7371         local STRIDE_SIZE=$((STRIPE_SIZE*OSTCOUNT))
7372         if [ $SLOW == "yes" ]; then
7373                 local FILE_LENGTH=$((STRIDE_SIZE * 64))
7374         else
7375                 local FILE_LENGTH=$((STRIDE_SIZE * 8))
7376         fi
7377
7378         local ITERATION=$((FILE_LENGTH / STRIDE_SIZE))
7379
7380         # prepare the read-ahead file
7381         setup_test101bc $STRIPE_SIZE $FILE_LENGTH
7382         cancel_lru_locks osc
7383         for BIDX in 2 4 8 16 32 64 128 256
7384         do
7385                 local BSIZE=$((BIDX*4096))
7386                 local READ_COUNT=$((STRIPE_SIZE/BSIZE))
7387                 local STRIDE_LENGTH=$((STRIDE_SIZE/BSIZE))
7388                 local OFFSET=$((STRIPE_SIZE/BSIZE*(OSTCOUNT - 1)))
7389                 $LCTL set_param -n llite.*.read_ahead_stats 0
7390                 $READS -f $DIR/$tfile  -l $STRIDE_LENGTH -o $OFFSET \
7391                               -s $FILE_LENGTH -b $STRIPE_SIZE -a $READ_COUNT -n $ITERATION
7392                 cancel_lru_locks osc
7393                 ra_check_101 $BSIZE $STRIPE_SIZE $FILE_LENGTH
7394         done
7395         cleanup_test101bc
7396         true
7397 }
7398 run_test 101b "check stride-io mode read-ahead ================="
7399
7400 test_101c() {
7401         [ $PARALLEL == "yes" ] && skip "skip parallel run" && return
7402         local STRIPE_SIZE=1048576
7403         local FILE_LENGTH=$((STRIPE_SIZE*100))
7404         local nreads=10000
7405         local osc_rpc_stats
7406
7407         setup_test101bc $STRIPE_SIZE $FILE_LENGTH
7408
7409         cancel_lru_locks osc
7410         $LCTL set_param osc.*.rpc_stats 0
7411         $READS -f $DIR/$tfile -s$FILE_LENGTH -b65536 -n$nreads -t 180
7412         for osc_rpc_stats in $($LCTL get_param -N osc.*.rpc_stats); do
7413                 local stats=$($LCTL get_param -n $osc_rpc_stats)
7414                 local lines=$(echo "$stats" | awk 'END {print NR;}')
7415                 local size
7416
7417                 if [ $lines -le 20 ]; then
7418                         continue
7419                 fi
7420                 for size in 1 2 4 8; do
7421                         local rpc=$(echo "$stats" |
7422                                     awk '($1 == "'$size':") {print $2; exit; }')
7423                         [ $rpc != 0 ] &&
7424                                 error "Small $((size*4))k read IO $rpc !"
7425                 done
7426                 echo "$osc_rpc_stats check passed!"
7427         done
7428         cleanup_test101bc
7429         true
7430 }
7431 run_test 101c "check stripe_size aligned read-ahead ================="
7432
7433 set_read_ahead() {
7434         $LCTL get_param -n llite.*.max_read_ahead_mb | head -n 1
7435         $LCTL set_param -n llite.*.max_read_ahead_mb $1 > /dev/null 2>&1
7436 }
7437
7438 test_101d() {
7439         [ $PARALLEL == "yes" ] && skip "skip parallel run" && return
7440         local file=$DIR/$tfile
7441         local sz_MB=${FILESIZE_101d:-500}
7442         local ra_MB=${READAHEAD_MB:-40}
7443
7444         local free_MB=$(($(df -P $DIR | tail -n 1 | awk '{ print $4 }') / 1024))
7445         [ $free_MB -lt $sz_MB ] &&
7446                 skip "Need free space ${sz_MB}M, have ${free_MB}M" && return
7447
7448         echo "Create test file $file size ${sz_MB}M, ${free_MB}M free"
7449         $SETSTRIPE -c -1 $file || error "setstripe failed"
7450
7451         dd if=/dev/zero of=$file bs=1M count=$sz_MB || error "dd failed"
7452         echo Cancel LRU locks on lustre client to flush the client cache
7453         cancel_lru_locks osc
7454
7455         echo Disable read-ahead
7456         local old_READAHEAD=$(set_read_ahead 0)
7457
7458         echo Reading the test file $file with read-ahead disabled
7459         local raOFF=$(do_and_time "dd if=$file of=/dev/null bs=1M count=$sz_MB")
7460
7461         echo Cancel LRU locks on lustre client to flush the client cache
7462         cancel_lru_locks osc
7463         echo Enable read-ahead with ${ra_MB}MB
7464         set_read_ahead $ra_MB
7465
7466         echo Reading the test file $file with read-ahead enabled
7467         local raON=$(do_and_time "dd if=$file of=/dev/null bs=1M count=$sz_MB")
7468
7469         echo "read-ahead disabled time read $raOFF"
7470         echo "read-ahead enabled  time read $raON"
7471
7472         set_read_ahead $old_READAHEAD
7473         rm -f $file
7474         wait_delete_completed
7475
7476         [ $raOFF -le 1 -o $raON -lt $raOFF ] ||
7477                 error "readahead ${raON}s > no-readahead ${raOFF}s ${sz_MB}M"
7478 }
7479 run_test 101d "file read with and without read-ahead enabled"
7480
7481 test_101e() {
7482         [ $PARALLEL == "yes" ] && skip "skip parallel run" && return
7483         local file=$DIR/$tfile
7484         local size_KB=500  #KB
7485         local count=100
7486         local bsize=1024
7487
7488         local free_KB=$(df -P $DIR | tail -n 1 | awk '{ print $4 }')
7489         local need_KB=$((count * size_KB))
7490         [[ $free_KB -le $need_KB ]] &&
7491                 skip_env "Need free space $need_KB, have $free_KB" && return
7492
7493         echo "Creating $count ${size_KB}K test files"
7494         for ((i = 0; i < $count; i++)); do
7495                 dd if=/dev/zero of=$file.$i bs=$bsize count=$size_KB 2>/dev/null
7496         done
7497
7498         echo "Cancel LRU locks on lustre client to flush the client cache"
7499         cancel_lru_locks $OSC
7500
7501         echo "Reset readahead stats"
7502         $LCTL set_param -n llite.*.read_ahead_stats 0
7503
7504         for ((i = 0; i < $count; i++)); do
7505                 dd if=$file.$i of=/dev/null bs=$bsize count=$size_KB 2>/dev/null
7506         done
7507
7508         local miss=$($LCTL get_param -n llite.*.read_ahead_stats |
7509                      get_named_value 'misses' | cut -d" " -f1 | calc_total)
7510
7511         for ((i = 0; i < $count; i++)); do
7512                 rm -rf $file.$i 2>/dev/null
7513         done
7514
7515         #10000 means 20% reads are missing in readahead
7516         [[ $miss -lt 10000 ]] ||  error "misses too much for small reads"
7517 }
7518 run_test 101e "check read-ahead for small read(1k) for small files(500k)"
7519
7520 test_101f() {
7521         which iozone || { skip "no iozone installed" && return; }
7522
7523         local old_debug=$($LCTL get_param debug)
7524         old_debug=${old_debug#*=}
7525         $LCTL set_param debug="reada mmap"
7526
7527         # create a test file
7528         iozone -i 0 -+n -r 1m -s 128m -w -f $DIR/$tfile > /dev/null 2>&1
7529
7530         echo Cancel LRU locks on lustre client to flush the client cache
7531         cancel_lru_locks osc
7532
7533         echo Reset readahead stats
7534         $LCTL set_param -n llite.*.read_ahead_stats 0
7535
7536         echo mmap read the file with small block size
7537         iozone -i 1 -u 1 -l 1 -+n -r 32k -s 128m -B -f $DIR/$tfile \
7538                 > /dev/null 2>&1
7539
7540         echo checking missing pages
7541         $LCTL get_param llite.*.read_ahead_stats
7542         local miss=$($LCTL get_param -n llite.*.read_ahead_stats |
7543                         get_named_value 'misses' | cut -d" " -f1 | calc_total)
7544
7545         $LCTL set_param debug="$old_debug"
7546         [ $miss -lt 3 ] || error "misses too much pages ('$miss')!"
7547         rm -f $DIR/$tfile
7548 }
7549 run_test 101f "check mmap read performance"
7550
7551 test_101g_brw_size_test() {
7552         local mb=$1
7553         local pages=$((mb * 1048576 / $(page_size)))
7554
7555         $LCTL set_param osc.*.max_pages_per_rpc=${mb}M ||
7556                 { error "unable to set max_pages_per_rpc=${mb}M"; return 1; }
7557         for mp in $($LCTL get_param -n osc.*.max_pages_per_rpc); do
7558                 [ $mp -ne $pages ] && error "max_pages_per_rpc $mp != $pages" &&
7559                         return 2
7560         done
7561
7562         $LCTL set_param -n osc.*.rpc_stats=0
7563
7564         # 10 RPCs should be enough for the test
7565         local count=10
7566         dd if=/dev/zero of=$DIR/$tfile bs=${mb}M count=$count ||
7567                 { error "dd write ${mb} MB blocks failed"; return 3; }
7568         cancel_lru_locks osc
7569         dd of=/dev/null if=$DIR/$tfile bs=${mb}M count=$count ||
7570                 { error "dd write ${mb} MB blocks failed"; return 4; }
7571
7572         # calculate number of full-sized read and write RPCs
7573         rpcs=($($LCTL get_param -n 'osc.*.rpc_stats' |
7574                 sed -n '/pages per rpc/,/^$/p' |
7575                 awk '/'$pages':/ { reads += $2; writes += $6 }; \
7576                 END { print reads,writes }'))
7577         [ ${rpcs[0]} -ne $count ] && error "${rpcs[0]} != $count read RPCs" &&
7578                 return 5
7579         [ ${rpcs[1]} -ne $count ] && error "${rpcs[1]} != $count write RPCs" &&
7580                 return 6
7581
7582         return 0
7583 }
7584
7585 test_101g() {
7586         local rpcs
7587         local osts=$(get_facets OST)
7588         local list=$(comma_list $(osts_nodes))
7589         local p="$TMP/$TESTSUITE-$TESTNAME.parameters"
7590         local brw_size="obdfilter.*.brw_size"
7591         local ostver=$(lustre_version_code ost1)
7592         local cliver=$(lustre_version_code client)
7593
7594         $LFS setstripe -i 0 -c 1 $DIR/$tfile
7595
7596         local orig_mb=$(do_facet ost1 $LCTL get_param -n $brw_size | head -n 1)
7597         if [ $ostver -ge $(version_code 2.8.52) -o \
7598              \( $ostver -ge $(version_code 2.7.17) -a \
7599                 $ostver -lt $(version_code 2.7.50) \) ] &&
7600            [ $cliver -ge $(version_code 2.8.52) -o \
7601              \( $cliver -ge $(version_code 2.7.17) -a \
7602                 $cliver -lt $(version_code 2.7.50) \) ]; then
7603                 [ $ostver -ge $(version_code 2.9.52) ] && suffix="M"
7604                 if [[ $orig_mb -lt 16 ]]; then
7605                         save_lustre_params $osts "$brw_size" > $p
7606                         do_nodes $list $LCTL set_param -n $brw_size=16$suffix ||
7607                                 error "set 16MB RPC size failed"
7608
7609                         echo "remount client to enable new RPC size"
7610                         remount_client $MOUNT || error "remount_client failed"
7611                 fi
7612
7613                 test_101g_brw_size_test 16 || error "16MB RPC test failed"
7614                 # should be able to set brw_size=12, but no rpc_stats for that
7615                 test_101g_brw_size_test 8 || error "8MB RPC test failed"
7616         fi
7617
7618         test_101g_brw_size_test 4 || error "4MB RPC test failed"
7619
7620         if [[ $orig_mb -lt 16 ]]; then
7621                 restore_lustre_params < $p
7622                 remount_client $MOUNT || error "remount_client restore failed"
7623         fi
7624
7625         rm -f $p $DIR/$tfile
7626 }
7627 run_test 101g "Big bulk(4/16 MiB) readahead"
7628
7629 setup_test102() {
7630         test_mkdir $DIR/$tdir
7631         chown $RUNAS_ID $DIR/$tdir
7632         STRIPE_SIZE=65536
7633         STRIPE_OFFSET=1
7634         STRIPE_COUNT=$OSTCOUNT
7635         [[ $OSTCOUNT -gt 4 ]] && STRIPE_COUNT=4
7636
7637         trap cleanup_test102 EXIT
7638         cd $DIR
7639         $1 $SETSTRIPE -S $STRIPE_SIZE -i $STRIPE_OFFSET -c $STRIPE_COUNT $tdir
7640         cd $DIR/$tdir
7641         for num in 1 2 3 4; do
7642                 for count in $(seq 1 $STRIPE_COUNT); do
7643                         for idx in $(seq 0 $[$STRIPE_COUNT - 1]); do
7644                                 local size=`expr $STRIPE_SIZE \* $num`
7645                                 local file=file"$num-$idx-$count"
7646                                 $1 $SETSTRIPE -S $size -i $idx -c $count $file
7647                         done
7648                 done
7649         done
7650
7651         cd $DIR
7652         $1 tar cf $TMP/f102.tar $tdir --xattrs
7653 }
7654
7655 cleanup_test102() {
7656         trap 0
7657         rm -f $TMP/f102.tar
7658         rm -rf $DIR/d0.sanity/d102
7659 }
7660
7661 test_102a() {
7662         local testfile=$DIR/$tfile
7663
7664         touch $testfile
7665
7666         [ "$UID" != 0 ] && skip_env "must run as root" && return
7667         [ -z "$(lctl get_param -n mdc.*-mdc-*.connect_flags | grep xattr)" ] &&
7668                 skip_env "must have user_xattr" && return
7669
7670         [ -z "$(which setfattr 2>/dev/null)" ] &&
7671                 skip_env "could not find setfattr" && return
7672
7673         echo "set/get xattr..."
7674         setfattr -n trusted.name1 -v value1 $testfile ||
7675                 error "setfattr -n trusted.name1=value1 $testfile failed"
7676         getfattr -n trusted.name1 $testfile 2> /dev/null |
7677           grep "trusted.name1=.value1" ||
7678                 error "$testfile missing trusted.name1=value1"
7679
7680         setfattr -n user.author1 -v author1 $testfile ||
7681                 error "setfattr -n user.author1=author1 $testfile failed"
7682         getfattr -n user.author1 $testfile 2> /dev/null |
7683           grep "user.author1=.author1" ||
7684                 error "$testfile missing trusted.author1=author1"
7685
7686         echo "listxattr..."
7687         setfattr -n trusted.name2 -v value2 $testfile ||
7688                 error "$testfile unable to set trusted.name2"
7689         setfattr -n trusted.name3 -v value3 $testfile ||
7690                 error "$testfile unable to set trusted.name3"
7691         [ $(getfattr -d -m "^trusted" $testfile 2> /dev/null |
7692             grep "trusted.name" | wc -l) -eq 3 ] ||
7693                 error "$testfile missing 3 trusted.name xattrs"
7694
7695         setfattr -n user.author2 -v author2 $testfile ||
7696                 error "$testfile unable to set user.author2"
7697         setfattr -n user.author3 -v author3 $testfile ||
7698                 error "$testfile unable to set user.author3"
7699         [ $(getfattr -d -m "^user" $testfile 2> /dev/null |
7700             grep "user.author" | wc -l) -eq 3 ] ||
7701                 error "$testfile missing 3 user.author xattrs"
7702
7703         echo "remove xattr..."
7704         setfattr -x trusted.name1 $testfile ||
7705                 error "$testfile error deleting trusted.name1"
7706         getfattr -d -m trusted $testfile 2> /dev/null | grep "trusted.name1" &&
7707                 error "$testfile did not delete trusted.name1 xattr"
7708
7709         setfattr -x user.author1 $testfile ||
7710                 error "$testfile error deleting user.author1"
7711         echo "set lustre special xattr ..."
7712         $LFS setstripe -c1 $testfile
7713         local lovea=$(getfattr -n "trusted.lov" -e hex $testfile |
7714                 awk -F "=" '/trusted.lov/ { print $2 }' )
7715         setfattr -n "trusted.lov" -v $lovea $testfile ||
7716                 error "$testfile doesn't ignore setting trusted.lov again"
7717         setfattr -n "trusted.lov" -v "invalid_value" $testfile &&
7718                 error "$testfile allow setting invalid trusted.lov"
7719         rm -f $testfile
7720 }
7721 run_test 102a "user xattr test =================================="
7722
7723 test_102b() {
7724         [ -z "$(which setfattr 2>/dev/null)" ] &&
7725                 skip_env "could not find setfattr" && return
7726
7727         # b10930: get/set/list trusted.lov xattr
7728         echo "get/set/list trusted.lov xattr ..."
7729         [[ $OSTCOUNT -lt 2 ]] && skip_env "needs >= 2 OSTs" && return
7730         local testfile=$DIR/$tfile
7731         $SETSTRIPE -S 65536 -i 1 -c $OSTCOUNT $testfile ||
7732                 error "setstripe failed"
7733         local STRIPECOUNT=$($GETSTRIPE -c $testfile) ||
7734                 error "getstripe failed"
7735         getfattr -d -m "^trusted" $testfile 2>/dev/null | grep "trusted.lov" ||
7736                 error "can't get trusted.lov from $testfile"
7737
7738         local testfile2=${testfile}2
7739         local value=$(getfattr -n trusted.lov $testfile 2>/dev/null |
7740                         grep "trusted.lov" | sed -e 's/[^=]\+=//')
7741
7742         $MCREATE $testfile2
7743         setfattr -n trusted.lov -v $value $testfile2
7744         local stripe_size=$($GETSTRIPE -S $testfile2)
7745         local stripe_count=$($GETSTRIPE -c $testfile2)
7746         [[ $stripe_size -eq 65536 ]] ||
7747                 error "stripe size $stripe_size != 65536"
7748         [[ $stripe_count -eq $STRIPECOUNT ]] ||
7749                 error "stripe count $stripe_count != $STRIPECOUNT"
7750         rm -f $DIR/$tfile
7751 }
7752 run_test 102b "getfattr/setfattr for trusted.lov EAs ============"
7753
7754 test_102c() {
7755         [ -z "$(which setfattr 2>/dev/null)" ] &&
7756                 skip_env "could not find setfattr" && return
7757
7758         # b10930: get/set/list lustre.lov xattr
7759         echo "get/set/list lustre.lov xattr ..."
7760         [[ $OSTCOUNT -lt 2 ]] && skip_env "needs >= 2 OSTs" && return
7761         test_mkdir $DIR/$tdir
7762         chown $RUNAS_ID $DIR/$tdir
7763         local testfile=$DIR/$tdir/$tfile
7764         $RUNAS $SETSTRIPE -S 65536 -i 1 -c $OSTCOUNT $testfile ||
7765                 error "setstripe failed"
7766         local STRIPECOUNT=$($RUNAS $GETSTRIPE -c $testfile) ||
7767                 error "getstripe failed"
7768         $RUNAS getfattr -d -m "^lustre" $testfile 2> /dev/null | \
7769         grep "lustre.lov" || error "can't get lustre.lov from $testfile"
7770
7771         local testfile2=${testfile}2
7772         local value=`getfattr -n lustre.lov $testfile 2> /dev/null | \
7773                      grep "lustre.lov" |sed -e 's/[^=]\+=//'  `
7774
7775         $RUNAS $MCREATE $testfile2
7776         $RUNAS setfattr -n lustre.lov -v $value $testfile2
7777         local stripe_size=$($RUNAS $GETSTRIPE -S $testfile2)
7778         local stripe_count=$($RUNAS $GETSTRIPE -c $testfile2)
7779         [ $stripe_size -eq 65536 ] || error "stripe size $stripe_size != 65536"
7780         [ $stripe_count -eq $STRIPECOUNT ] ||
7781                 error "stripe count $stripe_count != $STRIPECOUNT"
7782 }
7783 run_test 102c "non-root getfattr/setfattr for lustre.lov EAs ==========="
7784
7785 compare_stripe_info1() {
7786         local stripe_index_all_zero=true
7787
7788         for num in 1 2 3 4; do
7789                 for count in $(seq 1 $STRIPE_COUNT); do
7790                         for offset in $(seq 0 $[$STRIPE_COUNT - 1]); do
7791                                 local size=$((STRIPE_SIZE * num))
7792                                 local file=file"$num-$offset-$count"
7793                                 stripe_size=$($LFS getstripe -S $PWD/$file)
7794                                 [[ $stripe_size -ne $size ]] &&
7795                                     error "$file: size $stripe_size != $size"
7796                                 stripe_count=$($LFS getstripe -c $PWD/$file)
7797                                 # allow fewer stripes to be created, ORI-601
7798                                 [[ $stripe_count -lt $(((3 * count + 3) / 4)) ]] &&
7799                                     error "$file: count $stripe_count != $count"
7800                                 stripe_index=$($LFS getstripe -i $PWD/$file)
7801                                 [[ $stripe_index -ne 0 ]] &&
7802                                         stripe_index_all_zero=false
7803                         done
7804                 done
7805         done
7806         $stripe_index_all_zero &&
7807                 error "all files are being extracted starting from OST index 0"
7808         return 0
7809 }
7810
7811 have_xattrs_include() {
7812         tar --help | grep -q xattrs-include &&
7813                 echo --xattrs-include="lustre.*"
7814 }
7815
7816 test_102d() {
7817         [ $PARALLEL == "yes" ] && skip "skip parallel run" && return
7818         [[ $OSTCOUNT -lt 2 ]] && skip_env "needs >= 2 OSTs" && return
7819         XINC=$(have_xattrs_include)
7820         setup_test102
7821         tar xf $TMP/f102.tar -C $DIR/$tdir --xattrs $XINC
7822         cd $DIR/$tdir/$tdir
7823         compare_stripe_info1
7824 }
7825 run_test 102d "tar restore stripe info from tarfile,not keep osts"
7826
7827 test_102f() {
7828         [ $PARALLEL == "yes" ] && skip "skip parallel run" && return
7829         [[ $OSTCOUNT -lt 2 ]] && skip_env "needs >= 2 OSTs" && return
7830         XINC=$(have_xattrs_include)
7831         setup_test102
7832         test_mkdir $DIR/$tdir.restore
7833         cd $DIR
7834         tar cf - --xattrs $tdir | tar xf - \
7835                 -C $DIR/$tdir.restore --xattrs $XINC
7836         cd $DIR/$tdir.restore/$tdir
7837         compare_stripe_info1
7838 }
7839 run_test 102f "tar copy files, not keep osts"
7840
7841 grow_xattr() {
7842         local xsize=${1:-1024}  # in bytes
7843         local file=$DIR/$tfile
7844
7845         [ -z "$(lctl get_param -n mdc.*.connect_flags | grep xattr)" ] &&
7846                 skip "must have user_xattr" && return 0
7847         [ -z "$(which setfattr 2>/dev/null)" ] &&
7848                 skip_env "could not find setfattr" && return 0
7849         [ -z "$(which getfattr 2>/dev/null)" ] &&
7850                 skip_env "could not find getfattr" && return 0
7851
7852         touch $file
7853
7854         local value="$(generate_string $xsize)"
7855
7856         local xbig=trusted.big
7857         log "save $xbig on $file"
7858         setfattr -n $xbig -v $value $file ||
7859                 error "saving $xbig on $file failed"
7860
7861         local orig=$(get_xattr_value $xbig $file)
7862         [[ "$orig" != "$value" ]] && error "$xbig different after saving $xbig"
7863
7864         local xsml=trusted.sml
7865         log "save $xsml on $file"
7866         setfattr -n $xsml -v val $file || error "saving $xsml on $file failed"
7867
7868         local new=$(get_xattr_value $xbig $file)
7869         [[ "$new" != "$orig" ]] && error "$xbig different after saving $xsml"
7870
7871         log "grow $xsml on $file"
7872         setfattr -n $xsml -v "$value" $file ||
7873                 error "growing $xsml on $file failed"
7874
7875         new=$(get_xattr_value $xbig $file)
7876         [[ "$new" != "$orig" ]] && error "$xbig different after growing $xsml"
7877         log "$xbig still valid after growing $xsml"
7878
7879         rm -f $file
7880 }
7881
7882 test_102h() { # bug 15777
7883         grow_xattr 1024
7884 }
7885 run_test 102h "grow xattr from inside inode to external block"
7886
7887 test_102ha() {
7888         large_xattr_enabled || { skip "large_xattr disabled" && return; }
7889         grow_xattr $(max_xattr_size)
7890 }
7891 run_test 102ha "grow xattr from inside inode to external inode"
7892
7893 test_102i() { # bug 17038
7894         [ -z "$(which getfattr 2>/dev/null)" ] &&
7895                 skip "could not find getfattr" && return
7896         touch $DIR/$tfile
7897         ln -s $DIR/$tfile $DIR/${tfile}link
7898         getfattr -n trusted.lov $DIR/$tfile ||
7899                 error "lgetxattr on $DIR/$tfile failed"
7900         getfattr -h -n trusted.lov $DIR/${tfile}link 2>&1 |
7901                 grep -i "no such attr" ||
7902                 error "error for lgetxattr on $DIR/${tfile}link is not ENODATA"
7903         rm -f $DIR/$tfile $DIR/${tfile}link
7904 }
7905 run_test 102i "lgetxattr test on symbolic link ============"
7906
7907 test_102j() {
7908         [ $PARALLEL == "yes" ] && skip "skip parallel run" && return
7909         [[ $OSTCOUNT -lt 2 ]] && skip_env "needs >= 2 OSTs" && return
7910         XINC=$(have_xattrs_include)
7911         setup_test102 "$RUNAS"
7912         chown $RUNAS_ID $DIR/$tdir
7913         $RUNAS tar xf $TMP/f102.tar -C $DIR/$tdir --xattrs $XINC
7914         cd $DIR/$tdir/$tdir
7915         compare_stripe_info1 "$RUNAS"
7916 }
7917 run_test 102j "non-root tar restore stripe info from tarfile, not keep osts ==="
7918
7919 test_102k() {
7920         [ -z "$(which setfattr 2>/dev/null)" ] &&
7921                 skip "could not find setfattr" && return
7922         touch $DIR/$tfile
7923         # b22187 just check that does not crash for regular file.
7924         setfattr -n trusted.lov $DIR/$tfile
7925         # b22187 'setfattr -n trusted.lov' should remove LOV EA for directories
7926         local test_kdir=$DIR/$tdir
7927         test_mkdir $test_kdir
7928         local default_size=$($LFS getstripe -S $test_kdir)
7929         local default_count=$($LFS getstripe -c $test_kdir)
7930         local default_offset=$($LFS getstripe -i $test_kdir)
7931         $SETSTRIPE -S 65536 -i 0 -c $OSTCOUNT $test_kdir ||
7932                 error 'dir setstripe failed'
7933         setfattr -n trusted.lov $test_kdir
7934         local stripe_size=$($LFS getstripe -S $test_kdir)
7935         local stripe_count=$($LFS getstripe -c $test_kdir)
7936         local stripe_offset=$($LFS getstripe -i $test_kdir)
7937         [ $stripe_size -eq $default_size ] ||
7938                 error "stripe size $stripe_size != $default_size"
7939         [ $stripe_count -eq $default_count ] ||
7940                 error "stripe count $stripe_count != $default_count"
7941         [ $stripe_offset -eq $default_offset ] ||
7942                 error "stripe offset $stripe_offset != $default_offset"
7943         rm -rf $DIR/$tfile $test_kdir
7944 }
7945 run_test 102k "setfattr without parameter of value shouldn't cause a crash"
7946
7947 test_102l() {
7948         [ -z "$(which getfattr 2>/dev/null)" ] &&
7949                 skip "could not find getfattr" && return
7950
7951         # LU-532 trusted. xattr is invisible to non-root
7952         local testfile=$DIR/$tfile
7953
7954         touch $testfile
7955
7956         echo "listxattr as user..."
7957         chown $RUNAS_ID $testfile
7958         $RUNAS getfattr -d -m '.*' $testfile 2>&1 |
7959             grep -q "trusted" &&
7960                 error "$testfile trusted xattrs are user visible"
7961
7962         return 0;
7963 }
7964 run_test 102l "listxattr size test =================================="
7965
7966 test_102m() { # LU-3403 llite: error of listxattr when buffer is small
7967         local path=$DIR/$tfile
7968         touch $path
7969
7970         listxattr_size_check $path || error "listattr_size_check $path failed"
7971 }
7972 run_test 102m "Ensure listxattr fails on small bufffer ========"
7973
7974 cleanup_test102
7975
7976 getxattr() { # getxattr path name
7977         # Return the base64 encoding of the value of xattr name on path.
7978         local path=$1
7979         local name=$2
7980
7981         # # getfattr --absolute-names --encoding=base64 --name=trusted.lov $path
7982         # file: $path
7983         # trusted.lov=0s0AvRCwEAAAAGAAAAAAAAAAAEAAACAAAAAAAQAAEAA...AAAAAAAAA=
7984         #
7985         # We print just 0s0AvRCwEAAAAGAAAAAAAAAAAEAAACAAAAAAAQAAEAA...AAAAAAAAA=
7986
7987         getfattr --absolute-names --encoding=base64 --name=$name $path |
7988                 awk -F= -v name=$name '$1 == name {
7989                         print substr($0, index($0, "=") + 1);
7990         }'
7991 }
7992
7993 test_102n() { # LU-4101 mdt: protect internal xattrs
7994         [ -z "$(which setfattr 2>/dev/null)" ] &&
7995                 skip "could not find setfattr" && return
7996         if [ $(lustre_version_code $SINGLEMDS) -lt $(version_code 2.5.50) ]
7997         then
7998                 skip "MDT < 2.5.50 allows setxattr on internal trusted xattrs"
7999                 return
8000         fi
8001
8002         local file0=$DIR/$tfile.0
8003         local file1=$DIR/$tfile.1
8004         local xattr0=$TMP/$tfile.0
8005         local xattr1=$TMP/$tfile.1
8006         local namelist="lov lma lmv link fid version som hsm"
8007         local name
8008         local value
8009
8010         rm -rf $file0 $file1 $xattr0 $xattr1
8011         touch $file0 $file1
8012
8013         # Get 'before' xattrs of $file1.
8014         getfattr --absolute-names --dump --match=- $file1 > $xattr0
8015
8016         [ $(lustre_version_code $SINGLEMDS) -lt $(version_code 2.8.53) ] &&
8017                 namelist+=" lfsck_namespace"
8018         for name in $namelist; do
8019                 # Try to copy xattr from $file0 to $file1.
8020                 value=$(getxattr $file0 trusted.$name 2> /dev/null)
8021
8022                 setfattr --name=trusted.$name --value="$value" $file1 ||
8023                         error "setxattr 'trusted.$name' failed"
8024
8025                 # Try to set a garbage xattr.
8026                 value=0sVGhlIHF1aWNrIGJyb3duIGZveCBqdW1wcyBvdmVyIGl0c2VsZi4=
8027
8028                 if [[ x$name == "xlov" ]]; then
8029                         setfattr --name=trusted.lov --value="$value" $file1 &&
8030                         error "setxattr invalid 'trusted.lov' success"
8031                 else
8032                         setfattr --name=trusted.$name --value="$value" $file1 ||
8033                                 error "setxattr invalid 'trusted.$name' failed"
8034                 fi
8035
8036                 # Try to remove the xattr from $file1. We don't care if this
8037                 # appears to succeed or fail, we just don't want there to be
8038                 # any changes or crashes.
8039                 setfattr --remove=$trusted.$name $file1 2> /dev/null
8040         done
8041
8042         if [ $(lustre_version_code $SINGLEMDS) -gt $(version_code 2.6.50) ]
8043         then
8044                 name="lfsck_ns"
8045                 # Try to copy xattr from $file0 to $file1.
8046                 value=$(getxattr $file0 trusted.$name 2> /dev/null)
8047
8048                 setfattr --name=trusted.$name --value="$value" $file1 ||
8049                         error "setxattr 'trusted.$name' failed"
8050
8051                 # Try to set a garbage xattr.
8052                 value=0sVGhlIHF1aWNrIGJyb3duIGZveCBqdW1wcyBvdmVyIGl0c2VsZi4=
8053
8054                 setfattr --name=trusted.$name --value="$value" $file1 ||
8055                         error "setxattr 'trusted.$name' failed"
8056
8057                 # Try to remove the xattr from $file1. We don't care if this
8058                 # appears to succeed or fail, we just don't want there to be
8059                 # any changes or crashes.
8060                 setfattr --remove=$trusted.$name $file1 2> /dev/null
8061         fi
8062
8063         # Get 'after' xattrs of file1.
8064         getfattr --absolute-names --dump --match=- $file1 > $xattr1
8065
8066         if ! diff $xattr0 $xattr1; then
8067                 error "before and after xattrs of '$file1' differ"
8068         fi
8069
8070         rm -rf $file0 $file1 $xattr0 $xattr1
8071
8072         return 0
8073 }
8074 run_test 102n "silently ignore setxattr on internal trusted xattrs"
8075
8076 test_102p() { # LU-4703 setxattr did not check ownership
8077         local testfile=$DIR/$tfile
8078
8079         [ $(lustre_version_code $SINGLEMDS) -lt $(version_code 2.5.56) ] &&
8080                 skip "MDS needs to be at least 2.5.56" && return
8081
8082         touch $testfile
8083
8084         echo "setfacl as user..."
8085         $RUNAS setfacl -m "u:$RUNAS_ID:rwx" $testfile
8086         [ $? -ne 0 ] || error "setfacl by $RUNAS_ID was allowed on $testfile"
8087
8088         echo "setfattr as user..."
8089         setfacl -m "u:$RUNAS_ID:---" $testfile
8090         $RUNAS setfattr -x system.posix_acl_access $testfile
8091         [ $? -ne 0 ] || error "setfattr by $RUNAS_ID was allowed on $testfile"
8092 }
8093 run_test 102p "check setxattr(2) correctly fails without permission"
8094
8095 test_102q() {
8096         [ $(lustre_version_code $SINGLEMDS) -lt $(version_code 2.6.92) ] &&
8097                 skip "MDS needs to be at least 2.6.92" && return
8098         orphan_linkea_check $DIR/$tfile || error "orphan_linkea_check"
8099 }
8100 run_test 102q "flistxattr should not return trusted.link EAs for orphans"
8101
8102 test_102r() {
8103         [ $(lustre_version_code $SINGLEMDS) -lt $(version_code 2.6.93) ] &&
8104                 skip "MDS needs to be at least 2.6.93" && return
8105         touch $DIR/$tfile || error "touch"
8106         setfattr -n user.$(basename $tfile) $DIR/$tfile || error "setfattr"
8107         getfattr -n user.$(basename $tfile) $DIR/$tfile || error "getfattr"
8108         rm $DIR/$tfile || error "rm"
8109
8110         #normal directory
8111         mkdir -p $DIR/$tdir || error "mkdir"
8112         setfattr -n user.$(basename $tdir) $DIR/$tdir || error "setfattr dir"
8113         getfattr -n user.$(basename $tdir) $DIR/$tdir || error "getfattr dir"
8114         setfattr -x user.$(basename $tdir) $DIR/$tdir ||
8115                 error "$testfile error deleting user.author1"
8116         getfattr -d -m user.$(basename $tdir) 2> /dev/null |
8117                 grep "user.$(basename $tdir)" &&
8118                 error "$tdir did not delete user.$(basename $tdir)"
8119         rmdir $DIR/$tdir || error "rmdir"
8120
8121         #striped directory
8122         test_mkdir $DIR/$tdir
8123         setfattr -n user.$(basename $tdir) $DIR/$tdir || error "setfattr dir"
8124         getfattr -n user.$(basename $tdir) $DIR/$tdir || error "getfattr dir"
8125         setfattr -x user.$(basename $tdir) $DIR/$tdir ||
8126                 error "$testfile error deleting user.author1"
8127         getfattr -d -m user.$(basename $tdir) 2> /dev/null |
8128                 grep "user.$(basename $tdir)" &&
8129                 error "$tdir did not delete user.$(basename $tdir)"
8130         rmdir $DIR/$tdir || error "rm striped dir"
8131 }
8132 run_test 102r "set EAs with empty values"
8133
8134 run_acl_subtest()
8135 {
8136     $LUSTRE/tests/acl/run $LUSTRE/tests/acl/$1.test
8137     return $?
8138 }
8139
8140 test_103a() {
8141         [ "$UID" != 0 ] && skip_env "must run as root" && return
8142         [ -z "$(lctl get_param -n mdc.*-mdc-*.connect_flags | grep acl)" ] &&
8143                 skip "must have acl enabled" && return
8144         [ -z "$(which setfacl 2>/dev/null)" ] &&
8145                 skip_env "could not find setfacl" && return
8146         $GSS && skip "could not run under gss" && return
8147         remote_mds_nodsh && skip "remote MDS with nodsh" && return
8148
8149         gpasswd -a daemon bin                           # LU-5641
8150         do_facet $SINGLEMDS gpasswd -a daemon bin       # LU-5641
8151
8152         declare -a identity_old
8153
8154         for num in $(seq $MDSCOUNT); do
8155                 switch_identity $num true || identity_old[$num]=$?
8156         done
8157
8158         SAVE_UMASK=$(umask)
8159         umask 0022
8160         mkdir -p $DIR/$tdir
8161         cd $DIR/$tdir
8162
8163         echo "performing cp ..."
8164         run_acl_subtest cp || error "run_acl_subtest cp failed"
8165         echo "performing getfacl-noacl..."
8166         run_acl_subtest getfacl-noacl || error "getfacl-noacl test failed"
8167         echo "performing misc..."
8168         run_acl_subtest misc || error  "misc test failed"
8169         echo "performing permissions..."
8170         run_acl_subtest permissions || error "permissions failed"
8171         # LU-1482 mdd: Setting xattr are properly checked with and without ACLs
8172         if [ $(lustre_version_code $SINGLEMDS) -gt $(version_code 2.8.55) -o \
8173              \( $(lustre_version_code $SINGLEMDS) -lt $(version_code 2.6) -a \
8174              $(lustre_version_code $SINGLEMDS) -ge $(version_code 2.5.29) \) ]
8175         then
8176                 echo "performing permissions xattr..."
8177                 run_acl_subtest permissions_xattr ||
8178                         error "permissions_xattr failed"
8179         fi
8180         echo "performing setfacl..."
8181         run_acl_subtest setfacl || error  "setfacl test failed"
8182
8183         # inheritance test got from HP
8184         echo "performing inheritance..."
8185         cp $LUSTRE/tests/acl/make-tree . || error "cannot copy make-tree"
8186         chmod +x make-tree || error "chmod +x failed"
8187         run_acl_subtest inheritance || error "inheritance test failed"
8188         rm -f make-tree
8189
8190         echo "LU-974 ignore umask when acl is enabled..."
8191         run_acl_subtest 974 || error "LU-974 umask test failed"
8192         if [ $MDSCOUNT -ge 2 ]; then
8193                 run_acl_subtest 974_remote ||
8194                         error "LU-974 umask test failed under remote dir"
8195         fi
8196
8197         echo "LU-2561 newly created file is same size as directory..."
8198         if [ $(facet_fstype $SINGLEMDS) != "zfs" ]; then
8199                 run_acl_subtest 2561 || error "LU-2561 test failed"
8200         else
8201                 run_acl_subtest 2561_zfs || error "LU-2561 zfs test failed"
8202         fi
8203
8204         run_acl_subtest 4924 || error "LU-4924 test failed"
8205
8206         cd $SAVE_PWD
8207         umask $SAVE_UMASK
8208
8209         for num in $(seq $MDSCOUNT); do
8210                 if [ "${identity_old[$num]}" = 1 ]; then
8211                         switch_identity $num false || identity_old[$num]=$?
8212                 fi
8213         done
8214 }
8215 run_test 103a "acl test ========================================="
8216
8217 test_103c() {
8218         mkdir -p $DIR/$tdir
8219         cp -rp $DIR/$tdir $DIR/$tdir.bak
8220
8221         [ -n "$(getfattr -d -m. $DIR/$tdir | grep posix_acl_default)" ] &&
8222                 error "$DIR/$tdir shouldn't contain default ACL"
8223         [ -n "$(getfattr -d -m. $DIR/$tdir.bak | grep posix_acl_default)" ] &&
8224                 error "$DIR/$tdir.bak shouldn't contain default ACL"
8225         true
8226 }
8227 run_test 103c "'cp -rp' won't set empty acl"
8228
8229 test_104a() {
8230         [ $PARALLEL == "yes" ] && skip "skip parallel run" && return
8231         touch $DIR/$tfile
8232         lfs df || error "lfs df failed"
8233         lfs df -ih || error "lfs df -ih failed"
8234         lfs df -h $DIR || error "lfs df -h $DIR failed"
8235         lfs df -i $DIR || error "lfs df -i $DIR failed"
8236         lfs df $DIR/$tfile || error "lfs df $DIR/$tfile failed"
8237         lfs df -ih $DIR/$tfile || error "lfs df -ih $DIR/$tfile failed"
8238
8239         local OSC=$(lctl dl | grep OST0000-osc-[^M] | awk '{ print $4 }')
8240         lctl --device %$OSC deactivate
8241         lfs df || error "lfs df with deactivated OSC failed"
8242         lctl --device %$OSC activate
8243         # wait the osc back to normal
8244         wait_osc_import_state client ost FULL
8245
8246         lfs df || error "lfs df with reactivated OSC failed"
8247         rm -f $DIR/$tfile
8248 }
8249 run_test 104a "lfs df [-ih] [path] test ========================="
8250
8251 test_104b() {
8252         [ $PARALLEL == "yes" ] && skip "skip parallel run" && return
8253         [ $RUNAS_ID -eq $UID ] &&
8254                 skip_env "RUNAS_ID = UID = $UID -- skipping" && return
8255         chmod 666 /dev/obd
8256         denied_cnt=$(($($RUNAS $LFS check servers 2>&1 |
8257                         grep "Permission denied" | wc -l)))
8258         if [ $denied_cnt -ne 0 ]; then
8259                 error "lfs check servers test failed"
8260         fi
8261 }
8262 run_test 104b "$RUNAS lfs check servers test ===================="
8263
8264 test_105a() {
8265         # doesn't work on 2.4 kernels
8266         touch $DIR/$tfile
8267         if $(flock_is_enabled); then
8268                 flocks_test 1 on -f $DIR/$tfile || error "fail flock on"
8269         else
8270                 flocks_test 1 off -f $DIR/$tfile || error "fail flock off"
8271         fi
8272         rm -f $DIR/$tfile
8273 }
8274 run_test 105a "flock when mounted without -o flock test ========"
8275
8276 test_105b() {
8277         touch $DIR/$tfile
8278         if $(flock_is_enabled); then
8279                 flocks_test 1 on -c $DIR/$tfile || error "fail flock on"
8280         else
8281                 flocks_test 1 off -c $DIR/$tfile || error "fail flock off"
8282         fi
8283         rm -f $DIR/$tfile
8284 }
8285 run_test 105b "fcntl when mounted without -o flock test ========"
8286
8287 test_105c() {
8288         touch $DIR/$tfile
8289         if $(flock_is_enabled); then
8290                 flocks_test 1 on -l $DIR/$tfile || error "fail flock on"
8291         else
8292                 flocks_test 1 off -l $DIR/$tfile || error "fail flock off"
8293         fi
8294         rm -f $DIR/$tfile
8295 }
8296 run_test 105c "lockf when mounted without -o flock test"
8297
8298 test_105d() { # bug 15924
8299         [ $PARALLEL == "yes" ] && skip "skip parallel run" && return
8300         test_mkdir $DIR/$tdir
8301         flock_is_enabled || { skip "mount w/o flock enabled" && return; }
8302         #define OBD_FAIL_LDLM_CP_CB_WAIT  0x315
8303         $LCTL set_param fail_loc=0x80000315
8304         flocks_test 2 $DIR/$tdir
8305 }
8306 run_test 105d "flock race (should not freeze) ========"
8307
8308 test_105e() { # bug 22660 && 22040
8309         flock_is_enabled || { skip "mount w/o flock enabled" && return; }
8310         touch $DIR/$tfile
8311         flocks_test 3 $DIR/$tfile
8312 }
8313 run_test 105e "Two conflicting flocks from same process"
8314
8315 test_106() { #bug 10921
8316         test_mkdir $DIR/$tdir
8317         $DIR/$tdir && error "exec $DIR/$tdir succeeded"
8318         chmod 777 $DIR/$tdir || error "chmod $DIR/$tdir failed"
8319 }
8320 run_test 106 "attempt exec of dir followed by chown of that dir"
8321
8322 test_107() {
8323         [ $PARALLEL == "yes" ] && skip "skip parallel run" && return
8324         CDIR=`pwd`
8325         cd $DIR
8326
8327         local file=core
8328         rm -f $file
8329
8330         local save_pattern=$(sysctl -n kernel.core_pattern)
8331         local save_uses_pid=$(sysctl -n kernel.core_uses_pid)
8332         sysctl -w kernel.core_pattern=$file
8333         sysctl -w kernel.core_uses_pid=0
8334
8335         ulimit -c unlimited
8336         sleep 60 &
8337         SLEEPPID=$!
8338
8339         sleep 1
8340
8341         kill -s 11 $SLEEPPID
8342         wait $SLEEPPID
8343         if [ -e $file ]; then
8344                 size=`stat -c%s $file`
8345                 [ $size -eq 0 ] && error "Fail to create core file $file"
8346         else
8347                 error "Fail to create core file $file"
8348         fi
8349         rm -f $file
8350         sysctl -w kernel.core_pattern=$save_pattern
8351         sysctl -w kernel.core_uses_pid=$save_uses_pid
8352         cd $CDIR
8353 }
8354 run_test 107 "Coredump on SIG"
8355
8356 test_110() {
8357         test_mkdir $DIR/$tdir
8358         test_mkdir $DIR/$tdir/$(str_repeat 'a' 255)
8359         $LFS mkdir -c $MDSCOUNT $DIR/$tdir/$(str_repeat 'b' 256) &&
8360                 error "mkdir with 256 char should fail, but did not"
8361         touch $DIR/$tdir/$(str_repeat 'x' 255) ||
8362                 error "create with 255 char failed"
8363         touch $DIR/$tdir/$(str_repeat 'y' 256) &&
8364                 error "create with 256 char should fail, but did not"
8365
8366         ls -l $DIR/$tdir
8367         rm -rf $DIR/$tdir
8368 }
8369 run_test 110 "filename length checking"
8370
8371 #
8372 # Purpose: To verify dynamic thread (OSS) creation.
8373 #
8374 test_115() {
8375         [ $PARALLEL == "yes" ] && skip "skip parallel run" && return
8376         remote_ost_nodsh && skip "remote OST with nodsh" && return
8377
8378         # Lustre does not stop service threads once they are started.
8379         # Reset number of running threads to default.
8380         stopall
8381         setupall
8382
8383         local OSTIO_pre
8384         local save_params="$TMP/sanity-$TESTNAME.parameters"
8385
8386         # Get ll_ost_io count before I/O
8387         OSTIO_pre=$(do_facet ost1 \
8388                 "$LCTL get_param ost.OSS.ost_io.threads_started | cut -d= -f2")
8389         # Exit if lustre is not running (ll_ost_io not running).
8390         [ -z "$OSTIO_pre" ] && error "no OSS threads"
8391
8392         echo "Starting with $OSTIO_pre threads"
8393         local thread_max=$((OSTIO_pre * 2))
8394         local rpc_in_flight=$((thread_max * 2))
8395         # Number of I/O Process proposed to be started.
8396         local nfiles
8397         local facets=$(get_facets OST)
8398
8399         save_lustre_params client "osc.*OST*.max_rpcs_in_flight" > $save_params
8400         save_lustre_params $facets "ost.OSS.ost_io.threads_max" >> $save_params
8401
8402         # Set in_flight to $rpc_in_flight
8403         $LCTL set_param osc.*OST*.max_rpcs_in_flight=$rpc_in_flight ||
8404                 error "Failed to set max_rpcs_in_flight to $rpc_in_flight"
8405         nfiles=${rpc_in_flight}
8406         # Set ost thread_max to $thread_max
8407         do_facet ost1 "$LCTL set_param ost.OSS.ost_io.threads_max=$thread_max"
8408
8409         # 5 Minutes should be sufficient for max number of OSS
8410         # threads(thread_max) to be created.
8411         local timeout=300
8412
8413         # Start I/O.
8414         local WTL=${WTL:-"$LUSTRE/tests/write_time_limit"}
8415         test_mkdir $DIR/$tdir
8416         for i in $(seq $nfiles); do
8417                 local file=$DIR/$tdir/${tfile}-$i
8418                 $LFS setstripe -c -1 -i 0 $file
8419                 ($WTL $file $timeout)&
8420         done
8421
8422         # I/O Started - Wait for thread_started to reach thread_max or report
8423         # error if thread_started is more than thread_max.
8424         echo "Waiting for thread_started to reach thread_max"
8425         local thread_started=0
8426         local end_time=$((SECONDS + timeout))
8427
8428         while [ $SECONDS -le $end_time ] ; do
8429                 echo -n "."
8430                 # Get ost i/o thread_started count.
8431                 thread_started=$(do_facet ost1 \
8432                         "$LCTL get_param \
8433                         ost.OSS.ost_io.threads_started | cut -d= -f2")
8434                 # Break out if thread_started is equal/greater than thread_max
8435                 if [[ $thread_started -ge $thread_max ]]; then
8436                         echo ll_ost_io thread_started $thread_started, \
8437                                 equal/greater than thread_max $thread_max
8438                         break
8439                 fi
8440                 sleep 1
8441         done
8442
8443         # Cleanup - We have the numbers, Kill i/o jobs if running.
8444         jobcount=($(jobs -p))
8445         for i in $(seq 0 $((${#jobcount[@]}-1)))
8446         do
8447                 kill -9 ${jobcount[$i]}
8448                 if [ $? -ne 0 ] ; then
8449                         echo Warning: \
8450                         Failed to Kill \'WTL\(I/O\)\' with pid ${jobcount[$i]}
8451                 fi
8452         done
8453
8454         # Cleanup files left by WTL binary.
8455         for i in $(seq $nfiles); do
8456                 local file=$DIR/$tdir/${tfile}-$i
8457                 rm -rf $file
8458                 if [ $? -ne 0 ] ; then
8459                         echo "Warning: Failed to delete file $file"
8460                 fi
8461         done
8462
8463         restore_lustre_params <$save_params
8464         rm -f $save_params || echo "Warning: delete file '$save_params' failed"
8465
8466         # Error out if no new thread has started or Thread started is greater
8467         # than thread max.
8468         if [[ $thread_started -le $OSTIO_pre ||
8469                         $thread_started -gt $thread_max ]]; then
8470                 error "ll_ost_io: thread_started $thread_started" \
8471                       "OSTIO_pre $OSTIO_pre, thread_max $thread_max." \
8472                       "No new thread started or thread started greater " \
8473                       "than thread_max."
8474         fi
8475 }
8476 run_test 115 "verify dynamic thread creation===================="
8477
8478 free_min_max () {
8479         wait_delete_completed
8480         AVAIL=($(lctl get_param -n osc.*[oO][sS][cC]-[^M]*.kbytesavail))
8481         echo "OST kbytes available: ${AVAIL[@]}"
8482         MAXV=${AVAIL[0]}
8483         MAXI=0
8484         MINV=${AVAIL[0]}
8485         MINI=0
8486         for ((i = 0; i < ${#AVAIL[@]}; i++)); do
8487                 #echo OST $i: ${AVAIL[i]}kb
8488                 if [[ ${AVAIL[i]} -gt $MAXV ]]; then
8489                         MAXV=${AVAIL[i]}
8490                         MAXI=$i
8491                 fi
8492                 if [[ ${AVAIL[i]} -lt $MINV ]]; then
8493                         MINV=${AVAIL[i]}
8494                         MINI=$i
8495                 fi
8496         done
8497         echo "Min free space: OST $MINI: $MINV"
8498         echo "Max free space: OST $MAXI: $MAXV"
8499 }
8500
8501 test_116a() { # was previously test_116()
8502         [ $PARALLEL == "yes" ] && skip "skip parallel run" && return
8503         remote_mds_nodsh && skip "remote MDS with nodsh" && return
8504
8505         [[ $OSTCOUNT -lt 2 ]] && skip_env "needs >= 2 OSTs" && return
8506
8507         echo -n "Free space priority "
8508         do_facet $SINGLEMDS lctl get_param -n lo*.*-mdtlov.qos_prio_free |
8509                 head -n1
8510         declare -a AVAIL
8511         free_min_max
8512
8513         [ $MINV -eq 0 ] && skip "no free space in OST$MINI, skip" && return
8514         [ $MINV -gt 10000000 ] && skip "too much free space in OST$MINI, skip" \
8515                 && return
8516         trap simple_cleanup_common EXIT
8517
8518
8519         # Check if we need to generate uneven OSTs
8520         test_mkdir -p $DIR/$tdir/OST${MINI}
8521         local FILL=$((MINV / 4))
8522         local DIFF=$((MAXV - MINV))
8523         local DIFF2=$((DIFF * 100 / MINV))
8524
8525         local threshold=$(do_facet $SINGLEMDS \
8526                 lctl get_param -n *.*MDT0000-mdtlov.qos_threshold_rr | head -n1)
8527         threshold=${threshold%%%}
8528         echo -n "Check for uneven OSTs: "
8529         echo -n "diff=${DIFF}KB (${DIFF2}%) must be > ${threshold}% ..."
8530
8531         if [[ $DIFF2 -gt $threshold ]]; then
8532                 echo "ok"
8533                 echo "Don't need to fill OST$MINI"
8534         else
8535                 # generate uneven OSTs. Write 2% over the QOS threshold value
8536                 echo "no"
8537                 DIFF=$((threshold - DIFF2 + 2))
8538                 DIFF2=$((MINV * DIFF / 100))
8539                 echo "Fill $DIFF% remaining space in OST$MINI with ${DIFF2}KB"
8540                 $SETSTRIPE -i $MINI -c 1 $DIR/$tdir/OST${MINI} ||
8541                         error "setstripe failed"
8542                 DIFF=$((DIFF2 / 2048))
8543                 i=0
8544                 while [ $i -lt $DIFF ]; do
8545                         i=$((i + 1))
8546                         dd if=/dev/zero of=$DIR/$tdir/OST${MINI}/$tfile-$i \
8547                                 bs=2M count=1 2>/dev/null
8548                         echo -n .
8549                 done
8550                 echo .
8551                 sync
8552                 sleep_maxage
8553                 free_min_max
8554         fi
8555
8556         DIFF=$((MAXV - MINV))
8557         DIFF2=$((DIFF * 100 / MINV))
8558         echo -n "diff=$DIFF=$DIFF2% must be > $threshold% for QOS mode..."
8559         if [ $DIFF2 -gt $threshold ]; then
8560                 echo "ok"
8561         else
8562                 echo "failed - QOS mode won't be used"
8563                 skip "QOS imbalance criteria not met"
8564                 simple_cleanup_common
8565                 return
8566         fi
8567
8568         MINI1=$MINI
8569         MINV1=$MINV
8570         MAXI1=$MAXI
8571         MAXV1=$MAXV
8572
8573         # now fill using QOS
8574         $SETSTRIPE -c 1 $DIR/$tdir
8575         FILL=$((FILL / 200))
8576         if [ $FILL -gt 600 ]; then
8577                 FILL=600
8578         fi
8579         echo "writing $FILL files to QOS-assigned OSTs"
8580         i=0
8581         while [ $i -lt $FILL ]; do
8582                 i=$((i + 1))
8583                 dd if=/dev/zero of=$DIR/$tdir/$tfile-$i bs=200k \
8584                         count=1 2>/dev/null
8585                 echo -n .
8586         done
8587         echo "wrote $i 200k files"
8588         sync
8589         sleep_maxage
8590
8591         echo "Note: free space may not be updated, so measurements might be off"
8592         free_min_max
8593         DIFF2=$((MAXV - MINV))
8594         echo "free space delta: orig $DIFF final $DIFF2"
8595         [ $DIFF2 -gt $DIFF ] && echo "delta got worse!"
8596         DIFF=$((MINV1 - ${AVAIL[$MINI1]}))
8597         echo "Wrote ${DIFF}KB to smaller OST $MINI1"
8598         DIFF2=$((MAXV1 - ${AVAIL[$MAXI1]}))
8599         echo "Wrote ${DIFF2}KB to larger OST $MAXI1"
8600         if [[ $DIFF -gt 0 ]]; then
8601                 FILL=$((DIFF2 * 100 / DIFF - 100))
8602                 echo "Wrote ${FILL}% more data to larger OST $MAXI1"
8603         fi
8604
8605         # Figure out which files were written where
8606         UUID=$(lctl get_param -n lov.${FSNAME}-clilov-*.target_obd |
8607                awk '/'$MINI1': / {print $2; exit}')
8608         echo $UUID
8609         MINC=$($GETSTRIPE --ost $UUID $DIR/$tdir | grep $DIR | wc -l)
8610         echo "$MINC files created on smaller OST $MINI1"
8611         UUID=$(lctl get_param -n lov.${FSNAME}-clilov-*.target_obd |
8612                awk '/'$MAXI1': / {print $2; exit}')
8613         echo $UUID
8614         MAXC=$($GETSTRIPE --ost $UUID $DIR/$tdir | grep $DIR | wc -l)
8615         echo "$MAXC files created on larger OST $MAXI1"
8616         if [[ $MINC -gt 0 ]]; then
8617                 FILL=$((MAXC * 100 / MINC - 100))
8618                 echo "Wrote ${FILL}% more files to larger OST $MAXI1"
8619         fi
8620         [[ $MAXC -gt $MINC ]] ||
8621                 error_ignore LU-9 "stripe QOS didn't balance free space"
8622         simple_cleanup_common
8623 }
8624 run_test 116a "stripe QOS: free space balance ==================="
8625
8626 test_116b() { # LU-2093
8627         [ $PARALLEL == "yes" ] && skip "skip parallel run" && return
8628         remote_mds_nodsh && skip "remote MDS with nodsh" && return
8629
8630 #define OBD_FAIL_MDS_OSC_CREATE_FAIL     0x147
8631         local old_rr=$(do_facet $SINGLEMDS lctl get_param -n \
8632                        lo*.$FSNAME-MDT0000-mdtlov.qos_threshold_rr | head -1)
8633         [ -z "$old_rr" ] && skip "no QOS" && return 0
8634         do_facet $SINGLEMDS lctl set_param \
8635                 lo*.$FSNAME-MDT0000-mdtlov.qos_threshold_rr=0
8636         mkdir -p $DIR/$tdir
8637         do_facet $SINGLEMDS lctl set_param fail_loc=0x147
8638         createmany -o $DIR/$tdir/f- 20 || error "can't create"
8639         do_facet $SINGLEMDS lctl set_param fail_loc=0
8640         rm -rf $DIR/$tdir
8641         do_facet $SINGLEMDS lctl set_param \
8642                 lo*.$FSNAME-MDT0000-mdtlov.qos_threshold_rr=$old_rr
8643 }
8644 run_test 116b "QoS shouldn't LBUG if not enough OSTs found on the 2nd pass"
8645
8646 test_117() # bug 10891
8647 {
8648         [ $PARALLEL == "yes" ] && skip "skip parallel run" && return
8649         dd if=/dev/zero of=$DIR/$tfile bs=1M count=1
8650         #define OBD_FAIL_OST_SETATTR_CREDITS 0x21e
8651         lctl set_param fail_loc=0x21e
8652         > $DIR/$tfile || error "truncate failed"
8653         lctl set_param fail_loc=0
8654         echo "Truncate succeeded."
8655         rm -f $DIR/$tfile
8656 }
8657 run_test 117 "verify osd extend =========="
8658
8659 NO_SLOW_RESENDCOUNT=4
8660 export OLD_RESENDCOUNT=""
8661 set_resend_count () {
8662         local PROC_RESENDCOUNT="osc.${FSNAME}-OST*-osc-*.resend_count"
8663         OLD_RESENDCOUNT=$(lctl get_param -n $PROC_RESENDCOUNT | head -n1)
8664         lctl set_param -n $PROC_RESENDCOUNT $1
8665         echo resend_count is set to $(lctl get_param -n $PROC_RESENDCOUNT)
8666 }
8667
8668 # for reduce test_118* time (b=14842)
8669 [ "$SLOW" = "no" ] && set_resend_count $NO_SLOW_RESENDCOUNT
8670
8671 # Reset async IO behavior after error case
8672 reset_async() {
8673         FILE=$DIR/reset_async
8674
8675         # Ensure all OSCs are cleared
8676         $SETSTRIPE -c -1 $FILE
8677         dd if=/dev/zero of=$FILE bs=64k count=$OSTCOUNT
8678         sync
8679         rm $FILE
8680 }
8681
8682 test_118a() #bug 11710
8683 {
8684         [ $PARALLEL == "yes" ] && skip "skip parallel run" && return
8685         reset_async
8686
8687         $MULTIOP $DIR/$tfile oO_CREAT:O_RDWR:O_SYNC:w4096c
8688         DIRTY=$(lctl get_param -n llite.*.dump_page_cache | grep -c dirty)
8689         WRITEBACK=$(lctl get_param -n llite.*.dump_page_cache | grep -c writeback)
8690
8691         if [[ $DIRTY -ne 0 || $WRITEBACK -ne 0 ]]; then
8692                 error "Dirty pages not flushed to disk, dirty=$DIRTY, writeback=$WRITEBACK"
8693                 return 1;
8694         fi
8695         rm -f $DIR/$tfile
8696 }
8697 run_test 118a "verify O_SYNC works =========="
8698
8699 test_118b()
8700 {
8701         [ $PARALLEL == "yes" ] && skip "skip parallel run" && return
8702         remote_ost_nodsh && skip "remote OST with nodsh" && return
8703
8704         reset_async
8705
8706         #define OBD_FAIL_SRV_ENOENT 0x217
8707         set_nodes_failloc "$(osts_nodes)" 0x217
8708         $MULTIOP $DIR/$tfile oO_CREAT:O_RDWR:O_SYNC:w4096c
8709         RC=$?
8710         set_nodes_failloc "$(osts_nodes)" 0
8711         DIRTY=$(lctl get_param -n llite.*.dump_page_cache | grep -c dirty)
8712         WRITEBACK=$(lctl get_param -n llite.*.dump_page_cache |
8713                     grep -c writeback)
8714
8715         if [[ $RC -eq 0 ]]; then
8716                 error "Must return error due to dropped pages, rc=$RC"
8717                 return 1;
8718         fi
8719
8720         if [[ $DIRTY -ne 0 || $WRITEBACK -ne 0 ]]; then
8721                 error "Dirty pages not flushed to disk, dirty=$DIRTY, writeback=$WRITEBACK"
8722                 return 1;
8723         fi
8724
8725         echo "Dirty pages not leaked on ENOENT"
8726
8727         # Due to the above error the OSC will issue all RPCs syncronously
8728         # until a subsequent RPC completes successfully without error.
8729         $MULTIOP $DIR/$tfile Ow4096yc
8730         rm -f $DIR/$tfile
8731
8732         return 0
8733 }
8734 run_test 118b "Reclaim dirty pages on fatal error =========="
8735
8736 test_118c()
8737 {
8738         [ $PARALLEL == "yes" ] && skip "skip parallel run" && return
8739
8740         # for 118c, restore the original resend count, LU-1940
8741         [ "$SLOW" = "no" ] && [ -n "$OLD_RESENDCOUNT" ] &&
8742                                 set_resend_count $OLD_RESENDCOUNT
8743         remote_ost_nodsh && skip "remote OST with nodsh" && return
8744
8745         reset_async
8746
8747         #define OBD_FAIL_OST_EROFS               0x216
8748         set_nodes_failloc "$(osts_nodes)" 0x216
8749
8750         # multiop should block due to fsync until pages are written
8751         $MULTIOP $DIR/$tfile oO_CREAT:O_RDWR:O_SYNC:w4096c &
8752         MULTIPID=$!
8753         sleep 1
8754
8755         if [[ `ps h -o comm -p $MULTIPID` != "multiop" ]]; then
8756                 error "Multiop failed to block on fsync, pid=$MULTIPID"
8757         fi
8758
8759         WRITEBACK=$(lctl get_param -n llite.*.dump_page_cache |
8760                     grep -c writeback)
8761         if [[ $WRITEBACK -eq 0 ]]; then
8762                 error "No page in writeback, writeback=$WRITEBACK"
8763         fi
8764
8765         set_nodes_failloc "$(osts_nodes)" 0
8766         wait $MULTIPID
8767         RC=$?
8768         if [[ $RC -ne 0 ]]; then
8769                 error "Multiop fsync failed, rc=$RC"
8770         fi
8771
8772         DIRTY=$(lctl get_param -n llite.*.dump_page_cache | grep -c dirty)
8773         WRITEBACK=$(lctl get_param -n llite.*.dump_page_cache |
8774                     grep -c writeback)
8775         if [[ $DIRTY -ne 0 || $WRITEBACK -ne 0 ]]; then
8776                 error "Dirty pages not flushed to disk, dirty=$DIRTY, writeback=$WRITEBACK"
8777         fi
8778
8779         rm -f $DIR/$tfile
8780         echo "Dirty pages flushed via fsync on EROFS"
8781         return 0
8782 }
8783 run_test 118c "Fsync blocks on EROFS until dirty pages are flushed =========="
8784
8785 # continue to use small resend count to reduce test_118* time (b=14842)
8786 [ "$SLOW" = "no" ] && set_resend_count $NO_SLOW_RESENDCOUNT
8787
8788 test_118d()
8789 {
8790         [ $PARALLEL == "yes" ] && skip "skip parallel run" && return
8791         remote_ost_nodsh && skip "remote OST with nodsh" && return
8792
8793         reset_async
8794
8795         #define OBD_FAIL_OST_BRW_PAUSE_BULK
8796         set_nodes_failloc "$(osts_nodes)" 0x214
8797         # multiop should block due to fsync until pages are written
8798         $MULTIOP $DIR/$tfile oO_CREAT:O_RDWR:O_SYNC:w4096c &
8799         MULTIPID=$!
8800         sleep 1
8801
8802         if [[ `ps h -o comm -p $MULTIPID` != "multiop" ]]; then
8803                 error "Multiop failed to block on fsync, pid=$MULTIPID"
8804         fi
8805
8806         WRITEBACK=$(lctl get_param -n llite.*.dump_page_cache |
8807                     grep -c writeback)
8808         if [[ $WRITEBACK -eq 0 ]]; then
8809                 error "No page in writeback, writeback=$WRITEBACK"
8810         fi
8811
8812         wait $MULTIPID || error "Multiop fsync failed, rc=$?"
8813         set_nodes_failloc "$(osts_nodes)" 0
8814
8815         DIRTY=$(lctl get_param -n llite.*.dump_page_cache | grep -c dirty)
8816         WRITEBACK=$(lctl get_param -n llite.*.dump_page_cache |
8817                     grep -c writeback)
8818         if [[ $DIRTY -ne 0 || $WRITEBACK -ne 0 ]]; then
8819                 error "Dirty pages not flushed to disk, dirty=$DIRTY, writeback=$WRITEBACK"
8820         fi
8821
8822         rm -f $DIR/$tfile
8823         echo "Dirty pages gaurenteed flushed via fsync"
8824         return 0
8825 }
8826 run_test 118d "Fsync validation inject a delay of the bulk =========="
8827
8828 test_118f() {
8829         [ $PARALLEL == "yes" ] && skip "skip parallel run" && return
8830         reset_async
8831
8832         #define OBD_FAIL_OSC_BRW_PREP_REQ2        0x40a
8833         lctl set_param fail_loc=0x8000040a
8834
8835         # Should simulate EINVAL error which is fatal
8836         $MULTIOP $DIR/$tfile oO_CREAT:O_RDWR:O_SYNC:w4096c
8837         RC=$?
8838         if [[ $RC -eq 0 ]]; then
8839                 error "Must return error due to dropped pages, rc=$RC"
8840         fi
8841
8842         lctl set_param fail_loc=0x0
8843
8844         LOCKED=$(lctl get_param -n llite.*.dump_page_cache | grep -c locked)
8845         DIRTY=$(lctl get_param -n llite.*.dump_page_cache | grep -c dirty)
8846         WRITEBACK=$(lctl get_param -n llite.*.dump_page_cache |
8847                     grep -c writeback)
8848         if [[ $LOCKED -ne 0 ]]; then
8849                 error "Locked pages remain in cache, locked=$LOCKED"
8850         fi
8851
8852         if [[ $DIRTY -ne 0 || $WRITEBACK -ne 0 ]]; then
8853                 error "Dirty pages not flushed to disk, dirty=$DIRTY, writeback=$WRITEBACK"
8854         fi
8855
8856         rm -f $DIR/$tfile
8857         echo "No pages locked after fsync"
8858
8859         reset_async
8860         return 0
8861 }
8862 run_test 118f "Simulate unrecoverable OSC side error =========="
8863
8864 test_118g() {
8865         [ $PARALLEL == "yes" ] && skip "skip parallel run" && return
8866         reset_async
8867
8868         #define OBD_FAIL_OSC_BRW_PREP_REQ        0x406
8869         lctl set_param fail_loc=0x406
8870
8871         # simulate local -ENOMEM
8872         $MULTIOP $DIR/$tfile oO_CREAT:O_RDWR:O_SYNC:w4096c
8873         RC=$?
8874
8875         lctl set_param fail_loc=0
8876         if [[ $RC -eq 0 ]]; then
8877                 error "Must return error due to dropped pages, rc=$RC"
8878         fi
8879
8880         LOCKED=$(lctl get_param -n llite.*.dump_page_cache | grep -c locked)
8881         DIRTY=$(lctl get_param -n llite.*.dump_page_cache | grep -c dirty)
8882         WRITEBACK=$(lctl get_param -n llite.*.dump_page_cache |
8883                         grep -c writeback)
8884         if [[ $LOCKED -ne 0 ]]; then
8885                 error "Locked pages remain in cache, locked=$LOCKED"
8886         fi
8887
8888         if [[ $DIRTY -ne 0 || $WRITEBACK -ne 0 ]]; then
8889                 error "Dirty pages not flushed to disk, dirty=$DIRTY, writeback=$WRITEBACK"
8890         fi
8891
8892         rm -f $DIR/$tfile
8893         echo "No pages locked after fsync"
8894
8895         reset_async
8896         return 0
8897 }
8898 run_test 118g "Don't stay in wait if we got local -ENOMEM  =========="
8899
8900 test_118h() {
8901         [ $PARALLEL == "yes" ] && skip "skip parallel run" && return
8902         remote_ost_nodsh && skip "remote OST with nodsh" && return
8903
8904         reset_async
8905
8906         #define OBD_FAIL_OST_BRW_WRITE_BULK      0x20e
8907         set_nodes_failloc "$(osts_nodes)" 0x20e
8908         # Should simulate ENOMEM error which is recoverable and should be handled by timeout
8909         $MULTIOP $DIR/$tfile oO_CREAT:O_RDWR:O_SYNC:w4096c
8910         RC=$?
8911
8912         set_nodes_failloc "$(osts_nodes)" 0
8913         if [[ $RC -eq 0 ]]; then
8914                 error "Must return error due to dropped pages, rc=$RC"
8915         fi
8916
8917         LOCKED=$(lctl get_param -n llite.*.dump_page_cache | grep -c locked)
8918         DIRTY=$(lctl get_param -n llite.*.dump_page_cache | grep -c dirty)
8919         WRITEBACK=$(lctl get_param -n llite.*.dump_page_cache |
8920                     grep -c writeback)
8921         if [[ $LOCKED -ne 0 ]]; then
8922                 error "Locked pages remain in cache, locked=$LOCKED"
8923         fi
8924
8925         if [[ $DIRTY -ne 0 || $WRITEBACK -ne 0 ]]; then
8926                 error "Dirty pages not flushed to disk, dirty=$DIRTY, writeback=$WRITEBACK"
8927         fi
8928
8929         rm -f $DIR/$tfile
8930         echo "No pages locked after fsync"
8931
8932         return 0
8933 }
8934 run_test 118h "Verify timeout in handling recoverables errors  =========="
8935
8936 [ "$SLOW" = "no" ] && [ -n "$OLD_RESENDCOUNT" ] && set_resend_count $OLD_RESENDCOUNT
8937
8938 test_118i() {
8939         [ $PARALLEL == "yes" ] && skip "skip parallel run" && return
8940         remote_ost_nodsh && skip "remote OST with nodsh" && return
8941
8942         reset_async
8943
8944         #define OBD_FAIL_OST_BRW_WRITE_BULK      0x20e
8945         set_nodes_failloc "$(osts_nodes)" 0x20e
8946
8947         # Should simulate ENOMEM error which is recoverable and should be handled by timeout
8948         $MULTIOP $DIR/$tfile oO_CREAT:O_RDWR:O_SYNC:w4096c &
8949         PID=$!
8950         sleep 5
8951         set_nodes_failloc "$(osts_nodes)" 0
8952
8953         wait $PID
8954         RC=$?
8955         if [[ $RC -ne 0 ]]; then
8956                 error "got error, but should be not, rc=$RC"
8957         fi
8958
8959         LOCKED=$(lctl get_param -n llite.*.dump_page_cache | grep -c locked)
8960         DIRTY=$(lctl get_param -n llite.*.dump_page_cache | grep -c dirty)
8961         WRITEBACK=$(lctl get_param -n llite.*.dump_page_cache | grep -c writeback)
8962         if [[ $LOCKED -ne 0 ]]; then
8963                 error "Locked pages remain in cache, locked=$LOCKED"
8964         fi
8965
8966         if [[ $DIRTY -ne 0 || $WRITEBACK -ne 0 ]]; then
8967                 error "Dirty pages not flushed to disk, dirty=$DIRTY, writeback=$WRITEBACK"
8968         fi
8969
8970         rm -f $DIR/$tfile
8971         echo "No pages locked after fsync"
8972
8973         return 0
8974 }
8975 run_test 118i "Fix error before timeout in recoverable error  =========="
8976
8977 [ "$SLOW" = "no" ] && set_resend_count 4
8978
8979 test_118j() {
8980         [ $PARALLEL == "yes" ] && skip "skip parallel run" && return
8981         remote_ost_nodsh && skip "remote OST with nodsh" && return
8982
8983         reset_async
8984
8985         #define OBD_FAIL_OST_BRW_WRITE_BULK2     0x220
8986         set_nodes_failloc "$(osts_nodes)" 0x220
8987
8988         # return -EIO from OST
8989         $MULTIOP $DIR/$tfile oO_CREAT:O_RDWR:O_SYNC:w4096c
8990         RC=$?
8991         set_nodes_failloc "$(osts_nodes)" 0x0
8992         if [[ $RC -eq 0 ]]; then
8993                 error "Must return error due to dropped pages, rc=$RC"
8994         fi
8995
8996         LOCKED=$(lctl get_param -n llite.*.dump_page_cache | grep -c locked)
8997         DIRTY=$(lctl get_param -n llite.*.dump_page_cache | grep -c dirty)
8998         WRITEBACK=$(lctl get_param -n llite.*.dump_page_cache | grep -c writeback)
8999         if [[ $LOCKED -ne 0 ]]; then
9000                 error "Locked pages remain in cache, locked=$LOCKED"
9001         fi
9002
9003         # in recoverable error on OST we want resend and stay until it finished
9004         if [[ $DIRTY -ne 0 || $WRITEBACK -ne 0 ]]; then
9005                 error "Dirty pages not flushed to disk, dirty=$DIRTY, writeback=$WRITEBACK"
9006         fi
9007
9008         rm -f $DIR/$tfile
9009         echo "No pages locked after fsync"
9010
9011         return 0
9012 }
9013 run_test 118j "Simulate unrecoverable OST side error =========="
9014
9015 test_118k()
9016 {
9017         [ $PARALLEL == "yes" ] && skip "skip parallel run" && return
9018         remote_ost_nodsh && skip "remote OSTs with nodsh" && return
9019
9020         #define OBD_FAIL_OST_BRW_WRITE_BULK      0x20e
9021         set_nodes_failloc "$(osts_nodes)" 0x20e
9022         test_mkdir $DIR/$tdir
9023
9024         for ((i=0;i<10;i++)); do
9025                 (dd if=/dev/zero of=$DIR/$tdir/$tfile-$i bs=1M count=10 || \
9026                         error "dd to $DIR/$tdir/$tfile-$i failed" )&
9027                 SLEEPPID=$!
9028                 sleep 0.500s
9029                 kill $SLEEPPID
9030                 wait $SLEEPPID
9031         done
9032
9033         set_nodes_failloc "$(osts_nodes)" 0
9034         rm -rf $DIR/$tdir
9035 }
9036 run_test 118k "bio alloc -ENOMEM and IO TERM handling ========="
9037
9038 test_118l()
9039 {
9040         [ $PARALLEL == "yes" ] && skip "skip parallel run" && return
9041         # LU-646
9042         test_mkdir $DIR/$tdir
9043         $MULTIOP $DIR/$tdir Dy || error "fsync dir failed"
9044         rm -rf $DIR/$tdir
9045 }
9046 run_test 118l "fsync dir"
9047
9048 test_118m() # LU-3066
9049 {
9050         [ $PARALLEL == "yes" ] && skip "skip parallel run" && return
9051         test_mkdir $DIR/$tdir
9052         $MULTIOP $DIR/$tdir DY || error "fdatasync dir failed"
9053         rm -rf $DIR/$tdir
9054 }
9055 run_test 118m "fdatasync dir ========="
9056
9057 [ "$SLOW" = "no" ] && [ -n "$OLD_RESENDCOUNT" ] && set_resend_count $OLD_RESENDCOUNT
9058
9059 test_118n()
9060 {
9061         local begin
9062         local end
9063
9064         [ $PARALLEL == "yes" ] && skip "skip parallel run" && return
9065         remote_ost_nodsh && skip "remote OSTs with nodsh" && return
9066
9067         # Sleep to avoid a cached response.
9068         #define OBD_STATFS_CACHE_SECONDS 1
9069         sleep 2
9070
9071         # Inject a 10 second delay in the OST_STATFS handler.
9072         #define OBD_FAIL_OST_STATFS_DELAY 0x242
9073         set_nodes_failloc "$(osts_nodes)" 0x242
9074
9075         begin=$SECONDS
9076         stat --file-system $MOUNT > /dev/null
9077         end=$SECONDS
9078
9079         set_nodes_failloc "$(osts_nodes)" 0
9080
9081         if ((end - begin > 20)); then
9082             error "statfs took $((end - begin)) seconds, expected 10"
9083         fi
9084 }
9085 run_test 118n "statfs() sends OST_STATFS requests in parallel"
9086
9087 test_119a() # bug 11737
9088 {
9089         BSIZE=$((512 * 1024))
9090         directio write $DIR/$tfile 0 1 $BSIZE
9091         # We ask to read two blocks, which is more than a file size.
9092         # directio will indicate an error when requested and actual
9093         # sizes aren't equeal (a normal situation in this case) and
9094         # print actual read amount.
9095         NOB=`directio read $DIR/$tfile 0 2 $BSIZE | awk '/error/ {print $6}'`
9096         if [ "$NOB" != "$BSIZE" ]; then
9097                 error "read $NOB bytes instead of $BSIZE"
9098         fi
9099         rm -f $DIR/$tfile
9100 }
9101 run_test 119a "Short directIO read must return actual read amount"
9102
9103 test_119b() # bug 11737
9104 {
9105         [[ $OSTCOUNT -lt 2 ]] && skip_env "needs >= 2 OSTs" && return
9106
9107         $SETSTRIPE -c 2 $DIR/$tfile || error "setstripe failed"
9108         dd if=/dev/zero of=$DIR/$tfile bs=1M count=1 seek=1 || error "dd failed"
9109         sync
9110         $MULTIOP $DIR/$tfile oO_RDONLY:O_DIRECT:r$((2048 * 1024)) || \
9111                 error "direct read failed"
9112         rm -f $DIR/$tfile
9113 }
9114 run_test 119b "Sparse directIO read must return actual read amount"
9115
9116 test_119c() # bug 13099
9117 {
9118         BSIZE=1048576
9119         directio write $DIR/$tfile 3 1 $BSIZE || error "direct write failed"
9120         directio readhole $DIR/$tfile 0 2 $BSIZE || error "reading hole failed"
9121         rm -f $DIR/$tfile
9122 }
9123 run_test 119c "Testing for direct read hitting hole"
9124
9125 test_119d() # bug 15950
9126 {
9127         [ $PARALLEL == "yes" ] && skip "skip parallel run" && return
9128         MAX_RPCS_IN_FLIGHT=`$LCTL get_param -n osc.*OST0000-osc-[^mM]*.max_rpcs_in_flight`
9129         $LCTL set_param -n osc.*OST0000-osc-[^mM]*.max_rpcs_in_flight 1
9130         BSIZE=1048576
9131         $SETSTRIPE $DIR/$tfile -i 0 -c 1 || error "setstripe failed"
9132         $DIRECTIO write $DIR/$tfile 0 1 $BSIZE || error "first directio failed"
9133         #define OBD_FAIL_OSC_DIO_PAUSE           0x40d
9134         lctl set_param fail_loc=0x40d
9135         $DIRECTIO write $DIR/$tfile 1 4 $BSIZE &
9136         pid_dio=$!
9137         sleep 1
9138         cat $DIR/$tfile > /dev/null &
9139         lctl set_param fail_loc=0
9140         pid_reads=$!
9141         wait $pid_dio
9142         log "the DIO writes have completed, now wait for the reads (should not block very long)"
9143         sleep 2
9144         [ -n "`ps h -p $pid_reads -o comm`" ] && \
9145         error "the read rpcs have not completed in 2s"
9146         rm -f $DIR/$tfile
9147         $LCTL set_param -n osc.*OST0000-osc-[^mM]*.max_rpcs_in_flight $MAX_RPCS_IN_FLIGHT
9148 }
9149 run_test 119d "The DIO path should try to send a new rpc once one is completed"
9150
9151 test_120a() {
9152         [ $PARALLEL == "yes" ] && skip "skip parallel run" && return
9153         remote_mds_nodsh && skip "remote MDS with nodsh" && return
9154         test_mkdir $DIR/$tdir
9155         $LCTL get_param -n mdc.*.connect_flags | grep -q early_lock_cancel ||
9156                 { skip "no early lock cancel on server"; return 0; }
9157
9158         lru_resize_disable mdc
9159         lru_resize_disable osc
9160         cancel_lru_locks mdc
9161         # asynchronous object destroy at MDT could cause bl ast to client
9162         cancel_lru_locks osc
9163
9164         stat $DIR/$tdir > /dev/null
9165         can1=$(do_facet $SINGLEMDS \
9166                "$LCTL get_param -n ldlm.services.ldlm_canceld.stats" |
9167                awk '/ldlm_cancel/ {print $2}')
9168         blk1=$($LCTL get_param -n ldlm.services.ldlm_cbd.stats |
9169                awk '/ldlm_bl_callback/ {print $2}')
9170         test_mkdir -c1 $DIR/$tdir/d1
9171         can2=$(do_facet $SINGLEMDS \
9172                "$LCTL get_param -n ldlm.services.ldlm_canceld.stats" |
9173                awk '/ldlm_cancel/ {print $2}')
9174         blk2=$($LCTL get_param -n ldlm.services.ldlm_cbd.stats |
9175                awk '/ldlm_bl_callback/ {print $2}')
9176         [ $can1 -eq $can2 ] || error $((can2-can1)) "cancel RPC occured."
9177         [ $blk1 -eq $blk2 ] || error $((blk2-blk1)) "blocking RPC occured."
9178         lru_resize_enable mdc
9179         lru_resize_enable osc
9180 }
9181 run_test 120a "Early Lock Cancel: mkdir test"
9182
9183 test_120b() {
9184         [ $PARALLEL == "yes" ] && skip "skip parallel run" && return
9185         remote_mds_nodsh && skip "remote MDS with nodsh" && return
9186         test_mkdir $DIR/$tdir
9187         $LCTL get_param -n mdc.*.connect_flags | grep -q early_lock_cancel ||
9188                 { skip "no early lock cancel on server"; return 0; }
9189         lru_resize_disable mdc
9190         lru_resize_disable osc
9191         cancel_lru_locks mdc
9192         stat $DIR/$tdir > /dev/null
9193         can1=$(do_facet $SINGLEMDS \
9194                "$LCTL get_param -n ldlm.services.ldlm_canceld.stats" |
9195                awk '/ldlm_cancel/ {print $2}')
9196         blk1=$($LCTL get_param -n ldlm.services.ldlm_cbd.stats |
9197                awk '/ldlm_bl_callback/ {print $2}')
9198         touch $DIR/$tdir/f1
9199         can2=$(do_facet $SINGLEMDS \
9200                "$LCTL get_param -n ldlm.services.ldlm_canceld.stats" |
9201                awk '/ldlm_cancel/ {print $2}')
9202         blk2=$($LCTL get_param -n ldlm.services.ldlm_cbd.stats |
9203                awk '/ldlm_bl_callback/ {print $2}')
9204         [ $can1 -eq $can2 ] || error $((can2-can1)) "cancel RPC occured."
9205         [ $blk1 -eq $blk2 ] || error $((blk2-blk1)) "blocking RPC occured."
9206         lru_resize_enable mdc
9207         lru_resize_enable osc
9208 }
9209 run_test 120b "Early Lock Cancel: create test"
9210
9211 test_120c() {
9212         [ $PARALLEL == "yes" ] && skip "skip parallel run" && return
9213         remote_mds_nodsh && skip "remote MDS with nodsh" && return
9214         test_mkdir -c1 $DIR/$tdir
9215         $LCTL get_param -n mdc.*.connect_flags | grep -q early_lock_cancel ||
9216                 { skip "no early lock cancel on server"; return 0; }
9217         lru_resize_disable mdc
9218         lru_resize_disable osc
9219         test_mkdir -c1 $DIR/$tdir/d1
9220         test_mkdir -c1 $DIR/$tdir/d2
9221         touch $DIR/$tdir/d1/f1
9222         cancel_lru_locks mdc
9223         stat $DIR/$tdir/d1 $DIR/$tdir/d2 $DIR/$tdir/d1/f1 > /dev/null
9224         can1=$(do_facet $SINGLEMDS \
9225                "$LCTL get_param -n ldlm.services.ldlm_canceld.stats" |
9226                awk '/ldlm_cancel/ {print $2}')
9227         blk1=$($LCTL get_param -n ldlm.services.ldlm_cbd.stats |
9228                awk '/ldlm_bl_callback/ {print $2}')
9229         ln $DIR/$tdir/d1/f1 $DIR/$tdir/d2/f2
9230         can2=$(do_facet $SINGLEMDS \
9231                "$LCTL get_param -n ldlm.services.ldlm_canceld.stats" |
9232                awk '/ldlm_cancel/ {print $2}')
9233         blk2=$($LCTL get_param -n ldlm.services.ldlm_cbd.stats |
9234                awk '/ldlm_bl_callback/ {print $2}')
9235         [ $can1 -eq $can2 ] || error $((can2-can1)) "cancel RPC occured."
9236         [ $blk1 -eq $blk2 ] || error $((blk2-blk1)) "blocking RPC occured."
9237         lru_resize_enable mdc
9238         lru_resize_enable osc
9239 }
9240 run_test 120c "Early Lock Cancel: link test"
9241
9242 test_120d() {
9243         [ $PARALLEL == "yes" ] && skip "skip parallel run" && return
9244         remote_mds_nodsh && skip "remote MDS with nodsh" && return
9245         test_mkdir -c1 $DIR/$tdir
9246         $LCTL get_param -n mdc.*.connect_flags | grep -q early_lock_cancel ||
9247                 { skip "no early lock cancel on server"; return 0; }
9248         lru_resize_disable mdc
9249         lru_resize_disable osc
9250         touch $DIR/$tdir
9251         cancel_lru_locks mdc
9252         stat $DIR/$tdir > /dev/null
9253         can1=$(do_facet $SINGLEMDS \
9254                "$LCTL get_param -n ldlm.services.ldlm_canceld.stats" |
9255                awk '/ldlm_cancel/ {print $2}')
9256         blk1=$($LCTL get_param -n ldlm.services.ldlm_cbd.stats |
9257                awk '/ldlm_bl_callback/ {print $2}')
9258         chmod a+x $DIR/$tdir
9259         can2=$(do_facet $SINGLEMDS \
9260                "$LCTL get_param -n ldlm.services.ldlm_canceld.stats" |
9261                awk '/ldlm_cancel/ {print $2}')
9262         blk2=$($LCTL get_param -n ldlm.services.ldlm_cbd.stats |
9263                awk '/ldlm_bl_callback/ {print $2}')
9264         [ $can1 -eq $can2 ] || error $((can2-can1)) "cancel RPC occured."
9265         [ $blk1 -eq $blk2 ] || error $((blk2-blk1)) "blocking RPC occured."
9266         lru_resize_enable mdc
9267         lru_resize_enable osc
9268 }
9269 run_test 120d "Early Lock Cancel: setattr test"
9270
9271 test_120e() {
9272         [ $PARALLEL == "yes" ] && skip "skip parallel run" && return
9273         $LCTL get_param -n mdc.*.connect_flags | grep -q early_lock_cancel ||
9274                 { skip "no early lock cancel on server"; return 0; }
9275         remote_mds_nodsh && skip "remote MDS with nodsh" && return
9276         local dlmtrace_set=false
9277
9278         test_mkdir -c1 $DIR/$tdir
9279         lru_resize_disable mdc
9280         lru_resize_disable osc
9281         ! $LCTL get_param debug | grep -q dlmtrace &&
9282                 $LCTL set_param debug=+dlmtrace && dlmtrace_set=true
9283         dd if=/dev/zero of=$DIR/$tdir/f1 count=1
9284         cancel_lru_locks mdc
9285         cancel_lru_locks osc
9286         dd if=$DIR/$tdir/f1 of=/dev/null
9287         stat $DIR/$tdir $DIR/$tdir/f1 > /dev/null
9288         # XXX client can not do early lock cancel of OST lock
9289         # during unlink (LU-4206), so cancel osc lock now.
9290         sleep 2
9291         cancel_lru_locks osc
9292         can1=$(do_facet $SINGLEMDS \
9293                "$LCTL get_param -n ldlm.services.ldlm_canceld.stats" |
9294                awk '/ldlm_cancel/ {print $2}')
9295         blk1=$($LCTL get_param -n ldlm.services.ldlm_cbd.stats |
9296                awk '/ldlm_bl_callback/ {print $2}')
9297         unlink $DIR/$tdir/f1
9298         sleep 5
9299         can2=$(do_facet $SINGLEMDS \
9300                "$LCTL get_param -n ldlm.services.ldlm_canceld.stats" |
9301                awk '/ldlm_cancel/ {print $2}')
9302         blk2=$($LCTL get_param -n ldlm.services.ldlm_cbd.stats |
9303                awk '/ldlm_bl_callback/ {print $2}')
9304         [ $can1 -ne $can2 ] && error "$((can2 - can1)) cancel RPC occured" &&
9305                 $LCTL dk $TMP/cancel.debug.txt
9306         [ $blk1 -ne $blk2 ] && error "$((blk2 - blk1)) blocking RPC occured" &&
9307                 $LCTL dk $TMP/blocking.debug.txt
9308         $dlmtrace_set && $LCTL set_param debug=-dlmtrace
9309         lru_resize_enable mdc
9310         lru_resize_enable osc
9311 }
9312 run_test 120e "Early Lock Cancel: unlink test"
9313
9314 test_120f() {
9315         [ $PARALLEL == "yes" ] && skip "skip parallel run" && return
9316         $LCTL get_param -n mdc.*.connect_flags | grep -q early_lock_cancel ||
9317                 { skip "no early lock cancel on server"; return 0; }
9318         remote_mds_nodsh && skip "remote MDS with nodsh" && return
9319         test_mkdir -c1 $DIR/$tdir
9320         lru_resize_disable mdc
9321         lru_resize_disable osc
9322         test_mkdir -c1 $DIR/$tdir/d1
9323         test_mkdir -c1 $DIR/$tdir/d2
9324         dd if=/dev/zero of=$DIR/$tdir/d1/f1 count=1
9325         dd if=/dev/zero of=$DIR/$tdir/d2/f2 count=1
9326         cancel_lru_locks mdc
9327         cancel_lru_locks osc
9328         dd if=$DIR/$tdir/d1/f1 of=/dev/null
9329         dd if=$DIR/$tdir/d2/f2 of=/dev/null
9330         stat $DIR/$tdir/d1 $DIR/$tdir/d2 $DIR/$tdir/d1/f1 $DIR/$tdir/d2/f2 > /dev/null
9331         # XXX client can not do early lock cancel of OST lock
9332         # during rename (LU-4206), so cancel osc lock now.
9333         sleep 2
9334         cancel_lru_locks osc
9335         can1=$(do_facet $SINGLEMDS \
9336                "$LCTL get_param -n ldlm.services.ldlm_canceld.stats" |
9337                awk '/ldlm_cancel/ {print $2}')
9338         blk1=$($LCTL get_param -n ldlm.services.ldlm_cbd.stats |
9339                awk '/ldlm_bl_callback/ {print $2}')
9340         mrename $DIR/$tdir/d1/f1 $DIR/$tdir/d2/f2
9341         sleep 5
9342         can2=$(do_facet $SINGLEMDS \
9343                "$LCTL get_param -n ldlm.services.ldlm_canceld.stats" |
9344                awk '/ldlm_cancel/ {print $2}')
9345         blk2=$($LCTL get_param -n ldlm.services.ldlm_cbd.stats |
9346                awk '/ldlm_bl_callback/ {print $2}')
9347         [ $can1 -eq $can2 ] || error $((can2-can1)) "cancel RPC occured."
9348         [ $blk1 -eq $blk2 ] || error $((blk2-blk1)) "blocking RPC occured."
9349         lru_resize_enable mdc
9350         lru_resize_enable osc
9351 }
9352 run_test 120f "Early Lock Cancel: rename test"
9353
9354 test_120g() {
9355         [ $PARALLEL == "yes" ] && skip "skip parallel run" && return
9356         $LCTL get_param -n mdc.*.connect_flags | grep -q early_lock_cancel ||
9357                 { skip "no early lock cancel on server"; return 0; }
9358         remote_mds_nodsh && skip "remote MDS with nodsh" && return
9359         lru_resize_disable mdc
9360         lru_resize_disable osc
9361         count=10000
9362         echo create $count files
9363         test_mkdir $DIR/$tdir
9364         cancel_lru_locks mdc
9365         cancel_lru_locks osc
9366         t0=$(date +%s)
9367
9368         can0=$(do_facet $SINGLEMDS \
9369                "$LCTL get_param -n ldlm.services.ldlm_canceld.stats" |
9370                awk '/ldlm_cancel/ {print $2}')
9371         blk0=$($LCTL get_param -n ldlm.services.ldlm_cbd.stats |
9372                awk '/ldlm_bl_callback/ {print $2}')
9373         createmany -o $DIR/$tdir/f $count
9374         sync
9375         can1=$(do_facet $SINGLEMDS \
9376                "$LCTL get_param -n ldlm.services.ldlm_canceld.stats" |
9377                awk '/ldlm_cancel/ {print $2}')
9378         blk1=$($LCTL get_param -n ldlm.services.ldlm_cbd.stats |
9379                awk '/ldlm_bl_callback/ {print $2}')
9380         t1=$(date +%s)
9381         echo total: $((can1-can0)) cancels, $((blk1-blk0)) blockings
9382         echo rm $count files
9383         rm -r $DIR/$tdir
9384         sync
9385         can2=$(do_facet $SINGLEMDS \
9386                "$LCTL get_param -n ldlm.services.ldlm_canceld.stats" |
9387                awk '/ldlm_cancel/ {print $2}')
9388         blk2=$($LCTL get_param -n ldlm.services.ldlm_cbd.stats |
9389                awk '/ldlm_bl_callback/ {print $2}')
9390         t2=$(date +%s)
9391         echo total: $count removes in $((t2-t1))
9392         echo total: $((can2-can1)) cancels, $((blk2-blk1)) blockings
9393         sleep 2
9394         # wait for commitment of removal
9395         lru_resize_enable mdc
9396         lru_resize_enable osc
9397 }
9398 run_test 120g "Early Lock Cancel: performance test"
9399
9400 test_121() { #bug #10589
9401         [ $PARALLEL == "yes" ] && skip "skip parallel run" && return
9402         rm -rf $DIR/$tfile
9403         writes=$(LANG=C dd if=/dev/zero of=$DIR/$tfile count=1 2>&1 | awk -F '+' '/out$/ {print $1}')
9404 #define OBD_FAIL_LDLM_CANCEL_RACE        0x310
9405         lctl set_param fail_loc=0x310
9406         cancel_lru_locks osc > /dev/null
9407         reads=$(LANG=C dd if=$DIR/$tfile of=/dev/null 2>&1 | awk -F '+' '/in$/ {print $1}')
9408         lctl set_param fail_loc=0
9409         [[ $reads -eq $writes ]] ||
9410                 error "read $reads blocks, must be $writes blocks"
9411 }
9412 run_test 121 "read cancel race ========="
9413
9414 test_123a() { # was test 123, statahead(bug 11401)
9415         [ $PARALLEL == "yes" ] && skip "skip parallel run" && return
9416         SLOWOK=0
9417         if ! grep -q "processor.*: 1" /proc/cpuinfo; then
9418                 log "testing UP system. Performance may be lower than expected."
9419                 SLOWOK=1
9420         fi
9421
9422         rm -rf $DIR/$tdir
9423         test_mkdir $DIR/$tdir
9424         NUMFREE=$(df -i -P $DIR | tail -n 1 | awk '{ print $4 }')
9425         [[ $NUMFREE -gt 100000 ]] && NUMFREE=100000 || NUMFREE=$((NUMFREE-1000))
9426         MULT=10
9427         for ((i=100, j=0; i<=$NUMFREE; j=$i, i=$((i * MULT)) )); do
9428                 createmany -o $DIR/$tdir/$tfile $j $((i - j))
9429
9430                 max=`lctl get_param -n llite.*.statahead_max | head -n 1`
9431                 lctl set_param -n llite.*.statahead_max 0
9432                 lctl get_param llite.*.statahead_max
9433                 cancel_lru_locks mdc
9434                 cancel_lru_locks osc
9435                 stime=`date +%s`
9436                 time ls -l $DIR/$tdir | wc -l
9437                 etime=`date +%s`
9438                 delta=$((etime - stime))
9439                 log "ls $i files without statahead: $delta sec"
9440                 lctl set_param llite.*.statahead_max=$max
9441
9442                 swrong=`lctl get_param -n llite.*.statahead_stats | grep "statahead wrong:" | awk '{print $3}'`
9443                 lctl get_param -n llite.*.statahead_max | grep '[0-9]'
9444                 cancel_lru_locks mdc
9445                 cancel_lru_locks osc
9446                 stime=`date +%s`
9447                 time ls -l $DIR/$tdir | wc -l
9448                 etime=`date +%s`
9449                 delta_sa=$((etime - stime))
9450                 log "ls $i files with statahead: $delta_sa sec"
9451                 lctl get_param -n llite.*.statahead_stats
9452                 ewrong=`lctl get_param -n llite.*.statahead_stats | grep "statahead wrong:" | awk '{print $3}'`
9453
9454                 [[ $swrong -lt $ewrong ]] &&
9455                         log "statahead was stopped, maybe too many locks held!"
9456                 [[ $delta -eq 0 || $delta_sa -eq 0 ]] && continue
9457
9458                 if [ $((delta_sa * 100)) -gt $((delta * 105)) -a $delta_sa -gt $((delta + 2)) ]; then
9459                     max=`lctl get_param -n llite.*.statahead_max | head -n 1`
9460                     lctl set_param -n llite.*.statahead_max 0
9461                     lctl get_param llite.*.statahead_max
9462                     cancel_lru_locks mdc
9463                     cancel_lru_locks osc
9464                     stime=`date +%s`
9465                     time ls -l $DIR/$tdir | wc -l
9466                     etime=`date +%s`
9467                     delta=$((etime - stime))
9468                     log "ls $i files again without statahead: $delta sec"
9469                     lctl set_param llite.*.statahead_max=$max
9470                     if [ $((delta_sa * 100)) -gt $((delta * 105)) -a $delta_sa -gt $((delta + 2)) ]; then
9471                         if [  $SLOWOK -eq 0 ]; then
9472                                 error "ls $i files is slower with statahead!"
9473                         else
9474                                 log "ls $i files is slower with statahead!"
9475                         fi
9476                         break
9477                     fi
9478                 fi
9479
9480                 [ $delta -gt 20 ] && break
9481                 [ $delta -gt 8 ] && MULT=$((50 / delta))
9482                 [ "$SLOW" = "no" -a $delta -gt 5 ] && break
9483         done
9484         log "ls done"
9485
9486         stime=`date +%s`
9487         rm -r $DIR/$tdir
9488         sync
9489         etime=`date +%s`
9490         delta=$((etime - stime))
9491         log "rm -r $DIR/$tdir/: $delta seconds"
9492         log "rm done"
9493         lctl get_param -n llite.*.statahead_stats
9494 }
9495 run_test 123a "verify statahead work"
9496
9497 test_123b () { # statahead(bug 15027)
9498         [ $PARALLEL == "yes" ] && skip "skip parallel run" && return
9499         test_mkdir $DIR/$tdir
9500         createmany -o $DIR/$tdir/$tfile-%d 1000
9501
9502         cancel_lru_locks mdc
9503         cancel_lru_locks osc
9504
9505 #define OBD_FAIL_MDC_GETATTR_ENQUEUE     0x803
9506         lctl set_param fail_loc=0x80000803
9507         ls -lR $DIR/$tdir > /dev/null
9508         log "ls done"
9509         lctl set_param fail_loc=0x0
9510         lctl get_param -n llite.*.statahead_stats
9511         rm -r $DIR/$tdir
9512         sync
9513
9514 }
9515 run_test 123b "not panic with network error in statahead enqueue (bug 15027)"
9516
9517 test_124a() {
9518         [ $PARALLEL == "yes" ] && skip "skip parallel run" && return
9519         $LCTL get_param -n mdc.*.connect_flags | grep -q lru_resize ||
9520                 { skip "no lru resize on server"; return 0; }
9521         local NR=2000
9522         test_mkdir $DIR/$tdir
9523
9524         log "create $NR files at $DIR/$tdir"
9525         createmany -o $DIR/$tdir/f $NR ||
9526                 error "failed to create $NR files in $DIR/$tdir"
9527
9528         cancel_lru_locks mdc
9529         ls -l $DIR/$tdir > /dev/null
9530
9531         local NSDIR=""
9532         local LRU_SIZE=0
9533         for VALUE in $($LCTL get_param ldlm.namespaces.*mdc-*.lru_size); do
9534                 local PARAM=$(echo ${VALUE[0]} | cut -d "=" -f1)
9535                 LRU_SIZE=$($LCTL get_param -n $PARAM)
9536                 if [[ $LRU_SIZE -gt $(default_lru_size) ]]; then
9537                         NSDIR=$(echo $PARAM | cut -d "." -f1-3)
9538                         log "NSDIR=$NSDIR"
9539                         log "NS=$(basename $NSDIR)"
9540                         break
9541                 fi
9542         done
9543
9544         if [[ -z "$NSDIR" || $LRU_SIZE -lt $(default_lru_size) ]]; then
9545                 skip "Not enough cached locks created!"
9546                 return 0
9547         fi
9548         log "LRU=$LRU_SIZE"
9549
9550         local SLEEP=30
9551
9552         # We know that lru resize allows one client to hold $LIMIT locks
9553         # for 10h. After that locks begin to be killed by client.
9554         local MAX_HRS=10
9555         local LIMIT=$($LCTL get_param -n $NSDIR.pool.limit)
9556         log "LIMIT=$LIMIT"
9557         if [ $LIMIT -lt $LRU_SIZE ]; then
9558             skip "Limit is too small $LIMIT"
9559             return 0
9560         fi
9561
9562         # Make LVF so higher that sleeping for $SLEEP is enough to _start_
9563         # killing locks. Some time was spent for creating locks. This means
9564         # that up to the moment of sleep finish we must have killed some of
9565         # them (10-100 locks). This depends on how fast ther were created.
9566         # Many of them were touched in almost the same moment and thus will
9567         # be killed in groups.
9568         local LVF=$(($MAX_HRS * 60 * 60 / $SLEEP * $LIMIT / $LRU_SIZE))
9569
9570         # Use $LRU_SIZE_B here to take into account real number of locks
9571         # created in the case of CMD, LRU_SIZE_B != $NR in most of cases
9572         local LRU_SIZE_B=$LRU_SIZE
9573         log "LVF=$LVF"
9574         local OLD_LVF=$($LCTL get_param -n $NSDIR.pool.lock_volume_factor)
9575         log "OLD_LVF=$OLD_LVF"
9576         $LCTL set_param -n $NSDIR.pool.lock_volume_factor $LVF
9577
9578         # Let's make sure that we really have some margin. Client checks
9579         # cached locks every 10 sec.
9580         SLEEP=$((SLEEP+20))
9581         log "Sleep ${SLEEP} sec"
9582         local SEC=0
9583         while ((SEC<$SLEEP)); do
9584                 echo -n "..."
9585                 sleep 5
9586                 SEC=$((SEC+5))
9587                 LRU_SIZE=$($LCTL get_param -n $NSDIR/lru_size)
9588                 echo -n "$LRU_SIZE"
9589         done
9590         echo ""
9591         $LCTL set_param -n $NSDIR.pool.lock_volume_factor $OLD_LVF
9592         local LRU_SIZE_A=$($LCTL get_param -n $NSDIR.lru_size)
9593
9594         [[ $LRU_SIZE_B -gt $LRU_SIZE_A ]] || {
9595                 error "No locks dropped in ${SLEEP}s. LRU size: $LRU_SIZE_A"
9596                 unlinkmany $DIR/$tdir/f $NR
9597                 return
9598         }
9599
9600         log "Dropped "$((LRU_SIZE_B-LRU_SIZE_A))" locks in ${SLEEP}s"
9601         log "unlink $NR files at $DIR/$tdir"
9602         unlinkmany $DIR/$tdir/f $NR
9603 }
9604 run_test 124a "lru resize ======================================="
9605
9606 get_max_pool_limit()
9607 {
9608         local limit=$($LCTL get_param \
9609                       -n ldlm.namespaces.*-MDT0000-mdc-*.pool.limit)
9610         local max=0
9611         for l in $limit; do
9612                 if [[ $l -gt $max ]]; then
9613                         max=$l
9614                 fi
9615         done
9616         echo $max
9617 }
9618
9619 test_124b() {
9620         [ $PARALLEL == "yes" ] && skip "skip parallel run" && return
9621         $LCTL get_param -n mdc.*.connect_flags | grep -q lru_resize ||
9622                 { skip "no lru resize on server"; return 0; }
9623
9624         LIMIT=$(get_max_pool_limit)
9625
9626         NR=$(($(default_lru_size)*20))
9627         if [[ $NR -gt $LIMIT ]]; then
9628                 log "Limit lock number by $LIMIT locks"
9629                 NR=$LIMIT
9630         fi
9631
9632         IFree=$(mdsrate_inodes_available)
9633         if [ $IFree -lt $NR ]; then
9634                 log "Limit lock number by $IFree inodes"
9635                 NR=$IFree
9636         fi
9637
9638         lru_resize_disable mdc
9639         test_mkdir -p $DIR/$tdir/disable_lru_resize
9640
9641         createmany -o $DIR/$tdir/disable_lru_resize/f $NR
9642         log "doing ls -la $DIR/$tdir/disable_lru_resize 3 times"
9643         cancel_lru_locks mdc
9644         stime=`date +%s`
9645         PID=""
9646         ls -la $DIR/$tdir/disable_lru_resize > /dev/null &
9647         PID="$PID $!"
9648         sleep 2
9649         ls -la $DIR/$tdir/disable_lru_resize > /dev/null &
9650         PID="$PID $!"
9651         sleep 2
9652         ls -la $DIR/$tdir/disable_lru_resize > /dev/null &
9653         PID="$PID $!"
9654         wait $PID
9655         etime=`date +%s`
9656         nolruresize_delta=$((etime-stime))
9657         log "ls -la time: $nolruresize_delta seconds"
9658         log "lru_size = $(lctl get_param -n ldlm.namespaces.*mdc*.lru_size)"
9659         unlinkmany $DIR/$tdir/disable_lru_resize/f $NR
9660
9661         lru_resize_enable mdc
9662         test_mkdir -p $DIR/$tdir/enable_lru_resize
9663
9664         createmany -o $DIR/$tdir/enable_lru_resize/f $NR
9665         log "doing ls -la $DIR/$tdir/enable_lru_resize 3 times"
9666         cancel_lru_locks mdc
9667         stime=`date +%s`
9668         PID=""
9669         ls -la $DIR/$tdir/enable_lru_resize > /dev/null &
9670         PID="$PID $!"
9671         sleep 2
9672         ls -la $DIR/$tdir/enable_lru_resize > /dev/null &
9673         PID="$PID $!"
9674         sleep 2
9675         ls -la $DIR/$tdir/enable_lru_resize > /dev/null &
9676         PID="$PID $!"
9677         wait $PID
9678         etime=`date +%s`
9679         lruresize_delta=$((etime-stime))
9680         log "ls -la time: $lruresize_delta seconds"
9681         log "lru_size = $(lctl get_param -n ldlm.namespaces.*mdc*.lru_size)"
9682
9683         if [ $lruresize_delta -gt $nolruresize_delta ]; then
9684                 log "ls -la is $(((lruresize_delta - $nolruresize_delta) * 100 / $nolruresize_delta))% slower with lru resize enabled"
9685         elif [ $nolruresize_delta -gt $lruresize_delta ]; then
9686                 log "ls -la is $(((nolruresize_delta - $lruresize_delta) * 100 / $nolruresize_delta))% faster with lru resize enabled"
9687         else
9688                 log "lru resize performs the same with no lru resize"
9689         fi
9690         unlinkmany $DIR/$tdir/enable_lru_resize/f $NR
9691 }
9692 run_test 124b "lru resize (performance test) ======================="
9693
9694 test_124c() {
9695         [ $PARALLEL == "yes" ] && skip "skip parallel run" && return
9696         $LCTL get_param -n mdc.*.connect_flags | grep -q lru_resize ||
9697                 { skip "no lru resize on server"; return 0; }
9698
9699         # cache ununsed locks on client
9700         local nr=100
9701         cancel_lru_locks mdc
9702         test_mkdir $DIR/$tdir
9703         createmany -o $DIR/$tdir/f $nr ||
9704                 error "failed to create $nr files in $DIR/$tdir"
9705         ls -l $DIR/$tdir > /dev/null
9706
9707         local nsdir="ldlm.namespaces.*-MDT0000-mdc-*"
9708         local unused=$($LCTL get_param -n $nsdir.lock_unused_count)
9709         local max_age=$($LCTL get_param -n $nsdir.lru_max_age)
9710         local recalc_p=$($LCTL get_param -n $nsdir.pool.recalc_period)
9711         echo "unused=$unused, max_age=$max_age, recalc_p=$recalc_p"
9712
9713         # set lru_max_age to 1 sec
9714         $LCTL set_param $nsdir.lru_max_age=1000 # milliseconds
9715         echo "sleep $((recalc_p * 2)) seconds..."
9716         sleep $((recalc_p * 2))
9717
9718         local remaining=$($LCTL get_param -n $nsdir.lock_unused_count)
9719         # restore lru_max_age
9720         $LCTL set_param -n $nsdir.lru_max_age $max_age
9721         [ $remaining -eq 0 ] || error "$remaining locks are not canceled"
9722         unlinkmany $DIR/$tdir/f $nr
9723 }
9724 run_test 124c "LRUR cancel very aged locks"
9725
9726 test_125() { # 13358
9727         $LCTL get_param -n llite.*.client_type | grep -q local ||
9728                 { skip "must run as local client"; return; }
9729         $LCTL get_param -n mdc.*-mdc-*.connect_flags | grep -q acl ||
9730                 { skip "must have acl enabled"; return; }
9731         [ -z "$(which setfacl)" ] && skip "must have setfacl tool" && return
9732         test_mkdir $DIR/$tdir
9733         $LFS setstripe -S 65536 -c -1 $DIR/$tdir || error "setstripe failed"
9734         setfacl -R -m u:bin:rwx $DIR/$tdir || error "setfacl $DIR/$tdir failed"
9735         ls -ld $DIR/$tdir || error "cannot access $DIR/$tdir"
9736 }
9737 run_test 125 "don't return EPROTO when a dir has a non-default striping and ACLs"
9738
9739 test_126() { # bug 12829/13455
9740         $LCTL get_param -n llite.*.client_type | grep -q local ||
9741                 { skip "must run as local client"; return; }
9742         [ "$UID" != 0 ] && skip_env "$TESTNAME (must run as root)" && return
9743         $GSS && skip "must run as gss disabled" && return
9744
9745         $RUNAS -u 0 -g 1 touch $DIR/$tfile || error "touch failed"
9746         gid=`ls -n $DIR/$tfile | awk '{print $4}'`
9747         rm -f $DIR/$tfile
9748         [ $gid -eq "1" ] || error "gid is set to" $gid "instead of 1"
9749 }
9750 run_test 126 "check that the fsgid provided by the client is taken into account"
9751
9752 test_127a() { # bug 15521
9753         [ $PARALLEL == "yes" ] && skip "skip parallel run" && return
9754         $SETSTRIPE -i 0 -c 1 $DIR/$tfile || error "setstripe failed"
9755         $LCTL set_param osc.*.stats=0
9756         FSIZE=$((2048 * 1024))
9757         dd if=/dev/zero of=$DIR/$tfile bs=$FSIZE count=1
9758         cancel_lru_locks osc
9759         dd if=$DIR/$tfile of=/dev/null bs=$FSIZE
9760
9761         $LCTL get_param osc.*0000-osc-*.stats | grep samples > $DIR/${tfile}.tmp
9762         while read NAME COUNT SAMP UNIT MIN MAX SUM SUMSQ; do
9763                 echo "got $COUNT $NAME"
9764                 [ ! $MIN ] && error "Missing min value for $NAME proc entry"
9765                 eval $NAME=$COUNT || error "Wrong proc format"
9766
9767                 case $NAME in
9768                         read_bytes|write_bytes)
9769                         [ $MIN -lt 4096 ] && error "min is too small: $MIN"
9770                         [ $MIN -gt $FSIZE ] && error "min is too big: $MIN"
9771                         [ $MAX -lt 4096 ] && error "max is too small: $MAX"
9772                         [ $MAX -gt $FSIZE ] && error "max is too big: $MAX"
9773                         [ $SUM -ne $FSIZE ] && error "sum is wrong: $SUM"
9774                         [ $SUMSQ -lt $(((FSIZE /4096) * (4096 * 4096))) ] &&
9775                                 error "sumsquare is too small: $SUMSQ"
9776                         [ $SUMSQ -gt $((FSIZE * FSIZE)) ] &&
9777                                 error "sumsquare is too big: $SUMSQ"
9778                         ;;
9779                         *) ;;
9780                 esac
9781         done < $DIR/${tfile}.tmp
9782
9783         #check that we actually got some stats
9784         [ "$read_bytes" ] || error "Missing read_bytes stats"
9785         [ "$write_bytes" ] || error "Missing write_bytes stats"
9786         [ "$read_bytes" != 0 ] || error "no read done"
9787         [ "$write_bytes" != 0 ] || error "no write done"
9788 }
9789 run_test 127a "verify the client stats are sane"
9790
9791 test_127b() { # bug LU-333
9792         [ $PARALLEL == "yes" ] && skip "skip parallel run" && return
9793         $LCTL set_param llite.*.stats=0
9794         FSIZE=65536 # sized fixed to match PAGE_SIZE for most clients
9795         # perform 2 reads and writes so MAX is different from SUM.
9796         dd if=/dev/zero of=$DIR/$tfile bs=$FSIZE count=1
9797         dd if=/dev/zero of=$DIR/$tfile bs=$FSIZE count=1
9798         cancel_lru_locks osc
9799         dd if=$DIR/$tfile of=/dev/null bs=$FSIZE count=1
9800         dd if=$DIR/$tfile of=/dev/null bs=$FSIZE count=1
9801
9802         $LCTL get_param llite.*.stats | grep samples > $TMP/${tfile}.tmp
9803         while read NAME COUNT SAMP UNIT MIN MAX SUM SUMSQ; do
9804                 echo "got $COUNT $NAME"
9805                 eval $NAME=$COUNT || error "Wrong proc format"
9806
9807         case $NAME in
9808                 read_bytes)
9809                         [ $COUNT -ne 2 ] && error "count is not 2: $COUNT"
9810                         [ $MIN -ne $FSIZE ] && error "min is not $FSIZE: $MIN"
9811                         [ $MAX -ne $FSIZE ] && error "max is incorrect: $MAX"
9812                         [ $SUM -ne $((FSIZE * 2)) ] && error "sum is wrong: $SUM"
9813                         ;;
9814                 write_bytes)
9815                         [ $COUNT -ne 2 ] && error "count is not 2: $COUNT"
9816                         [ $MIN -ne $FSIZE ] && error "min is not $FSIZE: $MIN"
9817                         [ $MAX -ne $FSIZE ] && error "max is incorrect: $MAX"
9818                         [ $SUM -ne $((FSIZE * 2)) ] && error "sum is wrong: $SUM"
9819                         ;;
9820                         *) ;;
9821                 esac
9822         done < $TMP/${tfile}.tmp
9823
9824         #check that we actually got some stats
9825         [ "$read_bytes" ] || error "Missing read_bytes stats"
9826         [ "$write_bytes" ] || error "Missing write_bytes stats"
9827         [ "$read_bytes" != 0 ] || error "no read done"
9828         [ "$write_bytes" != 0 ] || error "no write done"
9829
9830         rm -f $TMP/${tfile}.tmp
9831 }
9832 run_test 127b "verify the llite client stats are sane"
9833
9834 test_128() { # bug 15212
9835         touch $DIR/$tfile
9836         $LFS 2>&1 <<-EOF | tee $TMP/$tfile.log
9837                 find $DIR/$tfile
9838                 find $DIR/$tfile
9839         EOF
9840
9841         result=$(grep error $TMP/$tfile.log)
9842         rm -f $DIR/$tfile $TMP/$tfile.log
9843         [ -z "$result" ] ||
9844                 error "consecutive find's under interactive lfs failed"
9845 }
9846 run_test 128 "interactive lfs for 2 consecutive find's"
9847
9848 set_dir_limits () {
9849         local mntdev
9850         local canondev
9851         local node
9852
9853         local ldproc=/proc/fs/ldiskfs
9854         local facets=$(get_facets MDS)
9855
9856         for facet in ${facets//,/ }; do
9857                 canondev=$(ldiskfs_canon \
9858                            *.$(convert_facet2label $facet).mntdev $facet)
9859                 do_facet $facet "test -e $ldproc/$canondev/max_dir_size" ||
9860                         ldproc=/sys/fs/ldiskfs
9861                 do_facet $facet "echo $1 >$ldproc/$canondev/max_dir_size"
9862                 do_facet $facet "echo $2 >$ldproc/$canondev/warning_dir_size"
9863         done
9864 }
9865
9866 check_mds_dmesg() {
9867         local facets=$(get_facets MDS)
9868         for facet in ${facets//,/ }; do
9869                 do_facet $facet "dmesg | tail -3 | grep -q $1" && return 0
9870         done
9871         return 1
9872 }
9873
9874 test_129() {
9875         [[ $(lustre_version_code $SINGLEMDS) -ge $(version_code 2.5.56) ]] ||
9876                 { skip "Need MDS version with at least 2.5.56"; return 0; }
9877
9878         [ $PARALLEL == "yes" ] && skip "skip parallel run" && return
9879         if [ "$(facet_fstype $SINGLEMDS)" != ldiskfs ]; then
9880                 skip "ldiskfs only test"
9881                 return
9882         fi
9883         remote_mds_nodsh && skip "remote MDS with nodsh" && return
9884         local ENOSPC=28
9885         local EFBIG=27
9886         local has_warning=false
9887
9888         rm -rf $DIR/$tdir
9889         mkdir -p $DIR/$tdir
9890
9891         # block size of mds1
9892         local maxsize=$(($($LCTL get_param -n mdc.*MDT0000*.blocksize) * 5))
9893         set_dir_limits $maxsize $maxsize
9894         local dirsize=$(stat -c%s "$DIR/$tdir")
9895         local nfiles=0
9896         while [[ $dirsize -le $maxsize ]]; do
9897                 $MULTIOP $DIR/$tdir/file_base_$nfiles Oc
9898                 rc=$?
9899                 if ! $has_warning; then
9900                         check_mds_dmesg '"is approaching"' && has_warning=true
9901                 fi
9902                 # check two errors:
9903                 # ENOSPC for new ext4 max_dir_size (kernel commit df981d03ee)
9904                 # EFBIG for previous versions included in ldiskfs series
9905                 if [ $rc -eq $EFBIG -o $rc -eq $ENOSPC ]; then
9906                         set_dir_limits 0 0
9907                         echo "return code $rc received as expected"
9908
9909                         createmany -o $DIR/$tdir/file_extra_$nfiles. 5 ||
9910                                 error_exit "create failed w/o dir size limit"
9911
9912                         check_mds_dmesg '"has reached"' ||
9913                                 error_exit "reached message should be output"
9914
9915                         [ $has_warning = "false" ] &&
9916                                 error_exit "warning message should be output"
9917
9918                         dirsize=$(stat -c%s "$DIR/$tdir")
9919
9920                         [[ $dirsize -ge $maxsize ]] && return 0
9921                         error_exit "current dir size $dirsize, " \
9922                                    "previous limit $maxsize"
9923                 elif [ $rc -ne 0 ]; then
9924                         set_dir_limits 0 0
9925                         error_exit "return $rc received instead of expected " \
9926                                    "$EFBIG or $ENOSPC, files in dir $dirsize"
9927                 fi
9928                 nfiles=$((nfiles + 1))
9929                 dirsize=$(stat -c%s "$DIR/$tdir")
9930         done
9931
9932         set_dir_limits 0 0
9933         error "exceeded dir size limit $maxsize($MDSCOUNT) : $dirsize bytes"
9934 }
9935 run_test 129 "test directory size limit ========================"
9936
9937 OLDIFS="$IFS"
9938 cleanup_130() {
9939         trap 0
9940         IFS="$OLDIFS"
9941 }
9942
9943 test_130a() {
9944         local filefrag_op=$(filefrag -e 2>&1 | grep "invalid option")
9945         [ -n "$filefrag_op" ] && skip_env "filefrag does not support FIEMAP" &&
9946                 return
9947
9948         trap cleanup_130 EXIT RETURN
9949
9950         local fm_file=$DIR/$tfile
9951         $SETSTRIPE -S 65536 -c 1 $fm_file || error "setstripe on $fm_file"
9952         dd if=/dev/zero of=$fm_file bs=65536 count=1 ||
9953                 error "dd failed for $fm_file"
9954
9955         # LU-1795: test filefrag/FIEMAP once, even if unsupported
9956         filefrag -ves $fm_file
9957         RC=$?
9958         [ "$(facet_fstype ost$(($($GETSTRIPE -i $fm_file) + 1)))" = "zfs" ] &&
9959                 skip "ORI-366/LU-1941: FIEMAP unimplemented on ZFS" && return
9960         [ $RC != 0 ] && error "filefrag $fm_file failed"
9961
9962         filefrag_op=$(filefrag -ve -k $fm_file |
9963                         sed -n '/ext:/,/found/{/ext:/d; /found/d; p}')
9964         lun=$($GETSTRIPE -i $fm_file)
9965
9966         start_blk=`echo $filefrag_op | cut -d: -f2 | cut -d. -f1`
9967         IFS=$'\n'
9968         tot_len=0
9969         for line in $filefrag_op
9970         do
9971                 frag_lun=`echo $line | cut -d: -f5`
9972                 ext_len=`echo $line | cut -d: -f4`
9973                 if (( $frag_lun != $lun )); then
9974                         cleanup_130
9975                         error "FIEMAP on 1-stripe file($fm_file) failed"
9976                         return
9977                 fi
9978                 (( tot_len += ext_len ))
9979         done
9980
9981         if (( lun != frag_lun || start_blk != 0 || tot_len != 64 )); then
9982                 cleanup_130
9983                 error "FIEMAP on 1-stripe file($fm_file) failed;"
9984                 return
9985         fi
9986
9987         cleanup_130
9988
9989         echo "FIEMAP on single striped file succeeded"
9990 }
9991 run_test 130a "FIEMAP (1-stripe file)"
9992
9993 test_130b() {
9994         [ "$OSTCOUNT" -lt "2" ] && skip_env "needs >= 2 OSTs" && return
9995
9996         local filefrag_op=$(filefrag -e 2>&1 | grep "invalid option")
9997         [ -n "$filefrag_op" ] && skip_env "filefrag does not support FIEMAP" &&
9998                 return
9999
10000         trap cleanup_130 EXIT RETURN
10001
10002         local fm_file=$DIR/$tfile
10003         $SETSTRIPE -S 65536 -c $OSTCOUNT $fm_file ||
10004                         error "setstripe on $fm_file"
10005         [ "$(facet_fstype ost$(($($GETSTRIPE -i $fm_file) + 1)))" = "zfs" ] &&
10006                 skip "ORI-366/LU-1941: FIEMAP unimplemented on ZFS" && return
10007
10008         dd if=/dev/zero of=$fm_file bs=1M count=$OSTCOUNT ||
10009                 error "dd failed on $fm_file"
10010
10011         filefrag -ves $fm_file || error "filefrag $fm_file failed"
10012         filefrag_op=$(filefrag -ve -k $fm_file |
10013                         sed -n '/ext:/,/found/{/ext:/d; /found/d; p}')
10014
10015         last_lun=$(echo $filefrag_op | cut -d: -f5 |
10016                 sed -e 's/^[ \t]*/0x/' | sed -e 's/0x0x/0x/')
10017
10018         IFS=$'\n'
10019         tot_len=0
10020         num_luns=1
10021         for line in $filefrag_op
10022         do
10023                 frag_lun=$(echo $line | cut -d: -f5 |
10024                         sed -e 's/^[ \t]*/0x/' | sed -e 's/0x0x/0x/')
10025                 ext_len=$(echo $line | cut -d: -f4)
10026                 if (( $frag_lun != $last_lun )); then
10027                         if (( tot_len != 1024 )); then
10028                                 cleanup_130
10029                                 error "FIEMAP on $fm_file failed; returned " \
10030                                 "len $tot_len for OST $last_lun instead of 1024"
10031                                 return
10032                         else
10033                                 (( num_luns += 1 ))
10034                                 tot_len=0
10035                         fi
10036                 fi
10037                 (( tot_len += ext_len ))
10038                 last_lun=$frag_lun
10039         done
10040         if (( num_luns != $OSTCOUNT || tot_len != 1024 )); then
10041                 cleanup_130
10042                 error "FIEMAP on $fm_file failed; returned wrong number of " \
10043                         "luns or wrong len for OST $last_lun"
10044                 return
10045         fi
10046
10047         cleanup_130
10048
10049         echo "FIEMAP on $OSTCOUNT-stripe file succeeded"
10050 }
10051 run_test 130b "FIEMAP ($OSTCOUNT-stripe file)"
10052
10053 test_130c() {
10054         [[ $OSTCOUNT -lt 2 ]] && skip_env "needs >= 2 OSTs" && return
10055
10056         filefrag_op=$(filefrag -e 2>&1 | grep "invalid option")
10057         [ -n "$filefrag_op" ] && skip "filefrag does not support FIEMAP" &&
10058                 return
10059
10060         trap cleanup_130 EXIT RETURN
10061
10062         local fm_file=$DIR/$tfile
10063         $SETSTRIPE -S 65536 -c 2 $fm_file || error "setstripe on $fm_file"
10064         [ "$(facet_fstype ost$(($($GETSTRIPE -i $fm_file) + 1)))" = "zfs" ] &&
10065                 skip "ORI-366/LU-1941: FIEMAP unimplemented on ZFS" && return
10066
10067         dd if=/dev/zero of=$fm_file seek=1 bs=1M count=1 ||
10068                         error "dd failed on $fm_file"
10069
10070         filefrag -ves $fm_file || error "filefrag $fm_file failed"
10071         filefrag_op=$(filefrag -ve -k $fm_file |
10072                 sed -n '/ext:/,/found/{/ext:/d; /found/d; p}')
10073
10074         last_lun=$(echo $filefrag_op | cut -d: -f5 |
10075                 sed -e 's/^[ \t]*/0x/' | sed -e 's/0x0x/0x/')
10076
10077         IFS=$'\n'
10078         tot_len=0
10079         num_luns=1
10080         for line in $filefrag_op
10081         do
10082                 frag_lun=$(echo $line | cut -d: -f5 |
10083                         sed -e 's/^[ \t]*/0x/' | sed -e 's/0x0x/0x/')
10084                 ext_len=$(echo $line | cut -d: -f4)
10085                 if (( $frag_lun != $last_lun )); then
10086                         logical=`echo $line | cut -d: -f2 | cut -d. -f1`
10087                         if (( logical != 512 )); then
10088                                 cleanup_130
10089                                 error "FIEMAP on $fm_file failed; returned " \
10090                                 "logical start for lun $logical instead of 512"
10091                                 return
10092                         fi
10093                         if (( tot_len != 512 )); then
10094                                 cleanup_130
10095                                 error "FIEMAP on $fm_file failed; returned " \
10096                                 "len $tot_len for OST $last_lun instead of 1024"
10097                                 return
10098                         else
10099                                 (( num_luns += 1 ))
10100                                 tot_len=0
10101                         fi
10102                 fi
10103                 (( tot_len += ext_len ))
10104                 last_lun=$frag_lun
10105         done
10106         if (( num_luns != 2 || tot_len != 512 )); then
10107                 cleanup_130
10108                 error "FIEMAP on $fm_file failed; returned wrong number of " \
10109                         "luns or wrong len for OST $last_lun"
10110                 return
10111         fi
10112
10113         cleanup_130
10114
10115         echo "FIEMAP on 2-stripe file with hole succeeded"
10116 }
10117 run_test 130c "FIEMAP (2-stripe file with hole)"
10118
10119 test_130d() {
10120         [[ $OSTCOUNT -lt 3 ]] && skip_env "needs >= 3 OSTs" && return
10121
10122         filefrag_op=$(filefrag -e 2>&1 | grep "invalid option")
10123         [ -n "$filefrag_op" ] && skip "filefrag does not support FIEMAP" &&
10124                 return
10125
10126         trap cleanup_130 EXIT RETURN
10127
10128         local fm_file=$DIR/$tfile
10129         $SETSTRIPE -S 65536 -c $OSTCOUNT $fm_file ||
10130                         error "setstripe on $fm_file"
10131         [ "$(facet_fstype ost$(($($GETSTRIPE -i $fm_file) + 1)))" = "zfs" ] &&
10132                 skip "ORI-366/LU-1941: FIEMAP unimplemented on ZFS" && return
10133
10134         local actual_stripe_count=$($GETSTRIPE -c $fm_file)
10135         dd if=/dev/zero of=$fm_file bs=1M count=$actual_stripe_count ||
10136                 error "dd failed on $fm_file"
10137
10138         filefrag -ves $fm_file || error "filefrag $fm_file failed"
10139         filefrag_op=$(filefrag -ve -k $fm_file |
10140                         sed -n '/ext:/,/found/{/ext:/d; /found/d; p}')
10141
10142         last_lun=$(echo $filefrag_op | cut -d: -f5 |
10143                 sed -e 's/^[ \t]*/0x/' | sed -e 's/0x0x/0x/')
10144
10145         IFS=$'\n'
10146         tot_len=0
10147         num_luns=1
10148         for line in $filefrag_op
10149         do
10150                 frag_lun=$(echo $line | cut -d: -f5 |
10151                         sed -e 's/^[ \t]*/0x/' | sed -e 's/0x0x/0x/')
10152                 ext_len=$(echo $line | cut -d: -f4)
10153                 if (( $frag_lun != $last_lun )); then
10154                         if (( tot_len != 1024 )); then
10155                                 cleanup_130
10156                                 error "FIEMAP on $fm_file failed; returned " \
10157                                 "len $tot_len for OST $last_lun instead of 1024"
10158                                 return
10159                         else
10160                                 (( num_luns += 1 ))
10161                                 tot_len=0
10162                         fi
10163                 fi
10164                 (( tot_len += ext_len ))
10165                 last_lun=$frag_lun
10166         done
10167         if (( num_luns != actual_stripe_count || tot_len != 1024 )); then
10168                 cleanup_130
10169                 error "FIEMAP on $fm_file failed; returned wrong number of " \
10170                         "luns or wrong len for OST $last_lun"
10171                 return
10172         fi
10173
10174         cleanup_130
10175
10176         echo "FIEMAP on N-stripe file succeeded"
10177 }
10178 run_test 130d "FIEMAP (N-stripe file)"
10179
10180 test_130e() {
10181         [[ $OSTCOUNT -lt 2 ]] && skip_env "needs >= 2 OSTs" && return
10182
10183         filefrag_op=$(filefrag -e 2>&1 | grep "invalid option")
10184         [ -n "$filefrag_op" ] && skip "filefrag does not support FIEMAP" && return
10185
10186         trap cleanup_130 EXIT RETURN
10187
10188         local fm_file=$DIR/$tfile
10189         $SETSTRIPE -S 131072 -c 2 $fm_file || error "setstripe on $fm_file"
10190         [ "$(facet_fstype ost$(($($GETSTRIPE -i $fm_file) + 1)))" = "zfs" ] &&
10191                 skip "ORI-366/LU-1941: FIEMAP unimplemented on ZFS" && return
10192
10193         NUM_BLKS=512
10194         EXPECTED_LEN=$(( (NUM_BLKS / 2) * 64 ))
10195         for ((i = 0; i < $NUM_BLKS; i++))
10196         do
10197                 dd if=/dev/zero of=$fm_file count=1 bs=64k seek=$((2*$i)) conv=notrunc > /dev/null 2>&1
10198         done
10199
10200         filefrag -ves $fm_file || error "filefrag $fm_file failed"
10201         filefrag_op=$(filefrag -ve -k $fm_file |
10202                         sed -n '/ext:/,/found/{/ext:/d; /found/d; p}')
10203
10204         last_lun=$(echo $filefrag_op | cut -d: -f5 |
10205                 sed -e 's/^[ \t]*/0x/' | sed -e 's/0x0x/0x/')
10206
10207         IFS=$'\n'
10208         tot_len=0
10209         num_luns=1
10210         for line in $filefrag_op
10211         do
10212                 frag_lun=$(echo $line | cut -d: -f5 |
10213                         sed -e 's/^[ \t]*/0x/' | sed -e 's/0x0x/0x/')
10214                 ext_len=$(echo $line | cut -d: -f4)
10215                 if (( $frag_lun != $last_lun )); then
10216                         if (( tot_len != $EXPECTED_LEN )); then
10217                                 cleanup_130
10218                                 error "FIEMAP on $fm_file failed; returned " \
10219                                 "len $tot_len for OST $last_lun instead " \
10220                                 "of $EXPECTED_LEN"
10221                                 return
10222                         else
10223                                 (( num_luns += 1 ))
10224                                 tot_len=0
10225                         fi
10226                 fi
10227                 (( tot_len += ext_len ))
10228                 last_lun=$frag_lun
10229         done
10230         if (( num_luns != 2 || tot_len != $EXPECTED_LEN )); then
10231                 cleanup_130
10232                 error "FIEMAP on $fm_file failed; returned wrong number " \
10233                         "of luns or wrong len for OST $last_lun"
10234                 return
10235         fi
10236
10237         cleanup_130
10238
10239         echo "FIEMAP with continuation calls succeeded"
10240 }
10241 run_test 130e "FIEMAP (test continuation FIEMAP calls)"
10242
10243 test_130f() {
10244         filefrag_op=$(filefrag -e 2>&1 | grep "invalid option")
10245         [ -n "$filefrag_op" ] && skip "filefrag does not support FIEMAP" &&
10246                 return
10247
10248         local fm_file=$DIR/$tfile
10249         $MULTIOP $fm_file oO_RDWR:O_CREAT:O_LOV_DELAY_CREATE:T33554432c ||
10250                 error "multiop create with lov_delay_create on $fm_file"
10251
10252         filefrag -ves $fm_file || error "filefrag $fm_file failed"
10253         filefrag_extents=$(filefrag -vek $fm_file |
10254                            awk '/extents? found/ { print $2 }')
10255         if [[ "$filefrag_extents" != "0" ]]; then
10256                 error "FIEMAP on $fm_file failed; " \
10257                       "returned $filefrag_extents expected 0"
10258         fi
10259
10260         rm -f $fm_file
10261 }
10262 run_test 130f "FIEMAP (unstriped file)"
10263
10264 # Test for writev/readv
10265 test_131a() {
10266         rwv -f $DIR/$tfile -w -n 3 524288 1048576 1572864 ||
10267                 error "writev test failed"
10268         rwv -f $DIR/$tfile -r -v -n 2 1572864 1048576 ||
10269                 error "readv failed"
10270         rm -f $DIR/$tfile
10271 }
10272 run_test 131a "test iov's crossing stripe boundary for writev/readv"
10273
10274 test_131b() {
10275         local fsize=$((524288 + 1048576 + 1572864))
10276         rwv -f $DIR/$tfile -w -a -n 3 524288 1048576 1572864 &&
10277                 $CHECKSTAT -t file $DIR/$tfile -s $fsize ||
10278                         error "append writev test failed"
10279
10280         ((fsize += 1572864 + 1048576))
10281         rwv -f $DIR/$tfile -w -a -n 2 1572864 1048576 &&
10282                 $CHECKSTAT -t file $DIR/$tfile -s $fsize ||
10283                         error "append writev test failed"
10284         rm -f $DIR/$tfile
10285 }
10286 run_test 131b "test append writev"
10287
10288 test_131c() {
10289         rwv -f $DIR/$tfile -w -d -n 1 1048576 || return 0
10290         error "NOT PASS"
10291 }
10292 run_test 131c "test read/write on file w/o objects"
10293
10294 test_131d() {
10295         rwv -f $DIR/$tfile -w -n 1 1572864
10296         NOB=`rwv -f $DIR/$tfile -r -n 3 524288 524288 1048576 | awk '/error/ {print $6}'`
10297         if [ "$NOB" != 1572864 ]; then
10298                 error "Short read filed: read $NOB bytes instead of 1572864"
10299         fi
10300         rm -f $DIR/$tfile
10301 }
10302 run_test 131d "test short read"
10303
10304 test_131e() {
10305         rwv -f $DIR/$tfile -w -s 1048576 -n 1 1048576
10306         rwv -f $DIR/$tfile -r -z -s 0 -n 1 524288 || \
10307         error "read hitting hole failed"
10308         rm -f $DIR/$tfile
10309 }
10310 run_test 131e "test read hitting hole"
10311
10312 check_stats() {
10313         local facet=$1
10314         local op=$2
10315         local want=${3:-0}
10316         local res
10317
10318         case $facet in
10319         mds*) res=$(do_facet $facet \
10320                    $LCTL get_param mdt.$FSNAME-MDT0000.md_stats | grep "$op")
10321                  ;;
10322         ost*) res=$(do_facet $facet \
10323                    $LCTL get_param obdfilter.$FSNAME-OST0000.stats | grep "$op")
10324                  ;;
10325         *) error "Wrong facet '$facet'" ;;
10326         esac
10327         echo $res
10328         [ "$res" ] || error "The counter for $op on $facet was not incremented"
10329         # if the argument $3 is zero, it means any stat increment is ok.
10330         if [[ $want -gt 0 ]]; then
10331                 local count=$(echo $res | awk '{ print $2 }')
10332                 [[ $count -ne $want ]] &&
10333                         error "The $op counter on $facet is $count, not $want"
10334         fi
10335 }
10336
10337 test_133a() {
10338         [ $PARALLEL == "yes" ] && skip "skip parallel run" && return
10339         remote_ost_nodsh && skip "remote OST with nodsh" && return
10340         remote_mds_nodsh && skip "remote MDS with nodsh" && return
10341
10342         do_facet $SINGLEMDS $LCTL list_param mdt.*.rename_stats ||
10343                 { skip "MDS doesn't support rename stats"; return; }
10344         local testdir=$DIR/${tdir}/stats_testdir
10345         mkdir -p $DIR/${tdir}
10346
10347         # clear stats.
10348         do_facet $SINGLEMDS $LCTL set_param mdt.*.md_stats=clear
10349         do_facet ost1 $LCTL set_param obdfilter.*.stats=clear
10350
10351         # verify mdt stats first.
10352         mkdir ${testdir} || error "mkdir failed"
10353         check_stats $SINGLEMDS "mkdir" 1
10354         touch ${testdir}/${tfile} || error "touch failed"
10355         check_stats $SINGLEMDS "open" 1
10356         check_stats $SINGLEMDS "close" 1
10357         [ $(lustre_version_code $SINGLEMDS) -ge $(version_code 2.8.54) ] && {
10358                 mknod ${testdir}/${tfile}-pipe p || error "mknod failed"
10359                 check_stats $SINGLEMDS "mknod" 2
10360         }
10361         rm -f ${testdir}/${tfile}-pipe || error "pipe remove failed"
10362         check_stats $SINGLEMDS "unlink" 1
10363         rm -f ${testdir}/${tfile} || error "file remove failed"
10364         check_stats $SINGLEMDS "unlink" 2
10365
10366         # remove working dir and check mdt stats again.
10367         rmdir ${testdir} || error "rmdir failed"
10368         check_stats $SINGLEMDS "rmdir" 1
10369
10370         local testdir1=$DIR/${tdir}/stats_testdir1
10371         mkdir -p ${testdir}
10372         mkdir -p ${testdir1}
10373         touch ${testdir1}/test1
10374         mv ${testdir1}/test1 ${testdir} || error "file crossdir rename"
10375         check_stats $SINGLEMDS "crossdir_rename" 1
10376
10377         mv ${testdir}/test1 ${testdir}/test0 || error "file samedir rename"
10378         check_stats $SINGLEMDS "samedir_rename" 1
10379
10380         rm -rf $DIR/${tdir}
10381 }
10382 run_test 133a "Verifying MDT stats ========================================"
10383
10384 test_133b() {
10385         [ $PARALLEL == "yes" ] && skip "skip parallel run" && return
10386         remote_ost_nodsh && skip "remote OST with nodsh" && return
10387         remote_mds_nodsh && skip "remote MDS with nodsh" && return
10388         local testdir=$DIR/${tdir}/stats_testdir
10389         mkdir -p ${testdir} || error "mkdir failed"
10390         touch ${testdir}/${tfile} || error "touch failed"
10391         cancel_lru_locks mdc
10392
10393         # clear stats.
10394         do_facet $SINGLEMDS $LCTL set_param mdt.*.md_stats=clear
10395         do_facet ost1 $LCTL set_param obdfilter.*.stats=clear
10396
10397         # extra mdt stats verification.
10398         chmod 444 ${testdir}/${tfile} || error "chmod failed"
10399         check_stats $SINGLEMDS "setattr" 1
10400         do_facet $SINGLEMDS $LCTL set_param mdt.*.md_stats=clear
10401         if [ $(lustre_version_code $SINGLEMDS) -ne $(version_code 2.2.0) ]
10402         then            # LU-1740
10403                 ls -l ${testdir}/${tfile} > /dev/null|| error "ls failed"
10404                 check_stats $SINGLEMDS "getattr" 1
10405         fi
10406         $LFS df || error "lfs failed"
10407         check_stats $SINGLEMDS "statfs" 1
10408
10409         rm -rf $DIR/${tdir}
10410 }
10411 run_test 133b "Verifying extra MDT stats =================================="
10412
10413 test_133c() {
10414         [ $PARALLEL == "yes" ] && skip "skip parallel run" && return
10415         remote_ost_nodsh && skip "remote OST with nodsh" && return
10416         remote_mds_nodsh && skip "remote MDS with nodsh" && return
10417         local testdir=$DIR/$tdir/stats_testdir
10418         test_mkdir -p $testdir
10419
10420         # verify obdfilter stats.
10421         $SETSTRIPE -c 1 -i 0 $testdir/$tfile
10422         sync
10423         cancel_lru_locks osc
10424         wait_delete_completed
10425
10426         # clear stats.
10427         do_facet $SINGLEMDS $LCTL set_param mdt.*.md_stats=clear
10428         do_facet ost1 $LCTL set_param obdfilter.*.stats=clear
10429
10430         dd if=/dev/zero of=$testdir/$tfile conv=notrunc bs=512k count=1 ||
10431                 error "dd failed"
10432         sync
10433         cancel_lru_locks osc
10434         check_stats ost1 "write" 1
10435
10436         dd if=$testdir/$tfile of=/dev/null bs=1k count=1 || error "dd failed"
10437         check_stats ost1 "read" 1
10438
10439         > $testdir/$tfile || error "truncate failed"
10440         check_stats ost1 "punch" 1
10441
10442         rm -f $testdir/$tfile || error "file remove failed"
10443         wait_delete_completed
10444         check_stats ost1 "destroy" 1
10445
10446         rm -rf $DIR/$tdir
10447 }
10448 run_test 133c "Verifying OST stats ========================================"
10449
10450 order_2() {
10451         local value=$1
10452         local orig=$value
10453         local order=1
10454
10455         while [ $value -ge 2 ]; do
10456                 order=$((order*2))
10457                 value=$((value/2))
10458         done
10459
10460         if [ $orig -gt $order ]; then
10461                 order=$((order*2))
10462         fi
10463         echo $order
10464 }
10465
10466 size_in_KMGT() {
10467     local value=$1
10468     local size=('K' 'M' 'G' 'T');
10469     local i=0
10470     local size_string=$value
10471
10472     while [ $value -ge 1024 ]; do
10473         if [ $i -gt 3 ]; then
10474             #T is the biggest unit we get here, if that is bigger,
10475             #just return XXXT
10476             size_string=${value}T
10477             break
10478         fi
10479         value=$((value >> 10))
10480         if [ $value -lt 1024 ]; then
10481             size_string=${value}${size[$i]}
10482             break
10483         fi
10484         i=$((i + 1))
10485     done
10486
10487     echo $size_string
10488 }
10489
10490 get_rename_size() {
10491     local size=$1
10492     local context=${2:-.}
10493     local sample=$(do_facet $SINGLEMDS $LCTL get_param mdt.*.rename_stats |
10494                 grep -A1 $context |
10495                 awk '/ '${size}'/ {print $4}' | sed -e "s/,//g")
10496     echo $sample
10497 }
10498
10499 test_133d() {
10500         [ $PARALLEL == "yes" ] && skip "skip parallel run" && return
10501         remote_ost_nodsh && skip "remote OST with nodsh" && return
10502         remote_mds_nodsh && skip "remote MDS with nodsh" && return
10503         do_facet $SINGLEMDS $LCTL list_param mdt.*.rename_stats ||
10504         { skip "MDS doesn't support rename stats"; return; }
10505
10506         local testdir1=$DIR/${tdir}/stats_testdir1
10507         local testdir2=$DIR/${tdir}/stats_testdir2
10508
10509         do_facet $SINGLEMDS $LCTL set_param mdt.*.rename_stats=clear
10510
10511         mkdir -p ${testdir1} || error "mkdir failed"
10512         mkdir -p ${testdir2} || error "mkdir failed"
10513
10514         createmany -o $testdir1/test 512 || error "createmany failed"
10515
10516         # check samedir rename size
10517         mv ${testdir1}/test0 ${testdir1}/test_0
10518
10519         local testdir1_size=$(ls -l $DIR/${tdir} |
10520                 awk '/stats_testdir1/ {print $5}')
10521         local testdir2_size=$(ls -l $DIR/${tdir} |
10522                 awk '/stats_testdir2/ {print $5}')
10523
10524         testdir1_size=$(order_2 $testdir1_size)
10525         testdir2_size=$(order_2 $testdir2_size)
10526
10527         testdir1_size=$(size_in_KMGT $testdir1_size)
10528         testdir2_size=$(size_in_KMGT $testdir2_size)
10529
10530         echo "source rename dir size: ${testdir1_size}"
10531         echo "target rename dir size: ${testdir2_size}"
10532
10533         local cmd="do_facet $SINGLEMDS $LCTL get_param mdt.*.rename_stats"
10534         eval $cmd || error "$cmd failed"
10535         local samedir=$($cmd | grep 'same_dir')
10536         local same_sample=$(get_rename_size $testdir1_size)
10537         [ -z "$samedir" ] && error "samedir_rename_size count error"
10538         [[ $same_sample -eq 1 ]] ||
10539                 error "samedir_rename_size error $same_sample"
10540         echo "Check same dir rename stats success"
10541
10542         do_facet $SINGLEMDS $LCTL set_param mdt.*.rename_stats=clear
10543
10544         # check crossdir rename size
10545         mv ${testdir1}/test_0 ${testdir2}/test_0
10546
10547         testdir1_size=$(ls -l $DIR/${tdir} |
10548                 awk '/stats_testdir1/ {print $5}')
10549         testdir2_size=$(ls -l $DIR/${tdir} |
10550                 awk '/stats_testdir2/ {print $5}')
10551
10552         testdir1_size=$(order_2 $testdir1_size)
10553         testdir2_size=$(order_2 $testdir2_size)
10554
10555         testdir1_size=$(size_in_KMGT $testdir1_size)
10556         testdir2_size=$(size_in_KMGT $testdir2_size)
10557
10558         echo "source rename dir size: ${testdir1_size}"
10559         echo "target rename dir size: ${testdir2_size}"
10560
10561         eval $cmd || error "$cmd failed"
10562         local crossdir=$($cmd | grep 'crossdir')
10563         local src_sample=$(get_rename_size $testdir1_size crossdir_src)
10564         local tgt_sample=$(get_rename_size $testdir2_size crossdir_tgt)
10565         [ -z "$crossdir" ] && error "crossdir_rename_size count error"
10566         [[ $src_sample -eq 1 ]] ||
10567                 error "crossdir_rename_size error $src_sample"
10568         [[ $tgt_sample -eq 1 ]] ||
10569                 error "crossdir_rename_size error $tgt_sample"
10570         echo "Check cross dir rename stats success"
10571         rm -rf $DIR/${tdir}
10572 }
10573 run_test 133d "Verifying rename_stats ========================================"
10574
10575 test_133e() {
10576         remote_mds_nodsh && skip "remote MDS with nodsh" && return
10577         remote_ost_nodsh && skip "remote OST with nodsh" && return
10578         [ $PARALLEL == "yes" ] && skip "skip parallel run" && return
10579         local testdir=$DIR/${tdir}/stats_testdir
10580         local ctr f0 f1 bs=32768 count=42 sum
10581
10582         mkdir -p ${testdir} || error "mkdir failed"
10583
10584         $SETSTRIPE -c 1 -i 0 ${testdir}/${tfile}
10585
10586         for ctr in {write,read}_bytes; do
10587                 sync
10588                 cancel_lru_locks osc
10589
10590                 do_facet ost1 $LCTL set_param -n \
10591                         "obdfilter.*.exports.clear=clear"
10592
10593                 if [ $ctr = write_bytes ]; then
10594                         f0=/dev/zero
10595                         f1=${testdir}/${tfile}
10596                 else
10597                         f0=${testdir}/${tfile}
10598                         f1=/dev/null
10599                 fi
10600
10601                 dd if=$f0 of=$f1 conv=notrunc bs=$bs count=$count || \
10602                         error "dd failed"
10603                 sync
10604                 cancel_lru_locks osc
10605
10606                 sum=$(do_facet ost1 $LCTL get_param \
10607                         "obdfilter.*.exports.*.stats" |
10608                         awk -v ctr=$ctr 'BEGIN { sum = 0 }
10609                                 $1 == ctr { sum += $7 }
10610                                 END { printf("%0.0f", sum) }')
10611
10612                 if ((sum != bs * count)); then
10613                         error "Bad $ctr sum, expected $((bs * count)), got $sum"
10614                 fi
10615         done
10616
10617         rm -rf $DIR/${tdir}
10618 }
10619 run_test 133e "Verifying OST {read,write}_bytes nid stats ================="
10620
10621 proc_regexp="/{proc,sys}/{fs,sys,kernel/debug}/{lustre,lnet}/"
10622
10623 test_133f() {
10624         # First without trusting modes.
10625         local proc_dirs=$(eval \ls -d $proc_regexp 2>/dev/null)
10626         echo "proc_dirs='$proc_dirs'"
10627         [ -n "$proc_dirs" ] || error "no proc_dirs on $HOSTNAME"
10628         find $proc_dirs -exec cat '{}' \; &> /dev/null
10629
10630         # Second verifying readability.
10631         $LCTL get_param -R '*' &> /dev/null || error "proc file read failed"
10632
10633         # Verifing writability with badarea_io.
10634         find $proc_dirs \
10635                 -ignore_readdir_race \
10636                 -type f \
10637                 -not -name force_lbug \
10638                 -not -name changelog_mask \
10639                 -exec badarea_io '{}' \; ||
10640                         error "find $proc_dirs failed"
10641 }
10642 run_test 133f "Check reads/writes of client lustre proc files with bad area io"
10643
10644 test_133g() {
10645         remote_mds_nodsh && skip "remote MDS with nodsh" && return
10646         remote_ost_nodsh && skip "remote OST with nodsh" && return
10647
10648         # eventually, this can also be replaced with "lctl get_param -R",
10649         # but not until that option is always available on the server
10650         local facet
10651         for facet in mds1 ost1; do
10652                 [ $(lustre_version_code $facet) -le $(version_code 2.5.54) ] &&
10653                         skip "Too old lustre on $facet" && continue
10654                 local facet_proc_dirs=$(do_facet $facet \
10655                                         \\\ls -d $proc_regexp 2>/dev/null)
10656                 echo "${facet}_proc_dirs='$facet_proc_dirs'"
10657                 [ -z "$facet_proc_dirs" ] && error "no proc_dirs on $facet"
10658                 do_facet $facet find $facet_proc_dirs \
10659                         ! -name req_history \
10660                         -exec cat '{}' \\\; &> /dev/null
10661
10662                 do_facet $facet find $facet_proc_dirs \
10663                         ! -name req_history \
10664                         -type f \
10665                         -exec cat '{}' \\\; &> /dev/null ||
10666                                 error "proc file read failed"
10667
10668                 do_facet $facet find $facet_proc_dirs \
10669                         -ignore_readdir_race \
10670                         -type f \
10671                         -not -name force_lbug \
10672                         -not -name changelog_mask \
10673                         -exec badarea_io '{}' \\\; ||
10674                                 error "$facet find $facet_proc_dirs failed"
10675         done
10676
10677         # remount the FS in case writes/reads /proc break the FS
10678         cleanup || error "failed to unmount"
10679         setup || error "failed to setup"
10680         true
10681 }
10682 run_test 133g "Check reads/writes of server lustre proc files with bad area io"
10683
10684 test_133h() {
10685         remote_mds_nodsh && skip "remote MDS with nodsh" && return
10686         remote_ost_nodsh && skip "remote OST with nodsh" && return
10687         [[ $(lustre_version_code $SINGLEMDS) -lt $(version_code 2.9.54) ]] &&
10688                 skip "Need MDS version at least 2.9.54" && return
10689
10690         local facet
10691         for facet in client mds1 ost1; do
10692                 local facet_proc_dirs=$(do_facet $facet \
10693                                         \\\ls -d $proc_regexp 2> /dev/null)
10694                 [ -z "$facet_proc_dirs" ] && error "no proc_dirs on $facet"
10695                 echo "${facet}_proc_dirs='$facet_proc_dirs'"
10696                 # Get the list of files that are missing the terminating newline
10697                 local missing=($(do_facet $facet \
10698                         find ${facet_proc_dirs} -type f \|              \
10699                                 while read F\; do                       \
10700                                         awk -v FS='\v' -v RS='\v\v'     \
10701                                         "'END { if(NR>0 &&              \
10702                                         \\\$NF !~ /.*\\\n\$/)           \
10703                                                 print FILENAME}'"       \
10704                                         '\$F'\;                         \
10705                                 done 2>/dev/null))
10706                 [ ${#missing[*]} -eq 0 ] ||
10707                         error "files do not end with newline: ${missing[*]}"
10708         done
10709 }
10710 run_test 133h "Proc files should end with newlines"
10711
10712 test_134a() {
10713         remote_mds_nodsh && skip "remote MDS with nodsh" && return
10714         [[ $(lustre_version_code $SINGLEMDS) -lt $(version_code 2.7.54) ]] &&
10715                 skip "Need MDS version at least 2.7.54" && return
10716
10717         mkdir -p $DIR/$tdir || error "failed to create $DIR/$tdir"
10718         cancel_lru_locks mdc
10719
10720         local nsdir="ldlm.namespaces.*-MDT0000-mdc-*"
10721         local unused=$($LCTL get_param -n $nsdir.lock_unused_count)
10722         [ $unused -eq 0 ] || error "$unused locks are not cleared"
10723
10724         local nr=1000
10725         createmany -o $DIR/$tdir/f $nr ||
10726                 error "failed to create $nr files in $DIR/$tdir"
10727         unused=$($LCTL get_param -n $nsdir.lock_unused_count)
10728
10729         #define OBD_FAIL_LDLM_WATERMARK_LOW     0x327
10730         do_facet mds1 $LCTL set_param fail_loc=0x327
10731         do_facet mds1 $LCTL set_param fail_val=500
10732         touch $DIR/$tdir/m
10733
10734         echo "sleep 10 seconds ..."
10735         sleep 10
10736         local lck_cnt=$($LCTL get_param -n $nsdir.lock_unused_count)
10737
10738         do_facet mds1 $LCTL set_param fail_loc=0
10739         do_facet mds1 $LCTL set_param fail_val=0
10740         [ $lck_cnt -lt $unused ] ||
10741                 error "No locks reclaimed, before:$unused, after:$lck_cnt"
10742
10743         rm $DIR/$tdir/m
10744         unlinkmany $DIR/$tdir/f $nr
10745 }
10746 run_test 134a "Server reclaims locks when reaching lock_reclaim_threshold"
10747
10748 test_134b() {
10749         remote_mds_nodsh && skip "remote MDS with nodsh" && return
10750         [[ $(lustre_version_code $SINGLEMDS) -lt $(version_code 2.7.54) ]] &&
10751                 skip "Need MDS version at least 2.7.54" && return
10752
10753         mkdir -p $DIR/$tdir || error "failed to create $DIR/$tdir"
10754         cancel_lru_locks mdc
10755
10756         local low_wm=$(do_facet mds1 $LCTL get_param -n \
10757                         ldlm.lock_reclaim_threshold_mb)
10758         # disable reclaim temporarily
10759         do_facet mds1 $LCTL set_param ldlm.lock_reclaim_threshold_mb=0
10760
10761         #define OBD_FAIL_LDLM_WATERMARK_HIGH     0x328
10762         do_facet mds1 $LCTL set_param fail_loc=0x328
10763         do_facet mds1 $LCTL set_param fail_val=500
10764
10765         $LCTL set_param debug=+trace
10766
10767         local nr=600
10768         createmany -o $DIR/$tdir/f $nr &
10769         local create_pid=$!
10770
10771         echo "Sleep $TIMEOUT seconds ..."
10772         sleep $TIMEOUT
10773         if ! ps -p $create_pid  > /dev/null 2>&1; then
10774                 do_facet mds1 $LCTL set_param fail_loc=0
10775                 do_facet mds1 $LCTL set_param fail_val=0
10776                 do_facet mds1 $LCTL set_param \
10777                         ldlm.lock_reclaim_threshold_mb=${low_wm}m
10778                 error "createmany finished incorrectly!"
10779         fi
10780         do_facet mds1 $LCTL set_param fail_loc=0
10781         do_facet mds1 $LCTL set_param fail_val=0
10782         do_facet mds1 $LCTL set_param ldlm.lock_reclaim_threshold_mb=${low_wm}m
10783         wait $create_pid || return 1
10784
10785         unlinkmany $DIR/$tdir/f $nr
10786 }
10787 run_test 134b "Server rejects lock request when reaching lock_limit_mb"
10788
10789 test_140() { #bug-17379
10790         [ $PARALLEL == "yes" ] && skip "skip parallel run" && return
10791         test_mkdir $DIR/$tdir
10792         cd $DIR/$tdir || error "Changing to $DIR/$tdir"
10793         cp $(which stat) . || error "Copying stat to $DIR/$tdir"
10794
10795         # VFS limits max symlink depth to 5(4KSTACK) or 7(8KSTACK) or 8
10796         # For kernel > 3.5, bellow only tests consecutive symlink (MAX 40)
10797         local i=0
10798         while i=$((i + 1)); do
10799                 test_mkdir $i
10800                 cd $i || error "Changing to $i"
10801                 ln -s ../stat stat || error "Creating stat symlink"
10802                 # Read the symlink until ELOOP present,
10803                 # not LBUGing the system is considered success,
10804                 # we didn't overrun the stack.
10805                 $OPENFILE -f O_RDONLY stat >/dev/null 2>&1; ret=$?
10806                 if [ $ret -ne 0 ]; then
10807                         if [ $ret -eq 40 ]; then
10808                                 break  # -ELOOP
10809                         else
10810                                 error "Open stat symlink"
10811                                         return
10812                         fi
10813                 fi
10814         done
10815         i=$((i - 1))
10816         echo "The symlink depth = $i"
10817         [ $i -eq 5 -o $i -eq 7 -o $i -eq 8 -o $i -eq 40 ] ||
10818                                         error "Invalid symlink depth"
10819
10820         # Test recursive symlink
10821         ln -s symlink_self symlink_self
10822         $OPENFILE -f O_RDONLY symlink_self >/dev/null 2>&1; ret=$?
10823         echo "open symlink_self returns $ret"
10824         [ $ret -eq 40 ] || error "recursive symlink doesn't return -ELOOP"
10825 }
10826 run_test 140 "Check reasonable stack depth (shouldn't LBUG) ===="
10827
10828 test_150() {
10829         [ $PARALLEL == "yes" ] && skip "skip parallel run" && return
10830         local TF="$TMP/$tfile"
10831
10832         dd if=/dev/urandom of=$TF bs=6096 count=1 || error "dd failed"
10833         cp $TF $DIR/$tfile
10834         cancel_lru_locks $OSC
10835         cmp $TF $DIR/$tfile || error "$TMP/$tfile $DIR/$tfile differ"
10836         remount_client $MOUNT
10837         df -P $MOUNT
10838         cmp $TF $DIR/$tfile || error "$TF $DIR/$tfile differ (remount)"
10839
10840         $TRUNCATE $TF 6000
10841         $TRUNCATE $DIR/$tfile 6000
10842         cancel_lru_locks $OSC
10843         cmp $TF $DIR/$tfile || error "$TF $DIR/$tfile differ (truncate1)"
10844
10845         echo "12345" >>$TF
10846         echo "12345" >>$DIR/$tfile
10847         cancel_lru_locks $OSC
10848         cmp $TF $DIR/$tfile || error "$TF $DIR/$tfile differ (append1)"
10849
10850         echo "12345" >>$TF
10851         echo "12345" >>$DIR/$tfile
10852         cancel_lru_locks $OSC
10853         cmp $TF $DIR/$tfile || error "$TF $DIR/$tfile differ (append2)"
10854
10855         rm -f $TF
10856         true
10857 }
10858 run_test 150 "truncate/append tests"
10859
10860 #LU-2902 roc_hit was not able to read all values from lproc
10861 function roc_hit_init() {
10862         local list=$(comma_list $(osts_nodes))
10863         local dir=$DIR/$tdir-check
10864         local file=$dir/$tfile
10865         local BEFORE
10866         local AFTER
10867         local idx
10868
10869         test_mkdir $dir
10870         #use setstripe to do a write to every ost
10871         for i in $(seq 0 $((OSTCOUNT-1))); do
10872                 $SETSTRIPE -c 1 -i $i $dir || error "$SETSTRIPE $file failed"
10873                 dd if=/dev/urandom of=$file bs=4k count=4 2>&1 > /dev/null
10874                 idx=$(printf %04x $i)
10875                 BEFORE=$(get_osd_param $list *OST*$idx stats |
10876                         awk '$1 == "cache_access" {sum += $7}
10877                                 END { printf("%0.0f", sum) }')
10878
10879                 cancel_lru_locks osc
10880                 cat $file >/dev/null
10881
10882                 AFTER=$(get_osd_param $list *OST*$idx stats |
10883                         awk '$1 == "cache_access" {sum += $7}
10884                                 END { printf("%0.0f", sum) }')
10885
10886                 echo BEFORE:$BEFORE AFTER:$AFTER
10887                 if ! let "AFTER - BEFORE == 4"; then
10888                         rm -rf $dir
10889                         error "roc_hit is not safe to use"
10890                 fi
10891                 rm $file
10892         done
10893
10894         rm -rf $dir
10895 }
10896
10897 function roc_hit() {
10898         local list=$(comma_list $(osts_nodes))
10899         echo $(get_osd_param $list '' stats |
10900                 awk '$1 == "cache_hit" {sum += $7}
10901                         END { printf("%0.0f", sum) }')
10902 }
10903
10904 function set_cache() {
10905         local on=1
10906
10907         if [ "$2" == "off" ]; then
10908                 on=0;
10909         fi
10910         local list=$(comma_list $(osts_nodes))
10911         set_osd_param $list '' $1_cache_enable $on
10912
10913         cancel_lru_locks osc
10914 }
10915
10916 test_151() {
10917         [ $PARALLEL == "yes" ] && skip "skip parallel run" && return
10918         remote_ost_nodsh && skip "remote OST with nodsh" && return
10919
10920         local CPAGES=3
10921         local list=$(comma_list $(osts_nodes))
10922
10923         # check whether obdfilter is cache capable at all
10924         if ! get_osd_param $list '' read_cache_enable >/dev/null; then
10925                 echo "not cache-capable obdfilter"
10926                 return 0
10927         fi
10928
10929         # check cache is enabled on all obdfilters
10930         if get_osd_param $list '' read_cache_enable | grep 0; then
10931                 echo "oss cache is disabled"
10932                 return 0
10933         fi
10934
10935         set_osd_param $list '' writethrough_cache_enable 1
10936
10937         # check write cache is enabled on all obdfilters
10938         if get_osd_param $list '' writethrough_cache_enable | grep 0; then
10939                 echo "oss write cache is NOT enabled"
10940                 return 0
10941         fi
10942
10943         roc_hit_init
10944
10945         #define OBD_FAIL_OBD_NO_LRU  0x609
10946         do_nodes $list $LCTL set_param fail_loc=0x609
10947
10948         # pages should be in the case right after write
10949         dd if=/dev/urandom of=$DIR/$tfile bs=4k count=$CPAGES ||
10950                 error "dd failed"
10951
10952         local BEFORE=$(roc_hit)
10953         cancel_lru_locks osc
10954         cat $DIR/$tfile >/dev/null
10955         local AFTER=$(roc_hit)
10956
10957         do_nodes $list $LCTL set_param fail_loc=0
10958
10959         if ! let "AFTER - BEFORE == CPAGES"; then
10960                 error "NOT IN CACHE: before: $BEFORE, after: $AFTER"
10961         fi
10962
10963         # the following read invalidates the cache
10964         cancel_lru_locks osc
10965         set_osd_param $list '' read_cache_enable 0
10966         cat $DIR/$tfile >/dev/null
10967
10968         # now data shouldn't be found in the cache
10969         BEFORE=$(roc_hit)
10970         cancel_lru_locks osc
10971         cat $DIR/$tfile >/dev/null
10972         AFTER=$(roc_hit)
10973         if let "AFTER - BEFORE != 0"; then
10974                 error "IN CACHE: before: $BEFORE, after: $AFTER"
10975         fi
10976
10977         set_osd_param $list '' read_cache_enable 1
10978         rm -f $DIR/$tfile
10979 }
10980 run_test 151 "test cache on oss and controls ==============================="
10981
10982 test_152() {
10983         [ $PARALLEL == "yes" ] && skip "skip parallel run" && return
10984         local TF="$TMP/$tfile"
10985
10986         # simulate ENOMEM during write
10987 #define OBD_FAIL_OST_NOMEM      0x226
10988         lctl set_param fail_loc=0x80000226
10989         dd if=/dev/urandom of=$TF bs=6096 count=1 || error "dd failed"
10990         cp $TF $DIR/$tfile
10991         sync || error "sync failed"
10992         lctl set_param fail_loc=0
10993
10994         # discard client's cache
10995         cancel_lru_locks osc
10996
10997         # simulate ENOMEM during read
10998         lctl set_param fail_loc=0x80000226
10999         cmp $TF $DIR/$tfile || error "cmp failed"
11000         lctl set_param fail_loc=0
11001
11002         rm -f $TF
11003 }
11004 run_test 152 "test read/write with enomem ============================"
11005
11006 test_153() {
11007         $MULTIOP $DIR/$tfile Ow4096Ycu || error "multiop failed"
11008 }
11009 run_test 153 "test if fdatasync does not crash ======================="
11010
11011 dot_lustre_fid_permission_check() {
11012         local fid=$1
11013         local ffid=$MOUNT/.lustre/fid/$fid
11014         local test_dir=$2
11015
11016         echo "stat fid $fid"
11017         stat $ffid > /dev/null || error "stat $ffid failed."
11018         echo "touch fid $fid"
11019         touch $ffid || error "touch $ffid failed."
11020         echo "write to fid $fid"
11021         cat /etc/hosts > $ffid || error "write $ffid failed."
11022         echo "read fid $fid"
11023         diff /etc/hosts $ffid || error "read $ffid failed."
11024         echo "append write to fid $fid"
11025         cat /etc/hosts >> $ffid || error "append write $ffid failed."
11026         echo "rename fid $fid"
11027         mv $ffid $test_dir/$tfile.1 &&
11028                 error "rename $ffid to $tfile.1 should fail."
11029         touch $test_dir/$tfile.1
11030         mv $test_dir/$tfile.1 $ffid &&
11031                 error "rename $tfile.1 to $ffid should fail."
11032         rm -f $test_dir/$tfile.1
11033         echo "truncate fid $fid"
11034         $TRUNCATE $ffid 777 || error "truncate $ffid failed."
11035         if [ $MDSCOUNT -lt 2 ]; then #FIXME when cross-MDT hard link is working
11036                 echo "link fid $fid"
11037                 ln -f $ffid $test_dir/tfile.lnk || error "link $ffid failed."
11038         fi
11039         if [ -n $(lctl get_param -n mdc.*-mdc-*.connect_flags | grep acl) ]; then
11040                 echo "setfacl fid $fid"
11041                 setfacl -R -m u:bin:rwx $ffid || error "setfacl $ffid failed."
11042                 echo "getfacl fid $fid"
11043                 getfacl $ffid >/dev/null || error "getfacl $ffid failed."
11044         fi
11045         echo "unlink fid $fid"
11046         unlink $MOUNT/.lustre/fid/$fid && error "unlink $ffid should fail."
11047         echo "mknod fid $fid"
11048         mknod $ffid c 1 3 && error "mknod $ffid should fail."
11049
11050         fid=[0xf00000400:0x1:0x0]
11051         ffid=$MOUNT/.lustre/fid/$fid
11052
11053         echo "stat non-exist fid $fid"
11054         stat $ffid > /dev/null && error "stat non-exist $ffid should fail."
11055         echo "write to non-exist fid $fid"
11056         cat /etc/hosts > $ffid && error "write non-exist $ffid should fail."
11057         echo "link new fid $fid"
11058         ln $test_dir/$tfile $ffid && error "link $ffid should fail."
11059
11060         mkdir -p $test_dir/$tdir
11061         touch $test_dir/$tdir/$tfile
11062         fid=$($LFS path2fid $test_dir/$tdir)
11063         rc=$?
11064         [ $rc -ne 0 ] &&
11065                 error "error: could not get fid for $test_dir/$dir/$tfile."
11066
11067         ffid=$MOUNT/.lustre/fid/$fid
11068
11069         echo "ls $fid"
11070         ls $ffid > /dev/null || error "ls $ffid failed."
11071         echo "touch $fid/$tfile.1"
11072         touch $ffid/$tfile.1 || error "touch $ffid/$tfile.1 failed."
11073
11074         echo "touch $MOUNT/.lustre/fid/$tfile"
11075         touch $MOUNT/.lustre/fid/$tfile && \
11076                 error "touch $MOUNT/.lustre/fid/$tfile should fail."
11077
11078         echo "setxattr to $MOUNT/.lustre/fid"
11079         setfattr -n trusted.name1 -v value1 $MOUNT/.lustre/fid
11080
11081         echo "listxattr for $MOUNT/.lustre/fid"
11082         getfattr -d -m "^trusted" $MOUNT/.lustre/fid
11083
11084         echo "delxattr from $MOUNT/.lustre/fid"
11085         setfattr -x trusted.name1 $MOUNT/.lustre/fid
11086
11087         echo "touch invalid fid: $MOUNT/.lustre/fid/[0x200000400:0x2:0x3]"
11088         touch $MOUNT/.lustre/fid/[0x200000400:0x2:0x3] &&
11089                 error "touch invalid fid should fail."
11090
11091         echo "touch non-normal fid: $MOUNT/.lustre/fid/[0x1:0x2:0x0]"
11092         touch $MOUNT/.lustre/fid/[0x1:0x2:0x0] &&
11093                 error "touch non-normal fid should fail."
11094
11095         echo "rename $tdir to $MOUNT/.lustre/fid"
11096         mrename $test_dir/$tdir $MOUNT/.lustre/fid &&
11097                 error "rename to $MOUNT/.lustre/fid should fail."
11098
11099         if [ $(lustre_version_code $SINGLEMDS) -ge $(version_code 2.3.51) ]
11100         then            # LU-3547
11101                 local old_obf_mode=$(stat --format="%a" $DIR/.lustre/fid)
11102                 local new_obf_mode=777
11103
11104                 echo "change mode of $DIR/.lustre/fid to $new_obf_mode"
11105                 chmod $new_obf_mode $DIR/.lustre/fid ||
11106                         error "chmod $new_obf_mode $DIR/.lustre/fid failed"
11107
11108                 local obf_mode=$(stat --format=%a $DIR/.lustre/fid)
11109                 [ $obf_mode -eq $new_obf_mode ] ||
11110                         error "stat $DIR/.lustre/fid returned wrong mode $obf_mode"
11111
11112                 echo "restore mode of $DIR/.lustre/fid to $old_obf_mode"
11113                 chmod $old_obf_mode $DIR/.lustre/fid ||
11114                         error "chmod $old_obf_mode $DIR/.lustre/fid failed"
11115         fi
11116
11117         $OPENFILE -f O_LOV_DELAY_CREATE:O_CREAT $test_dir/$tfile-2
11118         fid=$($LFS path2fid $test_dir/$tfile-2)
11119
11120         if [ $(lustre_version_code $SINGLEMDS) -ge $(version_code 2.6.50) ]
11121         then # LU-5424
11122                 echo "cp /etc/passwd $MOUNT/.lustre/fid/$fid"
11123                 cp /etc/passwd $MOUNT/.lustre/fid/$fid ||
11124                         error "create lov data thru .lustre failed"
11125         fi
11126         echo "cp /etc/passwd $test_dir/$tfile-2"
11127         cp /etc/passwd $test_dir/$tfile-2 ||
11128                 error "copy to $test_dir/$tfile-2 failed."
11129         echo "diff /etc/passwd $MOUNT/.lustre/fid/$fid"
11130         diff /etc/passwd $MOUNT/.lustre/fid/$fid ||
11131                 error "diff /etc/passwd $MOUNT/.lustre/fid/$fid failed."
11132
11133         rm -rf $test_dir/tfile.lnk
11134         rm -rf $test_dir/$tfile-2
11135 }
11136
11137 test_154A() {
11138         [[ $(lustre_version_code $SINGLEMDS) -lt $(version_code 2.4.1) ]] &&
11139                 skip "Need MDS version at least 2.4.1" && return
11140
11141         local tf=$DIR/$tfile
11142         touch $tf
11143
11144         local fid=$($LFS path2fid $tf)
11145         [ -z "$fid" ] && error "path2fid unable to get $tf FID"
11146
11147         # check that we get the same pathname back
11148         local found=$($LFS fid2path $MOUNT "$fid")
11149         [ -z "$found" ] && error "fid2path unable to get '$fid' path"
11150         [ "$found" == "$tf" ] ||
11151                 error "fid2path($fid=path2fid($tf)) = $found != $tf"
11152 }
11153 run_test 154A "lfs path2fid and fid2path basic checks"
11154
11155 test_154B() {
11156         [[ $(lustre_version_code $SINGLEMDS) -lt $(version_code 2.4.1) ]] &&
11157                 skip "Need MDS version at least 2.4.1" && return
11158
11159         mkdir -p $DIR/$tdir || error "mkdir $tdir failed"
11160         touch $DIR/$tdir/$tfile || error "touch $DIR/$tdir/$tfile failed"
11161         local linkea=$($LL_DECODE_LINKEA $DIR/$tdir/$tfile | grep 'pfid')
11162         [ -z "$linkea" ] && error "decode linkea $DIR/$tdir/$tfile failed"
11163
11164         local name=$(echo $linkea | awk '/pfid/ {print $5}' | sed -e "s/'//g")
11165         local PFID=$(echo $linkea | awk '/pfid/ {print $3}' | sed -e "s/,//g")
11166
11167         # check that we get the same pathname
11168         echo "PFID: $PFID, name: $name"
11169         local FOUND=$($LFS fid2path $MOUNT "$PFID")
11170         [ -z "$FOUND" ] && error "fid2path unable to get $PFID path"
11171         [ "$FOUND/$name" != "$DIR/$tdir/$tfile" ] &&
11172                 error "ll_decode_linkea has $FOUND/$name != $DIR/$tdir/$tfile"
11173
11174         rm -rf $DIR/$tdir || error "Can not delete directory $DIR/$tdir"
11175 }
11176 run_test 154B "verify the ll_decode_linkea tool"
11177
11178 test_154a() {
11179         [ $PARALLEL == "yes" ] && skip "skip parallel run" && return
11180         [[ $(lustre_version_code $SINGLEMDS) -ge $(version_code 2.2.51) ]] ||
11181                 { skip "Need MDS version at least 2.2.51"; return 0; }
11182         [ -z "$(which setfacl)" ] && skip "must have setfacl tool" && return
11183         [ -n "$FILESET" ] && skip "SKIP due to FILESET set" && return
11184
11185         cp /etc/hosts $DIR/$tfile
11186
11187         fid=$($LFS path2fid $DIR/$tfile)
11188         rc=$?
11189         [ $rc -ne 0 ] && error "error: could not get fid for $DIR/$tfile."
11190
11191         dot_lustre_fid_permission_check "$fid" $DIR ||
11192                 error "dot lustre permission check $fid failed"
11193
11194         ls -a $MOUNT | grep "\.lustre" && error ".lustre should not be listed"
11195
11196         rm -rf $MOUNT/.lustre && error ".lustre is not allowed to be unlinked"
11197
11198         touch $MOUNT/.lustre/file &&
11199                 error "creation is not allowed under .lustre"
11200
11201         mkdir $MOUNT/.lustre/dir &&
11202                 error "mkdir is not allowed under .lustre"
11203
11204         rm -rf $DIR/$tfile
11205 }
11206 run_test 154a "Open-by-FID"
11207
11208 test_154b() {
11209         [ $PARALLEL == "yes" ] && skip "skip parallel run" && return
11210         [[ $(lustre_version_code $SINGLEMDS) -ge $(version_code 2.2.51) ]] ||
11211                 { skip "Need MDS version at least 2.2.51"; return 0; }
11212         [ -n "$FILESET" ] && skip "SKIP due to FILESET set" && return
11213
11214         [ $MDSCOUNT -lt 2 ] && skip "needs >= 2 MDTs" && return
11215
11216         local remote_dir=$DIR/$tdir/remote_dir
11217         local MDTIDX=1
11218         local rc=0
11219
11220         mkdir -p $DIR/$tdir
11221         $LFS mkdir -i $MDTIDX $remote_dir ||
11222                 error "create remote directory failed"
11223
11224         cp /etc/hosts $remote_dir/$tfile
11225
11226         fid=$($LFS path2fid $remote_dir/$tfile)
11227         rc=$?
11228         [ $rc -ne 0 ] && error "error: could not get fid for $remote_dir/$tfile"
11229
11230         dot_lustre_fid_permission_check "$fid" $remote_dir ||
11231                 error "dot lustre permission check $fid failed"
11232         rm -rf $DIR/$tdir
11233 }
11234 run_test 154b "Open-by-FID for remote directory"
11235
11236 test_154c() {
11237         [[ $(lustre_version_code $SINGLEMDS) -lt $(version_code 2.4.1) ]] &&
11238                 skip "Need MDS version at least 2.4.1" && return
11239
11240         touch $DIR/$tfile.1 $DIR/$tfile.2 $DIR/$tfile.3
11241         local FID1=$($LFS path2fid $DIR/$tfile.1)
11242         local FID2=$($LFS path2fid $DIR/$tfile.2)
11243         local FID3=$($LFS path2fid $DIR/$tfile.3)
11244
11245         local N=1
11246         $LFS path2fid $DIR/$tfile.[123] | while read PATHNAME FID; do
11247                 [ "$PATHNAME" = "$DIR/$tfile.$N:" ] ||
11248                         error "path2fid pathname $PATHNAME != $DIR/$tfile.$N:"
11249                 local want=FID$N
11250                 [ "$FID" = "${!want}" ] ||
11251                         error "path2fid $PATHNAME FID $FID != FID$N ${!want}"
11252                 N=$((N + 1))
11253         done
11254
11255         $LFS fid2path $MOUNT "$FID1" "$FID2" "$FID3" | while read PATHNAME;
11256         do
11257                 [ "$PATHNAME" = "$DIR/$tfile.$N" ] ||
11258                         error "fid2path pathname $PATHNAME != $DIR/$tfile.$N:"
11259                 N=$((N + 1))
11260         done
11261 }
11262 run_test 154c "lfs path2fid and fid2path multiple arguments"
11263
11264 test_154d() {
11265         remote_mds_nodsh && skip "remote MDS with nodsh" && return
11266         [[ $(lustre_version_code $SINGLEMDS) -lt $(version_code 2.5.53) ]] &&
11267                 skip "Need MDS version at least 2.5.53" && return
11268
11269         if remote_mds; then
11270                 nid=$($LCTL list_nids | sed  "s/\./\\\./g")
11271         else
11272                 nid="0@lo"
11273         fi
11274         local proc_ofile="mdt.*.exports.'$nid'.open_files"
11275         local fd
11276         local cmd
11277
11278         rm -f $DIR/$tfile
11279         touch $DIR/$tfile
11280
11281         local fid=$($LFS path2fid $DIR/$tfile)
11282         # Open the file
11283         fd=$(free_fd)
11284         cmd="exec $fd<$DIR/$tfile"
11285         eval $cmd
11286         local fid_list=$(do_facet $SINGLEMDS $LCTL get_param $proc_ofile)
11287         echo "$fid_list" | grep "$fid"
11288         rc=$?
11289
11290         cmd="exec $fd>/dev/null"
11291         eval $cmd
11292         if [ $rc -ne 0 ]; then
11293                 error "FID $fid not found in open files list $fid_list"
11294         fi
11295 }
11296 run_test 154d "Verify open file fid"
11297
11298 test_154e()
11299 {
11300         [[ $(lustre_version_code $SINGLEMDS) -lt $(version_code 2.6.50) ]] &&
11301                 skip "Need MDS version at least 2.6.50" && return
11302
11303         if ls -a $MOUNT | grep -q '^\.lustre$'; then
11304                 error ".lustre returned by readdir"
11305         fi
11306 }
11307 run_test 154e ".lustre is not returned by readdir"
11308
11309 test_154f() {
11310         [ -n "$FILESET" ] && skip "SKIP due to FILESET set" && return
11311         # create parent directory on a single MDT to avoid cross-MDT hardlinks
11312         test_mkdir -p -c1 $DIR/$tdir/d
11313         # test dirs inherit from its stripe
11314         mkdir -p $DIR/$tdir/d/foo1 || error "mkdir error"
11315         mkdir -p $DIR/$tdir/d/foo2 || error "mkdir error"
11316         cp /etc/hosts $DIR/$tdir/d/foo1/$tfile
11317         ln $DIR/$tdir/d/foo1/$tfile $DIR/$tdir/d/foo2/link
11318         touch $DIR/f
11319
11320         # get fid of parents
11321         local FID0=$($LFS path2fid $DIR/$tdir/d)
11322         local FID1=$($LFS path2fid $DIR/$tdir/d/foo1)
11323         local FID2=$($LFS path2fid $DIR/$tdir/d/foo2)
11324         local FID3=$($LFS path2fid $DIR)
11325
11326         # check that path2fid --parents returns expected <parent_fid>/name
11327         # 1) test for a directory (single parent)
11328         local parent=$($LFS path2fid --parents $DIR/$tdir/d/foo1)
11329         [ "$parent" == "$FID0/foo1" ] ||
11330                 error "expected parent: $FID0/foo1, got: $parent"
11331
11332         # 2) test for a file with nlink > 1 (multiple parents)
11333         parent=$($LFS path2fid --parents $DIR/$tdir/d/foo1/$tfile)
11334         echo "$parent" | grep -F "$FID1/$tfile" ||
11335                 error "$FID1/$tfile not returned in parent list"
11336         echo "$parent" | grep -F "$FID2/link" ||
11337                 error "$FID2/link not returned in parent list"
11338
11339         # 3) get parent by fid
11340         local file_fid=$($LFS path2fid $DIR/$tdir/d/foo1/$tfile)
11341         parent=$($LFS path2fid --parents $MOUNT/.lustre/fid/$file_fid)
11342         echo "$parent" | grep -F "$FID1/$tfile" ||
11343                 error "$FID1/$tfile not returned in parent list (by fid)"
11344         echo "$parent" | grep -F "$FID2/link" ||
11345                 error "$FID2/link not returned in parent list (by fid)"
11346
11347         # 4) test for entry in root directory
11348         parent=$($LFS path2fid --parents $DIR/f)
11349         echo "$parent" | grep -F "$FID3/f" ||
11350                 error "$FID3/f not returned in parent list"
11351
11352         # 5) test it on root directory
11353         [ -z "$($LFS path2fid --parents $MOUNT 2>/dev/null)" ] ||
11354                 error "$MOUNT should not have parents"
11355
11356         # enable xattr caching and check that linkea is correctly updated
11357         local save="$TMP/$TESTSUITE-$TESTNAME.parameters"
11358         save_lustre_params client "llite.*.xattr_cache" > $save
11359         lctl set_param llite.*.xattr_cache 1
11360
11361         # 6.1) linkea update on rename
11362         mv $DIR/$tdir/d/foo1/$tfile $DIR/$tdir/d/foo2/$tfile.moved
11363
11364         # get parents by fid
11365         parent=$($LFS path2fid --parents $MOUNT/.lustre/fid/$file_fid)
11366         # foo1 should no longer be returned in parent list
11367         echo "$parent" | grep -F "$FID1" &&
11368                 error "$FID1 should no longer be in parent list"
11369         # the new path should appear
11370         echo "$parent" | grep -F "$FID2/$tfile.moved" ||
11371                 error "$FID2/$tfile.moved is not in parent list"
11372
11373         # 6.2) linkea update on unlink
11374         rm -f $DIR/$tdir/d/foo2/link
11375         parent=$($LFS path2fid --parents $MOUNT/.lustre/fid/$file_fid)
11376         # foo2/link should no longer be returned in parent list
11377         echo "$parent" | grep -F "$FID2/link" &&
11378                 error "$FID2/link should no longer be in parent list"
11379         true
11380
11381         rm -f $DIR/f
11382         restore_lustre_params < $save
11383         rm -f $save
11384 }
11385 run_test 154f "get parent fids by reading link ea"
11386
11387 test_154g()
11388 {
11389         [[ $(lustre_version_code $SINGLEMDS) -ge $(version_code 2.6.92) && \
11390            $(lustre_version_code client) -gt $(version_code 2.6.99) ]] ||
11391                 { skip "Need MDS version at least 2.6.92"; return 0; }
11392         [ -n "$FILESET" ] && skip "SKIP due to FILESET set" && return
11393
11394         mkdir -p $DIR/$tdir
11395         llapi_fid_test -d $DIR/$tdir
11396 }
11397 run_test 154g "various llapi FID tests"
11398
11399 test_155_small_load() {
11400     local temp=$TMP/$tfile
11401     local file=$DIR/$tfile
11402
11403     dd if=/dev/urandom of=$temp bs=6096 count=1 || \
11404         error "dd of=$temp bs=6096 count=1 failed"
11405     cp $temp $file
11406     cancel_lru_locks $OSC
11407     cmp $temp $file || error "$temp $file differ"
11408
11409     $TRUNCATE $temp 6000
11410     $TRUNCATE $file 6000
11411     cmp $temp $file || error "$temp $file differ (truncate1)"
11412
11413     echo "12345" >>$temp
11414     echo "12345" >>$file
11415     cmp $temp $file || error "$temp $file differ (append1)"
11416
11417     echo "12345" >>$temp
11418     echo "12345" >>$file
11419     cmp $temp $file || error "$temp $file differ (append2)"
11420
11421     rm -f $temp $file
11422     true
11423 }
11424
11425 test_155_big_load() {
11426     remote_ost_nodsh && skip "remote OST with nodsh" && return
11427     local temp=$TMP/$tfile
11428     local file=$DIR/$tfile
11429
11430     free_min_max
11431     local cache_size=$(do_facet ost$((MAXI+1)) \
11432         "awk '/cache/ {sum+=\\\$4} END {print sum}' /proc/cpuinfo")
11433     local large_file_size=$((cache_size * 2))
11434
11435     echo "OSS cache size: $cache_size KB"
11436     echo "Large file size: $large_file_size KB"
11437
11438     [ $MAXV -le $large_file_size ] && \
11439         skip_env "max available OST size needs > $large_file_size KB" && \
11440         return 0
11441
11442     $SETSTRIPE $file -c 1 -i $MAXI || error "$SETSTRIPE $file failed"
11443
11444     dd if=/dev/urandom of=$temp bs=$large_file_size count=1k || \
11445         error "dd of=$temp bs=$large_file_size count=1k failed"
11446     cp $temp $file
11447     ls -lh $temp $file
11448     cancel_lru_locks osc
11449     cmp $temp $file || error "$temp $file differ"
11450
11451     rm -f $temp $file
11452     true
11453 }
11454
11455 save_writethrough() {
11456         local facets=$(get_facets OST)
11457
11458         save_lustre_params $facets "obdfilter.*.writethrough_cache_enable" > $1
11459         save_lustre_params $facets "osd-*.*.writethrough_cache_enable" >> $1
11460 }
11461
11462 test_155a() {
11463         [ $PARALLEL == "yes" ] && skip "skip parallel run" && return
11464         local p="$TMP/$TESTSUITE-$TESTNAME.parameters"
11465         save_writethrough $p
11466
11467         set_cache read on
11468         set_cache writethrough on
11469         test_155_small_load
11470         restore_lustre_params < $p
11471         rm -f $p
11472 }
11473 run_test 155a "Verify small file correctness: read cache:on write_cache:on"
11474
11475 test_155b() {
11476         [ $PARALLEL == "yes" ] && skip "skip parallel run" && return
11477         local p="$TMP/$TESTSUITE-$TESTNAME.parameters"
11478         save_writethrough $p
11479
11480         set_cache read on
11481         set_cache writethrough off
11482         test_155_small_load
11483         restore_lustre_params < $p
11484         rm -f $p
11485 }
11486 run_test 155b "Verify small file correctness: read cache:on write_cache:off"
11487
11488 test_155c() {
11489         [ $PARALLEL == "yes" ] && skip "skip parallel run" && return
11490         local p="$TMP/$TESTSUITE-$TESTNAME.parameters"
11491         save_writethrough $p
11492
11493         set_cache read off
11494         set_cache writethrough on
11495         test_155_small_load
11496         restore_lustre_params < $p
11497         rm -f $p
11498 }
11499 run_test 155c "Verify small file correctness: read cache:off write_cache:on"
11500
11501 test_155d() {
11502         [ $PARALLEL == "yes" ] && skip "skip parallel run" && return
11503         local p="$TMP/$TESTSUITE-$TESTNAME.parameters"
11504         save_writethrough $p
11505
11506         set_cache read off
11507         set_cache writethrough off
11508         test_155_small_load
11509         restore_lustre_params < $p
11510         rm -f $p
11511 }
11512 run_test 155d "Verify small file correctness: read cache:off write_cache:off"
11513
11514 test_155e() {
11515         [ $PARALLEL == "yes" ] && skip "skip parallel run" && return
11516         local p="$TMP/$TESTSUITE-$TESTNAME.parameters"
11517         save_writethrough $p
11518
11519         set_cache read on
11520         set_cache writethrough on
11521         test_155_big_load
11522         restore_lustre_params < $p
11523         rm -f $p
11524 }
11525 run_test 155e "Verify big file correctness: read cache:on write_cache:on"
11526
11527 test_155f() {
11528         [ $PARALLEL == "yes" ] && skip "skip parallel run" && return
11529         local p="$TMP/$TESTSUITE-$TESTNAME.parameters"
11530         save_writethrough $p
11531
11532         set_cache read on
11533         set_cache writethrough off
11534         test_155_big_load
11535         restore_lustre_params < $p
11536         rm -f $p
11537 }
11538 run_test 155f "Verify big file correctness: read cache:on write_cache:off"
11539
11540 test_155g() {
11541         [ $PARALLEL == "yes" ] && skip "skip parallel run" && return
11542         local p="$TMP/$TESTSUITE-$TESTNAME.parameters"
11543         save_writethrough $p
11544
11545         set_cache read off
11546         set_cache writethrough on
11547         test_155_big_load
11548         restore_lustre_params < $p
11549         rm -f $p
11550 }
11551 run_test 155g "Verify big file correctness: read cache:off write_cache:on"
11552
11553 test_155h() {
11554         [ $PARALLEL == "yes" ] && skip "skip parallel run" && return
11555         local p="$TMP/$TESTSUITE-$TESTNAME.parameters"
11556         save_writethrough $p
11557
11558         set_cache read off
11559         set_cache writethrough off
11560         test_155_big_load
11561         restore_lustre_params < $p
11562         rm -f $p
11563 }
11564 run_test 155h "Verify big file correctness: read cache:off write_cache:off"
11565
11566 test_156() {
11567         remote_ost_nodsh && skip "remote OST with nodsh" && return
11568         [ $PARALLEL == "yes" ] && skip "skip parallel run" && return
11569         local CPAGES=3
11570         local BEFORE
11571         local AFTER
11572         local file="$DIR/$tfile"
11573         local p="$TMP/$TESTSUITE-$TESTNAME.parameters"
11574
11575         [ "$(facet_fstype ost1)" = "zfs" -a \
11576            $(lustre_version_code ost1 -lt $(version_code 2.6.93)) ] &&
11577                 skip "LU-1956/LU-2261: stats not implemented on OSD ZFS" &&
11578                 return
11579
11580         save_writethrough $p
11581         roc_hit_init
11582
11583         log "Turn on read and write cache"
11584         set_cache read on
11585         set_cache writethrough on
11586
11587         log "Write data and read it back."
11588         log "Read should be satisfied from the cache."
11589         dd if=/dev/urandom of=$file bs=4k count=$CPAGES || error "dd failed"
11590         BEFORE=$(roc_hit)
11591         cancel_lru_locks osc
11592         cat $file >/dev/null
11593         AFTER=$(roc_hit)
11594         if ! let "AFTER - BEFORE == CPAGES"; then
11595                 error "NOT IN CACHE: before: $BEFORE, after: $AFTER"
11596         else
11597                 log "cache hits:: before: $BEFORE, after: $AFTER"
11598         fi
11599
11600         log "Read again; it should be satisfied from the cache."
11601         BEFORE=$AFTER
11602         cancel_lru_locks osc
11603         cat $file >/dev/null
11604         AFTER=$(roc_hit)
11605         if ! let "AFTER - BEFORE == CPAGES"; then
11606                 error "NOT IN CACHE: before: $BEFORE, after: $AFTER"
11607         else
11608                 log "cache hits:: before: $BEFORE, after: $AFTER"
11609         fi
11610
11611         log "Turn off the read cache and turn on the write cache"
11612         set_cache read off
11613         set_cache writethrough on
11614
11615         log "Read again; it should be satisfied from the cache."
11616         BEFORE=$(roc_hit)
11617         cancel_lru_locks osc
11618         cat $file >/dev/null
11619         AFTER=$(roc_hit)
11620         if ! let "AFTER - BEFORE == CPAGES"; then
11621                 error "NOT IN CACHE: before: $BEFORE, after: $AFTER"
11622         else
11623                 log "cache hits:: before: $BEFORE, after: $AFTER"
11624         fi
11625
11626         log "Read again; it should not be satisfied from the cache."
11627         BEFORE=$AFTER
11628         cancel_lru_locks osc
11629         cat $file >/dev/null
11630         AFTER=$(roc_hit)
11631         if ! let "AFTER - BEFORE == 0"; then
11632                 error "IN CACHE: before: $BEFORE, after: $AFTER"
11633         else
11634                 log "cache hits:: before: $BEFORE, after: $AFTER"
11635         fi
11636
11637         log "Write data and read it back."
11638         log "Read should be satisfied from the cache."
11639         dd if=/dev/urandom of=$file bs=4k count=$CPAGES || error "dd failed"
11640         BEFORE=$(roc_hit)
11641         cancel_lru_locks osc
11642         cat $file >/dev/null
11643         AFTER=$(roc_hit)
11644         if ! let "AFTER - BEFORE == CPAGES"; then
11645                 error "NOT IN CACHE: before: $BEFORE, after: $AFTER"
11646         else
11647                 log "cache hits:: before: $BEFORE, after: $AFTER"
11648         fi
11649
11650         log "Read again; it should not be satisfied from the cache."
11651         BEFORE=$AFTER
11652         cancel_lru_locks osc
11653         cat $file >/dev/null
11654         AFTER=$(roc_hit)
11655         if ! let "AFTER - BEFORE == 0"; then
11656                 error "IN CACHE: before: $BEFORE, after: $AFTER"
11657         else
11658                 log "cache hits:: before: $BEFORE, after: $AFTER"
11659         fi
11660
11661         log "Turn off read and write cache"
11662         set_cache read off
11663         set_cache writethrough off
11664
11665         log "Write data and read it back"
11666         log "It should not be satisfied from the cache."
11667         rm -f $file
11668         dd if=/dev/urandom of=$file bs=4k count=$CPAGES || error "dd failed"
11669         cancel_lru_locks osc
11670         BEFORE=$(roc_hit)
11671         cat $file >/dev/null
11672         AFTER=$(roc_hit)
11673         if ! let "AFTER - BEFORE == 0"; then
11674                 error_ignore bz20762 "IN CACHE: before: $BEFORE, after: $AFTER"
11675         else
11676                 log "cache hits:: before: $BEFORE, after: $AFTER"
11677         fi
11678
11679         log "Turn on the read cache and turn off the write cache"
11680         set_cache read on
11681         set_cache writethrough off
11682
11683         log "Write data and read it back"
11684         log "It should not be satisfied from the cache."
11685         rm -f $file
11686         dd if=/dev/urandom of=$file bs=4k count=$CPAGES || error "dd failed"
11687         BEFORE=$(roc_hit)
11688         cancel_lru_locks osc
11689         cat $file >/dev/null
11690         AFTER=$(roc_hit)
11691         if ! let "AFTER - BEFORE == 0"; then
11692                 error_ignore bz20762 "IN CACHE: before: $BEFORE, after: $AFTER"
11693         else
11694                 log "cache hits:: before: $BEFORE, after: $AFTER"
11695         fi
11696
11697         log "Read again; it should be satisfied from the cache."
11698         BEFORE=$(roc_hit)
11699         cancel_lru_locks osc
11700         cat $file >/dev/null
11701         AFTER=$(roc_hit)
11702         if ! let "AFTER - BEFORE == CPAGES"; then
11703                 error "NOT IN CACHE: before: $BEFORE, after: $AFTER"
11704         else
11705                 log "cache hits:: before: $BEFORE, after: $AFTER"
11706         fi
11707
11708         restore_lustre_params < $p
11709         rm -f $p $file
11710 }
11711 run_test 156 "Verification of tunables"
11712
11713 #Changelogs
11714 cleanup_changelog () {
11715         trap 0
11716         echo "Deregistering changelog client $CL_USER"
11717         do_facet $SINGLEMDS $LCTL --device $MDT0 changelog_deregister $CL_USER
11718 }
11719
11720 err17935 () {
11721         if [[ $MDSCOUNT -gt 1 ]]; then
11722                 error_ignore bz17935 $*
11723         else
11724                 error $*
11725         fi
11726 }
11727
11728 changelog_chmask()
11729 {
11730         local CL_MASK_PARAM="mdd.$MDT0.changelog_mask"
11731
11732         MASK=$(do_facet $SINGLEMDS $LCTL get_param $CL_MASK_PARAM| grep -c "$1")
11733
11734         if [ $MASK -eq 1 ]; then
11735                 do_facet $SINGLEMDS $LCTL set_param $CL_MASK_PARAM="-$1"
11736         else
11737                 do_facet $SINGLEMDS $LCTL set_param $CL_MASK_PARAM="+$1"
11738         fi
11739 }
11740
11741 changelog_extract_field() {
11742         local mdt=$1
11743         local cltype=$2
11744         local file=$3
11745         local identifier=$4
11746
11747         $LFS changelog $mdt | gawk "/$cltype.*$file$/ {
11748                 print gensub(/^.* "$identifier'(\[[^\]]*\]).*$/,"\\1",1)}' |
11749                 tail -1
11750 }
11751
11752 test_160a() {
11753         [ $PARALLEL == "yes" ] && skip "skip parallel run" && return
11754         remote_mds_nodsh && skip "remote MDS with nodsh" && return
11755         [ $(lustre_version_code $SINGLEMDS) -ge $(version_code 2.2.0) ] ||
11756                 { skip "Need MDS version at least 2.2.0"; return; }
11757
11758         local CL_USERS="mdd.$MDT0.changelog_users"
11759         local GET_CL_USERS="do_facet $SINGLEMDS $LCTL get_param -n $CL_USERS"
11760         CL_USER=$(do_facet $SINGLEMDS $LCTL --device $MDT0 \
11761                 changelog_register -n)
11762         echo "Registered as changelog user $CL_USER"
11763         trap cleanup_changelog EXIT
11764         $GET_CL_USERS | grep -q $CL_USER ||
11765                 error "User $CL_USER not found in changelog_users"
11766
11767         # change something
11768         test_mkdir -p $DIR/$tdir/pics/2008/zachy
11769         touch $DIR/$tdir/pics/2008/zachy/timestamp
11770         cp /etc/hosts $DIR/$tdir/pics/2008/zachy/pic1.jpg
11771         mv $DIR/$tdir/pics/2008/zachy $DIR/$tdir/pics/zach
11772         ln $DIR/$tdir/pics/zach/pic1.jpg $DIR/$tdir/pics/2008/portland.jpg
11773         ln -s $DIR/$tdir/pics/2008/portland.jpg $DIR/$tdir/pics/desktop.jpg
11774         rm $DIR/$tdir/pics/desktop.jpg
11775
11776         $LFS changelog $MDT0 | tail -5
11777
11778         echo "verifying changelog mask"
11779         changelog_chmask "MKDIR"
11780         changelog_chmask "CLOSE"
11781
11782         test_mkdir -p $DIR/$tdir/pics/zach/sofia
11783         echo "zzzzzz" > $DIR/$tdir/pics/zach/file
11784
11785         changelog_chmask "MKDIR"
11786         changelog_chmask "CLOSE"
11787
11788         test_mkdir -p $DIR/$tdir/pics/2008/sofia
11789         echo "zzzzzz" > $DIR/$tdir/pics/zach/file
11790
11791         $LFS changelog $MDT0
11792         MKDIRS=$($LFS changelog $MDT0 | tail -5 | grep -c "MKDIR")
11793         CLOSES=$($LFS changelog $MDT0 | tail -5 | grep -c "CLOSE")
11794         [ $MKDIRS -eq 1 ] || err17935 "MKDIR changelog mask count $DIRS != 1"
11795         [ $CLOSES -eq 1 ] || err17935 "CLOSE changelog mask count $DIRS != 1"
11796
11797         # verify contents
11798         echo "verifying target fid"
11799         fidc=$(changelog_extract_field $MDT0 "CREAT" "timestamp" "t=")
11800         fidf=$($LFS path2fid $DIR/$tdir/pics/zach/timestamp)
11801         [ "$fidc" == "$fidf" ] ||
11802                 err17935 "fid in changelog $fidc != file fid $fidf"
11803         echo "verifying parent fid"
11804         fidc=$(changelog_extract_field $MDT0 "CREAT" "timestamp" "p=")
11805         fidf=$($LFS path2fid $DIR/$tdir/pics/zach)
11806         [ "$fidc" == "$fidf" ] ||
11807                 err17935 "pfid in changelog $fidc != dir fid $fidf"
11808
11809         USER_REC1=$($GET_CL_USERS | awk "\$1 == \"$CL_USER\" {print \$2}")
11810         $LFS changelog_clear $MDT0 $CL_USER $(($USER_REC1 + 5))
11811         USER_REC2=$($GET_CL_USERS | awk "\$1 == \"$CL_USER\" {print \$2}")
11812         echo "verifying user clear: $(( $USER_REC1 + 5 )) == $USER_REC2"
11813         [ $USER_REC2 == $(($USER_REC1 + 5)) ] ||
11814                 err17935 "user index expected $(($USER_REC1 + 5)) is $USER_REC2"
11815
11816         MIN_REC=$($GET_CL_USERS |
11817                 awk 'min == "" || $2 < min {min = $2}; END {print min}')
11818         FIRST_REC=$($LFS changelog $MDT0 | head -n1 | awk '{print $1}')
11819         echo "verifying min purge: $(( $MIN_REC + 1 )) == $FIRST_REC"
11820         [ $FIRST_REC == $(($MIN_REC + 1)) ] ||
11821                 err17935 "first index should be $(($MIN_REC + 1)) is $FIRST_REC"
11822
11823         # LU-3446 changelog index reset on MDT restart
11824         local MDT_DEV=$(mdsdevname ${SINGLEMDS//mds/})
11825         CUR_REC1=$($GET_CL_USERS | head -n1 | cut -f3 -d' ')
11826         $LFS changelog_clear $MDT0 $CL_USER 0
11827         stop $SINGLEMDS || error "Fail to stop MDT."
11828         start $SINGLEMDS $MDT_DEV $MDS_MOUNT_OPTS || error "Fail to start MDT."
11829         CUR_REC2=$($GET_CL_USERS | head -n1 | cut -f3 -d' ')
11830         echo "verifying index survives MDT restart: $CUR_REC1 == $CUR_REC2"
11831         [ $CUR_REC1 == $CUR_REC2 ] ||
11832                 err17935 "current index should be $CUR_REC1 is $CUR_REC2"
11833
11834         echo "verifying user deregister"
11835         cleanup_changelog
11836         $GET_CL_USERS | grep -q $CL_USER &&
11837                 error "User $CL_USER still in changelog_users"
11838
11839         USERS=$(( $($GET_CL_USERS | wc -l) - 2 ))
11840         if [ $CL_USER -eq 0 ]; then
11841                 LAST_REC1=$($GET_CL_USERS | head -n1 | cut -f3 -d' ')
11842                 touch $DIR/$tdir/chloe
11843                 LAST_REC2=$($GET_CL_USERS | head -n1 | cut -f3 -d' ')
11844                 echo "verify changelogs are off: $LAST_REC1 == $LAST_REC2"
11845                 [ $LAST_REC1 == $LAST_REC2 ] || error "changelogs not off"
11846         else
11847                 echo "$CL_USER other changelog users; can't verify off"
11848         fi
11849 }
11850 run_test 160a "changelog sanity"
11851
11852 test_160b() { # LU-3587
11853         [ $PARALLEL == "yes" ] && skip "skip parallel run" && return
11854         remote_mds_nodsh && skip "remote MDS with nodsh" && return
11855         [ $(lustre_version_code $SINGLEMDS) -ge $(version_code 2.2.0) ] ||
11856                 { skip "Need MDS version at least 2.2.0"; return; }
11857
11858         local CL_USERS="mdd.$MDT0.changelog_users"
11859         local GET_CL_USERS="do_facet $SINGLEMDS $LCTL get_param -n $CL_USERS"
11860         CL_USER=$(do_facet $SINGLEMDS $LCTL --device $MDT0 \
11861                 changelog_register -n)
11862         echo "Registered as changelog user $CL_USER"
11863         trap cleanup_changelog EXIT
11864         $GET_CL_USERS | grep -q $CL_USER ||
11865                 error "User $CL_USER not found in changelog_users"
11866
11867         local LONGNAME1=$(str_repeat a 255)
11868         local LONGNAME2=$(str_repeat b 255)
11869
11870         cd $DIR
11871         echo "creating very long named file"
11872         touch $LONGNAME1 || error "create of $LONGNAME1 failed"
11873         echo "moving very long named file"
11874         mv $LONGNAME1 $LONGNAME2
11875
11876         $LFS changelog $MDT0 | grep RENME
11877         rm -f $LONGNAME2
11878         cleanup_changelog
11879 }
11880 run_test 160b "Verify that very long rename doesn't crash in changelog"
11881
11882 test_160c() {
11883         remote_mds_nodsh && skip "remote MDS with nodsh" && return
11884
11885         local rc=0
11886         local server_version=$(lustre_version_code $SINGLEMDS)
11887
11888         [[ $server_version -gt $(version_code 2.5.57) ]] ||
11889                 [[ $server_version -gt $(version_code 2.5.1) &&
11890                    $server_version -lt $(version_code 2.5.50) ]] ||
11891                 { skip "Need MDS version at least 2.5.58 or 2.5.2+"; return; }
11892         [ $PARALLEL == "yes" ] && skip "skip parallel run" && return
11893
11894         # Registration step
11895         CL_USER=$(do_facet $SINGLEMDS $LCTL --device $MDT0 \
11896                 changelog_register -n)
11897         trap cleanup_changelog EXIT
11898
11899         rm -rf $DIR/$tdir
11900         mkdir -p $DIR/$tdir
11901         $MCREATE $DIR/$tdir/foo_160c
11902         changelog_chmask "TRUNC"
11903         $TRUNCATE $DIR/$tdir/foo_160c 200
11904         changelog_chmask "TRUNC"
11905         $TRUNCATE $DIR/$tdir/foo_160c 199
11906         $LFS changelog $MDT0
11907         TRUNCS=$($LFS changelog $MDT0 | tail -5 | grep -c "TRUNC")
11908         [ $TRUNCS -eq 1 ] || err17935 "TRUNC changelog mask count $TRUNCS != 1"
11909         $LFS changelog_clear $MDT0 $CL_USER 0
11910
11911         # Deregistration step
11912         cleanup_changelog
11913 }
11914 run_test 160c "verify that changelog log catch the truncate event"
11915
11916 test_160d() {
11917         remote_mds_nodsh && skip "remote MDS with nodsh" && return
11918         [ $MDSCOUNT -lt 2 ] && skip "needs >= 2 MDTs" && return
11919
11920         local server_version=$(lustre_version_code mds1)
11921         local CL_MASK_PARAM="mdd.$MDT0.changelog_mask"
11922
11923         [[ $server_version -ge $(version_code 2.7.60) ]] ||
11924                 { skip "Need MDS version at least 2.7.60+"; return; }
11925         [ $PARALLEL == "yes" ] && skip "skip parallel run" && return
11926
11927         # Registration step
11928         CL_USER=$(do_facet mds1 $LCTL --device $MDT0 \
11929                 changelog_register -n)
11930
11931         trap cleanup_changelog EXIT
11932         mkdir -p $DIR/$tdir/migrate_dir
11933         $LFS changelog_clear $MDT0 $CL_USER 0
11934
11935         $LFS migrate -m 1 $DIR/$tdir/migrate_dir || error "migrate fails"
11936         $LFS changelog $MDT0
11937         MIGRATES=$($LFS changelog $MDT0 | tail -5 | grep -c "MIGRT")
11938         $LFS changelog_clear $MDT0 $CL_USER 0
11939         [ $MIGRATES -eq 1 ] ||
11940                 error "MIGRATE changelog mask count $MIGRATES != 1"
11941
11942         # Deregistration step
11943         cleanup_changelog
11944 }
11945 run_test 160d "verify that changelog log catch the migrate event"
11946
11947 test_160e() {
11948         remote_mds_nodsh && skip "remote MDS with nodsh" && return
11949
11950         # Create a user
11951         CL_USER=$(do_facet $SINGLEMDS $LCTL --device $MDT0 \
11952                 changelog_register -n)
11953         echo "Registered as changelog user $CL_USER"
11954         trap cleanup_changelog EXIT
11955
11956         # Delete a future user (expect fail)
11957         do_facet $SINGLEMDS $LCTL --device $MDT0 changelog_deregister cl77
11958         local rc=$?
11959
11960         if [ $rc -eq 0 ]; then
11961                 error "Deleted non-existant user cl77"
11962         elif [ $rc -ne 2 ]; then
11963                 error "changelog_deregister failed with $rc, " \
11964                         "expected 2 (ENOENT)"
11965         fi
11966
11967         # Clear to a bad index (1 billion should be safe)
11968         $LFS changelog_clear $MDT0 $CL_USER 1000000000
11969         rc=$?
11970
11971         if [ $rc -eq 0 ]; then
11972                 error "Successfully cleared to invalid CL index"
11973         elif [ $rc -ne 22 ]; then
11974                 error "changelog_clear failed with $rc, expected 22 (EINVAL)"
11975         fi
11976 }
11977 run_test 160e "changelog negative testing"
11978
11979 cleanup_160f() {
11980         trap 0
11981         do_facet $SINGLEMDS $LCTL set_param fail_loc=0 fail_val=0
11982         echo "Deregistering changelog client $CL_USER"
11983         do_facet $SINGLEMDS $LCTL --device $MDT0 changelog_deregister $CL_USER
11984         echo "Deregistering changelog client $CL_USER2"
11985         do_facet $SINGLEMDS $LCTL --device $MDT0 changelog_deregister $CL_USER2
11986         restore_lustre_params < $save_params
11987         rm -f $save_params
11988 }
11989
11990 test_160f() {
11991         # do_facet $SINGLEMDS $LCTL set_param mdd.$MDT0.changelog_gc=1
11992         # should be set by default
11993
11994         local CL_USERS="mdd.$MDT0.changelog_users"
11995         local GET_CL_USERS="do_facet $SINGLEMDS $LCTL get_param -n $CL_USERS"
11996         local save_params="$TMP/sanity-$TESTNAME.parameters"
11997
11998         save_lustre_params $SINGLEMDS \
11999                 "mdd.$MDT0.changelog_max_idle_time" > $save_params
12000         save_lustre_params $SINGLEMDS \
12001                 "mdd.$MDT0.changelog_min_gc_interval" >> $save_params
12002         save_lustre_params $SINGLEMDS \
12003                 "mdd.$MDT0.changelog_min_free_cat_entries" >> $save_params
12004
12005         trap cleanup_160f EXIT
12006
12007         # Create a user
12008         CL_USER=$(do_facet $SINGLEMDS $LCTL --device $MDT0 \
12009                 changelog_register -n)
12010         echo "Registered as changelog user $CL_USER"
12011         CL_USER2=$(do_facet $SINGLEMDS $LCTL --device $MDT0 \
12012                 changelog_register -n)
12013         echo "Registered as changelog user $CL_USER2"
12014         $GET_CL_USERS | grep -q $CL_USER ||
12015                 error "User $CL_USER not found in changelog_users"
12016         $GET_CL_USERS | grep -q $CL_USER2 ||
12017                 error "User $CL_USER2 not found in changelog_users"
12018
12019         # generate some changelogs to accumulate
12020         mkdir -p $DIR/$tdir || error "mkdir $tdir failed"
12021         touch $DIR/$tdir/$tfile || error "touch $DIR/$tdir/$tfile failed"
12022         touch $DIR/$tdir/${tfile}2 || error "touch $DIR/$tdir/${tfile}2 failed"
12023         rm -f $DIR/$tdir/$tfile || error "rm -f $tfile failed"
12024
12025         # check changelogs have been generated
12026         nbcl=$($LFS changelog $MDT0 | wc -l)
12027         [[ $nbcl -eq 0 ]] && error "no changelogs found"
12028
12029         do_facet $SINGLEMDS $LCTL set_param \
12030                 mdd.$MDT0.changelog_max_idle_time=10
12031         do_facet $SINGLEMDS $LCTL set_param \
12032                 mdd.$MDT0.changelog_min_gc_interval=2
12033         do_facet $SINGLEMDS $LCTL set_param \
12034                 mdd.$MDT0.changelog_min_free_cat_entries=3
12035
12036         # simulate changelog catalog almost full
12037 #define OBD_FAIL_CAT_FREE_RECORDS                  0x1313
12038         do_facet $SINGLEMDS $LCTL set_param fail_loc=0x1313
12039         do_facet $SINGLEMDS $LCTL set_param fail_val=3
12040
12041         sleep 6
12042         USER_REC1=$($GET_CL_USERS | awk "\$1 == \"$CL_USER\" {print \$2}")
12043         $LFS changelog_clear $MDT0 $CL_USER $(($USER_REC1 + 2))
12044         USER_REC2=$($GET_CL_USERS | awk "\$1 == \"$CL_USER\" {print \$2}")
12045         echo "verifying user clear: $(( $USER_REC1 + 2 )) == $USER_REC2"
12046         [ $USER_REC2 == $(($USER_REC1 + 2)) ] ||
12047                 error "user index expected $(($USER_REC1 + 2)) is $USER_REC2"
12048         sleep 5
12049
12050         # generate one more changelog to trigger fail_loc
12051         rm -rf $DIR/$tdir || error "rm -rf $tdir failed"
12052
12053         # ensure gc thread is done
12054         wait_update_facet $SINGLEMDS \
12055                           "ps -e -o comm= | grep chlg_gc_thread" "" 20
12056
12057         # check user still registered
12058         $GET_CL_USERS | grep -q $CL_USER ||
12059                 error "User $CL_USER not found in changelog_users"
12060         # check user2 unregistered
12061         $GET_CL_USERS | grep -q $CL_USER2 &&
12062                 error "User $CL_USER2 still found in changelog_users"
12063
12064         # check changelogs are present and starting at $USER_REC2 + 1
12065         FIRST_REC=$($LFS changelog $MDT0 | head -n1 | awk '{print $1}')
12066         echo "verifying min purge: $(( $USER_REC2 + 1 )) == $FIRST_REC"
12067         [ $FIRST_REC == $(($USER_REC2 + 1)) ] ||
12068                 error "first index should be $(($USER_REC2 + 1)) is $FIRST_REC"
12069
12070         cleanup_160f
12071 }
12072 run_test 160f "changelog garbage collect (timestamped users)"
12073
12074 test_160g() {
12075         # do_facet $SINGLEMDS $LCTL set_param mdd.$MDT0.changelog_gc=1
12076         # should be set by default
12077
12078         local CL_USERS="mdd.$MDT0.changelog_users"
12079         local GET_CL_USERS="do_facet $SINGLEMDS $LCTL get_param -n $CL_USERS"
12080         local save_params="$TMP/sanity-$TESTNAME.parameters"
12081
12082         save_lustre_params $SINGLEMDS \
12083                 "mdd.$MDT0.changelog_max_idle_indexes" > $save_params
12084         save_lustre_params $SINGLEMDS \
12085                 "mdd.$MDT0.changelog_min_gc_interval" >> $save_params
12086         save_lustre_params $SINGLEMDS \
12087                 "mdd.$MDT0.changelog_min_free_cat_entries" >> $save_params
12088
12089         trap cleanup_160f EXIT
12090
12091 #define OBD_FAIL_TIME_IN_CHLOG_USER                 0x1314
12092         do_facet $SINGLEMDS $LCTL set_param fail_loc=0x1314
12093
12094         # Create a user
12095         CL_USER=$(do_facet $SINGLEMDS $LCTL --device $MDT0 \
12096                 changelog_register -n)
12097         echo "Registered as changelog user $CL_USER"
12098         CL_USER2=$(do_facet $SINGLEMDS $LCTL --device $MDT0 \
12099                 changelog_register -n)
12100         echo "Registered as changelog user $CL_USER2"
12101         $GET_CL_USERS | grep -q $CL_USER ||
12102                 error "User $CL_USER not found in changelog_users"
12103         $GET_CL_USERS | grep -q $CL_USER2 ||
12104                 error "User $CL_USER2 not found in changelog_users"
12105
12106         # generate some changelogs to accumulate
12107         mkdir -p $DIR/$tdir || error "mkdir $tdir failed"
12108         touch $DIR/$tdir/$tfile || error "touch $DIR/$tdir/$tfile failed"
12109         touch $DIR/$tdir/${tfile}2 || error "touch $DIR/$tdir/${tfile}2 failed"
12110         rm -f $DIR/$tdir/$tfile || error "rm -f $tfile failed"
12111
12112         # check changelogs have been generated
12113         nbcl=$($LFS changelog $MDT0 | wc -l)
12114         [[ $nbcl -eq 0 ]] && error "no changelogs found"
12115
12116         do_facet $SINGLEMDS $LCTL set_param \
12117                 mdd.$MDT0.changelog_max_idle_indexes=$((nbcl - 1))
12118         do_facet $SINGLEMDS $LCTL set_param \
12119                 mdd.$MDT0.changelog_min_gc_interval=2
12120         do_facet $SINGLEMDS $LCTL set_param \
12121                 mdd.$MDT0.changelog_min_free_cat_entries=3
12122
12123         # simulate changelog catalog almost full
12124 #define OBD_FAIL_CAT_FREE_RECORDS                  0x1313
12125         do_facet $SINGLEMDS $LCTL set_param fail_loc=0x1313
12126         do_facet $SINGLEMDS $LCTL set_param fail_val=3
12127
12128         USER_REC1=$($GET_CL_USERS | awk "\$1 == \"$CL_USER\" {print \$2}")
12129         $LFS changelog_clear $MDT0 $CL_USER $(($USER_REC1 + 3))
12130         USER_REC2=$($GET_CL_USERS | awk "\$1 == \"$CL_USER\" {print \$2}")
12131         echo "verifying user clear: $(( $USER_REC1 + 3 )) == $USER_REC2"
12132         [ $USER_REC2 == $(($USER_REC1 + 3)) ] ||
12133                 error "user index expected $(($USER_REC1 + 3)) is $USER_REC2"
12134
12135         # generate one more changelog to trigger fail_loc
12136         rm -rf $DIR/$tdir || error "rm -rf $tdir failed"
12137
12138         # ensure gc thread is done
12139         wait_update_facet $SINGLEMDS \
12140                           "ps -e -o comm= | grep chlg_gc_thread" "" 20
12141
12142         # check user still registered
12143         $GET_CL_USERS | grep -q $CL_USER ||
12144                 error "User $CL_USER not found in changelog_users"
12145         # check user2 unregistered
12146         $GET_CL_USERS | grep -q $CL_USER2 &&
12147                 error "User $CL_USER2 still found in changelog_users"
12148
12149         # check changelogs are present and starting at $USER_REC2 + 1
12150         FIRST_REC=$($LFS changelog $MDT0 | head -n1 | awk '{print $1}')
12151         echo "verifying min purge: $(( $USER_REC2 + 1 )) == $FIRST_REC"
12152         [ $FIRST_REC == $(($USER_REC2 + 1)) ] ||
12153                 error "first index should be $(($USER_REC2 + 1)) is $FIRST_REC"
12154
12155         cleanup_160f
12156 }
12157 run_test 160g "changelog garbage collect (old users)"
12158
12159 test_161a() {
12160         [ $PARALLEL == "yes" ] && skip "skip parallel run" && return
12161         test_mkdir -c1 $DIR/$tdir
12162         cp /etc/hosts $DIR/$tdir/$tfile
12163         test_mkdir -c1 $DIR/$tdir/foo1
12164         test_mkdir -c1 $DIR/$tdir/foo2
12165         ln $DIR/$tdir/$tfile $DIR/$tdir/foo1/sofia
12166         ln $DIR/$tdir/$tfile $DIR/$tdir/foo2/zachary
12167         ln $DIR/$tdir/$tfile $DIR/$tdir/foo1/luna
12168         ln $DIR/$tdir/$tfile $DIR/$tdir/foo2/thor
12169         local FID=$($LFS path2fid $DIR/$tdir/$tfile | tr -d '[]')
12170         if [ "$($LFS fid2path $DIR $FID | wc -l)" != "5" ]; then
12171                 $LFS fid2path $DIR $FID
12172                 err17935 "bad link ea"
12173         fi
12174     # middle
12175     rm $DIR/$tdir/foo2/zachary
12176     # last
12177     rm $DIR/$tdir/foo2/thor
12178     # first
12179     rm $DIR/$tdir/$tfile
12180     # rename
12181     mv $DIR/$tdir/foo1/sofia $DIR/$tdir/foo2/maggie
12182     if [ "$($LFS fid2path $FSNAME --link 1 $FID)" != "$tdir/foo2/maggie" ]
12183         then
12184         $LFS fid2path $DIR $FID
12185         err17935 "bad link rename"
12186     fi
12187     rm $DIR/$tdir/foo2/maggie
12188
12189         # overflow the EA
12190         local longname=filename_avg_len_is_thirty_two_
12191         createmany -l$DIR/$tdir/foo1/luna $DIR/$tdir/foo2/$longname 1000 ||
12192                 error "failed to hardlink many files"
12193         links=$($LFS fid2path $DIR $FID | wc -l)
12194         echo -n "${links}/1000 links in link EA"
12195         [[ $links -gt 60 ]] ||
12196                 err17935 "expected at least 60 links in link EA"
12197         unlinkmany $DIR/$tdir/foo2/$longname 1000 ||
12198                 error "failed to unlink many hardlinks"
12199 }
12200 run_test 161a "link ea sanity"
12201
12202 test_161b() {
12203         [ $PARALLEL == "yes" ] && skip "skip parallel run" && return
12204         [ $MDSCOUNT -lt 2 ] && skip "skipping remote directory test" && return
12205         local MDTIDX=1
12206         local remote_dir=$DIR/$tdir/remote_dir
12207
12208         mkdir -p $DIR/$tdir
12209         $LFS mkdir -i $MDTIDX $remote_dir ||
12210                 error "create remote directory failed"
12211
12212         cp /etc/hosts $remote_dir/$tfile
12213         mkdir -p $remote_dir/foo1
12214         mkdir -p $remote_dir/foo2
12215         ln $remote_dir/$tfile $remote_dir/foo1/sofia
12216         ln $remote_dir/$tfile $remote_dir/foo2/zachary
12217         ln $remote_dir/$tfile $remote_dir/foo1/luna
12218         ln $remote_dir/$tfile $remote_dir/foo2/thor
12219
12220         local FID=$($LFS path2fid $remote_dir/$tfile | tr -d '[' |
12221                      tr -d ']')
12222         if [ "$($LFS fid2path $DIR $FID | wc -l)" != "5" ]; then
12223                 $LFS fid2path $DIR $FID
12224                 err17935 "bad link ea"
12225         fi
12226         # middle
12227         rm $remote_dir/foo2/zachary
12228         # last
12229         rm $remote_dir/foo2/thor
12230         # first
12231         rm $remote_dir/$tfile
12232         # rename
12233         mv $remote_dir/foo1/sofia $remote_dir/foo2/maggie
12234         local link_path=$($LFS fid2path $FSNAME --link 1 $FID)
12235         if [ "$DIR/$link_path" != "$remote_dir/foo2/maggie" ]; then
12236                 $LFS fid2path $DIR $FID
12237                 err17935 "bad link rename"
12238         fi
12239         rm $remote_dir/foo2/maggie
12240
12241         # overflow the EA
12242         local longname=filename_avg_len_is_thirty_two_
12243         createmany -l$remote_dir/foo1/luna $remote_dir/foo2/$longname 1000 ||
12244                 error "failed to hardlink many files"
12245         links=$($LFS fid2path $DIR $FID | wc -l)
12246         echo -n "${links}/1000 links in link EA"
12247         [[ ${links} -gt 60 ]] ||
12248                 err17935 "expected at least 60 links in link EA"
12249         unlinkmany $remote_dir/foo2/$longname 1000 ||
12250         error "failed to unlink many hardlinks"
12251 }
12252 run_test 161b "link ea sanity under remote directory"
12253
12254 test_161c() {
12255         remote_mds_nodsh && skip "remote MDS with nodsh" && return
12256         [ $PARALLEL == "yes" ] && skip "skip parallel run" && return
12257         [[ $(lustre_version_code $SINGLEMDS) -lt $(version_code 2.1.5) ]] &&
12258                 skip "Need MDS version at least 2.1.5" && return
12259
12260         # define CLF_RENAME_LAST 0x0001
12261         # rename overwrite a target having nlink = 1 (changelog flag 0x1)
12262         CL_USER=$(do_facet $SINGLEMDS $LCTL --device $MDT0 \
12263                 changelog_register -n)
12264
12265         trap cleanup_changelog EXIT
12266         rm -rf $DIR/$tdir
12267         mkdir -p $DIR/$tdir
12268         touch $DIR/$tdir/foo_161c
12269         touch $DIR/$tdir/bar_161c
12270         mv -f $DIR/$tdir/foo_161c $DIR/$tdir/bar_161c
12271         $LFS changelog $MDT0 | grep RENME
12272         local flags=$($LFS changelog $MDT0 | grep RENME | tail -1 | \
12273                 cut -f5 -d' ')
12274         $LFS changelog_clear $MDT0 $CL_USER 0
12275         if [ x$flags != "x0x1" ]; then
12276                 error "flag $flags is not 0x1"
12277         fi
12278         echo "rename overwrite a target having nlink = 1," \
12279                 "changelog record has flags of $flags"
12280
12281         # rename overwrite a target having nlink > 1 (changelog flag 0x0)
12282         touch $DIR/$tdir/foo_161c
12283         touch $DIR/$tdir/bar_161c
12284         ln $DIR/$tdir/bar_161c $DIR/$tdir/foobar_161c
12285         mv -f $DIR/$tdir/foo_161c $DIR/$tdir/bar_161c
12286         $LFS changelog $MDT0 | grep RENME
12287         flags=$($LFS changelog $MDT0 | grep RENME | tail -1 | cut -f5 -d' ')
12288         $LFS changelog_clear $MDT0 $CL_USER 0
12289         if [ x$flags != "x0x0" ]; then
12290                 error "flag $flags is not 0x0"
12291         fi
12292         echo "rename overwrite a target having nlink > 1," \
12293                 "changelog record has flags of $flags"
12294
12295         # rename doesn't overwrite a target (changelog flag 0x0)
12296         touch $DIR/$tdir/foo_161c
12297         mv -f $DIR/$tdir/foo_161c $DIR/$tdir/foo2_161c
12298         $LFS changelog $MDT0 | grep RENME
12299         flags=$($LFS changelog $MDT0 | grep RENME | tail -1 | cut -f5 -d' ')
12300         $LFS changelog_clear $MDT0 $CL_USER 0
12301         if [ x$flags != "x0x0" ]; then
12302                 error "flag $flags is not 0x0"
12303         fi
12304         echo "rename doesn't overwrite a target," \
12305                 "changelog record has flags of $flags"
12306
12307         # define CLF_UNLINK_LAST 0x0001
12308         # unlink a file having nlink = 1 (changelog flag 0x1)
12309         rm -f $DIR/$tdir/foo2_161c
12310         $LFS changelog $MDT0 | grep UNLNK
12311         flags=$($LFS changelog $MDT0 | grep UNLNK | tail -1 | cut -f5 -d' ')
12312         $LFS changelog_clear $MDT0 $CL_USER 0
12313         if [ x$flags != "x0x1" ]; then
12314                 error "flag $flags is not 0x1"
12315         fi
12316         echo "unlink a file having nlink = 1," \
12317                 "changelog record has flags of $flags"
12318
12319         # unlink a file having nlink > 1 (changelog flag 0x0)
12320         ln -f $DIR/$tdir/bar_161c $DIR/$tdir/foobar_161c
12321         rm -f $DIR/$tdir/foobar_161c
12322         $LFS changelog $MDT0 | grep UNLNK
12323         flags=$($LFS changelog $MDT0 | grep UNLNK | tail -1 | cut -f5 -d' ')
12324         $LFS changelog_clear $MDT0 $CL_USER 0
12325         if [ x$flags != "x0x0" ]; then
12326                 error "flag $flags is not 0x0"
12327         fi
12328         echo "unlink a file having nlink > 1," \
12329                 "changelog record has flags of $flags"
12330         cleanup_changelog
12331 }
12332 run_test 161c "check CL_RENME[UNLINK] changelog record flags"
12333
12334 test_161d() {
12335         local user
12336         local pid
12337         local fid
12338
12339         # cleanup previous run
12340         rm -rf $DIR/$tdir/$tfile
12341
12342         user=$(do_facet $SINGLEMDS $LCTL --device $MDT0 \
12343                 changelog_register -n)
12344         [[ $? -eq 0 ]] || error "changelog_register failed"
12345
12346         # work in a standalone dir to avoid locking on $DIR/$MOUNT to
12347         # interfer with $MOUNT/.lustre/fid/ access
12348         mkdir $DIR/$tdir
12349         [[ $? -eq 0 ]] || error "mkdir failed"
12350
12351         #define OBD_FAIL_LLITE_CREATE_NODE_PAUSE 0x140c | OBD_FAIL_ONCE
12352         $LCTL set_param fail_loc=0x8000140c
12353         # 5s pause
12354         $LCTL set_param fail_val=5
12355
12356         # create file
12357         echo foofoo > $DIR/$tdir/$tfile &
12358         pid=$!
12359
12360         # wait for create to be delayed
12361         sleep 2
12362
12363         ps -p $pid
12364         [[ $? -eq 0 ]] || error "create should be blocked"
12365
12366         local tempfile=$(mktemp)
12367         fid=$(changelog_extract_field $MDT0 "CREAT" "$tfile" "t=")
12368         cat $MOUNT/.lustre/fid/$fid 2>/dev/null >$tempfile || error "cat failed"
12369         # some delay may occur during ChangeLog publishing and file read just
12370         # above, that could allow file write to happen finally
12371         [[ -s $tempfile ]] && echo "file should be empty"
12372
12373         $LCTL set_param fail_loc=0
12374
12375         wait $pid
12376         [[ $? -eq 0 ]] || error "create failed"
12377
12378         $LFS changelog_clear $MDT0 $user 0
12379         do_facet $SINGLEMDS $LCTL --device $MDT0 changelog_deregister $user
12380 }
12381 run_test 161d "create with concurrent .lustre/fid access"
12382
12383 check_path() {
12384     local expected=$1
12385     shift
12386     local fid=$2
12387
12388     local path=$(${LFS} fid2path $*)
12389     # Remove the '//' indicating a remote directory
12390     path=$(echo $path | sed 's#//#/#g')
12391     RC=$?
12392
12393     if [ $RC -ne 0 ]; then
12394         err17935 "path looked up of $expected failed. Error $RC"
12395         return $RC
12396     elif [ "${path}" != "${expected}" ]; then
12397         err17935 "path looked up \"${path}\" instead of \"${expected}\""
12398         return 2
12399     fi
12400     echo "fid $fid resolves to path $path (expected $expected)"
12401 }
12402
12403 test_162a() { # was test_162
12404         # Make changes to filesystem
12405         [ $PARALLEL == "yes" ] && skip "skip parallel run" && return
12406         test_mkdir -p -c1 $DIR/$tdir/d2
12407         touch $DIR/$tdir/d2/$tfile
12408         touch $DIR/$tdir/d2/x1
12409         touch $DIR/$tdir/d2/x2
12410         test_mkdir -p -c1 $DIR/$tdir/d2/a/b/c
12411         test_mkdir -p -c1 $DIR/$tdir/d2/p/q/r
12412         # regular file
12413         FID=$($LFS path2fid $DIR/$tdir/d2/$tfile | tr -d '[]')
12414         check_path "$tdir/d2/$tfile" $FSNAME $FID --link 0 ||
12415                 error "check path $tdir/d2/$tfile failed"
12416
12417         # softlink
12418         ln -s $DIR/$tdir/d2/$tfile $DIR/$tdir/d2/p/q/r/slink
12419         FID=$($LFS path2fid $DIR/$tdir/d2/p/q/r/slink | tr -d '[]')
12420         check_path "$tdir/d2/p/q/r/slink" $FSNAME $FID --link 0 ||
12421                 error "check path $tdir/d2/p/q/r/slink failed"
12422
12423         # softlink to wrong file
12424         ln -s /this/is/garbage $DIR/$tdir/d2/p/q/r/slink.wrong
12425         FID=$($LFS path2fid $DIR/$tdir/d2/p/q/r/slink.wrong | tr -d '[]')
12426         check_path "$tdir/d2/p/q/r/slink.wrong" $FSNAME $FID --link 0 ||
12427                 error "check path $tdir/d2/p/q/r/slink.wrong failed"
12428
12429         # hardlink
12430         ln $DIR/$tdir/d2/$tfile $DIR/$tdir/d2/p/q/r/hlink
12431         mv $DIR/$tdir/d2/$tfile $DIR/$tdir/d2/a/b/c/new_file
12432         FID=$($LFS path2fid $DIR/$tdir/d2/a/b/c/new_file | tr -d '[]')
12433         # fid2path dir/fsname should both work
12434         check_path "$tdir/d2/a/b/c/new_file" $FSNAME $FID --link 1 ||
12435                 error "check path $tdir/d2/a/b/c/new_file failed"
12436         check_path "$DIR/$tdir/d2/p/q/r/hlink" $DIR $FID --link 0 ||
12437                 error "check path $DIR/$tdir/d2/p/q/r/hlink failed"
12438
12439         # hardlink count: check that there are 2 links
12440         # Doesnt work with CMD yet: 17935
12441         ${LFS} fid2path $DIR $FID | wc -l | grep -q 2 || \
12442                 err17935 "expected 2 links"
12443
12444         # hardlink indexing: remove the first link
12445         rm $DIR/$tdir/d2/p/q/r/hlink
12446         check_path "$tdir/d2/a/b/c/new_file" $FSNAME $FID --link 0 ||
12447                 error "check path $DIR/$tdir/d2/a/b/c/new_file failed"
12448
12449         return 0
12450 }
12451 run_test 162a "path lookup sanity"
12452
12453 test_162b() {
12454         [ $PARALLEL == "yes" ] && skip "skip parallel run" && return
12455         [ $MDSCOUNT -lt 2 ] && skip "needs >= 2 MDTs" && return
12456
12457         mkdir $DIR/$tdir
12458         $LFS setdirstripe -i0 -c$MDSCOUNT -H all_char $DIR/$tdir/striped_dir ||
12459                                 error "create striped dir failed"
12460
12461         local FID=$($LFS getdirstripe $DIR/$tdir/striped_dir |
12462                                         tail -n 1 | awk '{print $2}')
12463         stat $MOUNT/.lustre/fid/$FID && error "sub_stripe can be accessed"
12464
12465         touch $DIR/$tdir/striped_dir/f{0..4} || error "touch f0..4 failed"
12466         mkdir $DIR/$tdir/striped_dir/d{0..4} || error "mkdir d0..4 failed"
12467
12468         # regular file
12469         for ((i=0;i<5;i++)); do
12470                 FID=$($LFS path2fid $DIR/$tdir/striped_dir/f$i | tr -d '[]') ||
12471                         error "get fid for f$i failed"
12472                 check_path "$tdir/striped_dir/f$i" $FSNAME $FID --link 0 ||
12473                         error "check path $tdir/striped_dir/f$i failed"
12474
12475                 FID=$($LFS path2fid $DIR/$tdir/striped_dir/d$i | tr -d '[]') ||
12476                         error "get fid for d$i failed"
12477                 check_path "$tdir/striped_dir/d$i" $FSNAME $FID --link 0 ||
12478                         error "check path $tdir/striped_dir/d$i failed"
12479         done
12480
12481         return 0
12482 }
12483 run_test 162b "striped directory path lookup sanity"
12484
12485 # LU-4239: Verify fid2path works with paths 100 or more directories deep
12486 test_162c() {
12487         [[ $(lustre_version_code $SINGLEMDS) -lt $(version_code 2.7.51) ]] &&
12488                 skip "Need MDS version at least 2.7.51" && return
12489         test_mkdir $DIR/$tdir.local
12490         test_mkdir $DIR/$tdir.remote
12491         local lpath=$tdir.local
12492         local rpath=$tdir.remote
12493
12494         for ((i = 0; i <= 101; i++)); do
12495                 lpath="$lpath/$i"
12496                 mkdir $DIR/$lpath
12497                 FID=$($LFS path2fid $DIR/$lpath | tr -d '[]') ||
12498                         error "get fid for local directory $DIR/$lpath failed"
12499                 check_path "$DIR/$lpath" $MOUNT $FID --link 0 ||
12500                         error "check path for local directory $DIR/$lpath failed"
12501
12502                 rpath="$rpath/$i"
12503                 test_mkdir $DIR/$rpath
12504                 FID=$($LFS path2fid $DIR/$rpath | tr -d '[]') ||
12505                         error "get fid for remote directory $DIR/$rpath failed"
12506                 check_path "$DIR/$rpath" $MOUNT $FID --link 0 ||
12507                         error "check path for remote directory $DIR/$rpath failed"
12508         done
12509
12510         return 0
12511 }
12512 run_test 162c "fid2path works with paths 100 or more directories deep"
12513
12514 test_169() {
12515         # do directio so as not to populate the page cache
12516         log "creating a 10 Mb file"
12517         $MULTIOP $DIR/$tfile oO_CREAT:O_DIRECT:O_RDWR:w$((10*1048576))c || error "multiop failed while creating a file"
12518         log "starting reads"
12519         dd if=$DIR/$tfile of=/dev/null bs=4096 &
12520         log "truncating the file"
12521         $MULTIOP $DIR/$tfile oO_TRUNC:c || error "multiop failed while truncating the file"
12522         log "killing dd"
12523         kill %+ || true # reads might have finished
12524         echo "wait until dd is finished"
12525         wait
12526         log "removing the temporary file"
12527         rm -rf $DIR/$tfile || error "tmp file removal failed"
12528 }
12529 run_test 169 "parallel read and truncate should not deadlock"
12530
12531 test_170() {
12532         [ $PARALLEL == "yes" ] && skip "skip parallel run" && return
12533
12534         $LCTL clear     # bug 18514
12535         $LCTL debug_daemon start $TMP/${tfile}_log_good
12536         touch $DIR/$tfile
12537         $LCTL debug_daemon stop
12538         sed -e "s/^...../a/g" $TMP/${tfile}_log_good > $TMP/${tfile}_log_bad ||
12539                 error "sed failed to read log_good"
12540
12541         $LCTL debug_daemon start $TMP/${tfile}_log_good
12542         rm -rf $DIR/$tfile
12543         $LCTL debug_daemon stop
12544
12545         $LCTL df $TMP/${tfile}_log_bad > $TMP/${tfile}_log_bad.out 2>&1 ||
12546                error "lctl df log_bad failed"
12547
12548         local bad_line=$(tail -n 1 $TMP/${tfile}_log_bad.out | awk '{print $9}')
12549         local good_line1=$(tail -n 1 $TMP/${tfile}_log_bad.out | awk '{print $5}')
12550
12551         $LCTL df $TMP/${tfile}_log_good > $TMP/${tfile}_log_good.out 2>&1
12552         local good_line2=$(tail -n 1 $TMP/${tfile}_log_good.out | awk '{print $5}')
12553
12554         [ "$bad_line" ] && [ "$good_line1" ] && [ "$good_line2" ] ||
12555                 error "bad_line good_line1 good_line2 are empty"
12556
12557         cat $TMP/${tfile}_log_good >> $TMP/${tfile}_logs_corrupt
12558         cat $TMP/${tfile}_log_bad >> $TMP/${tfile}_logs_corrupt
12559         cat $TMP/${tfile}_log_good >> $TMP/${tfile}_logs_corrupt
12560
12561         $LCTL df $TMP/${tfile}_logs_corrupt > $TMP/${tfile}_log_bad.out 2>&1
12562         local bad_line_new=$(tail -n 1 $TMP/${tfile}_log_bad.out | awk '{print $9}')
12563         local good_line_new=$(tail -n 1 $TMP/${tfile}_log_bad.out | awk '{print $5}')
12564
12565         [ "$bad_line_new" ] && [ "$good_line_new" ] ||
12566                 error "bad_line_new good_line_new are empty"
12567
12568         local expected_good=$((good_line1 + good_line2*2))
12569
12570         rm -f $TMP/${tfile}*
12571         # LU-231, short malformed line may not be counted into bad lines
12572         if [ $bad_line -ne $bad_line_new ] &&
12573                    [ $bad_line -ne $((bad_line_new - 1)) ]; then
12574                 error "expected $bad_line bad lines, but got $bad_line_new"
12575                 return 1
12576         fi
12577
12578         if [ $expected_good -ne $good_line_new ]; then
12579                 error "expected $expected_good good lines, but got $good_line_new"
12580                 return 2
12581         fi
12582         true
12583 }
12584 run_test 170 "test lctl df to handle corrupted log ====================="
12585
12586 test_171() { # bug20592
12587         [ $PARALLEL == "yes" ] && skip "skip parallel run" && return
12588 #define OBD_FAIL_PTLRPC_DUMP_LOG         0x50e
12589         $LCTL set_param fail_loc=0x50e
12590         $LCTL set_param fail_val=3000
12591         multiop_bg_pause $DIR/$tfile O_s || true
12592         local MULTIPID=$!
12593         kill -USR1 $MULTIPID
12594         # cause log dump
12595         sleep 3
12596         wait $MULTIPID
12597         if dmesg | grep "recursive fault"; then
12598                 error "caught a recursive fault"
12599         fi
12600         $LCTL set_param fail_loc=0
12601         true
12602 }
12603 run_test 171 "test libcfs_debug_dumplog_thread stuck in do_exit() ======"
12604
12605 # it would be good to share it with obdfilter-survey/iokit-libecho code
12606 setup_obdecho_osc () {
12607         local rc=0
12608         local ost_nid=$1
12609         local obdfilter_name=$2
12610         echo "Creating new osc for $obdfilter_name on $ost_nid"
12611         # make sure we can find loopback nid
12612         $LCTL add_uuid $ost_nid $ost_nid >/dev/null 2>&1
12613
12614         [ $rc -eq 0 ] && { $LCTL attach osc ${obdfilter_name}_osc     \
12615                            ${obdfilter_name}_osc_UUID || rc=2; }
12616         [ $rc -eq 0 ] && { $LCTL --device ${obdfilter_name}_osc setup \
12617                            ${obdfilter_name}_UUID  $ost_nid || rc=3; }
12618         return $rc
12619 }
12620
12621 cleanup_obdecho_osc () {
12622         local obdfilter_name=$1
12623         $LCTL --device ${obdfilter_name}_osc cleanup >/dev/null
12624         $LCTL --device ${obdfilter_name}_osc detach  >/dev/null
12625         return 0
12626 }
12627
12628 obdecho_test() {
12629         local OBD=$1
12630         local node=$2
12631         local pages=${3:-64}
12632         local rc=0
12633         local id
12634
12635         local count=10
12636         local obd_size=$(get_obd_size $node $OBD)
12637         local page_size=$(get_page_size $node)
12638         if [[ -n "$obd_size" ]]; then
12639                 local new_count=$((obd_size / (pages * page_size / 1024)))
12640                 [[ $new_count -ge $count ]] || count=$new_count
12641         fi
12642
12643         do_facet $node "$LCTL attach echo_client ec ec_uuid" || rc=1
12644         [ $rc -eq 0 ] && { do_facet $node "$LCTL --device ec setup $OBD" ||
12645                            rc=2; }
12646         if [ $rc -eq 0 ]; then
12647             id=$(do_facet $node "$LCTL --device ec create 1"  | awk '/object id/ {print $6}')
12648             [ ${PIPESTATUS[0]} -eq 0 -a -n "$id" ] || rc=3
12649         fi
12650         echo "New object id is $id"
12651         [ $rc -eq 0 ] && { do_facet $node "$LCTL --device ec getattr $id" ||
12652                            rc=4; }
12653         [ $rc -eq 0 ] && { do_facet $node "$LCTL --device ec "                 \
12654                            "test_brw $count w v $pages $id" || rc=4; }
12655         [ $rc -eq 0 ] && { do_facet $node "$LCTL --device ec destroy $id 1" ||
12656                            rc=4; }
12657         [ $rc -eq 0 -o $rc -gt 2 ] && { do_facet $node "$LCTL --device ec "    \
12658                                         "cleanup" || rc=5; }
12659         [ $rc -eq 0 -o $rc -gt 1 ] && { do_facet $node "$LCTL --device ec "    \
12660                                         "detach" || rc=6; }
12661         [ $rc -ne 0 ] && echo "obecho_create_test failed: $rc"
12662         return $rc
12663 }
12664
12665 test_180a() {
12666         [ $PARALLEL == "yes" ] && skip "skip parallel run" && return
12667         remote_ost_nodsh && skip "remote OST with nodsh" && return
12668         local rc=0
12669         local rmmod_local=0
12670
12671         if ! module_loaded obdecho; then
12672             load_module obdecho/obdecho
12673             rmmod_local=1
12674         fi
12675
12676         local osc=$($LCTL dl | grep -v mdt | awk '$3 == "osc" {print $4; exit}')
12677         local host=$(lctl get_param -n osc.$osc.import |
12678                              awk '/current_connection:/ {print $2}' )
12679         local target=$(lctl get_param -n osc.$osc.import |
12680                              awk '/target:/ {print $2}' )
12681         target=${target%_UUID}
12682
12683         [[ -n $target ]]  && { setup_obdecho_osc $host $target || rc=1; } || rc=1
12684         [ $rc -eq 0 ] && { obdecho_test ${target}_osc client || rc=2; }
12685         [[ -n $target ]] && cleanup_obdecho_osc $target
12686         [ $rmmod_local -eq 1 ] && rmmod obdecho
12687         return $rc
12688 }
12689 run_test 180a "test obdecho on osc"
12690
12691 test_180b() {
12692         [ $PARALLEL == "yes" ] && skip "skip parallel run" && return
12693         remote_ost_nodsh && skip "remote OST with nodsh" && return
12694         local rc=0
12695         local rmmod_remote=0
12696
12697         do_rpc_nodes $(facet_active_host ost1) load_module obdecho/obdecho &&
12698                 rmmod_remote=true || error "failed to load module obdecho"
12699         target=$(do_facet ost1 $LCTL dl | awk '/obdfilter/ {print $4;exit}')
12700         [[ -n $target ]] && { obdecho_test $target ost1 || rc=1; }
12701         $rmmod_remote && do_facet ost1 "rmmod obdecho"
12702         return $rc
12703 }
12704 run_test 180b "test obdecho directly on obdfilter"
12705
12706 test_180c() { # LU-2598
12707         [ $PARALLEL == "yes" ] && skip "skip parallel run" && return
12708         remote_ost_nodsh && skip "remote OST with nodsh" && return
12709         [[ $(lustre_version_code $SINGLEMDS) -lt $(version_code 2.4.0) ]] &&
12710                 skip "Need MDS version at least 2.4.0" && return
12711
12712         local rc=0
12713         local rmmod_remote=false
12714         local pages=16384 # 64MB bulk I/O RPC size
12715         local target
12716
12717         do_rpc_nodes $(facet_active_host ost1) load_module obdecho/obdecho &&
12718                 rmmod_remote=true || error "failed to load module obdecho"
12719
12720         target=$(do_facet ost1 $LCTL dl | awk '/obdfilter/ { print $4 }' |
12721                 head -n1)
12722         if [ -n "$target" ]; then
12723                 obdecho_test "$target" ost1 "$pages" || rc=${PIPESTATUS[0]}
12724         else
12725                 echo "there is no obdfilter target on ost1"
12726                 rc=2
12727         fi
12728         $rmmod_remote && do_facet ost1 "rmmod obdecho" || true
12729         return $rc
12730 }
12731 run_test 180c "test huge bulk I/O size on obdfilter, don't LASSERT"
12732
12733 test_181() { # bug 22177
12734         test_mkdir $DIR/$tdir
12735         # create enough files to index the directory
12736         createmany -o $DIR/$tdir/foobar 4000
12737         # print attributes for debug purpose
12738         lsattr -d .
12739         # open dir
12740         multiop_bg_pause $DIR/$tdir D_Sc || return 1
12741         MULTIPID=$!
12742         # remove the files & current working dir
12743         unlinkmany $DIR/$tdir/foobar 4000
12744         rmdir $DIR/$tdir
12745         kill -USR1 $MULTIPID
12746         wait $MULTIPID
12747         stat $DIR/$tdir && error "open-unlinked dir was not removed!"
12748         return 0
12749 }
12750 run_test 181 "Test open-unlinked dir ========================"
12751
12752 test_182() {
12753         local fcount=1000
12754         local tcount=10
12755
12756         mkdir -p $DIR/$tdir || error "creating dir $DIR/$tdir"
12757
12758         $LCTL set_param mdc.*.rpc_stats=clear
12759
12760         for (( i = 0; i < $tcount; i++ )) ; do
12761                 mkdir $DIR/$tdir/$i
12762         done
12763
12764         for (( i = 0; i < $tcount; i++ )) ; do
12765                 createmany -o $DIR/$tdir/$i/f- $fcount &
12766         done
12767         wait
12768
12769         for (( i = 0; i < $tcount; i++ )) ; do
12770                 unlinkmany $DIR/$tdir/$i/f- $fcount &
12771         done
12772         wait
12773
12774         $LCTL get_param mdc.*.rpc_stats
12775
12776         rm -rf $DIR/$tdir
12777 }
12778 run_test 182 "Test parallel modify metadata operations ================"
12779
12780 test_183() { # LU-2275
12781         remote_mds_nodsh && skip "remote MDS with nodsh" && return
12782         [[ $(lustre_version_code $SINGLEMDS) -lt $(version_code 2.3.56) ]] &&
12783                 skip "Need MDS version at least 2.3.56" && return
12784
12785         [ $PARALLEL == "yes" ] && skip "skip parallel run" && return
12786         mkdir -p $DIR/$tdir || error "creating dir $DIR/$tdir"
12787         echo aaa > $DIR/$tdir/$tfile
12788
12789 #define OBD_FAIL_MDS_NEGATIVE_POSITIVE  0x148
12790         do_facet $SINGLEMDS $LCTL set_param fail_loc=0x148
12791
12792         ls -l $DIR/$tdir && error "ls succeeded, should have failed"
12793         cat $DIR/$tdir/$tfile && error "cat succeeded, should have failed"
12794
12795         do_facet $SINGLEMDS $LCTL set_param fail_loc=0
12796
12797         # Flush negative dentry cache
12798         touch $DIR/$tdir/$tfile
12799
12800         # We are not checking for any leaked references here, they'll
12801         # become evident next time we do cleanup with module unload.
12802         rm -rf $DIR/$tdir
12803 }
12804 run_test 183 "No crash or request leak in case of strange dispositions ========"
12805
12806 # test suite 184 is for LU-2016, LU-2017
12807 test_184a() {
12808         check_swap_layouts_support && return 0
12809
12810         dir0=$DIR/$tdir/$testnum
12811         test_mkdir -p -c1 $dir0
12812         ref1=/etc/passwd
12813         ref2=/etc/group
12814         file1=$dir0/f1
12815         file2=$dir0/f2
12816         $SETSTRIPE -c1 $file1
12817         cp $ref1 $file1
12818         $SETSTRIPE -c2 $file2
12819         cp $ref2 $file2
12820         gen1=$($GETSTRIPE -g $file1)
12821         gen2=$($GETSTRIPE -g $file2)
12822
12823         $LFS swap_layouts $file1 $file2 || error "swap of file layout failed"
12824         gen=$($GETSTRIPE -g $file1)
12825         [[ $gen1 != $gen ]] ||
12826                 "Layout generation on $file1 does not change"
12827         gen=$($GETSTRIPE -g $file2)
12828         [[ $gen2 != $gen ]] ||
12829                 "Layout generation on $file2 does not change"
12830
12831         cmp $ref1 $file2 || error "content compare failed ($ref1 != $file2)"
12832         cmp $ref2 $file1 || error "content compare failed ($ref2 != $file1)"
12833
12834         lfsck_verify_pfid $file1 $file2 || error "PFID are not transferred"
12835 }
12836 run_test 184a "Basic layout swap"
12837
12838 test_184b() {
12839         check_swap_layouts_support && return 0
12840
12841         dir0=$DIR/$tdir/$testnum
12842         mkdir -p $dir0 || error "creating dir $dir0"
12843         file1=$dir0/f1
12844         file2=$dir0/f2
12845         file3=$dir0/f3
12846         dir1=$dir0/d1
12847         dir2=$dir0/d2
12848         mkdir $dir1 $dir2
12849         $SETSTRIPE -c1 $file1
12850         $SETSTRIPE -c2 $file2
12851         $SETSTRIPE -c1 $file3
12852         chown $RUNAS_ID $file3
12853         gen1=$($GETSTRIPE -g $file1)
12854         gen2=$($GETSTRIPE -g $file2)
12855
12856         $LFS swap_layouts $dir1 $dir2 &&
12857                 error "swap of directories layouts should fail"
12858         $LFS swap_layouts $dir1 $file1 &&
12859                 error "swap of directory and file layouts should fail"
12860         $RUNAS $LFS swap_layouts $file1 $file2 &&
12861                 error "swap of file we cannot write should fail"
12862         $LFS swap_layouts $file1 $file3 &&
12863                 error "swap of file with different owner should fail"
12864         /bin/true # to clear error code
12865 }
12866 run_test 184b "Forbidden layout swap (will generate errors)"
12867
12868 test_184c() {
12869         local cmpn_arg=$(cmp -n 2>&1 | grep "invalid option")
12870         [ -n "$cmpn_arg" ] && skip_env "cmp does not support -n" && return
12871         check_swap_layouts_support && return 0
12872
12873         local dir0=$DIR/$tdir/$testnum
12874         mkdir -p $dir0 || error "creating dir $dir0"
12875
12876         local ref1=$dir0/ref1
12877         local ref2=$dir0/ref2
12878         local file1=$dir0/file1
12879         local file2=$dir0/file2
12880         # create a file large enough for the concurrent test
12881         dd if=/dev/urandom of=$ref1 bs=1M count=$((RANDOM % 50 + 20))
12882         dd if=/dev/urandom of=$ref2 bs=1M count=$((RANDOM % 50 + 20))
12883         echo "ref file size: ref1($(stat -c %s $ref1))," \
12884              "ref2($(stat -c %s $ref2))"
12885
12886         cp $ref2 $file2
12887         dd if=$ref1 of=$file1 bs=16k &
12888         local DD_PID=$!
12889
12890         # Make sure dd starts to copy file
12891         while [ ! -f $file1 ]; do sleep 0.1; done
12892
12893         $LFS swap_layouts $file1 $file2
12894         local rc=$?
12895         wait $DD_PID
12896         [[ $? == 0 ]] || error "concurrent write on $file1 failed"
12897         [[ $rc == 0 ]] || error "swap of $file1 and $file2 failed"
12898
12899         # how many bytes copied before swapping layout
12900         local copied=$(stat -c %s $file2)
12901         local remaining=$(stat -c %s $ref1)
12902         remaining=$((remaining - copied))
12903         echo "Copied $copied bytes before swapping layout..."
12904
12905         cmp -n $copied $file1 $ref2 | grep differ &&
12906                 error "Content mismatch [0, $copied) of ref2 and file1"
12907         cmp -n $copied $file2 $ref1 ||
12908                 error "Content mismatch [0, $copied) of ref1 and file2"
12909         cmp -i $copied:$copied -n $remaining $file1 $ref1 ||
12910                 error "Content mismatch [$copied, EOF) of ref1 and file1"
12911
12912         # clean up
12913         rm -f $ref1 $ref2 $file1 $file2
12914 }
12915 run_test 184c "Concurrent write and layout swap"
12916
12917 test_184d() {
12918         check_swap_layouts_support && return 0
12919         [ -z "$(which getfattr 2>/dev/null)" ] &&
12920                 skip "no getfattr command" && return 0
12921
12922         local file1=$DIR/$tdir/$tfile-1
12923         local file2=$DIR/$tdir/$tfile-2
12924         local file3=$DIR/$tdir/$tfile-3
12925         local lovea1
12926         local lovea2
12927
12928         mkdir -p $DIR/$tdir
12929         touch $file1 || error "create $file1 failed"
12930         $OPENFILE -f O_CREAT:O_LOV_DELAY_CREATE $file2 ||
12931                 error "create $file2 failed"
12932         $OPENFILE -f O_CREAT:O_LOV_DELAY_CREATE $file3 ||
12933                 error "create $file3 failed"
12934         lovea1=$(get_layout_param $file1)
12935
12936         $LFS swap_layouts $file2 $file3 ||
12937                 error "swap $file2 $file3 layouts failed"
12938         $LFS swap_layouts $file1 $file2 ||
12939                 error "swap $file1 $file2 layouts failed"
12940
12941         lovea2=$(get_layout_param $file2)
12942         echo "$lovea1"
12943         echo "$lovea2"
12944         [ "$lovea1" == "$lovea2" ] || error "lovea $lovea1 != $lovea2"
12945
12946         lovea1=$(getfattr -n trusted.lov $file1 | grep ^trusted)
12947         [[ -z "$lovea1" ]] || error "$file1 shouldn't have lovea"
12948 }
12949 run_test 184d "allow stripeless layouts swap"
12950
12951 test_184e() {
12952         [[ $(lustre_version_code $SINGLEMDS) -ge $(version_code 2.6.94) ]] ||
12953                 { skip "Need MDS version at least 2.6.94"; return 0; }
12954         check_swap_layouts_support && return 0
12955         [ -z "$(which getfattr 2>/dev/null)" ] &&
12956                 skip "no getfattr command" && return 0
12957
12958         local file1=$DIR/$tdir/$tfile-1
12959         local file2=$DIR/$tdir/$tfile-2
12960         local file3=$DIR/$tdir/$tfile-3
12961         local lovea
12962
12963         mkdir -p $DIR/$tdir
12964         touch $file1 || error "create $file1 failed"
12965         $OPENFILE -f O_CREAT:O_LOV_DELAY_CREATE $file2 ||
12966                 error "create $file2 failed"
12967         $OPENFILE -f O_CREAT:O_LOV_DELAY_CREATE $file3 ||
12968                 error "create $file3 failed"
12969
12970         $LFS swap_layouts $file1 $file2 ||
12971                 error "swap $file1 $file2 layouts failed"
12972
12973         lovea=$(getfattr -n trusted.lov $file1 | grep ^trusted)
12974         [[ -z "$lovea" ]] || error "$file1 shouldn't have lovea"
12975
12976         echo 123 > $file1 || error "Should be able to write into $file1"
12977
12978         $LFS swap_layouts $file1 $file3 ||
12979                 error "swap $file1 $file3 layouts failed"
12980
12981         echo 123 > $file1 || error "Should be able to write into $file1"
12982
12983         rm -rf $file1 $file2 $file3
12984 }
12985 run_test 184e "Recreate layout after stripeless layout swaps"
12986
12987 test_185() { # LU-2441
12988         # LU-3553 - no volatile file support in old servers
12989         [[ $(lustre_version_code $SINGLEMDS) -ge $(version_code 2.3.60) ]] ||
12990                 { skip "Need MDS version at least 2.3.60"; return 0; }
12991
12992         mkdir -p $DIR/$tdir || error "creating dir $DIR/$tdir"
12993         touch $DIR/$tdir/spoo
12994         local mtime1=$(stat -c "%Y" $DIR/$tdir)
12995         local fid=$($MULTIOP $DIR/$tdir VFw4096c) ||
12996                 error "cannot create/write a volatile file"
12997         [ "$FILESET" == "" ] &&
12998         $CHECKSTAT -t file $MOUNT/.lustre/fid/$fid 2>/dev/null &&
12999                 error "FID is still valid after close"
13000
13001         multiop_bg_pause $DIR/$tdir vVw4096_c
13002         local multi_pid=$!
13003
13004         local OLD_IFS=$IFS
13005         IFS=":"
13006         local fidv=($fid)
13007         IFS=$OLD_IFS
13008         # assume that the next FID for this client is sequential, since stdout
13009         # is unfortunately eaten by multiop_bg_pause
13010         local n=$((${fidv[1]} + 1))
13011         local next_fid="${fidv[0]}:$(printf "0x%x" $n):${fidv[2]}"
13012         if [ "$FILESET" == "" ]; then
13013                 $CHECKSTAT -t file $MOUNT/.lustre/fid/$next_fid ||
13014                         error "FID is missing before close"
13015         fi
13016         kill -USR1 $multi_pid
13017         # 1 second delay, so if mtime change we will see it
13018         sleep 1
13019         local mtime2=$(stat -c "%Y" $DIR/$tdir)
13020         [[ $mtime1 == $mtime2 ]] || error "mtime has changed"
13021 }
13022 run_test 185 "Volatile file support"
13023
13024 test_187a() {
13025         remote_mds_nodsh && skip "remote MDS with nodsh" && return
13026         [ $(lustre_version_code $SINGLEMDS) -lt $(version_code 2.3.0) ] &&
13027                 skip "Need MDS version at least 2.3.0" && return
13028
13029         local dir0=$DIR/$tdir/$testnum
13030         mkdir -p $dir0 || error "creating dir $dir0"
13031
13032         local file=$dir0/file1
13033         dd if=/dev/urandom of=$file count=10 bs=1M conv=fsync
13034         local dv1=$($LFS data_version $file)
13035         dd if=/dev/urandom of=$file seek=10 count=1 bs=1M conv=fsync
13036         local dv2=$($LFS data_version $file)
13037         [[ $dv1 != $dv2 ]] ||
13038                 error "data version did not change on write $dv1 == $dv2"
13039
13040         # clean up
13041         rm -f $file1
13042 }
13043 run_test 187a "Test data version change"
13044
13045 test_187b() {
13046         remote_mds_nodsh && skip "remote MDS with nodsh" && return
13047         [ $(lustre_version_code $SINGLEMDS) -lt $(version_code 2.3.0) ] &&
13048                 skip "Need MDS version at least 2.3.0" && return
13049
13050         local dir0=$DIR/$tdir/$testnum
13051         mkdir -p $dir0 || error "creating dir $dir0"
13052
13053         declare -a DV=$($MULTIOP $dir0 Vw1000xYw1000xY | cut -f3 -d" ")
13054         [[ ${DV[0]} != ${DV[1]} ]] ||
13055                 error "data version did not change on write"\
13056                       " ${DV[0]} == ${DV[1]}"
13057
13058         # clean up
13059         rm -f $file1
13060 }
13061 run_test 187b "Test data version change on volatile file"
13062
13063 test_200() {
13064         [ $PARALLEL == "yes" ] && skip "skip parallel run" && return
13065         remote_mgs_nodsh && skip "remote MGS with nodsh" && return
13066         [ -n "$FILESET" ] && skip "SKIP due to FILESET set" && return
13067
13068         local POOL=${POOL:-cea1}
13069         local POOL_ROOT=${POOL_ROOT:-$DIR/d200.pools}
13070         local POOL_DIR_NAME=${POOL_DIR_NAME:-dir_tst}
13071         # Pool OST targets
13072         local first_ost=0
13073         local last_ost=$(($OSTCOUNT - 1))
13074         local ost_step=2
13075         local ost_list=$(seq $first_ost $ost_step $last_ost)
13076         local ost_range="$first_ost $last_ost $ost_step"
13077         local test_path=$POOL_ROOT/$POOL_DIR_NAME
13078         local file_dir=$POOL_ROOT/file_tst
13079         local subdir=$test_path/subdir
13080         local rc=0
13081
13082         if ! combined_mgs_mds ; then
13083                 mount_mgs_client
13084         fi
13085
13086         while : ; do
13087                 # former test_200a test_200b
13088                 pool_add $POOL                          || { rc=$? ; break; }
13089                 pool_add_targets  $POOL $ost_range      || { rc=$? ; break; }
13090                 # former test_200c test_200d
13091                 mkdir -p $test_path
13092                 pool_set_dir      $POOL $test_path      || { rc=$? ; break; }
13093                 pool_check_dir    $POOL $test_path      || { rc=$? ; break; }
13094                 mkdir -p $subdir
13095                 pool_check_dir    $POOL $subdir         || { rc=$? ; break; }
13096                 pool_dir_rel_path $POOL $POOL_DIR_NAME $POOL_ROOT \
13097                                                         || { rc=$? ; break; }
13098                 # former test_200e test_200f
13099                 local files=$((OSTCOUNT*3))
13100                 pool_alloc_files  $POOL $test_path $files "$ost_list" \
13101                                                         || { rc=$? ; break; }
13102                 pool_create_files $POOL $file_dir $files "$ost_list" \
13103                                                         || { rc=$? ; break; }
13104                 # former test_200g test_200h
13105                 pool_lfs_df $POOL                       || { rc=$? ; break; }
13106                 pool_file_rel_path $POOL $test_path     || { rc=$? ; break; }
13107
13108                 # former test_201a test_201b test_201c
13109                 pool_remove_first_target $POOL          || { rc=$? ; break; }
13110
13111                 local f=$test_path/$tfile
13112                 pool_remove_all_targets $POOL $f        || { rc=$? ; break; }
13113                 pool_remove $POOL $f                    || { rc=$? ; break; }
13114                 break
13115         done
13116
13117         destroy_test_pools
13118
13119         if ! combined_mgs_mds ; then
13120                 umount_mgs_client
13121         fi
13122         return $rc
13123 }
13124 run_test 200 "OST pools"
13125
13126 # usage: default_attr <count | size | offset>
13127 default_attr() {
13128         $LCTL get_param -n lov.$FSNAME-clilov-\*.stripe${1}
13129 }
13130
13131 # usage: check_default_stripe_attr
13132 check_default_stripe_attr() {
13133         ACTUAL=$($GETSTRIPE $* $DIR/$tdir)
13134         case $1 in
13135         --stripe-count|-c)
13136                 [ -n "$2" ] && EXPECTED=0 || EXPECTED=$(default_attr count);;
13137         --stripe-size|-S)
13138                 [ -n "$2" ] && EXPECTED=0 || EXPECTED=$(default_attr size);;
13139         --stripe-index|-i)
13140                 EXPECTED=-1;;
13141         *)
13142                 error "unknown getstripe attr '$1'"
13143         esac
13144
13145         [ $ACTUAL == $EXPECTED ] ||
13146                 error "$DIR/$tdir has $1 '$ACTUAL', not '$EXPECTED'"
13147 }
13148
13149 test_204a() {
13150         test_mkdir $DIR/$tdir
13151         $SETSTRIPE --stripe-count 0 --stripe-size 0 --stripe-index -1 $DIR/$tdir
13152
13153         check_default_stripe_attr --stripe-count
13154         check_default_stripe_attr --stripe-size
13155         check_default_stripe_attr --stripe-index
13156 }
13157 run_test 204a "Print default stripe attributes"
13158
13159 test_204b() {
13160         test_mkdir $DIR/$tdir
13161         $SETSTRIPE --stripe-count 1 $DIR/$tdir
13162
13163         check_default_stripe_attr --stripe-size
13164         check_default_stripe_attr --stripe-index
13165 }
13166 run_test 204b "Print default stripe size and offset"
13167
13168 test_204c() {
13169         test_mkdir $DIR/$tdir
13170         $SETSTRIPE --stripe-size 65536 $DIR/$tdir
13171
13172         check_default_stripe_attr --stripe-count
13173         check_default_stripe_attr --stripe-index
13174 }
13175 run_test 204c "Print default stripe count and offset"
13176
13177 test_204d() {
13178         test_mkdir $DIR/$tdir
13179         $SETSTRIPE --stripe-index 0 $DIR/$tdir
13180
13181         check_default_stripe_attr --stripe-count
13182         check_default_stripe_attr --stripe-size
13183 }
13184 run_test 204d "Print default stripe count and size"
13185
13186 test_204e() {
13187         test_mkdir $DIR/$tdir
13188         $SETSTRIPE -d $DIR/$tdir
13189
13190         check_default_stripe_attr --stripe-count --raw
13191         check_default_stripe_attr --stripe-size --raw
13192         check_default_stripe_attr --stripe-index --raw
13193 }
13194 run_test 204e "Print raw stripe attributes"
13195
13196 test_204f() {
13197         test_mkdir $DIR/$tdir
13198         $SETSTRIPE --stripe-count 1 $DIR/$tdir
13199
13200         check_default_stripe_attr --stripe-size --raw
13201         check_default_stripe_attr --stripe-index --raw
13202 }
13203 run_test 204f "Print raw stripe size and offset"
13204
13205 test_204g() {
13206         test_mkdir $DIR/$tdir
13207         $SETSTRIPE --stripe-size 65536 $DIR/$tdir
13208
13209         check_default_stripe_attr --stripe-count --raw
13210         check_default_stripe_attr --stripe-index --raw
13211 }
13212 run_test 204g "Print raw stripe count and offset"
13213
13214 test_204h() {
13215         test_mkdir $DIR/$tdir
13216         $SETSTRIPE --stripe-index 0 $DIR/$tdir
13217
13218         check_default_stripe_attr --stripe-count --raw
13219         check_default_stripe_attr --stripe-size --raw
13220 }
13221 run_test 204h "Print raw stripe count and size"
13222
13223 # Figure out which job scheduler is being used, if any,
13224 # or use a fake one
13225 if [ -n "$SLURM_JOB_ID" ]; then # SLURM
13226         JOBENV=SLURM_JOB_ID
13227 elif [ -n "$LSB_JOBID" ]; then # Load Sharing Facility
13228         JOBENV=LSB_JOBID
13229 elif [ -n "$PBS_JOBID" ]; then # PBS/Maui/Moab
13230         JOBENV=PBS_JOBID
13231 elif [ -n "$LOADL_STEPID" ]; then # LoadLeveller
13232         JOBENV=LOADL_STEP_ID
13233 elif [ -n "$JOB_ID" ]; then # Sun Grid Engine
13234         JOBENV=JOB_ID
13235 else
13236         $LCTL list_param jobid_name > /dev/null 2>&1
13237         if [ $? -eq 0 ]; then
13238                 JOBENV=nodelocal
13239         else
13240                 JOBENV=FAKE_JOBID
13241         fi
13242 fi
13243
13244 verify_jobstats() {
13245         local cmd=($1)
13246         shift
13247         local facets="$@"
13248
13249 # we don't really need to clear the stats for this test to work, since each
13250 # command has a unique jobid, but it makes debugging easier if needed.
13251 #       for facet in $facets; do
13252 #               local dev=$(convert_facet2label $facet)
13253 #               # clear old jobstats
13254 #               do_facet $facet lctl set_param *.$dev.job_stats="clear"
13255 #       done
13256
13257         # use a new JobID for each test, or we might see an old one
13258         [ "$JOBENV" = "FAKE_JOBID" ] &&
13259                 FAKE_JOBID=id.$testnum.$(basename ${cmd[0]}).$RANDOM
13260
13261         JOBVAL=${!JOBENV}
13262
13263         [ "$JOBENV" = "nodelocal" ] && {
13264                 FAKE_JOBID=id.$testnum.$(basename ${cmd[0]}).$RANDOM
13265                 $LCTL set_param jobid_name=$FAKE_JOBID
13266                 JOBVAL=$FAKE_JOBID
13267         }
13268
13269         log "Test: ${cmd[*]}"
13270         log "Using JobID environment variable $JOBENV=$JOBVAL"
13271
13272         if [ $JOBENV = "FAKE_JOBID" ]; then
13273                 FAKE_JOBID=$JOBVAL ${cmd[*]}
13274         else
13275                 ${cmd[*]}
13276         fi
13277
13278         # all files are created on OST0000
13279         for facet in $facets; do
13280                 local stats="*.$(convert_facet2label $facet).job_stats"
13281                 if [ $(do_facet $facet lctl get_param $stats |
13282                        grep -c $JOBVAL) -ne 1 ]; then
13283                         do_facet $facet lctl get_param $stats
13284                         error "No jobstats for $JOBVAL found on $facet::$stats"
13285                 fi
13286         done
13287 }
13288
13289 jobstats_set() {
13290         trap 0
13291         NEW_JOBENV=${1:-$OLD_JOBENV}
13292         do_facet mgs $LCTL conf_param $FSNAME.sys.jobid_var=$NEW_JOBENV
13293         wait_update $HOSTNAME "$LCTL get_param -n jobid_var" $NEW_JOBENV
13294 }
13295
13296 cleanup_205() {
13297         trap 0
13298         do_facet $SINGLEMDS \
13299                 $LCTL set_param mdt.*.job_cleanup_interval=$OLD_INTERVAL
13300         [ $OLD_JOBENV != $JOBENV ] && jobstats_set $OLD_JOBENV
13301         cleanup_changelog
13302 }
13303
13304 test_205() { # Job stats
13305         [[ $(lustre_version_code $SINGLEMDS) -ge $(version_code 2.7.1) ]] ||
13306                 { skip "Need MDS version with at least 2.7.1"; return 0; }
13307
13308         [ $PARALLEL == "yes" ] && skip "skip parallel run" && return
13309         remote_mgs_nodsh && skip "remote MGS with nodsh" && return
13310         remote_mds_nodsh && skip "remote MDS with nodsh" && return
13311         remote_ost_nodsh && skip "remote OST with nodsh" && return
13312
13313         [ -z "$(lctl get_param -n mdc.*.connect_flags | grep jobstats)" ] &&
13314                 skip "Server doesn't support jobstats" && return 0
13315         [[ $JOBID_VAR = disable ]] && skip "jobstats is disabled" && return
13316
13317         OLD_JOBENV=$($LCTL get_param -n jobid_var)
13318         if [ $OLD_JOBENV != $JOBENV ]; then
13319                 jobstats_set $JOBENV
13320                 trap cleanup_205 EXIT
13321         fi
13322
13323         CL_USER=$(do_facet $SINGLEMDS lctl --device $MDT0 changelog_register -n)
13324         echo "Registered as changelog user $CL_USER"
13325
13326         OLD_INTERVAL=$(do_facet $SINGLEMDS \
13327                        lctl get_param -n mdt.*.job_cleanup_interval)
13328         local interval_new=5
13329         do_facet $SINGLEMDS \
13330                 $LCTL set_param mdt.*.job_cleanup_interval=$interval_new
13331         local start=$SECONDS
13332
13333         local cmd
13334         # mkdir
13335         cmd="mkdir $DIR/$tdir"
13336         verify_jobstats "$cmd" "$SINGLEMDS"
13337         # rmdir
13338         cmd="rmdir $DIR/$tdir"
13339         verify_jobstats "$cmd" "$SINGLEMDS"
13340         # mkdir on secondary MDT
13341         if [ $MDSCOUNT -gt 1 ]; then
13342                 cmd="lfs mkdir -i 1 $DIR/$tdir.remote"
13343                 verify_jobstats "$cmd" "mds2"
13344         fi
13345         # mknod
13346         cmd="mknod $DIR/$tfile c 1 3"
13347         verify_jobstats "$cmd" "$SINGLEMDS"
13348         # unlink
13349         cmd="rm -f $DIR/$tfile"
13350         verify_jobstats "$cmd" "$SINGLEMDS"
13351         # create all files on OST0000 so verify_jobstats can find OST stats
13352         # open & close
13353         cmd="$SETSTRIPE -i 0 -c 1 $DIR/$tfile"
13354         verify_jobstats "$cmd" "$SINGLEMDS"
13355         # setattr
13356         cmd="touch $DIR/$tfile"
13357         verify_jobstats "$cmd" "$SINGLEMDS ost1"
13358         # write
13359         cmd="dd if=/dev/zero of=$DIR/$tfile bs=1M count=1 oflag=sync"
13360         verify_jobstats "$cmd" "ost1"
13361         # read
13362         cancel_lru_locks osc
13363         cmd="dd if=$DIR/$tfile of=/dev/null bs=1M count=1 iflag=direct"
13364         verify_jobstats "$cmd" "ost1"
13365         # truncate
13366         cmd="$TRUNCATE $DIR/$tfile 0"
13367         verify_jobstats "$cmd" "$SINGLEMDS ost1"
13368         # rename
13369         cmd="mv -f $DIR/$tfile $DIR/$tdir.rename"
13370         verify_jobstats "$cmd" "$SINGLEMDS"
13371         # jobstats expiry - sleep until old stats should be expired
13372         local left=$((interval_new + 5 - (SECONDS - start)))
13373         [ $left -ge 0 ] && wait_update_facet $SINGLEMDS \
13374                 "lctl get_param *.*.job_stats | grep -c 'job_id.*mkdir'" \
13375                         "0" $left
13376         cmd="mkdir $DIR/$tdir.expire"
13377         verify_jobstats "$cmd" "$SINGLEMDS"
13378         [ $(do_facet $SINGLEMDS lctl get_param *.*.job_stats |
13379             grep -c "job_id.*mkdir") -gt 1 ] && error "old jobstats not expired"
13380
13381         # Ensure that jobid are present in changelog (if supported by MDS)
13382         if [ $(lustre_version_code $SINGLEMDS) -ge $(version_code 2.6.52) ]
13383         then
13384                 $LFS changelog $MDT0 | tail -9
13385                 jobids=$($LFS changelog $MDT0 | tail -9 | grep -c "j=")
13386                 [ $jobids -eq 9 ] ||
13387                         error "Wrong changelog jobid count $jobids != 9"
13388
13389                 # LU-5862
13390                 JOBENV="disable"
13391                 jobstats_set $JOBENV
13392                 touch $DIR/$tfile
13393                 $LFS changelog $MDT0 | tail -1
13394                 jobids=$($LFS changelog $MDT0 | tail -1 | grep -c "j=")
13395                 [ $jobids -eq 0 ] ||
13396                         error "Unexpected jobids when jobid_var=$JOBENV"
13397         fi
13398
13399         cleanup_205
13400 }
13401 run_test 205 "Verify job stats"
13402
13403 # LU-1480, LU-1773 and LU-1657
13404 test_206() {
13405         mkdir -p $DIR/$tdir
13406         $SETSTRIPE -c -1 $DIR/$tdir
13407 #define OBD_FAIL_LOV_INIT 0x1403
13408         $LCTL set_param fail_loc=0xa0001403
13409         $LCTL set_param fail_val=1
13410         touch $DIR/$tdir/$tfile || true
13411 }
13412 run_test 206 "fail lov_init_raid0() doesn't lbug"
13413
13414 test_207a() {
13415         dd if=/dev/zero of=$DIR/$tfile bs=4k count=$((RANDOM%10+1))
13416         local fsz=`stat -c %s $DIR/$tfile`
13417         cancel_lru_locks mdc
13418
13419         # do not return layout in getattr intent
13420 #define OBD_FAIL_MDS_NO_LL_GETATTR 0x170
13421         $LCTL set_param fail_loc=0x170
13422         local sz=`stat -c %s $DIR/$tfile`
13423
13424         [ $fsz -eq $sz ] || error "file size expected $fsz, actual $sz"
13425
13426         rm -rf $DIR/$tfile
13427 }
13428 run_test 207a "can refresh layout at glimpse"
13429
13430 test_207b() {
13431         dd if=/dev/zero of=$DIR/$tfile bs=4k count=$((RANDOM%10+1))
13432         local cksum=`md5sum $DIR/$tfile`
13433         local fsz=`stat -c %s $DIR/$tfile`
13434         cancel_lru_locks mdc
13435         cancel_lru_locks osc
13436
13437         # do not return layout in getattr intent
13438 #define OBD_FAIL_MDS_NO_LL_OPEN 0x171
13439         $LCTL set_param fail_loc=0x171
13440
13441         # it will refresh layout after the file is opened but before read issues
13442         echo checksum is "$cksum"
13443         echo "$cksum" |md5sum -c --quiet || error "file differs"
13444
13445         rm -rf $DIR/$tfile
13446 }
13447 run_test 207b "can refresh layout at open"
13448
13449 test_208() {
13450         # FIXME: in this test suite, only RD lease is used. This is okay
13451         # for now as only exclusive open is supported. After generic lease
13452         # is done, this test suite should be revised. - Jinshan
13453
13454         remote_mds_nodsh && skip "remote MDS with nodsh" && return
13455         [[ $(lustre_version_code $SINGLEMDS) -ge $(version_code 2.4.52) ]] ||
13456                 { skip "Need MDS version at least 2.4.52"; return 0; }
13457
13458         echo "==== test 1: verify get lease work"
13459         $MULTIOP $DIR/$tfile oO_CREAT:O_RDWR:eRE+eU || error "get lease error"
13460
13461         echo "==== test 2: verify lease can be broken by upcoming open"
13462         $MULTIOP $DIR/$tfile oO_RDONLY:eR_E-eUc &
13463         local PID=$!
13464         sleep 1
13465
13466         $MULTIOP $DIR/$tfile oO_RDONLY:c
13467         kill -USR1 $PID && wait $PID || error "break lease error"
13468
13469         echo "==== test 3: verify lease can't be granted if an open already exists"
13470         $MULTIOP $DIR/$tfile oO_RDONLY:_c &
13471         local PID=$!
13472         sleep 1
13473
13474         $MULTIOP $DIR/$tfile oO_RDONLY:eReUc && error "apply lease should fail"
13475         kill -USR1 $PID && wait $PID || error "open file error"
13476
13477         echo "==== test 4: lease can sustain over recovery"
13478         $MULTIOP $DIR/$tfile oO_RDONLY:eR_E+eUc &
13479         PID=$!
13480         sleep 1
13481
13482         fail mds1
13483
13484         kill -USR1 $PID && wait $PID || error "lease broken over recovery"
13485
13486         echo "==== test 5: lease broken can't be regained by replay"
13487         $MULTIOP $DIR/$tfile oO_RDONLY:eR_E-eUc &
13488         PID=$!
13489         sleep 1
13490
13491         # open file to break lease and then recovery
13492         $MULTIOP $DIR/$tfile oO_RDWR:c || error "open file error"
13493         fail mds1
13494
13495         kill -USR1 $PID && wait $PID || error "lease not broken over recovery"
13496
13497         rm -f $DIR/$tfile
13498 }
13499 run_test 208 "Exclusive open"
13500
13501 test_209() {
13502         [ -z "$(lctl get_param -n mdc.*.connect_flags | grep disp_stripe)" ] &&
13503                 skip_env "must have disp_stripe" && return
13504
13505         touch $DIR/$tfile
13506         sync; sleep 5; sync;
13507
13508         echo 3 > /proc/sys/vm/drop_caches
13509         req_before=$(awk '/ptlrpc_cache / { print $2 }' /proc/slabinfo)
13510
13511         # open/close 500 times
13512         for i in $(seq 500); do
13513                 cat $DIR/$tfile
13514         done
13515
13516         echo 3 > /proc/sys/vm/drop_caches
13517         req_after=$(awk '/ptlrpc_cache / { print $2 }' /proc/slabinfo)
13518
13519         echo "before: $req_before, after: $req_after"
13520         [ $((req_after - req_before)) -ge 300 ] &&
13521                 error "open/close requests are not freed"
13522         return 0
13523 }
13524 run_test 209 "read-only open/close requests should be freed promptly"
13525
13526 test_212() {
13527         size=`date +%s`
13528         size=$((size % 8192 + 1))
13529         dd if=/dev/urandom of=$DIR/f212 bs=1k count=$size
13530         sendfile $DIR/f212 $DIR/f212.xyz || error "sendfile wrong"
13531         rm -f $DIR/f212 $DIR/f212.xyz
13532 }
13533 run_test 212 "Sendfile test ============================================"
13534
13535 test_213() {
13536         dd if=/dev/zero of=$DIR/$tfile bs=4k count=4
13537         cancel_lru_locks osc
13538         lctl set_param fail_loc=0x8000040f
13539         # generate a read lock
13540         cat $DIR/$tfile > /dev/null
13541         # write to the file, it will try to cancel the above read lock.
13542         cat /etc/hosts >> $DIR/$tfile
13543 }
13544 run_test 213 "OSC lock completion and cancel race don't crash - bug 18829"
13545
13546 test_214() { # for bug 20133
13547         mkdir -p $DIR/$tdir/d214c || error "mkdir $DIR/$tdir/d214c failed"
13548         for (( i=0; i < 340; i++ )) ; do
13549                 touch $DIR/$tdir/d214c/a$i
13550         done
13551
13552         ls -l $DIR/$tdir || error "ls -l $DIR/d214p failed"
13553         mv $DIR/$tdir/d214c $DIR/ || error "mv $DIR/d214p/d214c $DIR/ failed"
13554         ls $DIR/d214c || error "ls $DIR/d214c failed"
13555         rm -rf $DIR/$tdir || error "rm -rf $DIR/d214* failed"
13556         rm -rf $DIR/d214* || error "rm -rf $DIR/d214* failed"
13557 }
13558 run_test 214 "hash-indexed directory test - bug 20133"
13559
13560 # having "abc" as 1st arg, creates $TMP/lnet_abc.out and $TMP/lnet_abc.sys
13561 create_lnet_proc_files() {
13562         lctl get_param -n $1 >$TMP/lnet_$1.sys || error "cannot read lnet.$1"
13563 }
13564
13565 # counterpart of create_lnet_proc_files
13566 remove_lnet_proc_files() {
13567         rm -f $TMP/lnet_$1.sys
13568 }
13569
13570 # uses 1st arg as trailing part of filename, 2nd arg as description for reports,
13571 # 3rd arg as regexp for body
13572 check_lnet_proc_stats() {
13573         local l=$(cat "$TMP/lnet_$1" |wc -l)
13574         [ $l = 1 ] || (cat "$TMP/lnet_$1" && error "$2 is not of 1 line: $l")
13575
13576         grep -E "$3" "$TMP/lnet_$1" || (cat "$TMP/lnet_$1" && error "$2 misformatted")
13577 }
13578
13579 # uses 1st arg as trailing part of filename, 2nd arg as description for reports,
13580 # 3rd arg as regexp for body, 4th arg as regexp for 1st line, 5th arg is
13581 # optional and can be regexp for 2nd line (lnet.routes case)
13582 check_lnet_proc_entry() {
13583         local blp=2          # blp stands for 'position of 1st line of body'
13584         [ -z "$5" ] || blp=3 # lnet.routes case
13585
13586         local l=$(cat "$TMP/lnet_$1" |wc -l)
13587         # subtracting one from $blp because the body can be empty
13588         [ "$l" -ge "$(($blp - 1))" ] || (cat "$TMP/lnet_$1" && error "$2 is too short: $l")
13589
13590         sed -n '1 p' "$TMP/lnet_$1" |grep -E "$4" >/dev/null ||
13591                 (cat "$TMP/lnet_$1" && error "1st line of $2 misformatted")
13592
13593         [ "$5" = "" ] || sed -n '2 p' "$TMP/lnet_$1" |grep -E "$5" >/dev/null ||
13594                 (cat "$TMP/lnet_$1" && error "2nd line of $2 misformatted")
13595
13596         # bail out if any unexpected line happened
13597         sed -n "$blp p" "$TMP/lnet_$1" | grep -Ev "$3"
13598         [ "$?" != 0 ] || error "$2 misformatted"
13599 }
13600
13601 test_215() { # for bugs 18102, 21079, 21517
13602         [ $PARALLEL == "yes" ] && skip "skip parallel run" && return
13603         local N='(0|[1-9][0-9]*)'       # non-negative numeric
13604         local P='[1-9][0-9]*'           # positive numeric
13605         local I='(0|-?[1-9][0-9]*|NA)'  # any numeric (0 | >0 | <0) or NA if no value
13606         local NET='[a-z][a-z0-9]*'      # LNET net like o2ib2
13607         local ADDR='[0-9.]+'            # LNET addr like 10.0.0.1
13608         local NID="$ADDR@$NET"          # LNET nid like 10.0.0.1@o2ib2
13609
13610         local L1 # regexp for 1st line
13611         local L2 # regexp for 2nd line (optional)
13612         local BR # regexp for the rest (body)
13613
13614         # lnet.stats should look as 11 space-separated non-negative numerics
13615         BR="^$N $N $N $N $N $N $N $N $N $N $N$"
13616         create_lnet_proc_files "stats"
13617         check_lnet_proc_stats "stats.sys" "lnet.stats" "$BR"
13618         remove_lnet_proc_files "stats"
13619
13620         # lnet.routes should look like this:
13621         # Routing disabled/enabled
13622         # net hops priority state router
13623         # where net is a string like tcp0, hops > 0, priority >= 0,
13624         # state is up/down,
13625         # router is a string like 192.168.1.1@tcp2
13626         L1="^Routing (disabled|enabled)$"
13627         L2="^net +hops +priority +state +router$"
13628         BR="^$NET +$N +(0|1) +(up|down) +$NID$"
13629         create_lnet_proc_files "routes"
13630         check_lnet_proc_entry "routes.sys" "lnet.routes" "$BR" "$L1" "$L2"
13631         remove_lnet_proc_files "routes"
13632
13633         # lnet.routers should look like this:
13634         # ref rtr_ref alive_cnt state last_ping ping_sent deadline down_ni router
13635         # where ref > 0, rtr_ref > 0, alive_cnt >= 0, state is up/down,
13636         # last_ping >= 0, ping_sent is boolean (0/1), deadline and down_ni are
13637         # numeric (0 or >0 or <0), router is a string like 192.168.1.1@tcp2
13638         L1="^ref +rtr_ref +alive_cnt +state +last_ping +ping_sent +deadline +down_ni +router$"
13639         BR="^$P +$P +$N +(up|down) +$N +(0|1) +$I +$I +$NID$"
13640         create_lnet_proc_files "routers"
13641         check_lnet_proc_entry "routers.sys" "lnet.routers" "$BR" "$L1"
13642         remove_lnet_proc_files "routers"
13643
13644         # lnet.peers should look like this:
13645         # nid refs state last max rtr min tx min queue
13646         # where nid is a string like 192.168.1.1@tcp2, refs > 0,
13647         # state is up/down/NA, max >= 0. last, rtr, min, tx, min are
13648         # numeric (0 or >0 or <0), queue >= 0.
13649         L1="^nid +refs +state +last +max +rtr +min +tx +min +queue$"
13650         BR="^$NID +$P +(up|down|NA) +$I +$N +$I +$I +$I +$I +$N$"
13651         create_lnet_proc_files "peers"
13652         check_lnet_proc_entry "peers.sys" "lnet.peers" "$BR" "$L1"
13653         remove_lnet_proc_files "peers"
13654
13655         # lnet.buffers  should look like this:
13656         # pages count credits min
13657         # where pages >=0, count >=0, credits and min are numeric (0 or >0 or <0)
13658         L1="^pages +count +credits +min$"
13659         BR="^ +$N +$N +$I +$I$"
13660         create_lnet_proc_files "buffers"
13661         check_lnet_proc_entry "buffers.sys" "lnet.buffers" "$BR" "$L1"
13662         remove_lnet_proc_files "buffers"
13663
13664         # lnet.nis should look like this:
13665         # nid status alive refs peer rtr max tx min
13666         # where nid is a string like 192.168.1.1@tcp2, status is up/down,
13667         # alive is numeric (0 or >0 or <0), refs >= 0, peer >= 0,
13668         # rtr >= 0, max >=0, tx and min are numeric (0 or >0 or <0).
13669         L1="^nid +status +alive +refs +peer +rtr +max +tx +min$"
13670         BR="^$NID +(up|down) +$I +$N +$N +$N +$N +$I +$I$"
13671         create_lnet_proc_files "nis"
13672         check_lnet_proc_entry "nis.sys" "lnet.nis" "$BR" "$L1"
13673         remove_lnet_proc_files "nis"
13674
13675         # can we successfully write to lnet.stats?
13676         lctl set_param -n stats=0 || error "cannot write to lnet.stats"
13677 }
13678 run_test 215 "lnet exists and has proper content - bugs 18102, 21079, 21517"
13679
13680 test_216() { # bug 20317
13681         [ $PARALLEL == "yes" ] && skip "skip parallel run" && return
13682         remote_ost_nodsh && skip "remote OST with nodsh" && return
13683
13684         local node
13685         local facets=$(get_facets OST)
13686         local p="$TMP/$TESTSUITE-$TESTNAME.parameters"
13687
13688         save_lustre_params client "osc.*.contention_seconds" > $p
13689         save_lustre_params $facets \
13690                 "ldlm.namespaces.filter-*.max_nolock_bytes" >> $p
13691         save_lustre_params $facets \
13692                 "ldlm.namespaces.filter-*.contended_locks" >> $p
13693         save_lustre_params $facets \
13694                 "ldlm.namespaces.filter-*.contention_seconds" >> $p
13695         clear_stats osc.*.osc_stats
13696
13697         # agressive lockless i/o settings
13698         do_nodes $(comma_list $(osts_nodes)) \
13699                 "lctl set_param -n ldlm.namespaces.*.max_nolock_bytes=2000000 \
13700                         ldlm.namespaces.filter-*.contended_locks=0 \
13701                         ldlm.namespaces.filter-*.contention_seconds=60"
13702         lctl set_param -n osc.*.contention_seconds=60
13703
13704         $DIRECTIO write $DIR/$tfile 0 10 4096
13705         $CHECKSTAT -s 40960 $DIR/$tfile
13706
13707         # disable lockless i/o
13708         do_nodes $(comma_list $(osts_nodes)) \
13709                 "lctl set_param -n ldlm.namespaces.filter-*.max_nolock_bytes=0 \
13710                         ldlm.namespaces.filter-*.contended_locks=32 \
13711                         ldlm.namespaces.filter-*.contention_seconds=0"
13712         lctl set_param -n osc.*.contention_seconds=0
13713         clear_stats osc.*.osc_stats
13714
13715         dd if=/dev/zero of=$DIR/$tfile count=0
13716         $CHECKSTAT -s 0 $DIR/$tfile
13717
13718         restore_lustre_params <$p
13719         rm -f $p
13720         rm $DIR/$tfile
13721 }
13722 run_test 216 "check lockless direct write updates file size and kms correctly"
13723
13724 test_217() { # bug 22430
13725         [ $PARALLEL == "yes" ] && skip "skip parallel run" && return
13726         local node
13727         local nid
13728
13729         for node in $(nodes_list); do
13730                 nid=$(host_nids_address $node $NETTYPE)
13731                 if [[ $nid = *-* ]] ; then
13732                         echo "lctl ping $(h2nettype $nid)"
13733                         lctl ping $(h2nettype $nid)
13734                 else
13735                         echo "skipping $node (no hyphen detected)"
13736                 fi
13737         done
13738 }
13739 run_test 217 "check lctl ping for hostnames with hiphen ('-')"
13740
13741 test_218() {
13742        # do directio so as not to populate the page cache
13743        log "creating a 10 Mb file"
13744        $MULTIOP $DIR/$tfile oO_CREAT:O_DIRECT:O_RDWR:w$((10*1048576))c || error "multiop failed while creating a file"
13745        log "starting reads"
13746        dd if=$DIR/$tfile of=/dev/null bs=4096 &
13747        log "truncating the file"
13748        $MULTIOP $DIR/$tfile oO_TRUNC:c || error "multiop failed while truncating the file"
13749        log "killing dd"
13750        kill %+ || true # reads might have finished
13751        echo "wait until dd is finished"
13752        wait
13753        log "removing the temporary file"
13754        rm -rf $DIR/$tfile || error "tmp file removal failed"
13755 }
13756 run_test 218 "parallel read and truncate should not deadlock ======================="
13757
13758 test_219() {
13759         [ $PARALLEL == "yes" ] && skip "skip parallel run" && return
13760         # write one partial page
13761         dd if=/dev/zero of=$DIR/$tfile bs=1024 count=1
13762         # set no grant so vvp_io_commit_write will do sync write
13763         $LCTL set_param fail_loc=0x411
13764         # write a full page at the end of file
13765         dd if=/dev/zero of=$DIR/$tfile bs=4096 count=1 seek=1 conv=notrunc
13766
13767         $LCTL set_param fail_loc=0
13768         dd if=/dev/zero of=$DIR/$tfile bs=4096 count=1 seek=3
13769         $LCTL set_param fail_loc=0x411
13770         dd if=/dev/zero of=$DIR/$tfile bs=1024 count=1 seek=2 conv=notrunc
13771
13772         # LU-4201
13773         dd if=/dev/zero of=$DIR/$tfile-2 bs=1024 count=1
13774         $CHECKSTAT -s 1024 $DIR/$tfile-2 || error "checkstat wrong size"
13775 }
13776 run_test 219 "LU-394: Write partial won't cause uncontiguous pages vec at LND"
13777
13778 test_220() { #LU-325
13779         [ $PARALLEL == "yes" ] && skip "skip parallel run" && return
13780         remote_ost_nodsh && skip "remote OST with nodsh" && return
13781         remote_mds_nodsh && skip "remote MDS with nodsh" && return
13782         remote_mgs_nodsh && skip "remote MGS with nodsh" && return
13783         local OSTIDX=0
13784
13785         # create on MDT0000 so the last_id and next_id are correct
13786         mkdir $DIR/$tdir
13787         local OST=$($LFS df $DIR | awk '/OST:'$OSTIDX'/ { print $1 }')
13788         OST=${OST%_UUID}
13789
13790         # on the mdt's osc
13791         local mdtosc_proc1=$(get_mdtosc_proc_path $SINGLEMDS $OST)
13792         local last_id=$(do_facet $SINGLEMDS lctl get_param -n \
13793                         osc.$mdtosc_proc1.prealloc_last_id)
13794         local next_id=$(do_facet $SINGLEMDS lctl get_param -n \
13795                         osc.$mdtosc_proc1.prealloc_next_id)
13796
13797         $LFS df -i
13798
13799         if ! combined_mgs_mds ; then
13800                 mount_mgs_client
13801         fi
13802
13803         do_facet ost$((OSTIDX + 1)) lctl set_param fail_val=-1
13804         #define OBD_FAIL_OST_ENOINO              0x229
13805         do_facet ost$((OSTIDX + 1)) lctl set_param fail_loc=0x229
13806         create_pool $FSNAME.$TESTNAME || return 1
13807         do_facet mgs $LCTL pool_add $FSNAME.$TESTNAME $OST || return 2
13808
13809         $SETSTRIPE $DIR/$tdir -i $OSTIDX -c 1 -p $FSNAME.$TESTNAME
13810
13811         MDSOBJS=$((last_id - next_id))
13812         echo "preallocated objects on MDS is $MDSOBJS" "($last_id - $next_id)"
13813
13814         blocks=$($LFS df $MOUNT | awk '($1 == '$OSTIDX') { print $4 }')
13815         echo "OST still has $count kbytes free"
13816
13817         echo "create $MDSOBJS files @next_id..."
13818         createmany -o $DIR/$tdir/f $MDSOBJS || return 3
13819
13820         local last_id2=$(do_facet mds${MDSIDX} lctl get_param -n \
13821                         osc.$mdtosc_proc1.prealloc_last_id)
13822         local next_id2=$(do_facet mds${MDSIDX} lctl get_param -n \
13823                         osc.$mdtosc_proc1.prealloc_next_id)
13824
13825         echo "after creation, last_id=$last_id2, next_id=$next_id2"
13826         $LFS df -i
13827
13828         echo "cleanup..."
13829
13830         do_facet ost$((OSTIDX + 1)) lctl set_param fail_val=0
13831         do_facet ost$((OSTIDX + 1)) lctl set_param fail_loc=0
13832
13833         do_facet mgs $LCTL pool_remove $FSNAME.$TESTNAME $OST ||
13834                 error "$LCTL pool_remove $FSNAME.$TESTNAME $OST failed"
13835         do_facet mgs $LCTL pool_destroy $FSNAME.$TESTNAME ||
13836                 error "$LCTL pool_destroy $FSNAME.$TESTNAME failed"
13837         echo "unlink $MDSOBJS files @$next_id..."
13838         unlinkmany $DIR/$tdir/f $MDSOBJS || error "unlinkmany failed"
13839
13840         if ! combined_mgs_mds ; then
13841                 umount_mgs_client
13842         fi
13843 }
13844 run_test 220 "preallocated MDS objects still used if ENOSPC from OST"
13845
13846 test_221() {
13847         [ $PARALLEL == "yes" ] && skip "skip parallel run" && return
13848         dd if=`which date` of=$MOUNT/date oflag=sync
13849         chmod +x $MOUNT/date
13850
13851         #define OBD_FAIL_LLITE_FAULT_TRUNC_RACE  0x1401
13852         $LCTL set_param fail_loc=0x80001401
13853
13854         $MOUNT/date > /dev/null
13855         rm -f $MOUNT/date
13856 }
13857 run_test 221 "make sure fault and truncate race to not cause OOM"
13858
13859 test_222a () {
13860         [ $PARALLEL == "yes" ] && skip "skip parallel run" && return
13861         rm -rf $DIR/$tdir
13862         test_mkdir $DIR/$tdir
13863         $LFS setstripe -c 1 -i 0 $DIR/$tdir
13864         createmany -o $DIR/$tdir/$tfile 10
13865         cancel_lru_locks mdc
13866         cancel_lru_locks osc
13867         #define OBD_FAIL_LDLM_AGL_DELAY           0x31a
13868         $LCTL set_param fail_loc=0x31a
13869         ls -l $DIR/$tdir > /dev/null || error "AGL for ls failed"
13870         $LCTL set_param fail_loc=0
13871         rm -r $DIR/$tdir
13872 }
13873 run_test 222a "AGL for ls should not trigger CLIO lock failure"
13874
13875 test_222b () {
13876         [ $PARALLEL == "yes" ] && skip "skip parallel run" && return
13877         rm -rf $DIR/$tdir
13878         test_mkdir $DIR/$tdir
13879         $LFS setstripe -c 1 -i 0 $DIR/$tdir
13880         createmany -o $DIR/$tdir/$tfile 10
13881         cancel_lru_locks mdc
13882         cancel_lru_locks osc
13883         #define OBD_FAIL_LDLM_AGL_DELAY           0x31a
13884         $LCTL set_param fail_loc=0x31a
13885         rm -r $DIR/$tdir || error "AGL for rmdir failed"
13886         $LCTL set_param fail_loc=0
13887 }
13888 run_test 222b "AGL for rmdir should not trigger CLIO lock failure"
13889
13890 test_223 () {
13891         [ $PARALLEL == "yes" ] && skip "skip parallel run" && return
13892         rm -rf $DIR/$tdir
13893         test_mkdir $DIR/$tdir
13894         $LFS setstripe -c 1 -i 0 $DIR/$tdir
13895         createmany -o $DIR/$tdir/$tfile 10
13896         cancel_lru_locks mdc
13897         cancel_lru_locks osc
13898         #define OBD_FAIL_LDLM_AGL_NOLOCK          0x31b
13899         $LCTL set_param fail_loc=0x31b
13900         ls -l $DIR/$tdir > /dev/null || error "reenqueue failed"
13901         $LCTL set_param fail_loc=0
13902         rm -r $DIR/$tdir
13903 }
13904 run_test 223 "osc reenqueue if without AGL lock granted ======================="
13905
13906 test_224a() { # LU-1039, MRP-303
13907         [ $PARALLEL == "yes" ] && skip "skip parallel run" && return
13908         #define OBD_FAIL_PTLRPC_CLIENT_BULK_CB   0x508
13909         $LCTL set_param fail_loc=0x508
13910         dd if=/dev/zero of=$DIR/$tfile bs=4096 count=1 conv=fsync
13911         $LCTL set_param fail_loc=0
13912         df $DIR
13913 }
13914 run_test 224a "Don't panic on bulk IO failure"
13915
13916 test_224b() { # LU-1039, MRP-303
13917         [ $PARALLEL == "yes" ] && skip "skip parallel run" && return
13918         dd if=/dev/zero of=$DIR/$tfile bs=4096 count=1
13919         cancel_lru_locks osc
13920         #define OBD_FAIL_PTLRPC_CLIENT_BULK_CB2   0x515
13921         $LCTL set_param fail_loc=0x515
13922         dd of=/dev/null if=$DIR/$tfile bs=4096 count=1
13923         $LCTL set_param fail_loc=0
13924         df $DIR
13925 }
13926 run_test 224b "Don't panic on bulk IO failure"
13927
13928 test_224c() { # LU-6441
13929         [ $PARALLEL == "yes" ] && skip "skip parallel run" && return
13930         remote_mds_nodsh && skip "remote MDS with nodsh" && return
13931
13932         local p="$TMP/$TESTSUITE-$TESTNAME.parameters"
13933         save_writethrough $p
13934         set_cache writethrough on
13935
13936         local pages_per_rpc=$($LCTL get_param \
13937                                 osc.*.max_pages_per_rpc)
13938         local at_max=$($LCTL get_param -n at_max)
13939         local timeout=$($LCTL get_param -n timeout)
13940         local test_at="$LCTL get_param -n at_max"
13941         local param_at="$FSNAME.sys.at_max"
13942         local test_timeout="$LCTL get_param -n timeout"
13943         local param_timeout="$FSNAME.sys.timeout"
13944
13945         $LCTL set_param -n osc.*.max_pages_per_rpc=1024
13946
13947         set_conf_param_and_check client "$test_at" "$param_at" 0 ||
13948                 error "conf_param at_max=0 failed"
13949         set_conf_param_and_check client "$test_timeout" "$param_timeout" 5 ||
13950                 error "conf_param timeout=5 failed"
13951
13952         #define OBD_FAIL_PTLRPC_CLIENT_BULK_CB3   0x520
13953         do_facet ost1 $LCTL set_param fail_loc=0x520
13954         $LFS setstripe -c 1 -i 0 $DIR/$tfile
13955         dd if=/dev/zero of=$DIR/$tfile bs=8MB count=1
13956         sync
13957         do_facet ost1 $LCTL set_param fail_loc=0
13958
13959         set_conf_param_and_check client "$test_at" "$param_at" $at_max ||
13960                 error "conf_param at_max=$at_max failed"
13961         set_conf_param_and_check client "$test_timeout" "$param_timeout" \
13962                 $timeout || error "conf_param timeout=$timeout failed"
13963
13964         $LCTL set_param -n $pages_per_rpc
13965         restore_lustre_params < $p
13966         rm -f $p
13967 }
13968 run_test 224c "Don't hang if one of md lost during large bulk RPC"
13969
13970 MDSSURVEY=${MDSSURVEY:-$(which mds-survey 2>/dev/null || true)}
13971 test_225a () {
13972         [ $PARALLEL == "yes" ] && skip "skip parallel run" && return
13973         remote_mds_nodsh && skip "remote MDS with nodsh" && return
13974         if [ -z ${MDSSURVEY} ]; then
13975               skip_env "mds-survey not found" && return
13976         fi
13977
13978         [ $MDSCOUNT -ge 2 ] &&
13979                 skip "skipping now for more than one MDT" && return
13980
13981        [ $(lustre_version_code $SINGLEMDS) -ge $(version_code 2.2.51) ] ||
13982             { skip "Need MDS version at least 2.2.51"; return; }
13983
13984        local mds=$(facet_host $SINGLEMDS)
13985        local target=$(do_nodes $mds 'lctl dl' | \
13986                       awk "{if (\$2 == \"UP\" && \$3 == \"mdt\") {print \$4}}")
13987
13988        local cmd1="file_count=1000 thrhi=4"
13989        local cmd2="dir_count=2 layer=mdd stripe_count=0"
13990        local cmd3="rslt_loc=${TMP} targets=\"$mds:$target\" $MDSSURVEY"
13991        local cmd="$cmd1 $cmd2 $cmd3"
13992
13993        rm -f ${TMP}/mds_survey*
13994        echo + $cmd
13995        eval $cmd || error "mds-survey with zero-stripe failed"
13996        cat ${TMP}/mds_survey*
13997        rm -f ${TMP}/mds_survey*
13998 }
13999 run_test 225a "Metadata survey sanity with zero-stripe"
14000
14001 test_225b () {
14002         [ $PARALLEL == "yes" ] && skip "skip parallel run" && return
14003         remote_mds_nodsh && skip "remote MDS with nodsh" && return
14004         if [ -z ${MDSSURVEY} ]; then
14005               skip_env "mds-survey not found" && return
14006         fi
14007         [ $(lustre_version_code $SINGLEMDS) -ge $(version_code 2.2.51) ] ||
14008             { skip "Need MDS version at least 2.2.51"; return; }
14009
14010         if [ $($LCTL dl | grep -c osc) -eq 0 ]; then
14011               skip_env "Need to mount OST to test" && return
14012         fi
14013
14014        local mds=$(facet_host $SINGLEMDS)
14015        local target=$(do_nodes $mds 'lctl dl' | \
14016                       awk "{if (\$2 == \"UP\" && \$3 == \"mdt\") {print \$4}}")
14017
14018        local cmd1="file_count=1000 thrhi=4"
14019        local cmd2="dir_count=2 layer=mdd stripe_count=1"
14020        local cmd3="rslt_loc=${TMP} targets=\"$mds:$target\" $MDSSURVEY"
14021        local cmd="$cmd1 $cmd2 $cmd3"
14022
14023        rm -f ${TMP}/mds_survey*
14024        echo + $cmd
14025        eval $cmd || error "mds-survey with stripe_count failed"
14026        cat ${TMP}/mds_survey*
14027        rm -f ${TMP}/mds_survey*
14028 }
14029 run_test 225b "Metadata survey sanity with stripe_count = 1"
14030
14031 mcreate_path2fid () {
14032         local mode=$1
14033         local major=$2
14034         local minor=$3
14035         local name=$4
14036         local desc=$5
14037         local path=$DIR/$tdir/$name
14038         local fid
14039         local rc
14040         local fid_path
14041
14042         $MCREATE --mode=$1 --major=$2 --minor=$3 $path ||
14043                 error "cannot create $desc"
14044
14045         fid=$($LFS path2fid $path | tr -d '[' | tr -d ']')
14046         rc=$?
14047         [ $rc -ne 0 ] && error "cannot get fid of a $desc"
14048
14049         fid_path=$($LFS fid2path $MOUNT $fid)
14050         rc=$?
14051         [ $rc -ne 0 ] && error "cannot get path of $desc by $DIR $path $fid"
14052
14053         [ "$path" == "$fid_path" ] ||
14054                 error "fid2path returned $fid_path, expected $path"
14055
14056         echo "pass with $path and $fid"
14057 }
14058
14059 test_226a () {
14060         rm -rf $DIR/$tdir
14061         mkdir -p $DIR/$tdir
14062
14063         mcreate_path2fid 0010666 0 0 fifo "FIFO"
14064         mcreate_path2fid 0020666 1 3 null "character special file (null)"
14065         mcreate_path2fid 0020666 1 255 none "character special file (no device)"
14066         mcreate_path2fid 0040666 0 0 dir "directory"
14067         mcreate_path2fid 0060666 7 0 loop0 "block special file (loop)"
14068         mcreate_path2fid 0100666 0 0 file "regular file"
14069         mcreate_path2fid 0120666 0 0 link "symbolic link"
14070         mcreate_path2fid 0140666 0 0 sock "socket"
14071 }
14072 run_test 226a "call path2fid and fid2path on files of all type"
14073
14074 test_226b () {
14075         [ $MDSCOUNT -lt 2 ] && skip "needs >= 2 MDTs" && return
14076         rm -rf $DIR/$tdir
14077         local MDTIDX=1
14078
14079         mkdir -p $DIR/$tdir
14080         $LFS setdirstripe -i $MDTIDX $DIR/$tdir/remote_dir ||
14081                 error "create remote directory failed"
14082         mcreate_path2fid 0010666 0 0 "remote_dir/fifo" "FIFO"
14083         mcreate_path2fid 0020666 1 3 "remote_dir/null" \
14084                                 "character special file (null)"
14085         mcreate_path2fid 0020666 1 255 "remote_dir/none" \
14086                                 "character special file (no device)"
14087         mcreate_path2fid 0040666 0 0 "remote_dir/dir" "directory"
14088         mcreate_path2fid 0060666 7 0 "remote_dir/loop0" \
14089                                 "block special file (loop)"
14090         mcreate_path2fid 0100666 0 0 "remote_dir/file" "regular file"
14091         mcreate_path2fid 0120666 0 0 "remote_dir/link" "symbolic link"
14092         mcreate_path2fid 0140666 0 0 "remote_dir/sock" "socket"
14093 }
14094 run_test 226b "call path2fid and fid2path on files of all type under remote dir"
14095
14096 # LU-1299 Executing or running ldd on a truncated executable does not
14097 # cause an out-of-memory condition.
14098 test_227() {
14099         [ $PARALLEL == "yes" ] && skip "skip parallel run" && return
14100         [ -z "$(which ldd)" ] && skip "should have ldd tool" && return
14101         dd if=$(which date) of=$MOUNT/date bs=1k count=1
14102         chmod +x $MOUNT/date
14103
14104         $MOUNT/date > /dev/null
14105         ldd $MOUNT/date > /dev/null
14106         rm -f $MOUNT/date
14107 }
14108 run_test 227 "running truncated executable does not cause OOM"
14109
14110 # LU-1512 try to reuse idle OI blocks
14111 test_228a() {
14112         [ $PARALLEL == "yes" ] && skip "skip parallel run" && return
14113         remote_mds_nodsh && skip "remote MDS with nodsh" && return
14114         [ "$(facet_fstype $SINGLEMDS)" != "ldiskfs" ] &&
14115                 skip "ldiskfs only test" && return
14116
14117         local MDT_DEV=$(mdsdevname ${SINGLEMDS//mds/})
14118         local myDIR=$DIR/$tdir
14119
14120         mkdir -p $myDIR
14121         #define OBD_FAIL_SEQ_EXHAUST             0x1002
14122         $LCTL set_param fail_loc=0x80001002
14123         createmany -o $myDIR/t- 10000
14124         $LCTL set_param fail_loc=0
14125         # The guard is current the largest FID holder
14126         touch $myDIR/guard
14127         local SEQ=$($LFS path2fid $myDIR/guard | awk -F ':' '{print $1}' |
14128                     tr -d '[')
14129         local IDX=$(($SEQ % 64))
14130
14131         do_facet $SINGLEMDS sync
14132         # Make sure journal flushed.
14133         sleep 6
14134         local blk1=$(do_facet $SINGLEMDS \
14135                      "$DEBUGFS -c -R \\\"stat oi.16.${IDX}\\\" $MDT_DEV" |
14136                      grep Blockcount | awk '{print $4}')
14137
14138         # Remove old files, some OI blocks will become idle.
14139         unlinkmany $myDIR/t- 10000
14140         # Create new files, idle OI blocks should be reused.
14141         createmany -o $myDIR/t- 2000
14142         do_facet $SINGLEMDS sync
14143         # Make sure journal flushed.
14144         sleep 6
14145         local blk2=$(do_facet $SINGLEMDS \
14146                      "$DEBUGFS -c -R \\\"stat oi.16.${IDX}\\\" $MDT_DEV" |
14147                      grep Blockcount | awk '{print $4}')
14148
14149         [ $blk1 == $blk2 ] || error "old blk1=$blk1, new blk2=$blk2, unmatched!"
14150 }
14151 run_test 228a "try to reuse idle OI blocks"
14152
14153 test_228b() {
14154         [ $PARALLEL == "yes" ] && skip "skip parallel run" && return
14155         remote_mds_nodsh && skip "remote MDS with nodsh" && return
14156         [ "$(facet_fstype $SINGLEMDS)" != "ldiskfs" ] &&
14157                 skip "ldiskfs only test" && return
14158
14159         local MDT_DEV=$(mdsdevname ${SINGLEMDS//mds/})
14160         local myDIR=$DIR/$tdir
14161
14162         mkdir -p $myDIR
14163         #define OBD_FAIL_SEQ_EXHAUST             0x1002
14164         $LCTL set_param fail_loc=0x80001002
14165         createmany -o $myDIR/t- 10000
14166         $LCTL set_param fail_loc=0
14167         # The guard is current the largest FID holder
14168         touch $myDIR/guard
14169         local SEQ=$($LFS path2fid $myDIR/guard | awk -F ':' '{print $1}' |
14170                     tr -d '[')
14171         local IDX=$(($SEQ % 64))
14172
14173         do_facet $SINGLEMDS sync
14174         # Make sure journal flushed.
14175         sleep 6
14176         local blk1=$(do_facet $SINGLEMDS \
14177                      "$DEBUGFS -c -R \\\"stat oi.16.${IDX}\\\" $MDT_DEV" |
14178                      grep Blockcount | awk '{print $4}')
14179
14180         # Remove old files, some OI blocks will become idle.
14181         unlinkmany $myDIR/t- 10000
14182
14183         # stop the MDT
14184         stop $SINGLEMDS || error "Fail to stop MDT."
14185         # remount the MDT
14186         start $SINGLEMDS $MDT_DEV $MDS_MOUNT_OPTS || error "Fail to start MDT."
14187
14188         df $MOUNT || error "Fail to df."
14189         # Create new files, idle OI blocks should be reused.
14190         createmany -o $myDIR/t- 2000
14191         do_facet $SINGLEMDS sync
14192         # Make sure journal flushed.
14193         sleep 6
14194         local blk2=$(do_facet $SINGLEMDS \
14195                      "$DEBUGFS -c -R \\\"stat oi.16.${IDX}\\\" $MDT_DEV" |
14196                      grep Blockcount | awk '{print $4}')
14197
14198         [ $blk1 == $blk2 ] || error "old blk1=$blk1, new blk2=$blk2, unmatched!"
14199 }
14200 run_test 228b "idle OI blocks can be reused after MDT restart"
14201
14202 #LU-1881
14203 test_228c() {
14204         [ $PARALLEL == "yes" ] && skip "skip parallel run" && return
14205         remote_mds_nodsh && skip "remote MDS with nodsh" && return
14206         [ "$(facet_fstype $SINGLEMDS)" != "ldiskfs" ] &&
14207                 skip "ldiskfs only test" && return
14208
14209         local MDT_DEV=$(mdsdevname ${SINGLEMDS//mds/})
14210         local myDIR=$DIR/$tdir
14211
14212         mkdir -p $myDIR
14213         #define OBD_FAIL_SEQ_EXHAUST             0x1002
14214         $LCTL set_param fail_loc=0x80001002
14215         # 20000 files can guarantee there are index nodes in the OI file
14216         createmany -o $myDIR/t- 20000
14217         $LCTL set_param fail_loc=0
14218         # The guard is current the largest FID holder
14219         touch $myDIR/guard
14220         local SEQ=$($LFS path2fid $myDIR/guard | awk -F ':' '{print $1}' |
14221                     tr -d '[')
14222         local IDX=$(($SEQ % 64))
14223
14224         do_facet $SINGLEMDS sync
14225         # Make sure journal flushed.
14226         sleep 6
14227         local blk1=$(do_facet $SINGLEMDS \
14228                      "$DEBUGFS -c -R \\\"stat oi.16.${IDX}\\\" $MDT_DEV" |
14229                      grep Blockcount | awk '{print $4}')
14230
14231         # Remove old files, some OI blocks will become idle.
14232         unlinkmany $myDIR/t- 20000
14233         rm -f $myDIR/guard
14234         # The OI file should become empty now
14235
14236         # Create new files, idle OI blocks should be reused.
14237         createmany -o $myDIR/t- 2000
14238         do_facet $SINGLEMDS sync
14239         # Make sure journal flushed.
14240         sleep 6
14241         local blk2=$(do_facet $SINGLEMDS \
14242                      "$DEBUGFS -c -R \\\"stat oi.16.${IDX}\\\" $MDT_DEV" |
14243                      grep Blockcount | awk '{print $4}')
14244
14245         [ $blk1 == $blk2 ] || error "old blk1=$blk1, new blk2=$blk2, unmatched!"
14246 }
14247 run_test 228c "NOT shrink the last entry in OI index node to recycle idle leaf"
14248
14249 test_229() { # LU-2482, LU-3448
14250         [ $(lustre_version_code $SINGLEMDS) -lt $(version_code 2.4.53) ] &&
14251                 skip "No HSM $(lustre_build_version $SINGLEMDS) MDS < 2.4.53" &&
14252                 return
14253         [ $PARALLEL == "yes" ] && skip "skip parallel run" && return
14254         [ $OSTCOUNT -lt 2 ] && skip "needs >= 2 OSTs" && return
14255
14256         rm -f $DIR/$tfile
14257
14258         # Create a file with a released layout and stripe count 2.
14259         $MULTIOP $DIR/$tfile H2c ||
14260                 error "failed to create file with released layout"
14261
14262         $GETSTRIPE -v $DIR/$tfile
14263
14264         local pattern=$($GETSTRIPE -L $DIR/$tfile)
14265         [ X"$pattern" = X"released" ] || error "pattern error ($pattern)"
14266
14267         local stripe_count=$($GETSTRIPE -c $DIR/$tfile) || error "getstripe"
14268         [ $stripe_count -eq 2 ] || error "stripe count not 2 ($stripe_count)"
14269         stat $DIR/$tfile || error "failed to stat released file"
14270
14271         chown $RUNAS_ID $DIR/$tfile ||
14272                 error "chown $RUNAS_ID $DIR/$tfile failed"
14273
14274         chgrp $RUNAS_ID $DIR/$tfile ||
14275                 error "chgrp $RUNAS_ID $DIR/$tfile failed"
14276
14277         touch $DIR/$tfile || error "touch $DIR/$tfile failed"
14278         rm $DIR/$tfile || error "failed to remove released file"
14279 }
14280 run_test 229 "getstripe/stat/rm/attr changes work on released files"
14281
14282 test_230a() {
14283         [ $PARALLEL == "yes" ] && skip "skip parallel run" && return
14284         [ $MDSCOUNT -lt 2 ] && skip "needs >= 2 MDTs" && return
14285         local MDTIDX=1
14286
14287         test_mkdir $DIR/$tdir
14288         test_mkdir -i0 -c1 $DIR/$tdir/test_230_local
14289         local mdt_idx=$($GETSTRIPE -M $DIR/$tdir/test_230_local)
14290         [ $mdt_idx -ne 0 ] &&
14291                 error "create local directory on wrong MDT $mdt_idx"
14292
14293         $LFS mkdir -i $MDTIDX $DIR/$tdir/test_230 ||
14294                         error "create remote directory failed"
14295         local mdt_idx=$($GETSTRIPE -M $DIR/$tdir/test_230)
14296         [ $mdt_idx -ne $MDTIDX ] &&
14297                 error "create remote directory on wrong MDT $mdt_idx"
14298
14299         createmany -o $DIR/$tdir/test_230/t- 10 ||
14300                 error "create files on remote directory failed"
14301         mdt_idx=$($GETSTRIPE -M $DIR/$tdir/test_230/t-0)
14302         [ $mdt_idx -ne $MDTIDX ] && error "create files on wrong MDT $mdt_idx"
14303         rm -r $DIR/$tdir || error "unlink remote directory failed"
14304 }
14305 run_test 230a "Create remote directory and files under the remote directory"
14306
14307 test_230b() {
14308         [ $PARALLEL == "yes" ] && skip "skip parallel run" && return
14309         [ $MDSCOUNT -lt 2 ] && skip "needs >= 2 MDTs" && return
14310         local MDTIDX=1
14311         local mdt_index
14312         local i
14313         local file
14314         local pid
14315         local stripe_count
14316         local migrate_dir=$DIR/$tdir/migrate_dir
14317         local other_dir=$DIR/$tdir/other_dir
14318
14319         test_mkdir $DIR/$tdir
14320         test_mkdir -i0 -c1 $migrate_dir
14321         test_mkdir -i0 -c1 $other_dir
14322         for ((i=0; i<10; i++)); do
14323                 mkdir -p $migrate_dir/dir_${i}
14324                 createmany -o $migrate_dir/dir_${i}/f 10 ||
14325                         error "create files under remote dir failed $i"
14326         done
14327
14328         cp /etc/passwd $migrate_dir/$tfile
14329         cp /etc/passwd $other_dir/$tfile
14330         chattr +SAD $migrate_dir
14331         chattr +SAD $migrate_dir/$tfile
14332
14333         local old_dir_flag=$(lsattr -a $migrate_dir | awk '/\/\.$/ {print $1}')
14334         local old_file_flag=$(lsattr $migrate_dir/$tfile | awk '{print $1}')
14335         local old_dir_mode=$(stat -c%f $migrate_dir)
14336         local old_file_mode=$(stat -c%f $migrate_dir/$tfile)
14337
14338         mkdir -p $migrate_dir/dir_default_stripe2
14339         $SETSTRIPE -c 2 $migrate_dir/dir_default_stripe2
14340         $SETSTRIPE -c 2 $migrate_dir/${tfile}_stripe2
14341
14342         mkdir -p $other_dir
14343         ln $migrate_dir/$tfile $other_dir/luna
14344         ln $migrate_dir/$tfile $migrate_dir/sofia
14345         ln $other_dir/$tfile $migrate_dir/david
14346         ln -s $migrate_dir/$tfile $other_dir/zachary
14347         ln -s $migrate_dir/$tfile $migrate_dir/${tfile}_ln
14348         ln -s $other_dir/$tfile $migrate_dir/${tfile}_ln_other
14349
14350         $LFS migrate -m $MDTIDX $migrate_dir ||
14351                 error "fails on migrating remote dir to MDT1"
14352
14353         echo "migratate to MDT1, then checking.."
14354         for ((i = 0; i < 10; i++)); do
14355                 for file in $(find $migrate_dir/dir_${i}); do
14356                         mdt_index=$($LFS getstripe -M $file)
14357                         [ $mdt_index == $MDTIDX ] ||
14358                                 error "$file is not on MDT${MDTIDX}"
14359                 done
14360         done
14361
14362         # the multiple link file should still in MDT0
14363         mdt_index=$($LFS getstripe -M $migrate_dir/$tfile)
14364         [ $mdt_index == 0 ] ||
14365                 error "$file is not on MDT${MDTIDX}"
14366
14367         local new_dir_flag=$(lsattr -a $migrate_dir | awk '/\/\.$/ {print $1}')
14368         [ "$old_dir_flag" = "$new_dir_flag" ] ||
14369                 error " expect $old_dir_flag get $new_dir_flag"
14370
14371         local new_file_flag=$(lsattr $migrate_dir/$tfile | awk '{print $1}')
14372         [ "$old_file_flag" = "$new_file_flag" ] ||
14373                 error " expect $old_file_flag get $new_file_flag"
14374
14375         local new_dir_mode=$(stat -c%f $migrate_dir)
14376         [ "$old_dir_mode" = "$new_dir_mode" ] ||
14377                 error "expect mode $old_dir_mode get $new_dir_mode"
14378
14379         local new_file_mode=$(stat -c%f $migrate_dir/$tfile)
14380         [ "$old_file_mode" = "$new_file_mode" ] ||
14381                 error "expect mode $old_file_mode get $new_file_mode"
14382
14383         diff /etc/passwd $migrate_dir/$tfile ||
14384                 error "$tfile different after migration"
14385
14386         diff /etc/passwd $other_dir/luna ||
14387                 error "luna different after migration"
14388
14389         diff /etc/passwd $migrate_dir/sofia ||
14390                 error "sofia different after migration"
14391
14392         diff /etc/passwd $migrate_dir/david ||
14393                 error "david different after migration"
14394
14395         diff /etc/passwd $other_dir/zachary ||
14396                 error "zachary different after migration"
14397
14398         diff /etc/passwd $migrate_dir/${tfile}_ln ||
14399                 error "${tfile}_ln different after migration"
14400
14401         diff /etc/passwd $migrate_dir/${tfile}_ln_other ||
14402                 error "${tfile}_ln_other different after migration"
14403
14404         stripe_count=$($LFS getstripe -c $migrate_dir/dir_default_stripe2)
14405         [ $stripe_count = 2 ] ||
14406                 error "dir strpe_count $d != 2 after migration."
14407
14408         stripe_count=$($LFS getstripe -c $migrate_dir/${tfile}_stripe2)
14409         [ $stripe_count = 2 ] ||
14410                 error "file strpe_count $d != 2 after migration."
14411
14412         #migrate back to MDT0
14413         MDTIDX=0
14414
14415         $LFS migrate -m $MDTIDX $migrate_dir ||
14416                 error "fails on migrating remote dir to MDT0"
14417
14418         echo "migrate back to MDT0, checking.."
14419         for file in $(find $migrate_dir); do
14420                 mdt_index=$($LFS getstripe -M $file)
14421                 [ $mdt_index == $MDTIDX ] ||
14422                         error "$file is not on MDT${MDTIDX}"
14423         done
14424
14425         local new_dir_flag=$(lsattr -a $migrate_dir | awk '/\/\.$/ {print $1}')
14426         [ "$old_dir_flag" = "$new_dir_flag" ] ||
14427                 error " expect $old_dir_flag get $new_dir_flag"
14428
14429         local new_file_flag=$(lsattr $migrate_dir/$tfile | awk '{print $1}')
14430         [ "$old_file_flag" = "$new_file_flag" ] ||
14431                 error " expect $old_file_flag get $new_file_flag"
14432
14433         local new_dir_mode=$(stat -c%f $migrate_dir)
14434         [ "$old_dir_mode" = "$new_dir_mode" ] ||
14435                 error "expect mode $old_dir_mode get $new_dir_mode"
14436
14437         local new_file_mode=$(stat -c%f $migrate_dir/$tfile)
14438         [ "$old_file_mode" = "$new_file_mode" ] ||
14439                 error "expect mode $old_file_mode get $new_file_mode"
14440
14441         diff /etc/passwd ${migrate_dir}/$tfile ||
14442                 error "$tfile different after migration"
14443
14444         diff /etc/passwd ${other_dir}/luna ||
14445                 error "luna different after migration"
14446
14447         diff /etc/passwd ${migrate_dir}/sofia ||
14448                 error "sofia different after migration"
14449
14450         diff /etc/passwd ${other_dir}/zachary ||
14451                 error "zachary different after migration"
14452
14453         diff /etc/passwd $migrate_dir/${tfile}_ln ||
14454                 error "${tfile}_ln different after migration"
14455
14456         diff /etc/passwd $migrate_dir/${tfile}_ln_other ||
14457                 error "${tfile}_ln_other different after migration"
14458
14459         stripe_count=$($LFS getstripe -c ${migrate_dir}/dir_default_stripe2)
14460         [ $stripe_count = 2 ] ||
14461                 error "dir strpe_count $d != 2 after migration."
14462
14463         stripe_count=$($LFS getstripe -c ${migrate_dir}/${tfile}_stripe2)
14464         [ $stripe_count = 2 ] ||
14465                 error "file strpe_count $d != 2 after migration."
14466
14467         rm -rf $DIR/$tdir || error "rm dir failed after migration"
14468 }
14469 run_test 230b "migrate directory"
14470
14471 test_230c() {
14472         [ $PARALLEL == "yes" ] && skip "skip parallel run" && return
14473         remote_mds_nodsh && skip "remote MDS with nodsh" && return
14474         [ $MDSCOUNT -lt 2 ] && skip "needs >= 2 MDTs" && return
14475         local MDTIDX=1
14476         local mdt_index
14477         local file
14478         local migrate_dir=$DIR/$tdir/migrate_dir
14479
14480         #If migrating directory fails in the middle, all entries of
14481         #the directory is still accessiable.
14482         test_mkdir $DIR/$tdir
14483         test_mkdir -i0 -c1 $migrate_dir
14484         stat $migrate_dir
14485         createmany -o $migrate_dir/f 10 ||
14486                 error "create files under ${migrate_dir} failed"
14487
14488         #failed after migrating 5 entries
14489         #OBD_FAIL_MIGRATE_ENTRIES       0x1801
14490         do_facet mds1 lctl set_param fail_loc=0x20001801
14491         do_facet mds1 lctl  set_param fail_val=5
14492         local t=$(ls $migrate_dir | wc -l)
14493         $LFS migrate --mdt-index $MDTIDX $migrate_dir &&
14494                 error "migrate should fail after 5 entries"
14495
14496         mkdir $migrate_dir/dir &&
14497                 error "mkdir succeeds under migrating directory"
14498         touch $migrate_dir/file &&
14499                 error "touch file succeeds under migrating directory"
14500
14501         local u=$(ls $migrate_dir | wc -l)
14502         [ "$u" == "$t" ] || error "$u != $t during migration"
14503
14504         for file in $(find $migrate_dir); do
14505                 stat $file || error "stat $file failed"
14506         done
14507
14508         do_facet mds1 lctl set_param fail_loc=0
14509         do_facet mds1 lctl set_param fail_val=0
14510
14511         $LFS migrate -m $MDTIDX $migrate_dir ||
14512                 error "migrate open files should failed with open files"
14513
14514         echo "Finish migration, then checking.."
14515         for file in $(find $migrate_dir); do
14516                 mdt_index=$($LFS getstripe -M $file)
14517                 [ $mdt_index == $MDTIDX ] ||
14518                         error "$file is not on MDT${MDTIDX}"
14519         done
14520
14521         rm -rf $DIR/$tdir || error "rm dir failed after migration"
14522 }
14523 run_test 230c "check directory accessiblity if migration is failed"
14524
14525 test_230d() {
14526         [ $PARALLEL == "yes" ] && skip "skip parallel run" && return
14527         [ $MDSCOUNT -lt 2 ] && skip "needs >= 2 MDTs" && return
14528         local MDTIDX=1
14529         local mdt_index
14530         local migrate_dir=$DIR/$tdir/migrate_dir
14531         local i
14532         local j
14533
14534         test_mkdir $DIR/$tdir
14535         test_mkdir -i0 -c1 $migrate_dir
14536
14537         for ((i=0; i<100; i++)); do
14538                 test_mkdir -i0 -c1 $migrate_dir/dir_${i}
14539                 createmany -o $migrate_dir/dir_${i}/f 100 ||
14540                         error "create files under remote dir failed $i"
14541         done
14542
14543         $LFS migrate -m $MDTIDX $migrate_dir ||
14544                 error "migrate remote dir error"
14545
14546         echo "Finish migration, then checking.."
14547         for file in $(find $migrate_dir); do
14548                 mdt_index=$($LFS getstripe -M $file)
14549                 [ $mdt_index == $MDTIDX ] ||
14550                         error "$file is not on MDT${MDTIDX}"
14551         done
14552
14553         rm -rf $DIR/$tdir || error "rm dir failed after migration"
14554 }
14555 run_test 230d "check migrate big directory"
14556
14557 test_230e() {
14558         [ $PARALLEL == "yes" ] && skip "skip parallel run" && return
14559         [ $MDSCOUNT -lt 2 ] && skip "needs >= 2 MDTs" && return
14560         local i
14561         local j
14562         local a_fid
14563         local b_fid
14564
14565         mkdir -p $DIR/$tdir
14566         mkdir $DIR/$tdir/migrate_dir
14567         mkdir $DIR/$tdir/other_dir
14568         touch $DIR/$tdir/migrate_dir/a
14569         ln $DIR/$tdir/migrate_dir/a $DIR/$tdir/other_dir/b
14570         ls $DIR/$tdir/other_dir
14571
14572         $LFS migrate -m 1 $DIR/$tdir/migrate_dir ||
14573                 error "migrate dir fails"
14574
14575         mdt_index=$($LFS getstripe -M $DIR/$tdir/migrate_dir)
14576         [ $mdt_index == 1 ] || error "migrate_dir is not on MDT1"
14577
14578         mdt_index=$($LFS getstripe -M $DIR/$tdir/migrate_dir/a)
14579         [ $mdt_index == 0 ] || error "a is not on MDT0"
14580
14581         $LFS migrate -m 1 $DIR/$tdir/other_dir ||
14582                 error "migrate dir fails"
14583
14584         mdt_index=$($LFS getstripe -M $DIR/$tdir/other_dir)
14585         [ $mdt_index == 1 ] || error "other_dir is not on MDT1"
14586
14587         mdt_index=$($LFS getstripe -M $DIR/$tdir/migrate_dir/a)
14588         [ $mdt_index == 1 ] || error "a is not on MDT1"
14589
14590         mdt_index=$($LFS getstripe -M $DIR/$tdir/other_dir/b)
14591         [ $mdt_index == 1 ] || error "b is not on MDT1"
14592
14593         a_fid=$($LFS path2fid $DIR/$tdir/migrate_dir/a)
14594         b_fid=$($LFS path2fid $DIR/$tdir/other_dir/b)
14595
14596         [ "$a_fid" = "$b_fid" ] || error "different fid after migration"
14597
14598         rm -rf $DIR/$tdir || error "rm dir failed after migration"
14599 }
14600 run_test 230e "migrate mulitple local link files"
14601
14602 test_230f() {
14603         [ $PARALLEL == "yes" ] && skip "skip parallel run" && return
14604         [ $MDSCOUNT -lt 2 ] && skip "needs >= 2 MDTs" && return
14605         local a_fid
14606         local ln_fid
14607
14608         mkdir -p $DIR/$tdir
14609         mkdir $DIR/$tdir/migrate_dir
14610         $LFS mkdir -i1 $DIR/$tdir/other_dir
14611         touch $DIR/$tdir/migrate_dir/a
14612         ln $DIR/$tdir/migrate_dir/a $DIR/$tdir/other_dir/ln1
14613         ln $DIR/$tdir/migrate_dir/a $DIR/$tdir/other_dir/ln2
14614         ls $DIR/$tdir/other_dir
14615
14616         # a should be migrated to MDT1, since no other links on MDT0
14617         $LFS migrate -m 1 $DIR/$tdir/migrate_dir ||
14618                 error "#1 migrate dir fails"
14619         mdt_index=$($LFS getstripe -M $DIR/$tdir/migrate_dir)
14620         [ $mdt_index == 1 ] || error "migrate_dir is not on MDT1"
14621         mdt_index=$($LFS getstripe -M $DIR/$tdir/migrate_dir/a)
14622         [ $mdt_index == 1 ] || error "a is not on MDT1"
14623
14624         # a should stay on MDT1, because it is a mulitple link file
14625         $LFS migrate -m 0 $DIR/$tdir/migrate_dir ||
14626                 error "#2 migrate dir fails"
14627         mdt_index=$($LFS getstripe -M $DIR/$tdir/migrate_dir/a)
14628         [ $mdt_index == 1 ] || error "a is not on MDT1"
14629
14630         $LFS migrate -m 1 $DIR/$tdir/migrate_dir ||
14631                 error "#3 migrate dir fails"
14632
14633         a_fid=$($LFS path2fid $DIR/$tdir/migrate_dir/a)
14634         ln_fid=$($LFS path2fid $DIR/$tdir/other_dir/ln1)
14635         [ "$a_fid" = "$ln_fid" ] || error "different fid after migrate to MDT1"
14636
14637         rm -rf $DIR/$tdir/other_dir/ln1 || error "unlink ln1 fails"
14638         rm -rf $DIR/$tdir/other_dir/ln2 || error "unlink ln2 fails"
14639
14640         # a should be migrated to MDT0, since no other links on MDT1
14641         $LFS migrate -m 0 $DIR/$tdir/migrate_dir ||
14642                 error "#4 migrate dir fails"
14643         mdt_index=$($LFS getstripe -M $DIR/$tdir/migrate_dir/a)
14644         [ $mdt_index == 0 ] || error "a is not on MDT0"
14645
14646         rm -rf $DIR/$tdir || error "rm dir failed after migration"
14647 }
14648 run_test 230f "migrate mulitple remote link files"
14649
14650 test_230g() {
14651         [ $PARALLEL == "yes" ] && skip "skip parallel run" && return
14652         [ $MDSCOUNT -lt 2 ] && skip "needs >= 2 MDTs" && return
14653
14654         mkdir -p $DIR/$tdir/migrate_dir
14655
14656         $LFS migrate -m 1000 $DIR/$tdir/migrate_dir &&
14657                 error "migrating dir to non-exist MDT succeeds"
14658         true
14659 }
14660 run_test 230g "migrate dir to non-exist MDT"
14661
14662 test_230h() {
14663         [ $PARALLEL == "yes" ] && skip "skip parallel run" && return
14664         [ $MDSCOUNT -lt 2 ] && skip "needs >= 2 MDTs" && return
14665         [ $(lustre_version_code $SINGLEMDS) -lt $(version_code 2.7.64) ] &&
14666                 skip "Need MDS version at least 2.7.64" && return
14667         local mdt_index
14668
14669         mkdir -p $DIR/$tdir/migrate_dir
14670
14671         $LFS migrate -m1 $DIR &&
14672                 error "migrating mountpoint1 should fail"
14673
14674         $LFS migrate -m1 $DIR/$tdir/.. &&
14675                 error "migrating mountpoint2 should fail"
14676
14677         $LFS migrate -m1 $DIR/$tdir/migrate_dir/.. ||
14678                 error "migrating $tdir fail"
14679
14680         mdt_index=$($LFS getstripe -M $DIR/$tdir)
14681         [ $mdt_index == 1 ] || error "$mdt_index != 1 after migration"
14682
14683         mdt_index=$($LFS getstripe -M $DIR/$tdir/migrate_dir)
14684         [ $mdt_index == 1 ] || error "$mdt_index != 1 after migration"
14685
14686 }
14687 run_test 230h "migrate .. and root"
14688
14689 test_230i() {
14690         [ $PARALLEL == "yes" ] && skip "skip parallel run" && return
14691         [ $MDSCOUNT -lt 2 ] && skip "needs >= 2 MDTs" && return
14692
14693         mkdir -p $DIR/$tdir/migrate_dir
14694
14695         $LFS migrate -m 1 $DIR/$tdir/migrate_dir/ ||
14696                 error "migration fails with a tailing slash"
14697
14698         $LFS migrate -m 0 $DIR/$tdir/migrate_dir// ||
14699                 error "migration fails with two tailing slashes"
14700 }
14701 run_test 230i "lfs migrate -m tolerates trailing slashes"
14702
14703 test_231a()
14704 {
14705         # For simplicity this test assumes that max_pages_per_rpc
14706         # is the same across all OSCs
14707         local max_pages=$($LCTL get_param -n osc.*.max_pages_per_rpc | head -n1)
14708         local bulk_size=$((max_pages * 4096))
14709         local brw_size=$(do_facet ost1 $LCTL get_param -n obdfilter.*.brw_size |
14710                                        head -n 1)
14711
14712         mkdir -p $DIR/$tdir
14713         $LFS setstripe -S ${brw_size}M $DIR/$tdir ||
14714                 error "failed to set stripe with -S ${brw_size}M option"
14715
14716         # clear the OSC stats
14717         $LCTL set_param osc.*.stats=0 &>/dev/null
14718         stop_writeback
14719
14720         # Client writes $bulk_size - there must be 1 rpc for $max_pages.
14721         dd if=/dev/zero of=$DIR/$tdir/$tfile bs=$bulk_size count=1 \
14722                 oflag=direct &>/dev/null || error "dd failed"
14723
14724         sync; sleep 1; sync # just to be safe
14725         local nrpcs=$($LCTL get_param osc.*.stats |awk '/ost_write/ {print $2}')
14726         if [ x$nrpcs != "x1" ]; then
14727                 $LCTL get_param osc.*.stats
14728                 error "found $nrpcs ost_write RPCs, not 1 as expected"
14729         fi
14730
14731         start_writeback
14732         # Drop the OSC cache, otherwise we will read from it
14733         cancel_lru_locks osc
14734
14735         # clear the OSC stats
14736         $LCTL set_param osc.*.stats=0 &>/dev/null
14737
14738         # Client reads $bulk_size.
14739         dd if=$DIR/$tdir/$tfile of=/dev/null bs=$bulk_size count=1 \
14740                 iflag=direct &>/dev/null || error "dd failed"
14741
14742         nrpcs=$($LCTL get_param osc.*.stats | awk '/ost_read/ { print $2 }')
14743         if [ x$nrpcs != "x1" ]; then
14744                 $LCTL get_param osc.*.stats
14745                 error "found $nrpcs ost_read RPCs, not 1 as expected"
14746         fi
14747 }
14748 run_test 231a "checking that reading/writing of BRW RPC size results in one RPC"
14749
14750 test_231b() {
14751         mkdir -p $DIR/$tdir
14752         local i
14753         for i in {0..1023}; do
14754                 dd if=/dev/zero of=$DIR/$tdir/$tfile conv=notrunc \
14755                         seek=$((2 * i)) bs=4096 count=1 &>/dev/null ||
14756                         error "dd of=$DIR/$tdir/$tfile seek=$((2 * i)) failed"
14757         done
14758         sync
14759 }
14760 run_test 231b "must not assert on fully utilized OST request buffer"
14761
14762 test_232a() {
14763         mkdir -p $DIR/$tdir
14764         $LFS setstripe -c1 -i0 $DIR/$tdir/$tfile
14765
14766         #define OBD_FAIL_LDLM_OST_LVB            0x31c
14767         do_facet ost1 $LCTL set_param fail_loc=0x31c
14768
14769         # ignore dd failure
14770         dd if=/dev/zero of=$DIR/$tdir/$tfile bs=1M count=1 || true
14771
14772         do_facet ost1 $LCTL set_param fail_loc=0
14773         umount_client $MOUNT || error "umount failed"
14774         mount_client $MOUNT || error "mount failed"
14775         stop ost1 || error "cannot stop ost1"
14776         start ost1 $(ostdevname 1) $OST_MOUNT_OPTS || error "cannot start ost1"
14777 }
14778 run_test 232a "failed lock should not block umount"
14779
14780 test_232b() {
14781         mkdir -p $DIR/$tdir
14782         $LFS setstripe -c1 -i0 $DIR/$tdir/$tfile
14783         dd if=/dev/zero of=$DIR/$tdir/$tfile bs=1M count=1
14784         sync
14785         cancel_lru_locks osc
14786
14787         #define OBD_FAIL_LDLM_OST_LVB            0x31c
14788         do_facet ost1 $LCTL set_param fail_loc=0x31c
14789
14790         # ignore failure
14791         $LFS data_version $DIR/$tdir/$tfile || true
14792
14793         do_facet ost1 $LCTL set_param fail_loc=0
14794         umount_client $MOUNT || error "umount failed"
14795         mount_client $MOUNT || error "mount failed"
14796         stop ost1 || error "cannot stop ost1"
14797         start ost1 $(ostdevname 1) $OST_MOUNT_OPTS || error "cannot start ost1"
14798 }
14799 run_test 232b "failed data version lock should not block umount"
14800
14801 test_233a() {
14802         [ $(lustre_version_code $SINGLEMDS) -ge $(version_code 2.3.64) ] ||
14803         { skip "Need MDS version at least 2.3.64"; return; }
14804         [ -n "$FILESET" ] && skip "SKIP due to FILESET set" && return
14805
14806         local fid=$($LFS path2fid $MOUNT)
14807         stat $MOUNT/.lustre/fid/$fid > /dev/null ||
14808                 error "cannot access $MOUNT using its FID '$fid'"
14809 }
14810 run_test 233a "checking that OBF of the FS root succeeds"
14811
14812 test_233b() {
14813         [ $(lustre_version_code $SINGLEMDS) -ge $(version_code 2.5.90) ] ||
14814         { skip "Need MDS version at least 2.5.90"; return; }
14815         [ -n "$FILESET" ] && skip "SKIP due to FILESET set" && return
14816
14817         local fid=$($LFS path2fid $MOUNT/.lustre)
14818         stat $MOUNT/.lustre/fid/$fid > /dev/null ||
14819                 error "cannot access $MOUNT/.lustre using its FID '$fid'"
14820
14821         fid=$($LFS path2fid $MOUNT/.lustre/fid)
14822         stat $MOUNT/.lustre/fid/$fid > /dev/null ||
14823                 error "cannot access $MOUNT/.lustre/fid using its FID '$fid'"
14824 }
14825 run_test 233b "checking that OBF of the FS .lustre succeeds"
14826
14827 test_234() {
14828         local p="$TMP/sanityN-$TESTNAME.parameters"
14829         save_lustre_params client "llite.*.xattr_cache" > $p
14830         lctl set_param llite.*.xattr_cache 1 ||
14831                 { skip "xattr cache is not supported"; return 0; }
14832
14833         mkdir -p $DIR/$tdir || error "mkdir failed"
14834         touch $DIR/$tdir/$tfile || error "touch failed"
14835         # OBD_FAIL_LLITE_XATTR_ENOMEM
14836         $LCTL set_param fail_loc=0x1405
14837         getfattr -n user.attr $DIR/$tdir/$tfile &&
14838                 error "getfattr should have failed with ENOMEM"
14839         $LCTL set_param fail_loc=0x0
14840         rm -rf $DIR/$tdir
14841
14842         restore_lustre_params < $p
14843         rm -f $p
14844 }
14845 run_test 234 "xattr cache should not crash on ENOMEM"
14846
14847 test_235() {
14848         [ $(lustre_version_code $SINGLEMDS) -lt $(version_code 2.4.52) ] &&
14849                 skip "Need MDS version at least 2.4.52" && return
14850         flock_deadlock $DIR/$tfile
14851         local RC=$?
14852         case $RC in
14853                 0)
14854                 ;;
14855                 124) error "process hangs on a deadlock"
14856                 ;;
14857                 *) error "error executing flock_deadlock $DIR/$tfile"
14858                 ;;
14859         esac
14860 }
14861 run_test 235 "LU-1715: flock deadlock detection does not work properly"
14862
14863 #LU-2935
14864 test_236() {
14865         check_swap_layouts_support && return 0
14866         test_mkdir -c1 $DIR/$tdir
14867
14868         local ref1=/etc/passwd
14869         local ref2=/etc/group
14870         local file1=$DIR/$tdir/f1
14871         local file2=$DIR/$tdir/f2
14872
14873         $SETSTRIPE -c 1 $file1 || error "cannot setstripe on '$file1': rc = $?"
14874         cp $ref1 $file1 || error "cp $ref1 $file1 failed: rc = $?"
14875         $SETSTRIPE -c 2 $file2 || error "cannot setstripe on '$file2': rc = $?"
14876         cp $ref2 $file2 || error "cp $ref2 $file2 failed: rc = $?"
14877         local fd=$(free_fd)
14878         local cmd="exec $fd<>$file2"
14879         eval $cmd
14880         rm $file2
14881         $LFS swap_layouts $file1 /proc/self/fd/${fd} ||
14882                 error "cannot swap layouts of '$file1' and /proc/self/fd/${fd}"
14883         cmd="exec $fd>&-"
14884         eval $cmd
14885         cmp $ref2 $file1 || error "content compare failed ($ref2 != $file1)"
14886
14887         #cleanup
14888         rm -rf $DIR/$tdir
14889 }
14890 run_test 236 "Layout swap on open unlinked file"
14891
14892 # test to verify file handle related system calls
14893 # (name_to_handle_at/open_by_handle_at)
14894 # The new system calls are supported in glibc >= 2.14.
14895
14896 test_237() {
14897         echo "Test file_handle syscalls" > $DIR/$tfile ||
14898                 error "write failed"
14899         check_fhandle_syscalls $DIR/$tfile ||
14900                 error "check_fhandle_syscalls failed"
14901 }
14902 run_test 237 "Verify name_to_handle_at/open_by_handle_at syscalls"
14903
14904 # LU-4659 linkea consistency
14905 test_238() {
14906         local server_version=$(lustre_version_code $SINGLEMDS)
14907
14908         [[ $server_version -gt $(version_code 2.5.57) ]] ||
14909                 [[ $server_version -gt $(version_code 2.5.1) &&
14910                    $server_version -lt $(version_code 2.5.50) ]] ||
14911                 { skip "Need MDS version at least 2.5.58 or 2.5.2+"; return; }
14912
14913         touch $DIR/$tfile
14914         ln $DIR/$tfile $DIR/$tfile.lnk
14915         touch $DIR/$tfile.new
14916         mv $DIR/$tfile.new $DIR/$tfile
14917         local fid1=$($LFS path2fid $DIR/$tfile)
14918         local fid2=$($LFS path2fid $DIR/$tfile.lnk)
14919         local path1=$($LFS fid2path $FSNAME "$fid1")
14920         [ $tfile == $path1 ] || error "linkea inconsistent: $tfile $fid1 $path1"
14921         local path2=$($LFS fid2path $FSNAME "$fid2")
14922         [ $tfile.lnk == $path2 ] ||
14923                 error "linkea inconsistent: $tfile.lnk $fid2 $path2!"
14924         rm -f $DIR/$tfile*
14925 }
14926 run_test 238 "Verify linkea consistency"
14927
14928 test_239A() { # was test_239
14929         [ $(lustre_version_code $SINGLEMDS) -lt $(version_code 2.5.60) ] &&
14930                 skip "Need MDS version at least 2.5.60" && return
14931         local list=$(comma_list $(mdts_nodes))
14932
14933         mkdir -p $DIR/$tdir
14934         createmany -o $DIR/$tdir/f- 5000
14935         unlinkmany $DIR/$tdir/f- 5000
14936         [ $(lustre_version_code $SINGLEMDS) -gt $(version_code 2.10.53) ] &&
14937                 do_nodes $list "lctl set_param -n osp.*.force_sync=1"
14938         changes=$(do_nodes $list "lctl get_param -n osp.*MDT*.sync_changes \
14939                         osp.*MDT*.sync_in_flight" | calc_sum)
14940         [ "$changes" -eq 0 ] || error "$changes not synced"
14941 }
14942 run_test 239A "osp_sync test"
14943
14944 test_239a() { #LU-5297
14945         remote_mds_nodsh && skip "remote MDS with nodsh" && return
14946         touch $DIR/$tfile
14947         #define OBD_FAIL_OSP_CHECK_INVALID_REC     0x2100
14948         do_facet $SINGLEMDS $LCTL set_param fail_loc=0x2100
14949         chgrp $RUNAS_GID $DIR/$tfile
14950         wait_delete_completed
14951 }
14952 run_test 239a "process invalid osp sync record correctly"
14953
14954 test_239b() { #LU-5297
14955         remote_mds_nodsh && skip "remote MDS with nodsh" && return
14956         touch $DIR/$tfile1
14957         #define OBD_FAIL_OSP_CHECK_ENOMEM     0x2101
14958         do_facet $SINGLEMDS $LCTL set_param fail_loc=0x2101
14959         chgrp $RUNAS_GID $DIR/$tfile1
14960         wait_delete_completed
14961         do_facet $SINGLEMDS $LCTL set_param fail_loc=0
14962         touch $DIR/$tfile2
14963         chgrp $RUNAS_GID $DIR/$tfile2
14964         wait_delete_completed
14965 }
14966 run_test 239b "process osp sync record with ENOMEM error correctly"
14967
14968 test_240() {
14969         [ $MDSCOUNT -lt 2 ] && skip "needs >= 2 MDTs" && return
14970         remote_mds_nodsh && skip "remote MDS with nodsh" && return
14971
14972         mkdir -p $DIR/$tdir
14973
14974         $LFS mkdir -i 0 $DIR/$tdir/d0 ||
14975                 error "failed to mkdir $DIR/$tdir/d0 on MDT0"
14976         $LFS mkdir -i 1 $DIR/$tdir/d0/d1 ||
14977                 error "failed to mkdir $DIR/$tdir/d0/d1 on MDT1"
14978
14979         umount_client $MOUNT || error "umount failed"
14980         #define OBD_FAIL_TGT_DELAY_CONDITIONAL   0x713
14981         do_facet mds2 lctl set_param fail_loc=0x713 fail_val=1
14982         mount_client $MOUNT || error "failed to mount client"
14983
14984         echo "stat $DIR/$tdir/d0/d1, should not fail/ASSERT"
14985         stat $DIR/$tdir/d0/d1 || error "fail to stat $DIR/$tdir/d0/d1"
14986 }
14987 run_test 240 "race between ldlm enqueue and the connection RPC (no ASSERT)"
14988
14989 test_241_bio() {
14990         for LOOP in $(seq $1); do
14991                 dd if=$DIR/$tfile of=/dev/null bs=40960 count=1 2>/dev/null
14992                 cancel_lru_locks $OSC || true
14993         done
14994 }
14995
14996 test_241_dio() {
14997         for LOOP in $(seq $1); do
14998                 dd if=$DIR/$tfile of=/dev/null bs=40960 count=1 \
14999                                                 iflag=direct 2>/dev/null
15000         done
15001 }
15002
15003 test_241a() { # was test_241
15004         dd if=/dev/zero of=$DIR/$tfile count=1 bs=40960
15005         ls -la $DIR/$tfile
15006         cancel_lru_locks $OSC
15007         test_241_bio 1000 &
15008         PID=$!
15009         test_241_dio 1000
15010         wait $PID
15011 }
15012 run_test 241a "bio vs dio"
15013
15014 test_241b() {
15015         dd if=/dev/zero of=$DIR/$tfile count=1 bs=40960
15016         ls -la $DIR/$tfile
15017         test_241_dio 1000 &
15018         PID=$!
15019         test_241_dio 1000
15020         wait $PID
15021 }
15022 run_test 241b "dio vs dio"
15023
15024 test_242() {
15025         remote_mds_nodsh && skip "remote MDS with nodsh" && return
15026         mkdir -p $DIR/$tdir
15027         touch $DIR/$tdir/$tfile
15028
15029         #define OBD_FAIL_MDS_READPAGE_PACK      0x105
15030         do_facet mds1 lctl set_param fail_loc=0x105
15031         /bin/ls $DIR/$tdir && error "ls $DIR/$tdir should fail"
15032
15033         do_facet mds1 lctl set_param fail_loc=0
15034         /bin/ls $DIR/$tdir || error "ls $DIR/$tdir failed"
15035 }
15036 run_test 242 "mdt_readpage failure should not cause directory unreadable"
15037
15038 test_243()
15039 {
15040         test_mkdir $DIR/$tdir
15041         group_lock_test -d $DIR/$tdir || error "A group lock test failed"
15042 }
15043 run_test 243 "various group lock tests"
15044
15045 test_244()
15046 {
15047         test_mkdir $DIR/$tdir
15048         dd if=/dev/zero of=$DIR/$tdir/$tfile bs=1M count=35
15049         sendfile_grouplock $DIR/$tdir/$tfile || \
15050                 error "sendfile+grouplock failed"
15051         rm -rf $DIR/$tdir
15052 }
15053 run_test 244 "sendfile with group lock tests"
15054
15055 test_245() {
15056         local flagname="multi_mod_rpcs"
15057         local connect_data_name="max_mod_rpcs"
15058         local out
15059
15060         # check if multiple modify RPCs flag is set
15061         out=$($LCTL get_param mdc.$FSNAME-MDT0000-*.import |
15062                 grep "connect_flags:")
15063         echo "$out"
15064
15065         echo "$out" | grep -qw $flagname
15066         if [ $? -ne 0 ]; then
15067                 echo "connect flag $flagname is not set"
15068                 return
15069         fi
15070
15071         # check if multiple modify RPCs data is set
15072         out=$($LCTL get_param mdc.$FSNAME-MDT0000-*.import)
15073         echo "$out"
15074
15075         echo "$out" | grep -qw $connect_data_name ||
15076                 error "import should have connect data $connect_data_name"
15077 }
15078 run_test 245 "check mdc connection flag/data: multiple modify RPCs"
15079
15080 test_246() { # LU-7371
15081         remote_ost_nodsh && skip "remote OST with nodsh" && return
15082         [ $(lustre_version_code ost1) -lt $(version_code 2.7.62) ] &&
15083                 skip "Need OST version >= 2.7.62" && return 0
15084         do_facet ost1 $LCTL set_param fail_val=4095
15085 #define OBD_FAIL_OST_READ_SIZE          0x234
15086         do_facet ost1 $LCTL set_param fail_loc=0x234
15087         $LFS setstripe $DIR/$tfile -i 0 -c 1
15088         dd if=/dev/zero of=$DIR/$tfile bs=4095 count=1 > /dev/null 2>&1
15089         cancel_lru_locks $FSNAME-OST0000
15090         dd if=$DIR/$tfile of=/dev/null bs=1048576 || error "Read failed"
15091 }
15092 run_test 246 "Read file of size 4095 should return right length"
15093
15094 cleanup_247() {
15095         local submount=$1
15096
15097         trap 0
15098         umount_client $submount
15099         rmdir $submount
15100 }
15101
15102 test_247a() {
15103         lctl get_param -n mdc.$FSNAME-MDT0000*.import |
15104                 grep -q subtree ||
15105                 { skip "Fileset feature is not supported"; return; }
15106
15107         local submount=${MOUNT}_$tdir
15108
15109         mkdir $MOUNT/$tdir
15110         mkdir -p $submount || error "mkdir $submount failed"
15111         FILESET="$FILESET/$tdir" mount_client $submount ||
15112                 error "mount $submount failed"
15113         trap "cleanup_247 $submount" EXIT
15114         echo foo > $submount/$tfile || error "write $submount/$tfile failed"
15115         [ $(cat $MOUNT/$tdir/$tfile) = "foo" ] ||
15116                 error "read $MOUNT/$tdir/$tfile failed"
15117         cleanup_247 $submount
15118 }
15119 run_test 247a "mount subdir as fileset"
15120
15121 test_247b() {
15122         lctl get_param -n mdc.$FSNAME-MDT0000*.import | grep -q subtree ||
15123                 { skip "Fileset feature is not supported"; return; }
15124
15125         local submount=${MOUNT}_$tdir
15126
15127         rm -rf $MOUNT/$tdir
15128         mkdir -p $submount || error "mkdir $submount failed"
15129         SKIP_FILESET=1
15130         FILESET="$FILESET/$tdir" mount_client $submount &&
15131                 error "mount $submount should fail"
15132         rmdir $submount
15133 }
15134 run_test 247b "mount subdir that dose not exist"
15135
15136 test_247c() {
15137         lctl get_param -n mdc.$FSNAME-MDT0000*.import | grep -q subtree ||
15138                 { skip "Fileset feature is not supported"; return; }
15139
15140         local submount=${MOUNT}_$tdir
15141
15142         mkdir -p $MOUNT/$tdir/dir1
15143         mkdir -p $submount || error "mkdir $submount failed"
15144         trap "cleanup_247 $submount" EXIT
15145         FILESET="$FILESET/$tdir" mount_client $submount ||
15146                 error "mount $submount failed"
15147         local fid=$($LFS path2fid $MOUNT/)
15148         $LFS fid2path $submount $fid && error "fid2path should fail"
15149         cleanup_247 $submount
15150 }
15151 run_test 247c "running fid2path outside root"
15152
15153 test_247d() {
15154         lctl get_param -n mdc.$FSNAME-MDT0000*.import | grep -q subtree ||
15155                 { skip "Fileset feature is not supported"; return; }
15156
15157         local submount=${MOUNT}_$tdir
15158
15159         mkdir -p $MOUNT/$tdir/dir1
15160         mkdir -p $submount || error "mkdir $submount failed"
15161         FILESET="$FILESET/$tdir" mount_client $submount ||
15162                 error "mount $submount failed"
15163         trap "cleanup_247 $submount" EXIT
15164         local fid=$($LFS path2fid $submount/dir1)
15165         $LFS fid2path $submount $fid || error "fid2path should succeed"
15166         cleanup_247 $submount
15167 }
15168 run_test 247d "running fid2path inside root"
15169
15170 # LU-8037
15171 test_247e() {
15172         lctl get_param -n mdc.$FSNAME-MDT0000*.import |
15173                 grep -q subtree ||
15174                 { skip "Fileset feature is not supported"; return; }
15175
15176         local submount=${MOUNT}_$tdir
15177
15178         mkdir $MOUNT/$tdir
15179         mkdir -p $submount || error "mkdir $submount failed"
15180         FILESET="$FILESET/.." mount_client $submount &&
15181                 error "mount $submount should fail"
15182         rmdir $submount
15183 }
15184 run_test 247e "mount .. as fileset"
15185
15186 test_248() {
15187         local fast_read_sav=$($LCTL get_param -n llite.*.fast_read 2>/dev/null)
15188         [ -z "$fast_read_sav" ] && skip "no fast read support" && return
15189
15190         # create a large file for fast read verification
15191         dd if=/dev/zero of=$DIR/$tfile bs=1M count=128 > /dev/null 2>&1
15192
15193         # make sure the file is created correctly
15194         $CHECKSTAT -s $((128*1024*1024)) $DIR/$tfile ||
15195                 { rm -f $DIR/$tfile; skip "file creation error" && return; }
15196
15197         echo "Test 1: verify that fast read is 4 times faster on cache read"
15198
15199         # small read with fast read enabled
15200         $LCTL set_param -n llite.*.fast_read=1
15201         local t_fast=$(dd if=$DIR/$tfile of=/dev/null bs=4k 2>&1 |
15202                 egrep -o '([[:digit:]\.\,e-]+) s' | cut -d's' -f1 |
15203                 sed -e 's/,/./' -e 's/[eE]+*/\*10\^/')
15204         # small read with fast read disabled
15205         $LCTL set_param -n llite.*.fast_read=0
15206         local t_slow=$(dd if=$DIR/$tfile of=/dev/null bs=4k 2>&1 |
15207                 egrep -o '([[:digit:]\.\,e-]+) s' | cut -d's' -f1 |
15208                 sed -e 's/,/./' -e 's/[eE]+*/\*10\^/')
15209
15210         # verify that fast read is 4 times faster for cache read
15211         [ $(bc <<< "4 * $t_fast < $t_slow") -eq 1 ] ||
15212                 error_not_in_vm "fast read was not 4 times faster: " \
15213                            "$t_fast vs $t_slow"
15214
15215         echo "Test 2: verify the performance between big and small read"
15216         $LCTL set_param -n llite.*.fast_read=1
15217
15218         # 1k non-cache read
15219         cancel_lru_locks osc
15220         local t_1k=$(dd if=$DIR/$tfile of=/dev/null bs=1k 2>&1 |
15221                 egrep -o '([[:digit:]\.\,e-]+) s' | cut -d's' -f1 |
15222                 sed -e 's/,/./' -e 's/[eE]+*/\*10\^/')
15223
15224         # 1M non-cache read
15225         cancel_lru_locks osc
15226         local t_1m=$(dd if=$DIR/$tfile of=/dev/null bs=1k 2>&1 |
15227                 egrep -o '([[:digit:]\.\,e-]+) s' | cut -d's' -f1 |
15228                 sed -e 's/,/./' -e 's/[eE]+*/\*10\^/')
15229
15230         # verify that big IO is not 4 times faster than small IO
15231         [ $(bc <<< "4 * $t_1k >= $t_1m") -eq 1 ] ||
15232                 error_not_in_vm "bigger IO is way too fast: $t_1k vs $t_1m"
15233
15234         $LCTL set_param -n llite.*.fast_read=$fast_read_sav
15235         rm -f $DIR/$tfile
15236 }
15237 run_test 248 "fast read verification"
15238
15239 test_249() { # LU-7890
15240         rm -f $DIR/$tfile
15241         $SETSTRIPE -c 1 $DIR/$tfile
15242
15243         [ $(lustre_version_code $SINGLEMDS) -lt $(version_code 2.8.53) ] &&
15244         skip "Need at least version 2.8.54"
15245
15246         # Offset 2T == 4k * 512M
15247         dd if=/dev/zero of=$DIR/$tfile bs=4k count=1 seek=512M ||
15248                 error "dd to 2T offset failed"
15249 }
15250 run_test 249 "Write above 2T file size"
15251
15252 test_250() {
15253         [ "$(facet_fstype ost$(($($GETSTRIPE -i $DIR/$tfile) + 1)))" = "zfs" ] \
15254          && skip "no 16TB file size limit on ZFS" && return
15255
15256         $SETSTRIPE -c 1 $DIR/$tfile
15257         # ldiskfs extent file size limit is (16TB - 4KB - 1) bytes
15258         local size=$((16 * 1024 * 1024 * 1024 * 1024 - 4096 - 1))
15259         $TRUNCATE $DIR/$tfile $size || error "truncate $tfile to $size failed"
15260         dd if=/dev/zero of=$DIR/$tfile bs=10 count=1 oflag=append \
15261                 conv=notrunc,fsync && error "append succeeded"
15262         return 0
15263 }
15264 run_test 250 "Write above 16T limit"
15265
15266 test_251() {
15267         $SETSTRIPE -c -1 -S 1048576 $DIR/$tfile
15268
15269         #define OBD_FAIL_LLITE_LOST_LAYOUT 0x1407
15270         #Skip once - writing the first stripe will succeed
15271         $LCTL set_param fail_loc=0xa0001407 fail_val=1
15272         $MULTIOP $DIR/$tfile o:O_RDWR:w2097152c 2>&1 | grep -q "short write" &&
15273                 error "short write happened"
15274
15275         $LCTL set_param fail_loc=0xa0001407 fail_val=1
15276         $MULTIOP $DIR/$tfile or2097152c 2>&1 | grep -q "short read" &&
15277                 error "short read happened"
15278
15279         rm -f $DIR/$tfile
15280 }
15281 run_test 251 "Handling short read and write correctly"
15282
15283 test_252() {
15284         local tgt
15285         local dev
15286         local out
15287         local uuid
15288         local num
15289         local gen
15290
15291         remote_mds_nodsh && skip "remote MDS with nodsh" && return
15292         remote_ost_nodsh && skip "remote OST with nodsh" && return
15293         if [ "$(facet_fstype ost1)" != "ldiskfs" -o \
15294              "$(facet_fstype mds1)" != "ldiskfs" ]; then
15295                 skip "ldiskfs only test"
15296                 return
15297         fi
15298
15299         # check lr_reader on OST0000
15300         tgt=ost1
15301         dev=$(facet_device $tgt)
15302         out=$(do_facet $tgt $LR_READER $dev)
15303         [ $? -eq 0 ] || error "$LR_READER failed on target $tgt device $dev"
15304         echo "$out"
15305         uuid=$(echo "$out" | grep -i uuid | awk '{ print $2 }')
15306         [ "$uuid" == "$(ostuuid_from_index 0)" ] ||
15307                 error "Invalid uuid returned by $LR_READER on target $tgt"
15308         echo -e "uuid returned by $LR_READER is '$uuid'\n"
15309
15310         # check lr_reader -c on MDT0000
15311         tgt=mds1
15312         dev=$(facet_device $tgt)
15313         if ! do_facet $tgt $LR_READER -h | grep -q OPTIONS; then
15314                 echo "$LR_READER does not support additional options"
15315                 return 0
15316         fi
15317         out=$(do_facet $tgt $LR_READER -c $dev)
15318         [ $? -eq 0 ] || error "$LR_READER failed on target $tgt device $dev"
15319         echo "$out"
15320         num=$(echo "$out" | grep -c "mdtlov")
15321         [ "$num" -eq $((MDSCOUNT - 1)) ] ||
15322                 error "Invalid number of mdtlov clients returned by $LR_READER"
15323         echo -e "Number of mdtlov clients returned by $LR_READER is '$num'\n"
15324
15325         # check lr_reader -cr on MDT0000
15326         out=$(do_facet $tgt $LR_READER -cr $dev)
15327         [ $? -eq 0 ] || error "$LR_READER failed on target $tgt device $dev"
15328         echo "$out"
15329         echo "$out" | grep -q "^reply_data:$" ||
15330                 error "$LR_READER should have returned 'reply_data' section"
15331         num=$(echo "$out" | grep -c "client_generation")
15332         echo -e "Number of reply data returned by $LR_READER is '$num'\n"
15333 }
15334 run_test 252 "check lr_reader tool"
15335
15336 test_253_fill_ost() {
15337         local size_mb #how many MB should we write to pass watermark
15338         local lwm=$3  #low watermark
15339         local free_10mb #10% of free space
15340
15341         free_kb=$($LFS df $MOUNT | grep $1 | awk '{ print $4 }')
15342         size_mb=$((free_kb / 1024 - lwm))
15343         free_10mb=$((free_kb / 10240))
15344         #If 10% of free space cross low watermark use it
15345         if (( free_10mb > size_mb )); then
15346                 size_mb=$free_10mb
15347         else
15348                 #At least we need to store 1.1 of difference between
15349                 #free space and low watermark
15350                 size_mb=$((size_mb + size_mb / 10))
15351         fi
15352         if (( lwm <= $((free_kb / 1024)) )) || [ ! -f $DIR/$tdir/1 ]; then
15353                 dd if=/dev/zero of=$DIR/$tdir/1 bs=1M count=$size_mb \
15354                          oflag=append conv=notrunc
15355         fi
15356
15357         sleep_maxage
15358
15359         free_kb=$($LFS df $MOUNT | grep $1 | awk '{ print $4 }')
15360         echo "OST still has $((free_kb / 1024)) mbytes free"
15361 }
15362
15363 test_253() {
15364         local ostidx=0
15365         local rc=0
15366
15367         [ $PARALLEL == "yes" ] && skip "skip parallel run" && return
15368         remote_mds_nodsh && skip "remote MDS with nodsh" && return
15369         remote_mgs_nodsh && skip "remote MGS with nodsh" && return
15370
15371         local ost_name=$($LFS osts |
15372                 sed -n 's/^'$ostidx': \(.*\)_UUID .*/\1/p')
15373         # on the mdt's osc
15374         local mdtosc_proc1=$(get_mdtosc_proc_path $SINGLEMDS $ost_name)
15375         do_facet $SINGLEMDS $LCTL get_param -n \
15376                 osp.$mdtosc_proc1.reserved_mb_high ||
15377                 { skip  "remote MDS does not support reserved_mb_high" &&
15378                   return; }
15379
15380         rm -rf $DIR/$tdir
15381         wait_mds_ost_sync
15382         wait_delete_completed
15383         mkdir $DIR/$tdir
15384
15385         local last_wm_h=$(do_facet $SINGLEMDS $LCTL get_param -n \
15386                         osp.$mdtosc_proc1.reserved_mb_high)
15387         local last_wm_l=$(do_facet $SINGLEMDS $LCTL get_param -n \
15388                         osp.$mdtosc_proc1.reserved_mb_low)
15389         echo "prev high watermark $last_wm_h, prev low watermark $last_wm_l"
15390
15391         if ! combined_mgs_mds ; then
15392                 mount_mgs_client
15393         fi
15394         create_pool $FSNAME.$TESTNAME || error "Pool creation failed"
15395         do_facet mgs $LCTL pool_add $FSNAME.$TESTNAME $ost_name ||
15396                 error "Adding $ost_name to pool failed"
15397
15398         # Wait for client to see a OST at pool
15399         wait_update $HOSTNAME "$LCTL get_param -n
15400                 lov.$FSNAME-*.pools.$TESTNAME | sort -u |
15401                 grep $ost_name" "$ost_name""_UUID" $((TIMEOUT/2)) ||
15402                 error "Client can not see the pool"
15403         $SETSTRIPE $DIR/$tdir -i $ostidx -c 1 -p $FSNAME.$TESTNAME ||
15404                 error "Setstripe failed"
15405
15406         dd if=/dev/zero of=$DIR/$tdir/0 bs=1M count=10
15407         local blocks=$($LFS df $MOUNT | grep $ost_name | awk '{ print $4 }')
15408         echo "OST still has $((blocks/1024)) mbytes free"
15409
15410         local new_lwm=$((blocks/1024-10))
15411         do_facet $SINGLEMDS $LCTL set_param \
15412                         osp.$mdtosc_proc1.reserved_mb_high=$((new_lwm+5))
15413         do_facet $SINGLEMDS $LCTL set_param \
15414                         osp.$mdtosc_proc1.reserved_mb_low=$new_lwm
15415
15416         test_253_fill_ost $ost_name $mdtosc_proc1 $new_lwm
15417
15418         #First enospc could execute orphan deletion so repeat.
15419         test_253_fill_ost $ost_name $mdtosc_proc1 $new_lwm
15420
15421         local oa_status=$(do_facet $SINGLEMDS $LCTL get_param -n \
15422                         osp.$mdtosc_proc1.prealloc_status)
15423         echo "prealloc_status $oa_status"
15424
15425         dd if=/dev/zero of=$DIR/$tdir/2 bs=1M count=1 &&
15426                 error "File creation should fail"
15427         #object allocation was stopped, but we still able to append files
15428         dd if=/dev/zero of=$DIR/$tdir/1 bs=1M seek=6 count=5 oflag=append ||
15429                 error "Append failed"
15430         rm -f $DIR/$tdir/1 $DIR/$tdir/0 $DIR/$tdir/r*
15431
15432         wait_delete_completed
15433
15434         sleep_maxage
15435
15436         for i in $(seq 10 12); do
15437                 dd if=/dev/zero of=$DIR/$tdir/$i bs=1M count=1 2>/dev/null ||
15438                         error "File creation failed after rm";
15439         done
15440
15441         oa_status=$(do_facet $SINGLEMDS $LCTL get_param -n \
15442                         osp.$mdtosc_proc1.prealloc_status)
15443         echo "prealloc_status $oa_status"
15444
15445         if (( oa_status != 0 )); then
15446                 error "Object allocation still disable after rm"
15447         fi
15448         do_facet $SINGLEMDS $LCTL set_param \
15449                         osp.$mdtosc_proc1.reserved_mb_high=$last_wm_h
15450         do_facet $SINGLEMDS $LCTL set_param \
15451                         osp.$mdtosc_proc1.reserved_mb_low=$last_wm_l
15452
15453
15454         do_facet mgs $LCTL pool_remove $FSNAME.$TESTNAME $ost_name ||
15455                 error "Remove $ost_name from pool failed"
15456         do_facet mgs $LCTL pool_destroy $FSNAME.$TESTNAME ||
15457                 error "Pool destroy fialed"
15458
15459         if ! combined_mgs_mds ; then
15460                 umount_mgs_client
15461         fi
15462 }
15463 run_test 253 "Check object allocation limit"
15464
15465 test_254() {
15466         local cl_user
15467
15468         [ $PARALLEL == "yes" ] && skip "skip parallel run" && return
15469         remote_mds_nodsh && skip "remote MDS with nodsh" && return
15470         do_facet mds1 $LCTL get_param -n mdd.$MDT0.changelog_size ||
15471                 { skip "MDS does not support changelog_size" && return; }
15472
15473         cl_user=$(do_facet mds1 $LCTL --device $MDT0 changelog_register -n)
15474         echo "Registered as changelog user $cl_user"
15475
15476         $LFS changelog_clear $MDT0 $cl_user 0
15477
15478         local size1=$(do_facet mds1 \
15479                       $LCTL get_param -n mdd.$MDT0.changelog_size)
15480         echo "Changelog size $size1"
15481
15482         rm -rf $DIR/$tdir
15483         $LFS mkdir -i 0 $DIR/$tdir
15484         # change something
15485         mkdir -p $DIR/$tdir/pics/2008/zachy
15486         touch $DIR/$tdir/pics/2008/zachy/timestamp
15487         cp /etc/hosts $DIR/$tdir/pics/2008/zachy/pic1.jpg
15488         mv $DIR/$tdir/pics/2008/zachy $DIR/$tdir/pics/zach
15489         ln $DIR/$tdir/pics/zach/pic1.jpg $DIR/$tdir/pics/2008/portland.jpg
15490         ln -s $DIR/$tdir/pics/2008/portland.jpg $DIR/$tdir/pics/desktop.jpg
15491         rm $DIR/$tdir/pics/desktop.jpg
15492
15493         local size2=$(do_facet mds1 \
15494                       $LCTL get_param -n mdd.$MDT0.changelog_size)
15495         echo "Changelog size after work $size2"
15496
15497         do_facet mds1 $LCTL --device $MDT0 changelog_deregister $cl_user
15498
15499         if (( size2 <= size1 )); then
15500                 error "Changelog size after work should be greater than original"
15501         fi
15502         return 0
15503 }
15504 run_test 254 "Check changelog size"
15505
15506 ladvise_no_type()
15507 {
15508         local type=$1
15509         local file=$2
15510
15511         lfs ladvise -a invalid $file 2>&1 | grep "Valid types" |
15512                 awk -F: '{print $2}' | grep $type > /dev/null
15513         if [ $? -ne 0 ]; then
15514                 return 0
15515         fi
15516         return 1
15517 }
15518
15519 ladvise_no_ioctl()
15520 {
15521         local file=$1
15522
15523         lfs ladvise -a willread $file > /dev/null 2>&1
15524         if [ $? -eq 0 ]; then
15525                 return 1
15526         fi
15527
15528         lfs ladvise -a willread $file 2>&1 |
15529                 grep "Inappropriate ioctl for device" > /dev/null
15530         if [ $? -eq 0 ]; then
15531                 return 0
15532         fi
15533         return 1
15534 }
15535
15536 percent() {
15537         bc <<<"scale=2; ($1 - $2) * 100 / $2"
15538 }
15539
15540 # run a random read IO workload
15541 # usage: random_read_iops <filename> <filesize> <iosize>
15542 random_read_iops() {
15543         local file=$1
15544         local fsize=$2
15545         local iosize=${3:-4096}
15546
15547         $READS -f $file -s $fsize -b $iosize -n $((fsize / iosize)) -t 60 |
15548                 sed -e '/^$/d' -e 's#.*s, ##' -e 's#MB/s##'
15549 }
15550
15551 drop_file_oss_cache() {
15552         local file="$1"
15553         local nodes="$2"
15554
15555         $LFS ladvise -a dontneed $file 2>/dev/null ||
15556                 do_nodes $nodes "echo 3 > /proc/sys/vm/drop_caches"
15557 }
15558
15559 ladvise_willread_performance()
15560 {
15561         local repeat=10
15562         local average_origin=0
15563         local average_cache=0
15564         local average_ladvise=0
15565
15566         for ((i = 1; i <= $repeat; i++)); do
15567                 echo "Iter $i/$repeat: reading without willread hint"
15568                 cancel_lru_locks osc
15569                 drop_file_oss_cache $DIR/$tfile $(comma_list $(osts_nodes))
15570                 local speed_origin=$(random_read_iops $DIR/$tfile $size)
15571                 echo "Iter $i/$repeat: uncached speed: $speed_origin"
15572                 average_origin=$(bc <<<"$average_origin + $speed_origin")
15573
15574                 cancel_lru_locks osc
15575                 local speed_cache=$(random_read_iops $DIR/$tfile $size)
15576                 echo "Iter $i/$repeat: OSS cache speed: $speed_cache"
15577                 average_cache=$(bc <<<"$average_cache + $speed_cache")
15578
15579                 cancel_lru_locks osc
15580                 drop_file_oss_cache $DIR/$tfile $(comma_list $(osts_nodes))
15581                 $LFS ladvise -a willread $DIR/$tfile || error "ladvise failed"
15582                 local speed_ladvise=$(random_read_iops $DIR/$tfile $size)
15583                 echo "Iter $i/$repeat: ladvise speed: $speed_ladvise"
15584                 average_ladvise=$(bc <<<"$average_ladvise + $speed_ladvise")
15585         done
15586         average_origin=$(bc <<<"scale=2; $average_origin / $repeat")
15587         average_cache=$(bc <<<"scale=2; $average_cache / $repeat")
15588         average_ladvise=$(bc <<<"scale=2; $average_ladvise / $repeat")
15589
15590         speedup_cache=$(percent $average_cache $average_origin)
15591         speedup_ladvise=$(percent $average_ladvise $average_origin)
15592
15593         echo "Average uncached read: $average_origin"
15594         echo "Average speedup with OSS cached read: " \
15595                 "$average_cache = +$speedup_cache%"
15596         echo "Average speedup with ladvise willread: " \
15597                 "$average_ladvise = +$speedup_ladvise%"
15598
15599         local lowest_speedup=20
15600         if [ ${average_cache%.*} -lt $lowest_speedup ]; then
15601                 echo "Speedup with OSS cached read less than $lowest_speedup%," \
15602                         "got $average_cache%. Skipping ladvise willread check."
15603                 return 0
15604         fi
15605
15606         # the test won't work on ZFS until it supports 'ladvise dontneed', but
15607         # it is still good to run until then to exercise 'ladvise willread'
15608         ! $LFS ladvise -a dontneed $DIR/$tfile &&
15609                 [ "$(facet_fstype ost1)" = "zfs" ] &&
15610                 echo "osd-zfs does not support dontneed or drop_caches" &&
15611                 return 0
15612
15613         lowest_speedup=$(bc <<<"scale=2; $average_cache / 2")
15614         [ ${average_ladvise%.*} -gt $lowest_speedup ] ||
15615                 error_not_in_vm "Speedup with willread is less than " \
15616                         "$lowest_speedup%, got $average_ladvise%"
15617 }
15618
15619 test_255a() {
15620         [ $(lustre_version_code ost1) -lt $(version_code 2.8.54) ] &&
15621                 skip "lustre < 2.8.54 does not support ladvise " && return
15622         remote_ost_nodsh && skip "remote OST with nodsh" && return
15623
15624         lfs setstripe -c -1 -i 0 $DIR/$tfile || error "$tfile failed"
15625
15626         ladvise_no_type willread $DIR/$tfile &&
15627                 skip "willread ladvise is not supported" && return
15628
15629         ladvise_no_ioctl $DIR/$tfile &&
15630                 skip "ladvise ioctl is not supported" && return
15631
15632         local size_mb=100
15633         local size=$((size_mb * 1048576))
15634         dd if=/dev/zero of=$DIR/$tfile bs=1048576 count=$size_mb ||
15635                 error "dd to $DIR/$tfile failed"
15636
15637         lfs ladvise -a willread $DIR/$tfile ||
15638                 error "Ladvise failed with no range argument"
15639
15640         lfs ladvise -a willread -s 0 $DIR/$tfile ||
15641                 error "Ladvise failed with no -l or -e argument"
15642
15643         lfs ladvise -a willread -e 1 $DIR/$tfile ||
15644                 error "Ladvise failed with only -e argument"
15645
15646         lfs ladvise -a willread -l 1 $DIR/$tfile ||
15647                 error "Ladvise failed with only -l argument"
15648
15649         lfs ladvise -a willread -s 2 -e 1 $DIR/$tfile &&
15650                 error "End offset should not be smaller than start offset"
15651
15652         lfs ladvise -a willread -s 2 -e 2 $DIR/$tfile &&
15653                 error "End offset should not be equal to start offset"
15654
15655         lfs ladvise -a willread -s $size -l 1 $DIR/$tfile ||
15656                 error "Ladvise failed with overflowing -s argument"
15657
15658         lfs ladvise -a willread -s 1 -e $((size + 1)) $DIR/$tfile ||
15659                 error "Ladvise failed with overflowing -e argument"
15660
15661         lfs ladvise -a willread -s 1 -l $size $DIR/$tfile ||
15662                 error "Ladvise failed with overflowing -l argument"
15663
15664         lfs ladvise -a willread -l 1 -e 2 $DIR/$tfile &&
15665                 error "Ladvise succeeded with conflicting -l and -e arguments"
15666
15667         echo "Synchronous ladvise should wait"
15668         local delay=4
15669 #define OBD_FAIL_OST_LADVISE_PAUSE       0x237
15670         do_nodes $(comma_list $(osts_nodes)) \
15671                 $LCTL set_param fail_val=$delay fail_loc=0x237
15672
15673         local start_ts=$SECONDS
15674         lfs ladvise -a willread $DIR/$tfile ||
15675                 error "Ladvise failed with no range argument"
15676         local end_ts=$SECONDS
15677         local inteval_ts=$((end_ts - start_ts))
15678
15679         if [ $inteval_ts -lt $(($delay - 1)) ]; then
15680                 error "Synchronous advice didn't wait reply"
15681         fi
15682
15683         echo "Asynchronous ladvise shouldn't wait"
15684         local start_ts=$SECONDS
15685         lfs ladvise -a willread -b $DIR/$tfile ||
15686                 error "Ladvise failed with no range argument"
15687         local end_ts=$SECONDS
15688         local inteval_ts=$((end_ts - start_ts))
15689
15690         if [ $inteval_ts -gt $(($delay / 2)) ]; then
15691                 error "Asynchronous advice blocked"
15692         fi
15693
15694         do_nodes $(comma_list $(osts_nodes)) $LCTL set_param fail_loc=0
15695         ladvise_willread_performance
15696 }
15697 run_test 255a "check 'lfs ladvise -a willread'"
15698
15699 facet_meminfo() {
15700         local facet=$1
15701         local info=$2
15702
15703         do_facet $facet "cat /proc/meminfo | grep ^${info}:" | awk '{print $2}'
15704 }
15705
15706 test_255b() {
15707         [ $(lustre_version_code ost1) -lt $(version_code 2.8.54) ] &&
15708                 skip "lustre < 2.8.54 does not support ladvise " && return
15709         remote_ost_nodsh && skip "remote OST with nodsh" && return
15710
15711         lfs setstripe -c 1 -i 0 $DIR/$tfile
15712
15713         ladvise_no_type dontneed $DIR/$tfile &&
15714                 skip "dontneed ladvise is not supported" && return
15715
15716         ladvise_no_ioctl $DIR/$tfile &&
15717                 skip "ladvise ioctl is not supported" && return
15718
15719         [ $(lustre_version_code ost1) -lt $(version_code 2.8.54) ] &&
15720                 skip "lustre < 2.8.54 does not support ladvise" && return
15721
15722         ! $LFS ladvise -a dontneed $DIR/$tfile &&
15723                 [ "$(facet_fstype ost1)" = "zfs" ] &&
15724                 skip "zfs-osd does not support 'ladvise dontneed'" && return
15725
15726         local size_mb=100
15727         local size=$((size_mb * 1048576))
15728         # In order to prevent disturbance of other processes, only check 3/4
15729         # of the memory usage
15730         local kibibytes=$((size_mb * 1024 * 3 / 4))
15731
15732         dd if=/dev/zero of=$DIR/$tfile bs=1048576 count=$size_mb ||
15733                 error "dd to $DIR/$tfile failed"
15734
15735         local total=$(facet_meminfo ost1 MemTotal)
15736         echo "Total memory: $total KiB"
15737
15738         do_facet ost1 "sync && echo 3 > /proc/sys/vm/drop_caches"
15739         local before_read=$(facet_meminfo ost1 Cached)
15740         echo "Cache used before read: $before_read KiB"
15741
15742         lfs ladvise -a willread $DIR/$tfile ||
15743                 error "Ladvise willread failed"
15744         local after_read=$(facet_meminfo ost1 Cached)
15745         echo "Cache used after read: $after_read KiB"
15746
15747         lfs ladvise -a dontneed $DIR/$tfile ||
15748                 error "Ladvise dontneed again failed"
15749         local no_read=$(facet_meminfo ost1 Cached)
15750         echo "Cache used after dontneed ladvise: $no_read KiB"
15751
15752         if [ $total -lt $((before_read + kibibytes)) ]; then
15753                 echo "Memory is too small, abort checking"
15754                 return 0
15755         fi
15756
15757         if [ $((before_read + kibibytes)) -gt $after_read ]; then
15758                 error "Ladvise willread should use more memory" \
15759                         "than $kibibytes KiB"
15760         fi
15761
15762         if [ $((no_read + kibibytes)) -gt $after_read ]; then
15763                 error "Ladvise dontneed should release more memory" \
15764                         "than $kibibytes KiB"
15765         fi
15766 }
15767 run_test 255b "check 'lfs ladvise -a dontneed'"
15768
15769 test_255c() {
15770         local count
15771         local new_count
15772         local difference
15773         local i
15774         local rc
15775
15776         [ $(lustre_version_code ost1) -lt $(version_code 2.10.50) ] &&
15777                 skip "lustre < 2.10.53 does not support lockahead" && return
15778
15779         test_mkdir -p $DIR/$tdir
15780         $SETSTRIPE -i 0 $DIR/$tdir
15781
15782         #test 10 returns only success/failure
15783         i=10
15784         lockahead_test -d $DIR/$tdir -t $i -f $tfile
15785         rc=$?
15786         if [ $rc -eq 255 ]; then
15787                 error "Ladvise test${i} failed, ${rc}"
15788         fi
15789
15790         #test 11 counts lock enqueue requests, all others count new locks
15791         i=11
15792         count=$(do_facet ost1 \
15793                 $LCTL get_param -n ost.OSS.ost.stats)
15794         count=$(echo "$count" | grep ldlm_extent_enqueue | awk '{ print $2 }')
15795
15796         lockahead_test -d $DIR/$tdir -t $i -f $tfile
15797         rc=$?
15798         if [ $rc -eq 255 ]; then
15799                 error "Ladvise test${i} failed, ${rc}"
15800         fi
15801
15802         new_count=$(do_facet ost1 \
15803                 $LCTL get_param -n ost.OSS.ost.stats)
15804         new_count=$(echo "$new_count" | grep ldlm_extent_enqueue | \
15805                    awk '{ print $2 }')
15806
15807         difference="$((new_count - count))"
15808         if [ $difference -ne $rc ]; then
15809                 error "Ladvise test${i}, bad enqueue count, returned " \
15810                       "${rc}, actual ${difference}"
15811         fi
15812
15813         for i in $(seq 12 21); do
15814                 # If we do not do this, we run the risk of having too many
15815                 # locks and starting lock cancellation while we are checking
15816                 # lock counts.
15817                 cancel_lru_locks osc
15818
15819                 count=$($LCTL get_param -n \
15820                        ldlm.namespaces.$FSNAME-OST0000*osc-f*.lock_unused_count)
15821
15822                 lockahead_test -d $DIR/$tdir -t $i -f $tfile
15823                 rc=$?
15824                 if [ $rc -eq 255 ]; then
15825                         error "Ladvise test ${i} failed, ${rc}"
15826                 fi
15827
15828                 new_count=$($LCTL get_param -n \
15829                        ldlm.namespaces.$FSNAME-OST0000*osc-f*.lock_unused_count)
15830                 difference="$((new_count - count))"
15831
15832                 # Test 15 output is divided by 100 to map down to valid return
15833                 if [ $i -eq 15 ]; then
15834                         rc="$((rc * 100))"
15835                 fi
15836
15837                 if [ $difference -ne $rc ]; then
15838                         error "Ladvise test ${i}, bad lock count, returned " \
15839                               "${rc}, actual ${difference}"
15840                 fi
15841         done
15842
15843         #test 22 returns only success/failure
15844         i=22
15845         lockahead_test -d $DIR/$tdir -t $i -f $tfile
15846         rc=$?
15847         if [ $rc -eq 255 ]; then
15848                 error "Ladvise test${i} failed, ${rc}"
15849         fi
15850 }
15851 run_test 255c "suite of ladvise lockahead tests"
15852
15853 test_256() {
15854         local cl_user
15855         local cat_sl
15856         local mdt_dev
15857
15858         [ $PARALLEL == "yes" ] && skip "skip parallel run" && return
15859         remote_mds_nodsh && skip "remote MDS with nodsh" && return
15860         [ "$(facet_fstype mds1)" != "ldiskfs" ] &&
15861                 skip "ldiskfs only test" && return
15862
15863         mdt_dev=$(mdsdevname 1)
15864         echo $mdt_dev
15865         cl_user=$(do_facet mds1 \
15866         "$LCTL get_param -n mdd.$MDT0.changelog_users | grep cl")
15867         if [[ -n $cl_user ]]; then
15868                 skip "active changelog user"
15869                 return
15870         fi
15871
15872         cl_user=$(do_facet mds1 $LCTL --device $MDT0 changelog_register -n)
15873         echo "Registered as changelog user $cl_user"
15874
15875         rm -rf $DIR/$tdir
15876         mkdir -p $DIR/$tdir
15877
15878         $LFS changelog_clear $MDT0 $cl_user 0
15879
15880         # change something
15881         touch $DIR/$tdir/{1..10}
15882
15883         # stop the MDT
15884         stop mds1 || error "Fail to stop MDT."
15885
15886         # remount the MDT
15887         start mds1 $mdt_dev $MDS_MOUNT_OPTS || error "Fail to start MDT."
15888
15889         #after mount new plainllog is used
15890         touch $DIR/$tdir/{11..19}
15891         do_facet mds1 sync
15892         local TEMP256FILE=$(mktemp -u TEMP256XXXXXX)
15893         cat_sl=$(do_facet mds1 \
15894         "$DEBUGFS -R \\\"dump changelog_catalog $TEMP256FILE\\\" $mdt_dev; \
15895          llog_reader $TEMP256FILE | grep \\\"type=1064553b\\\" | wc -l")
15896         do_facet mds1 rm $TEMP256FILE
15897
15898         if (( cat_sl != 2 )); then
15899                 do_facet mds1 $LCTL --device $MDT0 changelog_deregister $cl_user
15900                 error "Changelog catalog has wrong number of slots $cat_sl"
15901         fi
15902
15903         $LFS changelog_clear $MDT0 $cl_user 0
15904
15905         do_facet mds1 sync
15906         TEMP256FILE=$(mktemp -u TEMP256XXXXXX)
15907         cat_sl=$(do_facet mds1 \
15908         "$DEBUGFS -R \\\"dump changelog_catalog $TEMP256FILE\\\" $mdt_dev; \
15909          llog_reader $TEMP256FILE | grep \\\"type=1064553b\\\" | wc -l")
15910         do_facet mds1 rm $TEMP256FILE
15911
15912         do_facet mds1 $LCTL --device $MDT0 changelog_deregister $cl_user
15913
15914         if (( cat_sl == 2 )); then
15915                 error "Empty plain llog was not deleted from changelog catalog"
15916         fi
15917         if (( cat_sl != 1 )); then
15918                 error "Active plain llog shouldn\`t be deleted from catalog"
15919         fi
15920 }
15921 run_test 256 "Check llog delete for empty and not full state"
15922
15923 test_257() {
15924         remote_mds_nodsh && skip "remote MDS with nodsh" && return
15925         [[ $(lustre_version_code $SINGLEMDS) -lt $(version_code 2.8.55) ]] &&
15926                 skip "Need MDS version at least 2.8.55" && return
15927
15928         test_mkdir $DIR/$tdir
15929
15930         setfattr -n trusted.name1 -v value1 $DIR/$tdir ||
15931                 error "setfattr -n trusted.name1=value1 $DIR/$tdir failed"
15932         stat $DIR/$tdir
15933
15934 #define OBD_FAIL_MDS_XATTR_REP                  0x161
15935         local mdtidx=$($LFS getstripe -M $DIR/$tdir)
15936         local facet=mds$((mdtidx + 1))
15937         set_nodes_failloc $(facet_active_host $facet) 0x80000161
15938         getfattr -n trusted.name1 $DIR/$tdir 2> /dev/null
15939
15940         stop $facet || error "stop MDS failed"
15941         start $facet $(mdsdevname $((mdtidx + 1))) $MDS_MOUNT_OPTS ||
15942                 error "start MDS fail"
15943 }
15944 run_test 257 "xattr locks are not lost"
15945
15946 # Verify we take the i_mutex when security requires it
15947 test_258a() {
15948 #define OBD_FAIL_IMUTEX_SEC 0x141c
15949         $LCTL set_param fail_loc=0x141c
15950         touch $DIR/$tfile
15951         chmod u+s $DIR/$tfile
15952         chmod a+rwx $DIR/$tfile
15953         $RUNAS dd if=/dev/zero of=$DIR/$tfile bs=4k count=1 oflag=append
15954         RC=$?
15955         if [ $RC -ne 0 ]; then
15956                 error "error, failed to take i_mutex, rc=$?"
15957         fi
15958         rm -f $DIR/$tfile
15959 }
15960 run_test 258a
15961
15962 # Verify we do NOT take the i_mutex in the normal case
15963 test_258b() {
15964 #define OBD_FAIL_IMUTEX_NOSEC 0x141d
15965         $LCTL set_param fail_loc=0x141d
15966         touch $DIR/$tfile
15967         chmod a+rwx $DIR
15968         chmod a+rw $DIR/$tfile
15969         $RUNAS dd if=/dev/zero of=$DIR/$tfile bs=4k count=1 oflag=append
15970         RC=$?
15971         if [ $RC -ne 0 ]; then
15972                 error "error, took i_mutex unnecessarily, rc=$?"
15973         fi
15974         rm -f $DIR/$tfile
15975
15976 }
15977 run_test 258b "verify i_mutex security behavior"
15978
15979 test_260() {
15980 #define OBD_FAIL_MDC_CLOSE               0x806
15981         $LCTL set_param fail_loc=0x80000806
15982         touch $DIR/$tfile
15983
15984 }
15985 run_test 260 "Check mdc_close fail"
15986
15987 ### Data-on-MDT sanity tests ###
15988 test_270a() {
15989
15990         [ $(lustre_version_code $SINGLEMDS) -lt $(version_code 2.10.55) ] &&
15991                 skip "Need MDS version at least 2.10.55" && return
15992
15993         # create DoM file
15994         local dom=$DIR/$tdir/dom_file
15995         local tmp=$DIR/$tdir/tmp_file
15996
15997         mkdir -p $DIR/$tdir
15998
15999         # basic checks for DoM component creation
16000         $LFS setstripe -E 1024K -E 1024K -L mdt $dom 2>/dev/null &&
16001                 error "Can set MDT layout to non-first entry"
16002
16003         $LFS setstripe -E 1024K -L mdt -E 1024K -L mdt $dom 2>/dev/null &&
16004                 error "Can define multiple entries as MDT layout"
16005
16006         $LFS setstripe -E 1M -L mdt $dom ||
16007                 error "Can't create DoM layout"
16008
16009         [ $($LFS getstripe -L $dom) == "mdt" ] || error "bad pattern"
16010         [ $($LFS getstripe -c $dom) == 0 ] || error "bad stripe count"
16011         [ $($LFS getstripe -S $dom) == 1048576 ] || error "bad stripe size"
16012
16013         local mdtidx=$($GETSTRIPE -M $dom)
16014         local mdtname=MDT$(printf %04x $mdtidx)
16015         local facet=mds$((mdtidx + 1))
16016         local space_check=1
16017
16018         # Skip free space checks with ZFS
16019         if [ "$(facet_fstype $facet)" == "zfs" ]; then
16020                 space_check=0
16021         fi
16022
16023         # write
16024         sync
16025         local mdtfree1=$(do_facet $facet \
16026                 lctl get_param -n osd*.*$mdtname.kbytesfree)
16027         dd if=/dev/urandom of=$tmp bs=1024 count=100
16028         # check also direct IO along write
16029         dd if=$tmp of=$dom bs=102400 count=1 oflag=direct
16030         sync
16031         cmp $tmp $dom || error "file data is different"
16032         [ $(stat -c%s $dom) == 102400 ] || error "bad size after write"
16033         if [ $space_check == 1 ]; then
16034                 local mdtfree2=$(do_facet $facet \
16035                                 lctl get_param -n osd*.*$mdtname.kbytesfree)
16036                 [ $(($mdtfree1 - $mdtfree2)) -ge 102 ] ||
16037                         error "MDT free space is wrong after write"
16038         fi
16039
16040         # truncate
16041         $TRUNCATE $dom 10000
16042         [ $(stat -c%s $dom) == 10000 ] || error "bad size after truncate"
16043         if [ $space_check == 1 ]; then
16044                 mdtfree1=$(do_facet $facet \
16045                                 lctl get_param -n osd*.*$mdtname.kbytesfree)
16046                 [ $(($mdtfree1 - $mdtfree2)) -ge 92 ] ||
16047                         error "MDT free space is wrong after truncate"
16048         fi
16049
16050         # append
16051         cat $tmp >> $dom
16052         sync
16053         [ $(stat -c%s $dom) == 112400 ] || error "bad size after append"
16054         if [ $space_check == 1 ]; then
16055                 mdtfree2=$(do_facet $facet \
16056                                 lctl get_param -n osd*.*$mdtname.kbytesfree)
16057                 [ $(($mdtfree1 - $mdtfree2)) -ge 102 ] ||
16058                         error "MDT free space is wrong after append"
16059         fi
16060
16061         # delete
16062         rm $dom
16063         if [ $space_check == 1 ]; then
16064                 mdtfree1=$(do_facet $facet \
16065                                 lctl get_param -n osd*.*$mdtname.kbytesfree)
16066                 [ $(($mdtfree1 - $mdtfree2)) -ge 112 ] ||
16067                         error "MDT free space is wrong after removal"
16068         fi
16069
16070         # combined striping
16071         $LFS setstripe -E 1024K -L mdt -E EOF $dom ||
16072                 error "Can't create DoM + OST striping"
16073
16074         dd if=/dev/urandom of=$tmp bs=1024 count=2000
16075         # check also direct IO along write
16076         dd if=$tmp of=$dom bs=102400 count=20 oflag=direct
16077         sync
16078         cmp $tmp $dom || error "file data is different"
16079         [ $(stat -c%s $dom) == 2048000 ] || error "bad size after write"
16080         rm $dom
16081         rm $tmp
16082
16083         return 0
16084 }
16085 run_test 270a "DoM: basic functionality tests"
16086
16087 test_270b() {
16088         [ $(lustre_version_code $SINGLEMDS) -lt $(version_code 2.10.55) ] &&
16089                 skip "Need MDS version at least 2.10.55" && return
16090
16091         local dom=$DIR/$tdir/dom_file
16092         local max_size=1048576
16093
16094         mkdir -p $DIR/$tdir
16095         $LFS setstripe -E $max_size -L mdt $dom
16096
16097         # truncate over the limit
16098         $TRUNCATE $dom $(($max_size + 1)) &&
16099                 error "successful truncate over the maximum size"
16100         # write over the limit
16101         dd if=/dev/zero of=$dom bs=$max_size seek=1 count=1 &&
16102                 error "successful write over the maximum size"
16103         # append over the limit
16104         dd if=/dev/zero of=$dom bs=$(($max_size - 3)) count=1
16105         echo "12345" >> $dom && error "successful append over the maximum size"
16106         rm $dom
16107
16108         return 0
16109 }
16110 run_test 270b "DoM: maximum size overflow checks for DoM-only file"
16111
16112 test_270c() {
16113         [ $(lustre_version_code $SINGLEMDS) -lt $(version_code 2.10.55) ] &&
16114                 skip "Need MDS version at least 2.10.55" && return
16115
16116         mkdir -p $DIR/$tdir
16117         $LFS setstripe -E 1024K -L mdt $DIR/$tdir
16118
16119         # check files inherit DoM EA
16120         touch $DIR/$tdir/first
16121         [ $($GETSTRIPE -L $DIR/$tdir/first) == "mdt" ] ||
16122                 error "bad pattern"
16123         [ $($LFS getstripe -c $DIR/$tdir/first) == 0 ] ||
16124                 error "bad stripe count"
16125         [ $($LFS getstripe -S $DIR/$tdir/first) == 1048576 ] ||
16126                 error "bad stripe size"
16127
16128         # check directory inherits DoM EA and uses it as default
16129         mkdir $DIR/$tdir/subdir
16130         touch $DIR/$tdir/subdir/second
16131         [ $($LFS getstripe -L $DIR/$tdir/subdir/second) == "mdt" ] ||
16132                 error "bad pattern in sub-directory"
16133         [ $($LFS getstripe -c $DIR/$tdir/subdir/second) == 0 ] ||
16134                 error "bad stripe count in sub-directory"
16135         [ $($LFS getstripe -S $DIR/$tdir/subdir/second) == 1048576 ] ||
16136                 error "bad stripe size in sub-directory"
16137         return 0
16138 }
16139 run_test 270c "DoM: DoM EA inheritance tests"
16140
16141 test_270d() {
16142         [ $(lustre_version_code $SINGLEMDS) -lt $(version_code 2.10.55) ] &&
16143                 skip "Need MDS version at least 2.10.55" && return
16144
16145         mkdir -p $DIR/$tdir
16146         $LFS setstripe -E 1024K -L mdt $DIR/$tdir
16147
16148         # inherit default DoM striping
16149         mkdir $DIR/$tdir/subdir
16150         touch $DIR/$tdir/subdir/f1
16151
16152         # change default directory striping
16153         $LFS setstripe -c 1 $DIR/$tdir/subdir
16154         touch $DIR/$tdir/subdir/f2
16155         [ $($LFS getstripe -c $DIR/$tdir/subdir/f2) == 1 ] ||
16156                 error "wrong default striping in file 2"
16157         [ $($LFS getstripe -L $DIR/$tdir/subdir/f2) == "raid0" ] ||
16158                 error "bad pattern in file 2"
16159         return 0
16160 }
16161 run_test 270d "DoM: change striping from DoM to RAID0"
16162
16163 test_270e() {
16164         [ $(lustre_version_code $SINGLEMDS) -lt $(version_code 2.10.55) ] &&
16165                 skip "Need MDS version at least 2.10.55" && return
16166
16167         mkdir -p $DIR/$tdir/dom
16168         mkdir -p $DIR/$tdir/norm
16169         DOMFILES=20
16170         NORMFILES=10
16171         $LFS setstripe -E 1M -L mdt $DIR/$tdir/dom
16172         $LFS setstripe -i 0 -S 2M $DIR/$tdir/norm
16173
16174         createmany -o $DIR/$tdir/dom/dom- $DOMFILES
16175         createmany -o $DIR/$tdir/norm/norm- $NORMFILES
16176
16177         # find DoM files by layout
16178         NUM=$($LFS find -L mdt -type f $DIR/$tdir 2>/dev/null | wc -l)
16179         [ $NUM -eq  $DOMFILES ] ||
16180                 error "lfs find -L: found $NUM, expected $DOMFILES"
16181         echo "Test 1: lfs find 20 DOM files by layout: OK"
16182
16183         # there should be 1 dir with default DOM striping
16184         NUM=$($LFS find -L mdt -type d $DIR/$tdir 2>/dev/null | wc -l)
16185         [ $NUM -eq  1 ] ||
16186                 error "lfs find -L: found $NUM, expected 1 dir"
16187         echo "Test 2: lfs find 1 DOM dir by layout: OK"
16188
16189         # find DoM files by stripe size
16190         NUM=$($LFS find -S -1200K -type f $DIR/$tdir 2>/dev/null | wc -l)
16191         [ $NUM -eq  $DOMFILES ] ||
16192                 error "lfs find -S: found $NUM, expected $DOMFILES"
16193         echo "Test 4: lfs find 20 DOM files by stripe size: OK"
16194
16195         # find files by stripe offset except DoM files
16196         NUM=$($LFS find -i 0 -type f $DIR/$tdir 2>/dev/null | wc -l)
16197         [ $NUM -eq  $NORMFILES ] ||
16198                 error "lfs find -i: found $NUM, expected $NORMFILES"
16199         echo "Test 5: lfs find no DOM files by stripe index: OK"
16200         return 0
16201 }
16202 run_test 270e "DoM: lfs find with DoM files test"
16203
16204 test_270f() {
16205         [ $(lustre_version_code $SINGLEMDS) -lt $(version_code 2.10.55) ] &&
16206                 skip "Need MDS version at least 2.10.55" && return
16207
16208         local mdtname=${FSNAME}-MDT0000-mdtlov
16209         local dom=$DIR/$tdir/dom_file
16210         local dom_limit_saved=$(do_facet mds1 $LCTL get_param -n \
16211                                                 lod.$mdtname.dom_stripesize)
16212         local dom_limit=131072
16213
16214         do_facet mds1 $LCTL set_param -n lod.$mdtname.dom_stripesize=$dom_limit
16215         local dom_current=$(do_facet mds1 $LCTL get_param -n \
16216                                                 lod.$mdtname.dom_stripesize)
16217         [ ${dom_limit} -eq ${dom_current} ] ||
16218                 error "Cannot change per-MDT DoM stripe limit to $dom_limit"
16219
16220         $LFS mkdir -i 0 -c 1 $DIR/$tdir
16221         $LFS setstripe -d $DIR/$tdir
16222         $LFS setstripe -E $dom_limit -L mdt $DIR/$tdir ||
16223                 error "Can't set directory default striping"
16224
16225         # exceed maximum stripe size
16226         $LFS setstripe -E $(($dom_limit * 2)) -L mdt $dom &&
16227                 error "Able to create DoM component size more than LOD limit"
16228
16229         do_facet mds1 $LCTL set_param -n lod.$mdtname.dom_stripesize=0
16230         dom_current=$(do_facet mds1 $LCTL get_param -n \
16231                                                 lod.$mdtname.dom_stripesize)
16232         [ 0 -eq ${dom_current} ] ||
16233                 error "Can't set zero DoM stripe limit"
16234
16235         # too low values to be aligned with smallest stripe size 64K
16236         do_facet mds1 $LCTL set_param -n lod.$mdtname.dom_stripesize=30000
16237         dom_current=$(do_facet mds1 $LCTL get_param -n \
16238                                                 lod.$mdtname.dom_stripesize)
16239         [ 30000 -eq ${dom_current} ] &&
16240                 error "Can set too small DoM stripe limit"
16241
16242         do_facet mds1 $LCTL set_param -n lod.$mdtname.dom_stripesize=2147483648
16243         dom_current=$(do_facet mds1 $LCTL get_param -n \
16244                                                 lod.$mdtname.dom_stripesize)
16245         echo $dom_current
16246         [ 2147483648 -eq ${dom_current} ] &&
16247                 error "Can set too large DoM stripe limit"
16248
16249         do_facet mds1 $LCTL set_param -n \
16250                                 lod.$mdtname.dom_stripesize=$((dom_limit * 2))
16251         $LFS setstripe -E $((dom_limit * 2)) -L mdt $dom ||
16252                 error "Can't create DoM component size after limit change"
16253         do_facet mds1 $LCTL set_param -n \
16254                                 lod.$mdtname.dom_stripesize=$((dom_limit / 2))
16255         $LFS setstripe -E $dom_limit -L mdt ${dom}_big &&
16256                 error "Can create big DoM component after limit decrease"
16257         touch ${dom}_def ||
16258                 error "Can't create file with old default layout"
16259
16260         do_facet mds1 $LCTL set_param -n lod.*.dom_stripesize=$dom_limit_saved
16261         return 0
16262 }
16263 run_test 270f "DoM: maximum DoM stripe size checks"
16264
16265 test_271a() {
16266         [ $(lustre_version_code $SINGLEMDS) -lt $(version_code 2.10.55) ] &&
16267                 skip "Need MDS version at least 2.10.55" && return
16268
16269         local dom=$DIR/$tdir/dom
16270
16271         mkdir -p $DIR/$tdir
16272
16273         $LFS setstripe -E 1024K -L mdt $dom
16274
16275         lctl set_param -n mdc.*.stats=clear
16276         dd if=/dev/zero of=$dom bs=4096 count=1 || return 1
16277         cat $dom > /dev/null
16278         local reads=$(lctl get_param -n mdc.*.stats |
16279                         awk '/ost_read/ {print $2}')
16280         [ -z $reads ] || error "Unexpected $reads READ RPCs"
16281         ls $dom
16282         rm -f $dom
16283 }
16284 run_test 271a "DoM: data is cached for read after write"
16285
16286 test_271b() {
16287         [ $(lustre_version_code $SINGLEMDS) -lt $(version_code 2.10.55) ] &&
16288                 skip "Need MDS version at least 2.10.55" && return
16289
16290         local dom=$DIR/$tdir/dom
16291
16292         mkdir -p $DIR/$tdir
16293
16294         $LFS setstripe -E 1024K -L mdt -E EOF $dom
16295
16296         lctl set_param -n mdc.*.stats=clear
16297         dd if=/dev/zero of=$dom bs=4096 count=1 || return 1
16298         cancel_lru_locks mdc
16299         $CHECKSTAT -t file -s 4096 $dom || error "stat #1 fails"
16300         # second stat to check size is cached on client
16301         $CHECKSTAT -t file -s 4096 $dom || error "stat #2 fails"
16302         local gls=$(lctl get_param -n mdc.*.stats |
16303                         awk '/ldlm_glimpse/ {print $2}')
16304         [ -z $gls ] || error "Unexpected $gls glimpse RPCs"
16305         rm -f $dom
16306 }
16307 run_test 271b "DoM: no glimpse RPC for stat (DoM only file)"
16308
16309 test_271ba() {
16310         [ $(lustre_version_code $SINGLEMDS) -lt $(version_code 2.10.55) ] &&
16311                 skip "Need MDS version at least 2.10.55" && return
16312
16313         local dom=$DIR/$tdir/dom
16314
16315         mkdir -p $DIR/$tdir
16316
16317         $LFS setstripe -E 1024K -L mdt -E EOF $dom
16318
16319         lctl set_param -n mdc.*.stats=clear
16320         lctl set_param -n osc.*.stats=clear
16321         dd if=/dev/zero of=$dom bs=2048K count=1 || return 1
16322         cancel_lru_locks mdc
16323         $CHECKSTAT -t file -s 2097152 $dom || error "stat"
16324         # second stat to check size is cached on client
16325         $CHECKSTAT -t file -s 2097152 $dom || error "stat"
16326         local gls=$(lctl get_param -n mdc.*.stats |
16327                         awk '/ldlm_glimpse/ {print $2}')
16328         [ -z $gls ] || error "Unexpected $gls glimpse RPCs"
16329         local gls=$(lctl get_param -n osc.*.stats |
16330                         awk '/ldlm_glimpse/ {print $2}')
16331         [ -z $gls ] || error "Unexpected $gls OSC glimpse RPCs"
16332         rm -f $dom
16333 }
16334 run_test 271ba "DoM: no glimpse RPC for stat (combined file)"
16335
16336 test_271c() {
16337         # test to be enabled with lock_convert
16338         skip "skipped until lock convert will be implemented" && return
16339
16340         [ $(lustre_version_code $SINGLEMDS) -lt $(version_code 2.10.55) ] &&
16341                 skip "Need MDS version at least 2.10.55" && return
16342
16343         local dom=$DIR/$tdir/dom
16344
16345         mkdir -p $DIR/$tdir
16346
16347         $LFS setstripe -E 1024K -L mdt $DIR/$tdir
16348
16349         local mdtidx=$($LFS getstripe -M $DIR/$tdir)
16350         local facet=mds$((mdtidx + 1))
16351
16352         cancel_lru_locks mdc
16353         do_facet $facet lctl set_param -n mdt.*.dom_lock=0
16354         createmany -o $dom 1000
16355         lctl set_param -n mdc.*.stats=clear
16356         smalliomany -w $dom 1000 200
16357         lctl get_param -n mdc.*.stats
16358         local enq=$(lctl get_param -n mdc.*.stats |
16359                         awk '/ldlm_ibits_enqueue/ {print $2}')
16360         # Each file has 1 open, 1 IO enqueues, total 2000
16361         # but now we have also +1 getxattr for security.capability, total 3000
16362         [ $enq -ge 2000 ] || error "Too few enqueues $enq, expected > 2000"
16363         unlinkmany $dom 1000
16364
16365         cancel_lru_locks mdc
16366         do_facet $facet lctl set_param -n mdt.*.dom_lock=1
16367         createmany -o $dom 1000
16368         lctl set_param -n mdc.*.stats=clear
16369         smalliomany -w $dom 1000 200
16370         lctl get_param -n mdc.*.stats
16371         local enq_2=$(lctl get_param -n mdc.*.stats |
16372                         awk '/ldlm_ibits_enqueue/ {print $2}')
16373         # Expect to see reduced amount of RPCs by 1000 due to single enqueue
16374         # for OPEN and IO lock.
16375         [ $((enq - enq_2)) -ge 1000 ] ||
16376                 error "Too many enqueues $enq_2, expected about $((enq - 1000))"
16377         unlinkmany $dom 1000
16378         return 0
16379 }
16380 run_test 271c "DoM: IO lock at open saves enqueue RPCs"
16381
16382 test_276() {
16383         remote_ost_nodsh && skip "remote OST with nodsh" && return
16384         local pid
16385
16386         do_facet ost1 "(while true; do \
16387                 $LCTL get_param obdfilter.*.filesfree > /dev/null 2>&1; \
16388                 done) & pid=\\\$!; echo \\\$pid > $TMP/sanity_276_pid" &
16389         pid=$!
16390
16391         for LOOP in $(seq 20); do
16392                 stop ost1
16393                 start ost1 $(ostdevname 1) $OST_MOUNT_OPTS
16394         done
16395         kill -9 $pid
16396         do_facet ost1 "pid=\\\$(cat $TMP/sanity_276_pid); kill -9 \\\$pid; \
16397                 rm $TMP/sanity_276_pid"
16398 }
16399 run_test 276 "Race between mount and obd_statfs"
16400
16401 cleanup_test_300() {
16402         trap 0
16403         umask $SAVE_UMASK
16404 }
16405 test_striped_dir() {
16406         local mdt_index=$1
16407         local stripe_count
16408         local stripe_index
16409
16410         mkdir -p $DIR/$tdir
16411
16412         SAVE_UMASK=$(umask)
16413         trap cleanup_test_300 RETURN EXIT
16414
16415         $LFS setdirstripe -i $mdt_index -c 2 -H all_char -o 755 \
16416                                                 $DIR/$tdir/striped_dir ||
16417                 error "set striped dir error"
16418
16419         local mode=$(stat -c%a $DIR/$tdir/striped_dir)
16420         [ "$mode" = "755" ] || error "expect 755 got $mode"
16421
16422         $LFS getdirstripe $DIR/$tdir/striped_dir > /dev/null 2>&1 ||
16423                 error "getdirstripe failed"
16424         stripe_count=$($LFS getdirstripe -c $DIR/$tdir/striped_dir)
16425         if [ "$stripe_count" != "2" ]; then
16426                 error "1:stripe_count is $stripe_count, expect 2"
16427         fi
16428         stripe_count=$($LFS getdirstripe -T $DIR/$tdir/striped_dir)
16429         if [ "$stripe_count" != "2" ]; then
16430                 error "2:stripe_count is $stripe_count, expect 2"
16431         fi
16432
16433         stripe_index=$($LFS getdirstripe -i $DIR/$tdir/striped_dir)
16434         if [ "$stripe_index" != "$mdt_index" ]; then
16435                 error "stripe_index is $stripe_index, expect $mdt_index"
16436         fi
16437
16438         [ $(stat -c%h $DIR/$tdir/striped_dir) == '2' ] ||
16439                 error "nlink error after create striped dir"
16440
16441         mkdir $DIR/$tdir/striped_dir/a
16442         mkdir $DIR/$tdir/striped_dir/b
16443
16444         stat $DIR/$tdir/striped_dir/a ||
16445                 error "create dir under striped dir failed"
16446         stat $DIR/$tdir/striped_dir/b ||
16447                 error "create dir under striped dir failed"
16448
16449         [ $(stat -c%h $DIR/$tdir/striped_dir) == '4' ] ||
16450                 error "nlink error after mkdir"
16451
16452         rmdir $DIR/$tdir/striped_dir/a
16453         [ $(stat -c%h $DIR/$tdir/striped_dir) == '3' ] ||
16454                 error "nlink error after rmdir"
16455
16456         rmdir $DIR/$tdir/striped_dir/b
16457         [ $(stat -c%h $DIR/$tdir/striped_dir) == '2' ] ||
16458                 error "nlink error after rmdir"
16459
16460         chattr +i $DIR/$tdir/striped_dir
16461         createmany -o $DIR/$tdir/striped_dir/f 10 &&
16462                 error "immutable flags not working under striped dir!"
16463         chattr -i $DIR/$tdir/striped_dir
16464
16465         rmdir $DIR/$tdir/striped_dir ||
16466                 error "rmdir striped dir error"
16467
16468         cleanup_test_300
16469
16470         true
16471 }
16472
16473 test_300a() {
16474         [ $(lustre_version_code $SINGLEMDS) -lt $(version_code 2.7.0) ] &&
16475                 skip "skipped for lustre < 2.7.0" && return
16476         [ $PARALLEL == "yes" ] && skip "skip parallel run" && return
16477         [ $MDSCOUNT -lt 2 ] && skip "needs >= 2 MDTs" && return
16478
16479         test_striped_dir 0 || error "failed on striped dir on MDT0"
16480         test_striped_dir 1 || error "failed on striped dir on MDT0"
16481 }
16482 run_test 300a "basic striped dir sanity test"
16483
16484 test_300b() {
16485         [ $(lustre_version_code $SINGLEMDS) -lt $(version_code 2.7.0) ] &&
16486                 skip "skipped for lustre < 2.7.0" && return
16487         [ $PARALLEL == "yes" ] && skip "skip parallel run" && return
16488         [ $MDSCOUNT -lt 2 ] && skip "needs >= 2 MDTs" && return
16489         local i
16490         local mtime1
16491         local mtime2
16492         local mtime3
16493
16494         test_mkdir $DIR/$tdir || error "mkdir fail"
16495         $LFS setdirstripe -i 0 -c 2 -H all_char $DIR/$tdir/striped_dir ||
16496                 error "set striped dir error"
16497         for i in {0..9}; do
16498                 mtime1=$(stat -c %Y $DIR/$tdir/striped_dir)
16499                 sleep 1
16500                 touch $DIR/$tdir/striped_dir/file_$i || error "touch error $i"
16501                 mtime2=$(stat -c %Y $DIR/$tdir/striped_dir)
16502                 [ $mtime1 -eq $mtime2 ] && error "mtime unchanged after create"
16503                 sleep 1
16504                 rm -f $DIR/$tdir/striped_dir/file_$i || error "unlink error $i"
16505                 mtime3=$(stat -c %Y $DIR/$tdir/striped_dir)
16506                 [ $mtime2 -eq $mtime3 ] && error "mtime unchanged after unlink"
16507         done
16508         true
16509 }
16510 run_test 300b "check ctime/mtime for striped dir"
16511
16512 test_300c() {
16513         [ $(lustre_version_code $SINGLEMDS) -lt $(version_code 2.7.0) ] &&
16514                 skip "skipped for lustre < 2.7.0" && return
16515         [ $PARALLEL == "yes" ] && skip "skip parallel run" && return
16516         [ $MDSCOUNT -lt 2 ] && skip "needs >= 2 MDTs" && return
16517         local file_count
16518
16519         mkdir -p $DIR/$tdir
16520         $LFS setdirstripe -i 0 -c 2 $DIR/$tdir/striped_dir ||
16521                 error "set striped dir error"
16522
16523         chown $RUNAS_ID:$RUNAS_GID $DIR/$tdir/striped_dir ||
16524                 error "chown striped dir failed"
16525
16526         $RUNAS createmany -o $DIR/$tdir/striped_dir/f 5000 ||
16527                 error "create 5k files failed"
16528
16529         file_count=$(ls $DIR/$tdir/striped_dir | wc -l)
16530
16531         [ "$file_count" = 5000 ] || error "file count $file_count != 5000"
16532
16533         rm -rf $DIR/$tdir
16534 }
16535 run_test 300c "chown && check ls under striped directory"
16536
16537 test_300d() {
16538         [ $(lustre_version_code $SINGLEMDS) -lt $(version_code 2.7.0) ] &&
16539                 skip "skipped for lustre < 2.7.0" && return
16540         [ $PARALLEL == "yes" ] && skip "skip parallel run" && return
16541         [ $MDSCOUNT -lt 2 ] && skip "needs >= 2 MDTs" && return
16542         local stripe_count
16543         local file
16544
16545         mkdir -p $DIR/$tdir
16546         $SETSTRIPE -c 2 $DIR/$tdir
16547
16548         #local striped directory
16549         $LFS setdirstripe -i 0 -c 2 -H all_char $DIR/$tdir/striped_dir ||
16550                 error "set striped dir error"
16551         createmany -o $DIR/$tdir/striped_dir/f 10 ||
16552                 error "create 10 files failed"
16553
16554         #remote striped directory
16555         $LFS setdirstripe -i 1 -c 2 $DIR/$tdir/remote_striped_dir ||
16556                 error "set striped dir error"
16557         createmany -o $DIR/$tdir/remote_striped_dir/f 10 ||
16558                 error "create 10 files failed"
16559
16560         for file in $(find $DIR/$tdir); do
16561                 stripe_count=$($GETSTRIPE -c $file)
16562                 [ $stripe_count -eq 2 ] ||
16563                         error "wrong stripe $stripe_count for $file"
16564         done
16565
16566         rm -rf $DIR/$tdir
16567 }
16568 run_test 300d "check default stripe under striped directory"
16569
16570 test_300e() {
16571         [ $(lustre_version_code $SINGLEMDS) -lt $(version_code 2.7.55) ] &&
16572                 skip "Need MDS version at least 2.7.55" && return
16573         [ $PARALLEL == "yes" ] && skip "skip parallel run" && return
16574         [ $MDSCOUNT -lt 2 ] && skip "needs >= 2 MDTs" && return
16575         local stripe_count
16576         local file
16577
16578         mkdir -p $DIR/$tdir
16579
16580         $LFS setdirstripe -i 0 -c 2 -H all_char $DIR/$tdir/striped_dir ||
16581                 error "set striped dir error"
16582
16583         touch $DIR/$tdir/striped_dir/a
16584         touch $DIR/$tdir/striped_dir/b
16585         touch $DIR/$tdir/striped_dir/c
16586
16587         mkdir $DIR/$tdir/striped_dir/dir_a
16588         mkdir $DIR/$tdir/striped_dir/dir_b
16589         mkdir $DIR/$tdir/striped_dir/dir_c
16590
16591         $LFS setdirstripe -i 0 -c 2 -H all_char $DIR/$tdir/striped_dir/stp_a ||
16592                 error "set striped adir under striped dir error"
16593
16594         $LFS setdirstripe -i 0 -c 2 -H all_char $DIR/$tdir/striped_dir/stp_b ||
16595                 error "set striped bdir under striped dir error"
16596
16597         $LFS setdirstripe -i 0 -c 2 -H all_char $DIR/$tdir/striped_dir/stp_c ||
16598                 error "set striped cdir under striped dir error"
16599
16600         mrename $DIR/$tdir/striped_dir/dir_a $DIR/$tdir/striped_dir/dir_b ||
16601                 error "rename dir under striped dir fails"
16602
16603         mrename $DIR/$tdir/striped_dir/stp_a $DIR/$tdir/striped_dir/stp_b ||
16604                 error "rename dir under different stripes fails"
16605
16606         mrename $DIR/$tdir/striped_dir/a $DIR/$tdir/striped_dir/c ||
16607                 error "rename file under striped dir should succeed"
16608
16609         mrename $DIR/$tdir/striped_dir/dir_b $DIR/$tdir/striped_dir/dir_c ||
16610                 error "rename dir under striped dir should succeed"
16611
16612         rm -rf $DIR/$tdir
16613 }
16614 run_test 300e "check rename under striped directory"
16615
16616 test_300f() {
16617         [ $(lustre_version_code $SINGLEMDS) -lt $(version_code 2.7.55) ] &&
16618                 skip "Need MDS version at least 2.7.55" && return
16619         [ $PARALLEL == "yes" ] && skip "skip parallel run" && return
16620         [ $MDSCOUNT -lt 2 ] && skip "needs >= 2 MDTs" && return
16621         local stripe_count
16622         local file
16623
16624         rm -rf $DIR/$tdir
16625         mkdir -p $DIR/$tdir
16626
16627         $LFS setdirstripe -i 0 -c 2 -H all_char $DIR/$tdir/striped_dir ||
16628                 error "set striped dir error"
16629
16630         $LFS setdirstripe -i 0 -c 2 -H all_char $DIR/$tdir/striped_dir1 ||
16631                 error "set striped dir error"
16632
16633         touch $DIR/$tdir/striped_dir/a
16634         mkdir $DIR/$tdir/striped_dir/dir_a
16635         $LFS setdirstripe -i 0 -c 2 $DIR/$tdir/striped_dir/stp_a ||
16636                 error "create striped dir under striped dir fails"
16637
16638         touch $DIR/$tdir/striped_dir1/b
16639         mkdir $DIR/$tdir/striped_dir1/dir_b
16640         $LFS setdirstripe -i 0 -c 2 $DIR/$tdir/striped_dir/stp_b ||
16641                 error "create striped dir under striped dir fails"
16642
16643         mrename $DIR/$tdir/striped_dir/dir_a $DIR/$tdir/striped_dir1/dir_b ||
16644                 error "rename dir under different striped dir should fail"
16645
16646         mrename $DIR/$tdir/striped_dir/stp_a $DIR/$tdir/striped_dir1/stp_b ||
16647                 error "rename striped dir under diff striped dir should fail"
16648
16649         mrename $DIR/$tdir/striped_dir/a $DIR/$tdir/striped_dir1/a ||
16650                 error "rename file under diff striped dirs fails"
16651
16652         rm -rf $DIR/$tdir
16653 }
16654 run_test 300f "check rename cross striped directory"
16655
16656 test_300_check_default_striped_dir()
16657 {
16658         local dirname=$1
16659         local default_count=$2
16660         local default_index=$3
16661         local stripe_count
16662         local stripe_index
16663         local dir_stripe_index
16664         local dir
16665
16666         echo "checking $dirname $default_count $default_index"
16667         $LFS setdirstripe -D -c $default_count -i $default_index \
16668                                 -t all_char $DIR/$tdir/$dirname ||
16669                 error "set default stripe on striped dir error"
16670         stripe_count=$($LFS getdirstripe -D -c $DIR/$tdir/$dirname)
16671         [ $stripe_count -eq $default_count ] ||
16672                 error "expect $default_count get $stripe_count for $dirname"
16673
16674         stripe_index=$($LFS getdirstripe -D -i $DIR/$tdir/$dirname)
16675         [ $stripe_index -eq $default_index ] ||
16676                 error "expect $default_index get $stripe_index for $dirname"
16677
16678         mkdir $DIR/$tdir/$dirname/{test1,test2,test3,test4} ||
16679                                                 error "create dirs failed"
16680
16681         createmany -o $DIR/$tdir/$dirname/f- 10 || error "create files failed"
16682         unlinkmany $DIR/$tdir/$dirname/f- 10    || error "unlink files failed"
16683         for dir in $(find $DIR/$tdir/$dirname/*); do
16684                 stripe_count=$($LFS getdirstripe -c $dir)
16685                 [ $stripe_count -eq $default_count ] ||
16686                 [ $stripe_count -eq 0 -o $default_count -eq 1 ] ||
16687                 error "stripe count $default_count != $stripe_count for $dir"
16688
16689                 stripe_index=$($LFS getdirstripe -i $dir)
16690                 [ $default_index -eq -1 -o $stripe_index -eq $default_index ] ||
16691                         error "$stripe_index != $default_index for $dir"
16692
16693                 #check default stripe
16694                 stripe_count=$($LFS getdirstripe -D -c $dir)
16695                 [ $stripe_count -eq $default_count ] ||
16696                 error "default count $default_count != $stripe_count for $dir"
16697
16698                 stripe_index=$($LFS getdirstripe -D -i $dir)
16699                 [ $stripe_index -eq $default_index ] ||
16700                 error "default index $default_index != $stripe_index for $dir"
16701         done
16702         rmdir $DIR/$tdir/$dirname/* || error "rmdir failed"
16703 }
16704
16705 test_300g() {
16706         [ $(lustre_version_code $SINGLEMDS) -lt $(version_code 2.7.55) ] &&
16707                 skip "Need MDS version at least 2.7.55" && return
16708         [ $MDSCOUNT -lt 2 ] && skip "needs >= 2 MDTs" && return
16709         local dir
16710         local stripe_count
16711         local stripe_index
16712
16713         mkdir $DIR/$tdir
16714         mkdir $DIR/$tdir/normal_dir
16715
16716         #Checking when client cache stripe index
16717         $LFS setdirstripe -c$MDSCOUNT $DIR/$tdir/striped_dir
16718         $LFS setdirstripe -D -i1 $DIR/$tdir/striped_dir ||
16719                 error "create striped_dir failed"
16720
16721         $LFS setdirstripe -i0 $DIR/$tdir/striped_dir/dir0 ||
16722                 error "create dir0 fails"
16723         stripe_index=$($LFS getdirstripe -i $DIR/$tdir/striped_dir/dir0)
16724         [ $stripe_index -eq 0 ] ||
16725                 error "dir0 expect index 0 got $stripe_index"
16726
16727         mkdir $DIR/$tdir/striped_dir/dir1 ||
16728                 error "create dir1 fails"
16729         stripe_index=$($LFS getdirstripe -i $DIR/$tdir/striped_dir/dir1)
16730         [ $stripe_index -eq 1 ] ||
16731                 error "dir1 expect index 1 got $stripe_index"
16732
16733         #check default stripe count/stripe index
16734         test_300_check_default_striped_dir normal_dir $MDSCOUNT 1
16735         test_300_check_default_striped_dir normal_dir 1 0
16736         test_300_check_default_striped_dir normal_dir 2 1
16737         test_300_check_default_striped_dir normal_dir 2 -1
16738
16739         #delete default stripe information
16740         echo "delete default stripeEA"
16741         $LFS setdirstripe -d $DIR/$tdir/normal_dir ||
16742                 error "set default stripe on striped dir error"
16743
16744         mkdir -p $DIR/$tdir/normal_dir/{test1,test2,test3,test4}
16745         for dir in $(find $DIR/$tdir/normal_dir/*); do
16746                 stripe_count=$($LFS getdirstripe -c $dir)
16747                 [ $stripe_count -eq 0 ] ||
16748                         error "expect 1 get $stripe_count for $dir"
16749                 stripe_index=$($LFS getdirstripe -i $dir)
16750                 [ $stripe_index -eq 0 ] ||
16751                         error "expect 0 get $stripe_index for $dir"
16752         done
16753 }
16754 run_test 300g "check default striped directory for normal directory"
16755
16756 test_300h() {
16757         [ $(lustre_version_code $SINGLEMDS) -lt $(version_code 2.7.55) ] &&
16758                 skip "Need MDS version at least 2.7.55" && return
16759         [ $MDSCOUNT -lt 2 ] && skip "needs >= 2 MDTs" && return
16760         local dir
16761         local stripe_count
16762
16763         mkdir $DIR/$tdir
16764         $LFS setdirstripe -i 0 -c$MDSCOUNT -H all_char $DIR/$tdir/striped_dir ||
16765                 error "set striped dir error"
16766
16767         test_300_check_default_striped_dir striped_dir $MDSCOUNT 1
16768         test_300_check_default_striped_dir striped_dir 1 0
16769         test_300_check_default_striped_dir striped_dir 2 1
16770         test_300_check_default_striped_dir striped_dir 2 -1
16771
16772         #delete default stripe information
16773         $LFS setdirstripe -d $DIR/$tdir/striped_dir ||
16774                 error "set default stripe on striped dir error"
16775
16776         mkdir -p $DIR/$tdir/striped_dir/{test1,test2,test3,test4}
16777         for dir in $(find $DIR/$tdir/striped_dir/*); do
16778                 stripe_count=$($LFS getdirstripe -c $dir)
16779                 [ $stripe_count -eq 0 ] ||
16780                         error "expect 1 get $stripe_count for $dir"
16781         done
16782 }
16783 run_test 300h "check default striped directory for striped directory"
16784
16785 test_300i() {
16786         [ $(lustre_version_code $SINGLEMDS) -lt $(version_code 2.7.55) ] &&
16787                 skip "Need MDS version at least 2.7.55" && return
16788         [ $PARALLEL == "yes" ] && skip "skip parallel run" && return
16789         [ $MDSCOUNT -lt 2 ] && skip "needs >= 2 MDTs" && return
16790         local stripe_count
16791         local file
16792
16793         mkdir $DIR/$tdir
16794
16795         $LFS setdirstripe -i 0 -c$MDSCOUNT -H all_char $DIR/$tdir/striped_dir ||
16796                 error "set striped dir error"
16797
16798         createmany -o $DIR/$tdir/striped_dir/f- 10 ||
16799                 error "create files under striped dir failed"
16800
16801         $LFS setdirstripe -i0 -c$MDSCOUNT -H all_char $DIR/$tdir/hashdir ||
16802                 error "set striped hashdir error"
16803
16804         $LFS setdirstripe -i0 -c$MDSCOUNT -H all_char $DIR/$tdir/hashdir/d0 ||
16805                 error "create dir0 under hash dir failed"
16806         $LFS setdirstripe -i0 -c$MDSCOUNT -H fnv_1a_64 $DIR/$tdir/hashdir/d1 ||
16807                 error "create dir1 under hash dir failed"
16808
16809         # unfortunately, we need to umount to clear dir layout cache for now
16810         # once we fully implement dir layout, we can drop this
16811         umount_client $MOUNT || error "umount failed"
16812         mount_client $MOUNT || error "mount failed"
16813
16814         $LFS find -H fnv_1a_64 $DIR/$tdir/hashdir
16815         local dircnt=$($LFS find -H fnv_1a_64 $DIR/$tdir/hashdir | wc -l)
16816         [ $dircnt -eq 1 ] || error "lfs find striped dir got:$dircnt,except:1"
16817
16818         #set the stripe to be unknown hash type
16819         #define OBD_FAIL_UNKNOWN_LMV_STRIPE     0x1901
16820         $LCTL set_param fail_loc=0x1901
16821         for ((i = 0; i < 10; i++)); do
16822                 $CHECKSTAT -t file $DIR/$tdir/striped_dir/f-$i ||
16823                         error "stat f-$i failed"
16824                 rm $DIR/$tdir/striped_dir/f-$i || error "unlink f-$i failed"
16825         done
16826
16827         touch $DIR/$tdir/striped_dir/f0 &&
16828                 error "create under striped dir with unknown hash should fail"
16829
16830         $LCTL set_param fail_loc=0
16831
16832         umount_client $MOUNT || error "umount failed"
16833         mount_client $MOUNT || error "mount failed"
16834
16835         return 0
16836 }
16837 run_test 300i "client handle unknown hash type striped directory"
16838
16839 test_300j() {
16840         [ $PARALLEL == "yes" ] && skip "skip parallel run" && return
16841         [ $(lustre_version_code $SINGLEMDS) -lt $(version_code 2.7.55) ] &&
16842                 skip "Need MDS version at least 2.7.55" && return
16843         [ $MDSCOUNT -lt 2 ] && skip "needs >= 2 MDTs" && return
16844         local stripe_count
16845         local file
16846
16847         mkdir $DIR/$tdir
16848
16849         #define OBD_FAIL_SPLIT_UPDATE_REC       0x1702
16850         $LCTL set_param fail_loc=0x1702
16851         $LFS setdirstripe -i 0 -c$MDSCOUNT -H all_char $DIR/$tdir/striped_dir ||
16852                 error "set striped dir error"
16853
16854         createmany -o $DIR/$tdir/striped_dir/f- 10 ||
16855                 error "create files under striped dir failed"
16856
16857         $LCTL set_param fail_loc=0
16858
16859         rm -rf $DIR/$tdir || error "unlink striped dir fails"
16860
16861         return 0
16862 }
16863 run_test 300j "test large update record"
16864
16865 test_300k() {
16866         [ $(lustre_version_code $SINGLEMDS) -lt $(version_code 2.7.55) ] &&
16867                 skip "Need MDS version at least 2.7.55" && return
16868         [ $PARALLEL == "yes" ] && skip "skip parallel run" && return
16869         [ $MDSCOUNT -lt 2 ] && skip "needs >= 2 MDTs" && return
16870         local stripe_count
16871         local file
16872
16873         mkdir $DIR/$tdir
16874
16875         #define OBD_FAIL_LARGE_STRIPE   0x1703
16876         $LCTL set_param fail_loc=0x1703
16877         $LFS setdirstripe -i 0 -c512 $DIR/$tdir/striped_dir ||
16878                 error "set striped dir error"
16879         $LCTL set_param fail_loc=0
16880
16881         $LFS getdirstripe $DIR/$tdir/striped_dir ||
16882                 error "getstripeddir fails"
16883         rm -rf $DIR/$tdir/striped_dir ||
16884                 error "unlink striped dir fails"
16885
16886         return 0
16887 }
16888 run_test 300k "test large striped directory"
16889
16890 test_300l() {
16891         [ $(lustre_version_code $SINGLEMDS) -lt $(version_code 2.7.55) ] &&
16892                 skip "Need MDS version at least 2.7.55" && return
16893         [ $PARALLEL == "yes" ] && skip "skip parallel run" && return
16894         [ $MDSCOUNT -lt 2 ] && skip "needs >= 2 MDTs" && return
16895         local stripe_index
16896
16897         test_mkdir -p $DIR/$tdir/striped_dir
16898         chown $RUNAS_ID $DIR/$tdir/striped_dir ||
16899                         error "chown $RUNAS_ID failed"
16900         $LFS setdirstripe -i 1 -D $DIR/$tdir/striped_dir ||
16901                 error "set default striped dir failed"
16902
16903         #define OBD_FAIL_MDS_STALE_DIR_LAYOUT    0x158
16904         $LCTL set_param fail_loc=0x80000158
16905         $RUNAS mkdir $DIR/$tdir/striped_dir/test_dir || error "create dir fails"
16906
16907         stripe_index=$($LFS getdirstripe -i $DIR/$tdir/striped_dir/test_dir)
16908         [ $stripe_index -eq 1 ] ||
16909                 error "expect 1 get $stripe_index for $dir"
16910 }
16911 run_test 300l "non-root user to create dir under striped dir with stale layout"
16912
16913 test_300m() {
16914         [ $(lustre_version_code $SINGLEMDS) -lt $(version_code 2.7.55) ] &&
16915                 skip "Need MDS version at least 2.7.55" && return
16916         [ $PARALLEL == "yes" ] && skip "skip parallel run" && return
16917         [ $MDSCOUNT -ge 2 ] && skip "Only for single MDT" && return
16918
16919         mkdir -p $DIR/$tdir/striped_dir
16920         $LFS setdirstripe -D -c 1 $DIR/$tdir/striped_dir ||
16921                 error "set default stripes dir error"
16922
16923         mkdir $DIR/$tdir/striped_dir/a || error "mkdir a fails"
16924
16925         stripe_count=$($LFS getdirstripe -c $DIR/$tdir/striped_dir/a)
16926         [ $stripe_count -eq 0 ] ||
16927                         error "expect 0 get $stripe_count for a"
16928
16929         $LFS setdirstripe -D -c 2 $DIR/$tdir/striped_dir ||
16930                 error "set default stripes dir error"
16931
16932         mkdir $DIR/$tdir/striped_dir/b || error "mkdir b fails"
16933
16934         stripe_count=$($LFS getdirstripe -c $DIR/$tdir/striped_dir/b)
16935         [ $stripe_count -eq 0 ] ||
16936                         error "expect 0 get $stripe_count for b"
16937
16938         $LFS setdirstripe -D -c1 -i2 $DIR/$tdir/striped_dir ||
16939                 error "set default stripes dir error"
16940
16941         mkdir $DIR/$tdir/striped_dir/c &&
16942                 error "default stripe_index is invalid, mkdir c should fails"
16943
16944         rm -rf $DIR/$tdir || error "rmdir fails"
16945 }
16946 run_test 300m "setstriped directory on single MDT FS"
16947
16948 cleanup_300n() {
16949         local list=$(comma_list $(mdts_nodes))
16950
16951         trap 0
16952         do_nodes $list $LCTL set_param -n mdt.*.enable_remote_dir_gid=0
16953 }
16954
16955 test_300n() {
16956         [ $(lustre_version_code $SINGLEMDS) -lt $(version_code 2.7.55) ] &&
16957                 skip "Need MDS version at least 2.7.55" && return
16958         [ $PARALLEL == "yes" ] && skip "skip parallel run" && return
16959         [ $MDSCOUNT -lt 2 ] && skip "needs >= 2 MDTs" && return
16960         remote_mds_nodsh && skip "remote MDS with nodsh" && return
16961
16962         local stripe_index
16963         local list=$(comma_list $(mdts_nodes))
16964
16965         trap cleanup_300n RETURN EXIT
16966         mkdir -p $DIR/$tdir
16967         chmod 777 $DIR/$tdir
16968         $RUNAS $LFS setdirstripe -i0 -c$MDSCOUNT \
16969                                 $DIR/$tdir/striped_dir > /dev/null 2>&1 &&
16970                 error "create striped dir succeeds with gid=0"
16971
16972         do_nodes $list $LCTL set_param -n mdt.*.enable_remote_dir_gid=-1
16973         $RUNAS $LFS setdirstripe -i0 -c$MDSCOUNT $DIR/$tdir/striped_dir ||
16974                 error "create striped dir fails with gid=-1"
16975
16976         do_nodes $list $LCTL set_param -n mdt.*.enable_remote_dir_gid=0
16977         $RUNAS $LFS setdirstripe -i 1 -c$MDSCOUNT -D \
16978                                 $DIR/$tdir/striped_dir > /dev/null 2>&1 &&
16979                 error "set default striped dir succeeds with gid=0"
16980
16981
16982         do_nodes $list $LCTL set_param -n mdt.*.enable_remote_dir_gid=-1
16983         $RUNAS $LFS setdirstripe -i 1 -c$MDSCOUNT -D $DIR/$tdir/striped_dir ||
16984                 error "set default striped dir fails with gid=-1"
16985
16986
16987         do_nodes $list $LCTL set_param -n mdt.*.enable_remote_dir_gid=0
16988         $RUNAS mkdir $DIR/$tdir/striped_dir/test_dir ||
16989                                         error "create test_dir fails"
16990         $RUNAS mkdir $DIR/$tdir/striped_dir/test_dir1 ||
16991                                         error "create test_dir1 fails"
16992         $RUNAS mkdir $DIR/$tdir/striped_dir/test_dir2 ||
16993                                         error "create test_dir2 fails"
16994         cleanup_300n
16995 }
16996 run_test 300n "non-root user to create dir under striped dir with default EA"
16997
16998 test_300o() {
16999         [ $(lustre_version_code $SINGLEMDS) -lt $(version_code 2.7.55) ] &&
17000                 skip "Need MDS version at least 2.7.55" && return
17001         [ $PARALLEL == "yes" ] && skip "skip parallel run" && return
17002         [ $MDSCOUNT -lt 2 ] && skip "needs >= 2 MDTs" && return
17003         local numfree1
17004         local numfree2
17005
17006         mkdir -p $DIR/$tdir
17007
17008         numfree1=$(lctl get_param -n mdc.*MDT0000*.filesfree)
17009         numfree2=$(lctl get_param -n mdc.*MDT0001*.filesfree)
17010         if [ $numfree1 -lt 66000 -o $numfree2 -lt 66000 ]; then
17011                 skip "not enough free inodes $numfree1 $numfree2"
17012                 return
17013         fi
17014
17015         numfree1=$(lctl get_param -n mdc.*MDT0000-mdc-*.kbytesfree)
17016         numfree2=$(lctl get_param -n mdc.*MDT0001-mdc-*.kbytesfree)
17017         if [ $numfree1 -lt 300000 -o $numfree2 -lt 300000 ]; then
17018                 skip "not enough free space $numfree1 $numfree2"
17019                 return
17020         fi
17021
17022         $LFS setdirstripe -c2 $DIR/$tdir/striped_dir ||
17023                 error "setdirstripe fails"
17024
17025         createmany -d $DIR/$tdir/striped_dir/d 131000 ||
17026                 error "create dirs fails"
17027
17028         $LCTL set_param ldlm.namespaces.*mdc-*.lru_size=0
17029         ls $DIR/$tdir/striped_dir > /dev/null ||
17030                 error "ls striped dir fails"
17031         unlinkmany -d $DIR/$tdir/striped_dir/d 131000 ||
17032                 error "unlink big striped dir fails"
17033 }
17034 run_test 300o "unlink big sub stripe(> 65000 subdirs)"
17035
17036 test_300p() {
17037         [ $PARALLEL == "yes" ] && skip "skip parallel run" && return
17038         [ $MDSCOUNT -lt 2 ] && skip "needs >= 2 MDTs" && return
17039         remote_mds_nodsh && skip "remote MDS with nodsh" && return
17040
17041         mkdir -p $DIR/$tdir
17042
17043         #define OBD_FAIL_OUT_ENOSPC     0x1704
17044         do_facet mds2 lctl set_param fail_loc=0x80001704
17045         $LFS setdirstripe -i 0 -c2 $DIR/$tdir/bad_striped_dir > /dev/null 2>&1 \
17046                  && error "create striped directory should fail"
17047
17048         [ -e $DIR/$tdir/bad_striped_dir ] && error "striped dir exists"
17049
17050         $LFS setdirstripe -c2 $DIR/$tdir/bad_striped_dir
17051         true
17052 }
17053 run_test 300p "create striped directory without space"
17054
17055 test_300q() {
17056         [ $PARALLEL == "yes" ] && skip "skip parallel run" && return
17057         [ $MDSCOUNT -lt 2 ] && skip "needs >= 2 MDTs" && return
17058
17059         local fd=$(free_fd)
17060         local cmd="exec $fd<$tdir"
17061         cd $DIR
17062         $LFS mkdir -c $MDSCOUNT $tdir || error "create $tdir fails"
17063         eval $cmd
17064         cmd="exec $fd<&-"
17065         trap "eval $cmd" EXIT
17066         cd $tdir || error "cd $tdir fails"
17067         rmdir  ../$tdir || error "rmdir $tdir fails"
17068         mkdir local_dir && error "create dir succeeds"
17069         $LFS setdirstripe -i1 remote_dir && error "create remote dir succeeds"
17070         eval $cmd
17071         return 0
17072 }
17073 run_test 300q "create remote directory under orphan directory"
17074
17075 prepare_remote_file() {
17076         mkdir $DIR/$tdir/src_dir ||
17077                 error "create remote source failed"
17078
17079         cp /etc/hosts $DIR/$tdir/src_dir/a ||
17080                  error "cp to remote source failed"
17081         touch $DIR/$tdir/src_dir/a
17082
17083         $LFS mkdir -i 1 $DIR/$tdir/tgt_dir ||
17084                 error "create remote target dir failed"
17085
17086         touch $DIR/$tdir/tgt_dir/b
17087
17088         mrename $DIR/$tdir/src_dir/a $DIR/$tdir/tgt_dir/b ||
17089                 error "rename dir cross MDT failed!"
17090
17091         $CHECKSTAT -t file $DIR/$tdir/src_dir/a &&
17092                 error "src_child still exists after rename"
17093
17094         $CHECKSTAT -t file $DIR/$tdir/tgt_dir/b ||
17095                 error "missing file(a) after rename"
17096
17097         diff /etc/hosts $DIR/$tdir/tgt_dir/b ||
17098                 error "diff after rename"
17099 }
17100
17101 test_310a() {
17102         [[ $MDSCOUNT -lt 2 ]] && skip "needs >= 4 MDTs" && return
17103         [ $PARALLEL == "yes" ] && skip "skip parallel run" && return
17104         local remote_file=$DIR/$tdir/tgt_dir/b
17105
17106         mkdir -p $DIR/$tdir
17107
17108         prepare_remote_file || error "prepare remote file failed"
17109
17110         #open-unlink file
17111         $OPENUNLINK $remote_file $remote_file ||
17112                 error "openunlink $remote_file failed"
17113         $CHECKSTAT -a $remote_file || error "$remote_file exists"
17114 }
17115 run_test 310a "open unlink remote file"
17116
17117 test_310b() {
17118         [[ $MDSCOUNT -lt 2 ]] && skip "needs >= 4 MDTs" && return
17119         [ $PARALLEL == "yes" ] && skip "skip parallel run" && return
17120         local remote_file=$DIR/$tdir/tgt_dir/b
17121
17122         mkdir -p $DIR/$tdir
17123
17124         prepare_remote_file || error "prepare remote file failed"
17125
17126         ln $remote_file $DIR/$tfile || error "link failed for remote file"
17127         $MULTIOP $DIR/$tfile Ouc || error "mulitop failed"
17128         $CHECKSTAT -t file $remote_file || error "check file failed"
17129 }
17130 run_test 310b "unlink remote file with multiple links while open"
17131
17132 test_310c() {
17133         [[ $MDSCOUNT -lt 4 ]] && skip "needs >= 4 MDTs" && return
17134         [ $PARALLEL == "yes" ] && skip "skip parallel run" && return
17135         local remote_file=$DIR/$tdir/tgt_dir/b
17136
17137         mkdir -p $DIR/$tdir
17138
17139         prepare_remote_file || error "prepare remote file failed"
17140
17141         ln $remote_file $DIR/$tfile || error "link failed for remote file"
17142         multiop_bg_pause $remote_file O_uc ||
17143                         error "mulitop failed for remote file"
17144         MULTIPID=$!
17145         $MULTIOP $DIR/$tfile Ouc
17146         kill -USR1 $MULTIPID
17147         wait $MULTIPID
17148 }
17149 run_test 310c "open-unlink remote file with multiple links"
17150
17151 #LU-4825
17152 test_311() {
17153         [ $(lustre_version_code $SINGLEMDS) -lt $(version_code 2.8.54) ] &&
17154                 skip "lustre < 2.8.54 does not contain LU-4825 fix" && return
17155         [ $PARALLEL == "yes" ] && skip "skip parallel run" && return
17156         remote_mds_nodsh && skip "remote MDS with nodsh" && return
17157
17158         local old_iused=$($LFS df -i | grep OST0000 | awk '{ print $3 }')
17159
17160         mkdir -p $DIR/$tdir
17161         $SETSTRIPE -i 0 -c 1 $DIR/$tdir
17162         createmany -o $DIR/$tdir/$tfile. 1000
17163
17164         # statfs data is not real time, let's just calculate it
17165         old_iused=$((old_iused + 1000))
17166
17167         local count=$(do_facet $SINGLEMDS "lctl get_param -n \
17168                         osp.*OST0000*MDT0000.create_count")
17169         local max_count=$(do_facet $SINGLEMDS "lctl get_param -n \
17170                                 osp.*OST0000*MDT0000.max_create_count")
17171         for idx in $(seq $MDSCOUNT); do
17172                 do_facet mds$idx "lctl set_param -n \
17173                         osp.*OST0000*MDT000?.max_create_count=0"
17174         done
17175
17176         $SETSTRIPE -i 0 $DIR/$tdir/$tfile || error "setstripe failed"
17177         local index=$($GETSTRIPE -i $DIR/$tdir/$tfile)
17178         [ $index -ne 0 ] || error "$tfile stripe index is 0"
17179
17180         unlinkmany $DIR/$tdir/$tfile. 1000
17181
17182         for idx in $(seq $MDSCOUNT); do
17183                 do_facet mds$idx "lctl set_param -n \
17184                         osp.*OST0000*MDT000?.max_create_count=$max_count"
17185                 do_facet mds$idx "lctl set_param -n \
17186                         osp.*OST0000*MDT000?.create_count=$count"
17187         done
17188
17189         local new_iused
17190         for i in $(seq 120); do
17191                 new_iused=$($LFS df -i | grep OST0000 | awk '{ print $3 }')
17192                 # system may be too busy to destroy all objs in time, use
17193                 # a somewhat small value to not fail autotest
17194                 [ $((old_iused - new_iused)) -gt 400 ] && break
17195                 sleep 1
17196         done
17197
17198         echo "waited $i sec, old Iused $old_iused, new Iused $new_iused"
17199         [ $((old_iused - new_iused)) -gt 400 ] ||
17200                 error "objs not destroyed after unlink"
17201 }
17202 run_test 311 "disable OSP precreate, and unlink should destroy objs"
17203
17204 zfs_oid_to_objid()
17205 {
17206         local ost=$1
17207         local objid=$2
17208
17209         local vdevdir=$(dirname $(facet_vdevice $ost))
17210         local cmd="$ZDB -e -p $vdevdir -ddddd $(facet_device $ost)"
17211         local zfs_zapid=$(do_facet $ost $cmd |
17212                           grep -w "/O/0/d$((objid%32))" -C 5 |
17213                           awk '/Object/{getline; print $1}')
17214         local zfs_objid=$(do_facet $ost $cmd $zfs_zapid |
17215                           awk "/$objid = /"'{printf $3}')
17216
17217         echo $zfs_objid
17218 }
17219
17220 zfs_object_blksz() {
17221         local ost=$1
17222         local objid=$2
17223
17224         local vdevdir=$(dirname $(facet_vdevice $ost))
17225         local cmd="$ZDB -e -p $vdevdir -dddd $(facet_device $ost)"
17226         local blksz=$(do_facet $ost $cmd $objid |
17227                       awk '/dblk/{getline; printf $4}')
17228
17229         case "${blksz: -1}" in
17230                 k|K) blksz=$((${blksz:0:$((${#blksz} - 1))}*1024)) ;;
17231                 m|M) blksz=$((${blksz:0:$((${#blksz} - 1))}*1024*1024)) ;;
17232                 *) ;;
17233         esac
17234
17235         echo $blksz
17236 }
17237
17238 test_312() { # LU-4856
17239         remote_ost_nodsh && skip "remote OST with nodsh" && return
17240
17241         [ $(facet_fstype ost1) = "zfs" ] ||
17242                 { skip "the test only applies to zfs" && return; }
17243
17244         local max_blksz=$(do_facet ost1 \
17245                           $ZFS get -p recordsize $(facet_device ost1) |
17246                           awk '!/VALUE/{print $3}')
17247         local min_blksz=$(getconf PAGE_SIZE)
17248
17249         # to make life a little bit easier
17250         $LFS mkdir -c 1 -i 0 $DIR/$tdir
17251         $LFS setstripe -c 1 -i 0 $DIR/$tdir
17252
17253         local tf=$DIR/$tdir/$tfile
17254         touch $tf
17255         local oid=$($LFS getstripe $tf | awk '/obdidx/{getline; print $2}')
17256
17257         # Get ZFS object id
17258         local zfs_objid=$(zfs_oid_to_objid ost1 $oid)
17259
17260         # block size change by sequential over write
17261         local blksz
17262         for ((bs=$min_blksz; bs <= max_blksz; bs <<= 2)); do
17263                 dd if=/dev/zero of=$tf bs=$bs count=1 oflag=sync conv=notrunc
17264
17265                 blksz=$(zfs_object_blksz ost1 $zfs_objid)
17266                 [ $blksz -eq $bs ] || error "blksz error: $blksz, expected: $bs"
17267         done
17268         rm -f $tf
17269
17270         # block size change by sequential append write
17271         dd if=/dev/zero of=$tf bs=$min_blksz count=1 oflag=sync conv=notrunc
17272         oid=$($LFS getstripe $tf | awk '/obdidx/{getline; print $2}')
17273         zfs_objid=$(zfs_oid_to_objid ost1 $oid)
17274
17275         for ((count = 1; count < $((max_blksz / min_blksz)); count *= 2)); do
17276                 dd if=/dev/zero of=$tf bs=$min_blksz count=$count seek=$count \
17277                         oflag=sync conv=notrunc
17278
17279                 blksz=$(zfs_object_blksz ost1 $zfs_objid)
17280                 [ $blksz -eq $((2 * count * min_blksz)) ] ||
17281                         error "blksz error, actual $blksz, "    \
17282                                 "expected: 2 * $count * $min_blksz"
17283         done
17284         rm -f $tf
17285
17286         # random write
17287         touch $tf
17288         oid=$($LFS getstripe $tf | awk '/obdidx/{getline; print $2}')
17289         zfs_objid=$(zfs_oid_to_objid ost1 $oid)
17290
17291         dd if=/dev/zero of=$tf bs=1K count=1 oflag=sync conv=notrunc
17292         blksz=$(zfs_object_blksz ost1 $zfs_objid)
17293         [ $blksz -eq $min_blksz ] ||
17294                 error "blksz error: $blksz, expected: $min_blksz"
17295
17296         dd if=/dev/zero of=$tf bs=64K count=1 oflag=sync conv=notrunc seek=128
17297         blksz=$(zfs_object_blksz ost1 $zfs_objid)
17298         [ $blksz -eq 65536 ] || error "blksz error: $blksz, expected: 64k"
17299
17300         dd if=/dev/zero of=$tf bs=1M count=1 oflag=sync conv=notrunc
17301         blksz=$(zfs_object_blksz ost1 $zfs_objid)
17302         [ $blksz -eq 65536 ] || error "rewrite error: $blksz, expected: 64k"
17303 }
17304 run_test 312 "make sure ZFS adjusts its block size by write pattern"
17305
17306 test_313() {
17307         remote_ost_nodsh && skip "remote OST with nodsh" && return
17308
17309         local file=$DIR/$tfile
17310         rm -f $file
17311         $SETSTRIPE -c 1 -i 0 $file || error "setstripe failed"
17312
17313         # define OBD_FAIL_TGT_RCVD_EIO           0x720
17314         do_facet ost1 "$LCTL set_param fail_loc=0x720"
17315         dd if=/dev/zero of=$file bs=4096 oflag=direct count=1 &&
17316                 error "write should failed"
17317         do_facet ost1 "$LCTL set_param fail_loc=0"
17318         rm -f $file
17319 }
17320 run_test 313 "io should fail after last_rcvd update fail"
17321
17322 test_314() {
17323         $SETSTRIPE -c 2 -i 0 $DIR/$tfile || error "setstripe failed"
17324         do_facet ost1 "$LCTL set_param fail_loc=0x720"
17325         rm -f $DIR/$tfile
17326         wait_delete_completed
17327         do_facet ost1 "$LCTL set_param fail_loc=0"
17328 }
17329 run_test 314 "OSP shouldn't fail after last_rcvd update failure"
17330
17331 test_315() { # LU-618
17332         local file=$DIR/$tfile
17333         rm -f $file
17334
17335         $MULTIOP $file oO_CREAT:O_DIRECT:O_RDWR:w4096000c
17336         $MULTIOP $file oO_RDONLY:r4096000_c &
17337         PID=$!
17338
17339         sleep 2
17340
17341         local rbytes=$(awk '/read_bytes/ { print $2 }' /proc/$PID/io)
17342         kill -USR1 $PID
17343
17344         [ $rbytes -gt 4000000 ] || error "read is not accounted ($rbytes)"
17345         rm -f $file
17346 }
17347 run_test 315 "read should be accounted"
17348
17349 test_fake_rw() {
17350         local read_write=$1
17351         if [ "$read_write" = "write" ]; then
17352                 local dd_cmd="dd if=/dev/zero of=$DIR/$tfile"
17353         elif [ "$read_write" = "read" ]; then
17354                 local dd_cmd="dd of=/dev/null if=$DIR/$tfile"
17355         else
17356                 error "argument error"
17357         fi
17358
17359         # turn off debug for performance testing
17360         local saved_debug=$($LCTL get_param -n debug)
17361         $LCTL set_param debug=0
17362
17363         $SETSTRIPE -c 1 -i 0 $DIR/$tfile
17364
17365         # get ost1 size - lustre-OST0000
17366         local ost1_avail_size=$($LFS df | awk /${ost1_svc}/'{ print $4 }')
17367         local blocks=$((ost1_avail_size/2/1024)) # half avail space by megabytes
17368         [ $blocks -gt 1000 ] && blocks=1000 # 1G in maximum
17369
17370         if [ "$read_write" = "read" ]; then
17371                 truncate -s $(expr 1048576 \* $blocks) $DIR/$tfile
17372         fi
17373
17374         local start_time=$(date +%s.%N)
17375         $dd_cmd bs=1M count=$blocks oflag=sync ||
17376                 error "real dd $read_write error"
17377         local duration=$(bc <<< "$(date +%s.%N) - $start_time")
17378
17379         if [ "$read_write" = "write" ]; then
17380                 rm -f $DIR/$tfile
17381         fi
17382
17383         # define OBD_FAIL_OST_FAKE_RW           0x238
17384         do_facet ost1 $LCTL set_param fail_loc=0x238
17385
17386         local start_time=$(date +%s.%N)
17387         $dd_cmd bs=1M count=$blocks oflag=sync ||
17388                 error "fake dd $read_write error"
17389         local duration_fake=$(bc <<< "$(date +%s.%N) - $start_time")
17390
17391         if [ "$read_write" = "write" ]; then
17392                 # verify file size
17393                 cancel_lru_locks osc
17394                 $CHECKSTAT -t file -s $((blocks * 1024 * 1024)) $DIR/$tfile ||
17395                         error "$tfile size not $blocks MB"
17396         fi
17397         do_facet ost1 $LCTL set_param fail_loc=0
17398
17399         echo "fake $read_write $duration_fake vs. normal $read_write" \
17400                 "$duration in seconds"
17401         [ $(bc <<< "$duration_fake < $duration") -eq 1 ] ||
17402                 error_not_in_vm "fake write is slower"
17403
17404         $LCTL set_param -n debug="$saved_debug"
17405         rm -f $DIR/$tfile
17406 }
17407 test_399a() { # LU-7655 for OST fake write
17408         remote_ost_nodsh && skip "remote OST with nodsh" && return
17409
17410         test_fake_rw write
17411 }
17412 run_test 399a "fake write should not be slower than normal write"
17413
17414 test_399b() { # LU-8726 for OST fake read
17415         remote_ost_nodsh && skip "remote OST with nodsh" && return
17416
17417         if [ "$(facet_fstype ost1)" != "ldiskfs" ]; then
17418                 skip "ldiskfs only test" && return 0
17419         fi
17420         test_fake_rw read
17421 }
17422 run_test 399b "fake read should not be slower than normal read"
17423
17424 test_400a() { # LU-1606, was conf-sanity test_74
17425         local extra_flags=''
17426         local out=$TMP/$tfile
17427         local prefix=/usr/include/lustre
17428         local prog
17429
17430         if ! which $CC > /dev/null 2>&1; then
17431                 skip_env "$CC is not installed"
17432                 return 0
17433         fi
17434
17435         if ! [[ -d $prefix ]]; then
17436                 # Assume we're running in tree and fixup the include path.
17437                 extra_flags+=" -I$LUSTRE/include"
17438                 extra_flags+=" -L$LUSTRE/utils"
17439         fi
17440
17441         for prog in $LUSTRE_TESTS_API_DIR/*.c; do
17442                 $CC -Wall -Werror $extra_flags -llustreapi -o $out $prog ||
17443                         error "client api broken"
17444         done
17445         rm -f $out
17446 }
17447 run_test 400a "Lustre client api program can compile and link"
17448
17449 test_400b() { # LU-1606, LU-5011
17450         local header
17451         local out=$TMP/$tfile
17452         local prefix=/usr/include/linux/lustre
17453
17454         # We use a hard coded prefix so that this test will not fail
17455         # when run in tree. There are headers in lustre/include/lustre/
17456         # that are not packaged (like lustre_idl.h) and have more
17457         # complicated include dependencies (like config.h and lnet/types.h).
17458         # Since this test about correct packaging we just skip them when
17459         # they don't exist (see below) rather than try to fixup cppflags.
17460
17461         if ! which $CC > /dev/null 2>&1; then
17462                 skip_env "$CC is not installed"
17463                 return 0
17464         fi
17465
17466         for header in $prefix/*.h; do
17467                 if ! [[ -f "$header" ]]; then
17468                         continue
17469                 fi
17470
17471                 if [[ "$(basename $header)" == lustre_ioctl.h ]]; then
17472                         continue # lustre_ioctl.h is internal header
17473                 fi
17474
17475                 $CC -Wall -Werror -include $header -c -x c /dev/null -o $out ||
17476                         error "cannot compile '$header'"
17477         done
17478         rm -f $out
17479 }
17480 run_test 400b "packaged headers can be compiled"
17481
17482 test_401a() { #LU-7437
17483         local printf_arg=$(find -printf 2>&1 | grep "unrecognized:")
17484         [ -n "$printf_arg" ] && skip_env "find does not support -printf" &&
17485                 return
17486         #count the number of parameters by "list_param -R"
17487         local params=$($LCTL list_param -R '*' 2>/dev/null | wc -l)
17488         #count the number of parameters by listing proc files
17489         local proc_dirs=$(eval \ls -d $proc_regexp 2>/dev/null)
17490         echo "proc_dirs='$proc_dirs'"
17491         [ -n "$proc_dirs" ] || error "no proc_dirs on $HOSTNAME"
17492         local procs=$(find -L $proc_dirs -mindepth 1 -printf '%P\n' 2>/dev/null|
17493                       sort -u | wc -l)
17494
17495         [ $params -eq $procs ] ||
17496                 error "found $params parameters vs. $procs proc files"
17497
17498         # test the list_param -D option only returns directories
17499         params=$($LCTL list_param -R -D '*' 2>/dev/null | wc -l)
17500         #count the number of parameters by listing proc directories
17501         procs=$(find -L $proc_dirs -mindepth 1 -type d -printf '%P\n' 2>/dev/null |
17502                 sort -u | wc -l)
17503
17504         [ $params -eq $procs ] ||
17505                 error "found $params parameters vs. $procs proc files"
17506 }
17507 run_test 401a "Verify if 'lctl list_param -R' can list parameters recursively"
17508
17509 test_401b() {
17510         local save=$($LCTL get_param -n jobid_var)
17511         local tmp=testing
17512
17513         $LCTL set_param foo=bar jobid_var=$tmp bar=baz &&
17514                 error "no error returned when setting bad parameters"
17515
17516         local jobid_new=$($LCTL get_param -n foe jobid_var baz)
17517         [[ "$jobid_new" == "$tmp" ]] || error "jobid tmp $jobid_new != $tmp"
17518
17519         $LCTL set_param -n fog=bam jobid_var=$save bat=fog
17520         local jobid_old=$($LCTL get_param -n foe jobid_var bag)
17521         [[ "$jobid_old" == "$save" ]] || error "jobid new $jobid_old != $save"
17522 }
17523 run_test 401b "Verify 'lctl {get,set}_param' continue after error"
17524
17525 test_401c() {
17526         local jobid_var_old=$($LCTL get_param -n jobid_var)
17527         local jobid_var_new
17528
17529         $LCTL set_param jobid_var= &&
17530                 error "no error returned for 'set_param a='"
17531
17532         jobid_var_new=$($LCTL get_param -n jobid_var)
17533         [[ "$jobid_var_old" == "$jobid_var_new" ]] ||
17534                 error "jobid_var was changed by setting without value"
17535
17536         $LCTL set_param jobid_var &&
17537                 error "no error returned for 'set_param a'"
17538
17539         jobid_var_new=$($LCTL get_param -n jobid_var)
17540         [[ "$jobid_var_old" == "$jobid_var_new" ]] ||
17541                 error "jobid_var was changed by setting without value"
17542 }
17543 run_test 401c "Verify 'lctl set_param' without value fails in either format."
17544
17545 test_401d() {
17546         local jobid_var_old=$($LCTL get_param -n jobid_var)
17547         local jobid_var_new
17548         local new_value="foo=bar"
17549
17550         $LCTL set_param jobid_var=$new_value ||
17551                 error "'set_param a=b' did not accept a value containing '='"
17552
17553         jobid_var_new=$($LCTL get_param -n jobid_var)
17554         [[ "$jobid_var_new" == "$new_value" ]] ||
17555                 error "'set_param a=b' failed on a value containing '='"
17556
17557         # Reset the jobid_var to test the other format
17558         $LCTL set_param jobid_var=$jobid_var_old
17559         jobid_var_new=$($LCTL get_param -n jobid_var)
17560         [[ "$jobid_var_new" == "$jobid_var_old" ]] ||
17561                 error "failed to reset jobid_var"
17562
17563         $LCTL set_param jobid_var $new_value ||
17564                 error "'set_param a b' did not accept a value containing '='"
17565
17566         jobid_var_new=$($LCTL get_param -n jobid_var)
17567         [[ "$jobid_var_new" == "$new_value" ]] ||
17568                 error "'set_param a b' failed on a value containing '='"
17569
17570         $LCTL set_param jobid_var $jobid_var_old
17571         jobid_var_new=$($LCTL get_param -n jobid_var)
17572         [[ "$jobid_var_new" == "$jobid_var_old" ]] ||
17573                 error "failed to reset jobid_var"
17574 }
17575 run_test 401d "Verify 'lctl set_param' accepts values containing '='"
17576
17577 test_402() {
17578         local server_version=$(lustre_version_code $SINGLEMDS)
17579         [[ $server_version -ge $(version_code 2.7.66) ]] ||
17580         [[ $server_version -ge $(version_code 2.7.18.4) &&
17581                 $server_version -lt $(version_code 2.7.50) ]] ||
17582         [[ $server_version -ge $(version_code 2.7.2) &&
17583                 $server_version -lt $(version_code 2.7.11) ]] ||
17584                 { skip "Need MDS version 2.7.2+ or 2.7.18.4+ or 2.7.66+";
17585                         return; }
17586         remote_mds_nodsh && skip "remote MDS with nodsh" && return
17587         $LFS setdirstripe -i 0 $DIR/$tdir || error "setdirstripe -i 0 failed"
17588 #define OBD_FAIL_MDS_FLD_LOOKUP 0x15c
17589         do_facet mds1 "lctl set_param fail_loc=0x8000015c"
17590         touch $DIR/$tdir/$tfile && error "touch should fail with ENOENT" ||
17591                 echo "Touch failed - OK"
17592 }
17593 run_test 402 "Return ENOENT to lod_generate_and_set_lovea"
17594
17595 test_403() {
17596         local file1=$DIR/$tfile.1
17597         local file2=$DIR/$tfile.2
17598         local tfile=$TMP/$tfile
17599
17600         rm -f $file1 $file2 $tfile
17601
17602         touch $file1
17603         ln $file1 $file2
17604
17605         # 30 sec OBD_TIMEOUT in ll_getattr()
17606         # right before populating st_nlink
17607         $LCTL set_param fail_loc=0x80001409
17608         stat -c %h $file1 > $tfile &
17609
17610         # create an alias, drop all locks and reclaim the dentry
17611         < $file2
17612         cancel_lru_locks mdc
17613         cancel_lru_locks osc
17614         sysctl -w vm.drop_caches=2
17615
17616         wait
17617
17618         [ $(cat $tfile) -gt 0 ] || error "wrong nlink count: $(cat $tfile)"
17619
17620         rm -f $tfile $file1 $file2
17621 }
17622 run_test 403 "i_nlink should not drop to zero due to aliasing"
17623
17624 test_404() { # LU-6601
17625         local server_version=$(lustre_version_code $SINGLEMDS)
17626         [[ $server_version -ge $(version_code 2.8.53) ]] ||
17627                 { skip "Need server version newer than 2.8.52"; return 0; }
17628
17629         remote_mds_nodsh && skip "remote MDS with nodsh" && return
17630         local mosps=$(do_facet $SINGLEMDS $LCTL dl |
17631                 awk '/osp .*-osc-MDT/ { print $4}')
17632
17633         local osp
17634         for osp in $mosps; do
17635                 echo "Deactivate: " $osp
17636                 do_facet $SINGLEMDS $LCTL --device %$osp deactivate
17637                 local stat=$(do_facet $SINGLEMDS $LCTL dl |
17638                         awk -vp=$osp '$4 == p { print $2 }')
17639                 [ $stat = IN ] || {
17640                         do_facet $SINGLEMDS $LCTL dl | grep -w $osp
17641                         error "deactivate error"
17642                 }
17643                 echo "Activate: " $osp
17644                 do_facet $SINGLEMDS $LCTL --device %$osp activate
17645                 local stat=$(do_facet $SINGLEMDS $LCTL dl |
17646                         awk -vp=$osp '$4 == p { print $2 }')
17647                 [ $stat = UP ] || {
17648                         do_facet $SINGLEMDS $LCTL dl | grep -w $osp
17649                         error "activate error"
17650                 }
17651         done
17652 }
17653 run_test 404 "validate manual {de}activated works properly for OSPs"
17654
17655 test_405() {
17656         [ $(lustre_version_code $SINGLEMDS) -lt $(version_code 2.6.92) -o \
17657         [ $(lustre_version_code client) -lt $(version_code 2.6.99) ] &&
17658                 skip "Layout swap lock is not supported" && return
17659
17660         check_swap_layouts_support && return 0
17661
17662         test_mkdir $DIR/$tdir
17663         swap_lock_test -d $DIR/$tdir ||
17664                 error "One layout swap locked test failed"
17665 }
17666 run_test 405 "Various layout swap lock tests"
17667
17668 test_406() {
17669         [ $MDSCOUNT -lt 2 ] && skip "needs >= 2 MDTs" && return
17670         [ $OSTCOUNT -lt 2 ] && skip "needs >= 2 OSTs" && return
17671         [ -n "$FILESET" ] && skip "SKIP due to FILESET set" && return
17672         [ $PARALLEL == "yes" ] && skip "skip parallel run" && return
17673         [ $(lustre_version_code $SINGLEMDS) -lt $(version_code 2.8.50) ] &&
17674                 skip "Need MDS version at least 2.8.50" && return
17675
17676         local def_stripe_size=$($LFS getstripe -S $MOUNT)
17677         local test_pool=$TESTNAME
17678
17679         if ! combined_mgs_mds ; then
17680                 mount_mgs_client
17681         fi
17682         pool_add $test_pool || error "pool_add failed"
17683         pool_add_targets $test_pool 0 $(($OSTCOUNT - 1)) 1 ||
17684                 error "pool_add_targets failed"
17685
17686         save_layout_restore_at_exit $MOUNT
17687
17688         # parent set default stripe count only, child will stripe from both
17689         # parent and fs default
17690         $LFS setstripe -c 1 -i 1 -S $((def_stripe_size * 2)) -p $test_pool $MOUNT ||
17691                 error "setstripe $MOUNT failed"
17692         $LFS mkdir -c $MDSCOUNT $DIR/$tdir || error "mkdir $tdir failed"
17693         $LFS setstripe -c $OSTCOUNT $DIR/$tdir || error "setstripe $tdir failed"
17694         for i in $(seq 10); do
17695                 local f=$DIR/$tdir/$tfile.$i
17696                 touch $f || error "touch failed"
17697                 local count=$($LFS getstripe -c $f)
17698                 [ $count -eq $OSTCOUNT ] ||
17699                         error "$f stripe count $count != $OSTCOUNT"
17700                 local offset=$($LFS getstripe -i $f)
17701                 [ $offset -eq 1 ] || error "$f stripe offset $offset != 1"
17702                 local size=$($LFS getstripe -S $f)
17703                 [ $size -eq $((def_stripe_size * 2)) ] ||
17704                         error "$f stripe size $size != $((def_stripe_size * 2))"
17705                 local pool=$($LFS getstripe -p $f)
17706                 [ $pool == $test_pool ] || error "$f pool $pool != $test_pool"
17707         done
17708
17709         # change fs default striping, delete parent default striping, now child
17710         # will stripe from new fs default striping only
17711         $LFS setstripe -c 1 -S $def_stripe_size -i 0 $MOUNT ||
17712                 error "change $MOUNT default stripe failed"
17713         $LFS setstripe -c 0 $DIR/$tdir ||
17714                 error "delete $tdir default stripe failed"
17715         for i in $(seq 11 20); do
17716                 local f=$DIR/$tdir/$tfile.$i
17717                 touch $f || error "touch $f failed"
17718                 local count=$($LFS getstripe -c $f)
17719                 [ $count -eq 1 ] || error "$f stripe count $count != 1"
17720                 local offset=$($LFS getstripe -i $f)
17721                 [ $offset -eq 0 ] || error "$f stripe offset $offset != 0"
17722                 local size=$($LFS getstripe -S $f)
17723                 [ $size -eq $def_stripe_size ] ||
17724                         error "$f stripe size $size != $def_stripe_size"
17725                 local pool=$($LFS getstripe -p $f)
17726                 [ $pool == $test_pool ] || error "$f pool $pool isn't set"
17727         done
17728
17729         unlinkmany $DIR/$tdir/$tfile. 1 20
17730
17731         local f=$DIR/$tdir/$tfile
17732         pool_remove_all_targets $test_pool $f
17733         pool_remove $test_pool $f
17734
17735         if ! combined_mgs_mds ; then
17736                 umount_mgs_client
17737         fi
17738 }
17739 run_test 406 "DNE support fs default striping"
17740
17741 test_407() {
17742         [ $MDSCOUNT -lt 2 ] && skip "needs >= 2 MDTs" && return
17743         [[ $(lustre_version_code $SINGLEMDS) -lt $(version_code 2.8.55) ]] &&
17744                 skip "Need MDS version at least 2.8.55" && return
17745         remote_mds_nodsh && skip "remote MDS with nodsh" && return
17746
17747         $LFS mkdir -i 0 -c 1 $DIR/$tdir.0 ||
17748                 error "$LFS mkdir -i 0 -c 1 $tdir.0 failed"
17749         $LFS mkdir -i 1 -c 1 $DIR/$tdir.1 ||
17750                 error "$LFS mkdir -i 1 -c 1 $tdir.1 failed"
17751         touch $DIR/$tdir.0/$tfile.0 || error "touch $tdir.0/$tfile.0 failed"
17752
17753         #define OBD_FAIL_DT_TXN_STOP    0x2019
17754         for idx in $(seq $MDSCOUNT); do
17755                 do_facet mds$idx "lctl set_param fail_loc=0x2019"
17756         done
17757         $LFS mkdir -c 2 $DIR/$tdir && error "$LFS mkdir -c 2 $tdir should fail"
17758         mv $DIR/$tdir.0/$tfile.0 $DIR/$tdir.1/$tfile.1 &&
17759                 error "mv $tdir.0/$tfile.0 $tdir.1/$tfile.1 should fail"
17760         true
17761 }
17762 run_test 407 "transaction fail should cause operation fail"
17763
17764 test_408() {
17765         dd if=/dev/zero of=$DIR/$tfile bs=4096 count=1 oflag=direct
17766
17767         #define OBD_FAIL_OSC_BRW_PREP_REQ2        0x40a
17768         lctl set_param fail_loc=0x8000040a
17769         # let ll_prepare_partial_page() fail
17770         dd if=/dev/zero of=$DIR/$tfile bs=2048 count=1 conv=notrunc || true
17771
17772         rm -f $DIR/$tfile
17773
17774         # create at least 100 unused inodes so that
17775         # shrink_icache_memory(0) should not return 0
17776         touch $DIR/$tfile-{0..100}
17777         rm -f $DIR/$tfile-{0..100}
17778         sync
17779
17780         echo 2 > /proc/sys/vm/drop_caches
17781 }
17782 run_test 408 "drop_caches should not hang due to page leaks"
17783
17784 test_409()
17785 {
17786         [ $MDSCOUNT -lt 2 ] &&
17787                 skip "We need at least 2 MDTs for this test" && return
17788
17789         check_mount_and_prep
17790
17791         mkdir -p $DIR/$tdir || error "(0) Fail to mkdir"
17792         $LFS mkdir -i 1 -c 2 $DIR/$tdir/foo || error "(1) Fail to mkdir"
17793         touch $DIR/$tdir/guard || error "(2) Fail to create"
17794
17795         local PREFIX=$(str_repeat 'A' 128)
17796         echo "Create 1K hard links start at $(date)"
17797         createmany -l $DIR/$tdir/guard $DIR/$tdir/foo/${PREFIX}_ 1000 ||
17798                 error "(3) Fail to hard link"
17799
17800         echo "Links count should be right although linkEA overflow"
17801         stat $DIR/$tdir/guard || error "(4) Fail to stat"
17802         local linkcount=$(stat --format=%h $DIR/$tdir/guard)
17803         [ $linkcount -eq 1001 ] ||
17804                 error "(5) Unexpected hard links count: $linkcount"
17805
17806         echo "List all links start at $(date)"
17807         ls -l $DIR/$tdir/foo > /dev/null ||
17808                 error "(6) Fail to list $DIR/$tdir/foo"
17809
17810         echo "Unlink hard links start at $(date)"
17811         unlinkmany $DIR/$tdir/foo/${PREFIX}_ 1000 ||
17812                 error "(7) Fail to unlink"
17813 }
17814 run_test 409 "Large amount of cross-MDTs hard links on the same file"
17815
17816 test_410()
17817 {
17818         [[ $(lustre_version_code client) -lt $(version_code 2.9.59) ]] &&
17819                 skip "Need client version at least 2.9.59" && return
17820
17821         # Create a file, and stat it from the kernel
17822         local testfile=$DIR/$tfile
17823         touch $testfile
17824
17825         local run_id=$RANDOM
17826         local my_ino=$(stat --format "%i" $testfile)
17827
17828         # Try to insert the module. This will always fail as the
17829         # module is designed to not be inserted.
17830         insmod $LUSTRE/tests/kernel/kinode.ko run_id=$run_id fname=$testfile \
17831             &> /dev/null
17832
17833         # Anything but success is a test failure
17834         dmesg | grep -q \
17835             "lustre_kinode_$run_id: inode numbers are identical: $my_ino" ||
17836             error "no inode match"
17837 }
17838 run_test 410 "Test inode number returned from kernel thread"
17839
17840 cleanup_test411_cgroup() {
17841         trap 0
17842         rmdir "$1"
17843 }
17844
17845 test_411() {
17846         local cg_basedir=/sys/fs/cgroup/memory
17847         # LU-9966
17848         test -f "$cg_basedir/memory.kmem.limit_in_bytes" ||
17849                 { skip "no setup for cgroup"; return; }
17850
17851         dd if=/dev/zero of=$DIR/$tfile bs=1M count=100 conv=fsync ||
17852                 error "test file creation failed"
17853         cancel_lru_locks osc
17854
17855         # Create a very small memory cgroup to force a slab allocation error
17856         local cgdir=$cg_basedir/osc_slab_alloc
17857         mkdir $cgdir || error "cgroup mkdir '$cgdir' failed"
17858         trap "cleanup_test411_cgroup $cgdir" EXIT
17859         echo 2M > $cgdir/memory.kmem.limit_in_bytes
17860         echo 1M > $cgdir/memory.limit_in_bytes
17861
17862         # Should not LBUG, just be killed by oom-killer
17863         sh -c "echo \$$ > $cgdir/tasks && dd if=$DIR/$tfile of=/dev/null" &&
17864                 error "fail to trigger a memory allocation error"
17865
17866         cleanup_test411_cgroup $cgdir
17867
17868         return 0
17869 }
17870 run_test 411 "Slab allocation error with cgroup does not LBUG"
17871
17872 test_412() {
17873         [ $MDSCOUNT -lt 2 ] &&
17874                 skip "We need at least 2 MDTs for this test" && return
17875
17876         if [ $(lustre_version_code mds1) -lt $(version_code 2.10.55) ]; then
17877                 skip "Need server version at least 2.10.55" && exit 0
17878         fi
17879
17880         $LFS mkdir -i $((MDSCOUNT - 1)),$((MDSCOUNT - 2)) $DIR/$tdir ||
17881                 error "mkdir failed"
17882         $LFS getdirstripe $DIR/$tdir
17883         local stripe_index=$($LFS getdirstripe -i $DIR/$tdir)
17884         [ $stripe_index -eq $((MDSCOUNT - 1)) ] ||
17885                 error "expect $((MDSCOUT - 1)) get $stripe_index"
17886         local stripe_count=$($LFS getdirstripe -T $DIR/$tdir)
17887         [ $stripe_count -eq 2 ] ||
17888                 error "expect 2 get $stripe_count"
17889 }
17890 run_test 412 "mkdir on specific MDTs"
17891
17892 test_413() {
17893         [ $MDSCOUNT -lt 2 ] &&
17894                 skip "We need at least 2 MDTs for this test" && return
17895
17896         if [ $(lustre_version_code mds1) -lt $(version_code 2.10.55) ]; then
17897                 skip "Need server version at least 2.10.55" && exit 0
17898         fi
17899
17900         mkdir $DIR/$tdir || error "mkdir failed"
17901
17902         # find MDT that is the most full
17903         local max=$($LFS df | grep MDT |
17904                 awk 'BEGIN { a=0 }
17905                         { sub("%", "", $5)
17906                           if (0+$5 >= a)
17907                           {
17908                                 a = $5
17909                                 b = $6
17910                           }
17911                         }
17912                      END { split(b, c, ":")
17913                            sub("]", "", c[2])
17914                            print c[2]
17915                          }')
17916
17917         for i in $(seq $((MDSCOUNT - 1))); do
17918                 $LFS mkdir -c $i $DIR/$tdir/d$i ||
17919                         error "mkdir d$i failed"
17920                 $LFS getdirstripe $DIR/$tdir/d$i
17921                 local stripe_index=$($LFS getdirstripe -i $DIR/$tdir/d$i)
17922                 [ $stripe_index -ne $max ] ||
17923                         error "don't expect $max"
17924         done
17925 }
17926 run_test 413 "mkdir on less full MDTs"
17927
17928 prep_801() {
17929         [[ $(lustre_version_code mds1) -lt $(version_code 2.9.55) ]] ||
17930         [[ $(lustre_version_code ost1) -lt $(version_code 2.9.55) ]] &&
17931                 skip "Need server version at least 2.9.55" & exit 0
17932         start_full_debug_logging
17933 }
17934
17935 post_801() {
17936         stop_full_debug_logging
17937 }
17938
17939 barrier_stat() {
17940         if [ $(lustre_version_code mgs) -le $(version_code 2.10.0) ]; then
17941                 local st=$(do_facet mgs $LCTL barrier_stat $FSNAME |
17942                            awk '/The barrier for/ { print $7 }')
17943                 echo $st
17944         else
17945                 local st=$(do_facet mgs $LCTL barrier_stat -s $FSNAME)
17946                 echo \'$st\'
17947         fi
17948 }
17949
17950 barrier_expired() {
17951         local expired
17952
17953         if [ $(lustre_version_code mgs) -le $(version_code 2.10.0) ]; then
17954                 expired=$(do_facet mgs $LCTL barrier_stat $FSNAME |
17955                           awk '/will be expired/ { print $7 }')
17956         else
17957                 expired=$(do_facet mgs $LCTL barrier_stat -t $FSNAME)
17958         fi
17959
17960         echo $expired
17961 }
17962
17963 test_801a() {
17964         prep_801
17965
17966         echo "Start barrier_freeze at: $(date)"
17967         #define OBD_FAIL_BARRIER_DELAY          0x2202
17968         do_facet mgs $LCTL set_param fail_val=5 fail_loc=0x2202
17969         do_facet mgs $LCTL barrier_freeze $FSNAME 10 &
17970
17971         sleep 2
17972         local b_status=$(barrier_stat)
17973         echo "Got barrier status at: $(date)"
17974         [ "$b_status" = "'freezing_p1'" ] ||
17975                 error "(1) unexpected barrier status $b_status"
17976
17977         do_facet mgs $LCTL set_param fail_val=0 fail_loc=0
17978         wait
17979         b_status=$(barrier_stat)
17980         [ "$b_status" = "'frozen'" ] ||
17981                 error "(2) unexpected barrier status $b_status"
17982
17983         local expired=$(barrier_expired)
17984         echo "sleep $((expired + 3)) seconds, then the barrier will be expired"
17985         sleep $((expired + 3))
17986
17987         b_status=$(barrier_stat)
17988         [ "$b_status" = "'expired'" ] ||
17989                 error "(3) unexpected barrier status $b_status"
17990
17991         do_facet mgs $LCTL barrier_freeze $FSNAME 10 ||
17992                 error "(4) fail to freeze barrier"
17993
17994         b_status=$(barrier_stat)
17995         [ "$b_status" = "'frozen'" ] ||
17996                 error "(5) unexpected barrier status $b_status"
17997
17998         echo "Start barrier_thaw at: $(date)"
17999         #define OBD_FAIL_BARRIER_DELAY          0x2202
18000         do_facet mgs $LCTL set_param fail_val=5 fail_loc=0x2202
18001         do_facet mgs $LCTL barrier_thaw $FSNAME &
18002
18003         sleep 2
18004         b_status=$(barrier_stat)
18005         echo "Got barrier status at: $(date)"
18006         [ "$b_status" = "'thawing'" ] ||
18007                 error "(6) unexpected barrier status $b_status"
18008
18009         do_facet mgs $LCTL set_param fail_val=0 fail_loc=0
18010         wait
18011         b_status=$(barrier_stat)
18012         [ "$b_status" = "'thawed'" ] ||
18013                 error "(7) unexpected barrier status $b_status"
18014
18015         #define OBD_FAIL_BARRIER_FAILURE        0x2203
18016         do_facet $SINGLEMDS $LCTL set_param fail_loc=0x2203
18017         do_facet mgs $LCTL barrier_freeze $FSNAME
18018
18019         b_status=$(barrier_stat)
18020         [ "$b_status" = "'failed'" ] ||
18021                 error "(8) unexpected barrier status $b_status"
18022
18023         do_facet $SINGLEMDS $LCTL set_param fail_loc=0
18024         do_facet mgs $LCTL barrier_thaw $FSNAME
18025
18026         post_801
18027 }
18028 run_test 801a "write barrier user interfaces and stat machine"
18029
18030 test_801b() {
18031         prep_801
18032
18033         mkdir $DIR/$tdir || error "(1) fail to mkdir"
18034         createmany -d $DIR/$tdir/d 6 || "(2) fail to mkdir"
18035         touch $DIR/$tdir/d2/f10 || error "(3) fail to touch"
18036         touch $DIR/$tdir/d3/f11 || error "(4) fail to touch"
18037         touch $DIR/$tdir/d4/f12 || error "(5) fail to touch"
18038
18039         cancel_lru_locks mdc
18040
18041         # 180 seconds should be long enough
18042         do_facet mgs $LCTL barrier_freeze $FSNAME 180
18043
18044         local b_status=$(barrier_stat)
18045         [ "$b_status" = "'frozen'" ] ||
18046                 error "(6) unexpected barrier status $b_status"
18047
18048         mkdir $DIR/$tdir/d0/d10 &
18049         mkdir_pid=$!
18050
18051         touch $DIR/$tdir/d1/f13 &
18052         touch_pid=$!
18053
18054         ln $DIR/$tdir/d2/f10 $DIR/$tdir/d2/f14 &
18055         ln_pid=$!
18056
18057         mv $DIR/$tdir/d3/f11 $DIR/$tdir/d3/f15 &
18058         mv_pid=$!
18059
18060         rm -f $DIR/$tdir/d4/f12 &
18061         rm_pid=$!
18062
18063         stat $DIR/$tdir/d5 || error "(7) stat should succeed"
18064
18065         # To guarantee taht the 'stat' is not blocked
18066         b_status=$(barrier_stat)
18067         [ "$b_status" = "'frozen'" ] ||
18068                 error "(8) unexpected barrier status $b_status"
18069
18070         # let above commands to run at background
18071         sleep 5
18072
18073         ps -p $mkdir_pid || error "(9) mkdir should be blocked"
18074         ps -p $touch_pid || error "(10) touch should be blocked"
18075         ps -p $ln_pid || error "(11) link should be blocked"
18076         ps -p $mv_pid || error "(12) rename should be blocked"
18077         ps -p $rm_pid || error "(13) unlink should be blocked"
18078
18079         b_status=$(barrier_stat)
18080         [ "$b_status" = "'frozen'" ] ||
18081                 error "(14) unexpected barrier status $b_status"
18082
18083         do_facet mgs $LCTL barrier_thaw $FSNAME
18084         b_status=$(barrier_stat)
18085         [ "$b_status" = "'thawed'" ] ||
18086                 error "(15) unexpected barrier status $b_status"
18087
18088         wait $mkdir_pid || error "(16) mkdir should succeed"
18089         wait $touch_pid || error "(17) touch should succeed"
18090         wait $ln_pid || error "(18) link should succeed"
18091         wait $mv_pid || error "(19) rename should succeed"
18092         wait $rm_pid || error "(20) unlink should succeed"
18093
18094         post_801
18095 }
18096 run_test 801b "modification will be blocked by write barrier"
18097
18098 test_801c() {
18099         [[ $MDSCOUNT -lt 2 ]] && skip "needs >= 2 MDTs" && return
18100
18101         prep_801
18102
18103         stop mds2 || error "(1) Fail to stop mds2"
18104
18105         do_facet mgs $LCTL barrier_freeze $FSNAME 30
18106
18107         local b_status=$(barrier_stat)
18108         [ "$b_status" = "'expired'" -o "$b_status" = "'failed'" ] || {
18109                 do_facet mgs $LCTL barrier_thaw $FSNAME
18110                 error "(2) unexpected barrier status $b_status"
18111         }
18112
18113         do_facet mgs $LCTL barrier_rescan $FSNAME ||
18114                 error "(3) Fail to rescan barrier bitmap"
18115
18116         do_facet mgs $LCTL barrier_freeze $FSNAME 10
18117
18118         b_status=$(barrier_stat)
18119         [ "$b_status" = "'frozen'" ] ||
18120                 error "(4) unexpected barrier status $b_status"
18121
18122         do_facet mgs $LCTL barrier_thaw $FSNAME
18123         b_status=$(barrier_stat)
18124         [ "$b_status" = "'thawed'" ] ||
18125                 error "(5) unexpected barrier status $b_status"
18126
18127         local devname=$(mdsdevname 2)
18128
18129         start mds2 $devname $MDS_MOUNT_OPTS || error "(6) Fail to start mds2"
18130
18131         do_facet mgs $LCTL barrier_rescan $FSNAME ||
18132                 error "(7) Fail to rescan barrier bitmap"
18133
18134         post_801
18135 }
18136 run_test 801c "rescan barrier bitmap"
18137
18138 saved_MGS_MOUNT_OPTS=$MGS_MOUNT_OPTS
18139 saved_MDS_MOUNT_OPTS=$MDS_MOUNT_OPTS
18140 saved_OST_MOUNT_OPTS=$OST_MOUNT_OPTS
18141
18142 cleanup_802() {
18143         trap 0
18144
18145         stopall
18146         MGS_MOUNT_OPTS=$saved_MGS_MOUNT_OPTS
18147         MDS_MOUNT_OPTS=$saved_MDS_MOUNT_OPTS
18148         OST_MOUNT_OPTS=$saved_OST_MOUNT_OPTS
18149         setupall
18150 }
18151
18152 test_802() {
18153
18154         [[ $(lustre_version_code mds1) -lt $(version_code 2.9.55) ]] ||
18155         [[ $(lustre_version_code ost1) -lt $(version_code 2.9.55) ]] &&
18156                 skip "Need server version at least 2.9.55" & exit 0
18157
18158         mkdir $DIR/$tdir || error "(1) fail to mkdir"
18159
18160         cp $LUSTRE/tests/test-framework.sh $DIR/$tdir/ ||
18161                 error "(2) Fail to copy"
18162
18163         trap cleanup_802 EXIT
18164
18165         # sync by force before remount as readonly
18166         sync; sync_all_data; sleep 3; sync_all_data
18167
18168         stopall
18169
18170         MGS_MOUNT_OPTS=$(csa_add "$MGS_MOUNT_OPTS" -o rdonly_dev)
18171         MDS_MOUNT_OPTS=$(csa_add "$MDS_MOUNT_OPTS" -o rdonly_dev)
18172         OST_MOUNT_OPTS=$(csa_add "$OST_MOUNT_OPTS" -o rdonly_dev)
18173
18174         echo "Mount the server as read only"
18175         setupall server_only || error "(3) Fail to start servers"
18176
18177         echo "Mount client without ro should fail"
18178         mount_client $MOUNT &&
18179                 error "(4) Mount client without 'ro' should fail"
18180
18181         echo "Mount client with ro should succeed"
18182         mount_client $MOUNT ro ||
18183                 error "(5) Mount client with 'ro' should succeed"
18184
18185         echo "Modify should be refused"
18186         touch $DIR/$tdir/guard && error "(6) Touch should fail under ro mode"
18187
18188         echo "Read should be allowed"
18189         diff $LUSTRE/tests/test-framework.sh $DIR/$tdir/test-framework.sh ||
18190                 error "(7) Read should succeed under ro mode"
18191
18192         cleanup_802
18193 }
18194 run_test 802 "simulate readonly device"
18195
18196 test_803() {
18197         [[ $MDSCOUNT -lt 2 ]] && skip "needs >= 2 MDTs" && return
18198         [ $(lustre_version_code $SINGLEMDS) -lt $(version_code 2.10.54) ] &&
18199                 skip "MDS needs to be newer than 2.10.54" && return
18200
18201         mkdir -p $DIR/$tdir
18202         # Create some objects on all MDTs to trigger related logs objects
18203         for idx in $(seq $MDSCOUNT); do
18204                 $LFS mkdir -c $MDSCOUNT -i $((idx % $MDSCOUNT)) \
18205                         $DIR/$tdir/dir${idx} ||
18206                         error "Fail to create $DIR/$tdir/dir${idx}"
18207         done
18208
18209         sync; sleep 3
18210         echo "before create:"
18211         $LFS df -i $MOUNT
18212         local before_used=$($LFS df -i | grep MDT0000_UUID | awk '{print $3}')
18213
18214         for ((i=0; i<10; i++)); do
18215                 $LFS mkdir -c 1 -i 1 $DIR/$tdir/foo$i ||
18216                         error "Fail to create $DIR/$tdir/foo$i"
18217         done
18218
18219         sync; sleep 3
18220         echo "after create:"
18221         $LFS df -i $MOUNT
18222         local after_used=$($LFS df -i | grep MDT0000_UUID | awk '{print $3}')
18223
18224         [ $after_used -ge $((before_used + 10)) ] ||
18225                 error "before ($before_used) + 10 > after ($after_used)"
18226
18227         for ((i=0; i<10; i++)); do
18228                 rm -rf $DIR/$tdir/foo$i ||
18229                         error "Fail to remove $DIR/$tdir/foo$i"
18230         done
18231
18232         sleep 3 # avoid MDT return cached statfs
18233         wait_delete_completed
18234         echo "after unlink:"
18235         $LFS df -i $MOUNT
18236         before_used=$after_used
18237         after_used=$($LFS df -i | grep MDT0000_UUID | awk '{print $3}')
18238
18239         [ $after_used -le $((before_used - 8)) ] ||
18240                 error "before ($before_used) - 8 < after ($after_used)"
18241 }
18242 run_test 803 "verify agent object for remote object"
18243
18244 test_804() {
18245         [[ $MDSCOUNT -lt 2 ]] && skip "needs >= 2 MDTs" && return
18246         [ $(lustre_version_code $SINGLEMDS) -lt $(version_code 2.10.54) ] &&
18247                 skip "MDS needs to be newer than 2.10.54" && return
18248
18249         [ "$(facet_fstype $SINGLEMDS)" != "ldiskfs" ] &&
18250                 skip "ldiskfs only test" && return 0
18251
18252         mkdir -p $DIR/$tdir
18253         $LFS mkdir -c 1 -i 1 $DIR/$tdir/dir0 ||
18254                 error "Fail to create $DIR/$tdir/dir0"
18255
18256         local fid=$($LFS path2fid $DIR/$tdir/dir0)
18257         local dev=$(mdsdevname 2)
18258
18259         do_facet mds2 "$DEBUGFS -c -R 'ls /REMOTE_PARENT_DIR' $dev" |
18260                 grep ${fid} || error "NOT found agent entry for dir0"
18261
18262         $LFS mkdir -c $MDSCOUNT -i 0 $DIR/$tdir/dir1 ||
18263                 error "Fail to create $DIR/$tdir/dir1"
18264
18265         touch $DIR/$tdir/dir1/foo0 ||
18266                 error "Fail to create $DIR/$tdir/dir1/foo0"
18267         fid=$($LFS path2fid $DIR/$tdir/dir1/foo0)
18268         local rc=0
18269
18270         for idx in $(seq $MDSCOUNT); do
18271                 dev=$(mdsdevname $idx)
18272                 do_facet mds${idx} \
18273                         "$DEBUGFS -c -R 'ls /REMOTE_PARENT_DIR' $dev" |
18274                         grep ${fid} && rc=$idx
18275         done
18276
18277         mv $DIR/$tdir/dir1/foo0 $DIR/$tdir/dir1/foo1 ||
18278                 error "Fail to rename foo0 to foo1"
18279         if [ $rc -eq 0 ]; then
18280                 for idx in $(seq $MDSCOUNT); do
18281                         dev=$(mdsdevname $idx)
18282                         do_facet mds${idx} \
18283                         "$DEBUGFS -c -R 'ls /REMOTE_PARENT_DIR' $dev" |
18284                         grep ${fid} && rc=$idx
18285                 done
18286         fi
18287
18288         mv $DIR/$tdir/dir1/foo1 $DIR/$tdir/dir1/foo2 ||
18289                 error "Fail to rename foo1 to foo2"
18290         if [ $rc -eq 0 ]; then
18291                 for idx in $(seq $MDSCOUNT); do
18292                         dev=$(mdsdevname $idx)
18293                         do_facet mds${idx} \
18294                         "$DEBUGFS -c -R 'ls /REMOTE_PARENT_DIR' $dev" |
18295                         grep ${fid} && rc=$idx
18296                 done
18297         fi
18298
18299         [ $rc -ne 0 ] || error "NOT found agent entry for foo"
18300
18301         ln $DIR/$tdir/dir1/foo2 $DIR/$tdir/dir0/guard ||
18302                 error "Fail to link to $DIR/$tdir/dir1/foo2"
18303         mv $DIR/$tdir/dir1/foo2 $DIR/$tdir/dir1/foo0 ||
18304                 error "Fail to rename foo2 to foo0"
18305         unlink $DIR/$tdir/dir1/foo0 ||
18306                 error "Fail to unlink $DIR/$tdir/dir1/foo0"
18307         rm -rf $DIR/$tdir/dir0 ||
18308                 error "Fail to rm $DIR/$tdir/dir0"
18309
18310         for idx in $(seq $MDSCOUNT); do
18311                 dev=$(mdsdevname $idx)
18312                 rc=0
18313
18314                 stop mds${idx}
18315                 run_e2fsck $(facet_active_host mds$idx) $dev -n ||
18316                         rc=$?
18317                 start mds${idx} $dev $MDS_MOUNT_OPTS ||
18318                         error "mount mds$idx failed"
18319                 df $MOUNT > /dev/null 2>&1
18320
18321                 # e2fsck should not return error
18322                 [ $rc -eq 0 ] ||
18323                         error "e2fsck detected error on MDT${idx}: rc=$rc"
18324         done
18325 }
18326 run_test 804 "verify agent entry for remote entry"
18327
18328 #
18329 # tests that do cleanup/setup should be run at the end
18330 #
18331
18332 test_900() {
18333         [ $PARALLEL == "yes" ] && skip "skip parallel run" && return
18334         local ls
18335         #define OBD_FAIL_MGC_PAUSE_PROCESS_LOG   0x903
18336         $LCTL set_param fail_loc=0x903
18337
18338         cancel_lru_locks MGC
18339
18340         FAIL_ON_ERROR=true cleanup
18341         FAIL_ON_ERROR=true setup
18342 }
18343 run_test 900 "umount should not race with any mgc requeue thread"
18344
18345 complete $SECONDS
18346 [ -f $EXT2_DEV ] && rm $EXT2_DEV || true
18347 check_and_cleanup_lustre
18348 if [ "$I_MOUNTED" != "yes" ]; then
18349         lctl set_param debug="$OLDDEBUG" 2> /dev/null || true
18350 fi
18351 exit_status