Whamcloud - gitweb
LU-14124 target: set OBD_MD_FLGRANT in read's reply
[fs/lustre-release.git] / lustre / tests / sanity.sh
1 #!/bin/bash
2 #
3 # Run select tests by setting ONLY, or as arguments to the script.
4 # Skip specific tests by setting EXCEPT.
5 #
6 # e.g. ONLY="22 23" or ONLY="`seq 32 39`" or EXCEPT="31"
7 set -e
8
9 ONLY=${ONLY:-"$*"}
10
11 # Check Grants after these tests
12 GRANT_CHECK_LIST="$GRANT_CHECK_LIST 42a 42b 42c 42d 42e 63a 63b 64a 64b 64c 64d"
13 OSC=${OSC:-"osc"}
14
15 CC=${CC:-cc}
16 CREATETEST=${CREATETEST:-createtest}
17 LVERIFY=${LVERIFY:-ll_dirstripe_verify}
18 OPENFILE=${OPENFILE:-openfile}
19 OPENUNLINK=${OPENUNLINK:-openunlink}
20 READS=${READS:-"reads"}
21 MUNLINK=${MUNLINK:-munlink}
22 SOCKETSERVER=${SOCKETSERVER:-socketserver}
23 SOCKETCLIENT=${SOCKETCLIENT:-socketclient}
24 MEMHOG=${MEMHOG:-memhog}
25 DIRECTIO=${DIRECTIO:-directio}
26 ACCEPTOR_PORT=${ACCEPTOR_PORT:-988}
27 DEF_STRIPE_COUNT=-1
28 CHECK_GRANT=${CHECK_GRANT:-"yes"}
29 GRANT_CHECK_LIST=${GRANT_CHECK_LIST:-""}
30 export PARALLEL=${PARALLEL:-"no"}
31
32 TRACE=${TRACE:-""}
33 LUSTRE_TESTS_API_DIR=${LUSTRE_TESTS_API_DIR:-${LUSTRE}/tests/clientapi}
34 LUSTRE=${LUSTRE:-$(dirname $0)/..}
35 . $LUSTRE/tests/test-framework.sh
36 init_test_env $@
37
38 init_logging
39
40 ALWAYS_EXCEPT="$SANITY_EXCEPT "
41 # bug number for skipped test: LU-9693 LU-6493 LU-9693 LU-11058
42 ALWAYS_EXCEPT+="                42a     42b     42c     77k"
43 # UPDATE THE COMMENT ABOVE WITH BUG NUMBERS WHEN CHANGING ALWAYS_EXCEPT!
44
45 # skipped tests: LU-8411 LU-9096 LU-9054 ..
46 ALWAYS_EXCEPT="  407     253     312     $ALWAYS_EXCEPT"
47
48 if $SHARED_KEY; then
49 # bug number for skipped tests: LU-9795 (all below)
50         ALWAYS_EXCEPT="$ALWAYS_EXCEPT   17n     60a     133g    300f"
51 fi
52
53 if [[ $(uname -m) = aarch64 ]]; then
54         # bug number:    LU-11596 (all below)
55         ALWAYS_EXCEPT+=" 42d 42e 63a 63b 64a 64b 64c"
56         # bug number:    LU-11671 LU-11665 LU-11594 LU-11667 LU-11729
57         ALWAYS_EXCEPT+=" 45       101c     103a     317      810"
58 fi
59
60 # skip nfs tests on kernels >= 4.14.0 until they are fixed
61 if [ $LINUX_VERSION_CODE -ge $(version_code 4.14.0) ]; then
62         # bug number:   LU-12661
63         ALWAYS_EXCEPT+=" 817"
64 fi
65
66 # skip cgroup tests on RHEL8.1 kernels until they are fixed
67 if (( $LINUX_VERSION_CODE >= $(version_code 4.18.0) &&
68       $LINUX_VERSION_CODE <  $(version_code 5.4.0) )); then
69         # bug number:   LU-13063
70         ALWAYS_EXCEPT+=" 411"
71 fi
72
73 #                                  5          12          (min)"
74 [ "$SLOW" = "no" ] && EXCEPT_SLOW="27m 64b 68 71 115 300o"
75
76 if [ "$mds1_FSTYPE" = "zfs" ]; then
77         # bug number for skipped test:
78         ALWAYS_EXCEPT="$ALWAYS_EXCEPT  "
79         #                                               13    (min)"
80         [ "$SLOW" = "no" ] && EXCEPT_SLOW="$EXCEPT_SLOW 51b"
81 fi
82
83 # Get the SLES distro version
84 #
85 # Returns a version string that should only be used in comparing
86 # strings returned by version_code()
87 sles_version_code()
88 {
89         local version=$(grep VERSION_ID /etc/os-release | cut -d'"' -f2)
90
91         # All SuSE Linux versions have one decimal. version_code expects two
92         local sles_version=$version.0
93         version_code $sles_version
94 }
95
96 # Check if we are running on Ubuntu or SLES so we can make decisions on
97 # what tests to run
98 if [ -r /etc/SuSE-release ]; then
99         sles_version=$(sles_version_code)
100         [ $sles_version -lt $(version_code 11.4.0) ] &&
101                 # bug number for skipped test: LU-4341
102                 ALWAYS_EXCEPT="$ALWAYS_EXCEPT  170"
103         [ $sles_version -lt $(version_code 12.0.0) ] &&
104                 # bug number for skipped test: LU-3703
105                 ALWAYS_EXCEPT="$ALWAYS_EXCEPT  234"
106 elif [ -r /etc/os-release ]; then
107         if grep -qi ubuntu /etc/os-release; then
108                 ubuntu_version=$(version_code $(sed -n -e 's/"//g' \
109                                                 -e 's/^VERSION=//p' \
110                                                 /etc/os-release |
111                                                 awk '{ print $1 }'))
112
113                 if [[ $ubuntu_version -gt $(version_code 16.0.0) ]]; then
114                         # bug number for skipped test:
115                         #                LU-10334 LU-10366
116                         ALWAYS_EXCEPT+=" 103a     410"
117                 fi
118         fi
119 fi
120
121 build_test_filter
122 FAIL_ON_ERROR=false
123
124 cleanup() {
125         echo -n "cln.."
126         pgrep ll_sa > /dev/null && { echo "There are ll_sa thread not exit!"; exit 20; }
127         cleanupall ${FORCE} $* || { echo "FAILed to clean up"; exit 20; }
128 }
129 setup() {
130         echo -n "mnt.."
131         load_modules
132         setupall || exit 10
133         echo "done"
134 }
135
136 check_swap_layouts_support()
137 {
138         $LCTL get_param -n llite.*.sbi_flags | grep -q layout ||
139                 skip "Does not support layout lock."
140 }
141
142 check_and_setup_lustre
143 DIR=${DIR:-$MOUNT}
144 assert_DIR
145
146 MAXFREE=${MAXFREE:-$((200000 * $OSTCOUNT))}
147
148 [ -f $DIR/d52a/foo ] && chattr -a $DIR/d52a/foo
149 [ -f $DIR/d52b/foo ] && chattr -i $DIR/d52b/foo
150 rm -rf $DIR/[Rdfs][0-9]*
151
152 # $RUNAS_ID may get set incorrectly somewhere else
153 [ $UID -eq 0 -a $RUNAS_ID -eq 0 ] &&
154         error "\$RUNAS_ID set to 0, but \$UID is also 0!"
155
156 check_runas_id $RUNAS_ID $RUNAS_GID $RUNAS
157
158 if [ "${ONLY}" = "MOUNT" ] ; then
159         echo "Lustre is up, please go on"
160         exit
161 fi
162
163 echo "preparing for tests involving mounts"
164 EXT2_DEV=${EXT2_DEV:-$TMP/SANITY.LOOP}
165 touch $EXT2_DEV
166 mke2fs -j -F $EXT2_DEV 8000 > /dev/null
167 echo # add a newline after mke2fs.
168
169 umask 077
170
171 OLDDEBUG=$(lctl get_param -n debug 2> /dev/null)
172 lctl set_param debug=-1 2> /dev/null || true
173 test_0a() {
174         touch $DIR/$tfile
175         $CHECKSTAT -t file $DIR/$tfile || error "$tfile is not a file"
176         rm $DIR/$tfile
177         $CHECKSTAT -a $DIR/$tfile || error "$tfile was not removed"
178 }
179 run_test 0a "touch; rm ====================="
180
181 test_0b() {
182         chmod 0755 $DIR || error "chmod 0755 $DIR failed"
183         $CHECKSTAT -p 0755 $DIR || error "$DIR permission is not 0755"
184 }
185 run_test 0b "chmod 0755 $DIR ============================="
186
187 test_0c() {
188         $LCTL get_param mdc.*.import | grep "state: FULL" ||
189                 error "import not FULL"
190         $LCTL get_param mdc.*.import | grep "target: $FSNAME-MDT" ||
191                 error "bad target"
192 }
193 run_test 0c "check import proc"
194
195 test_0d() { # LU-3397
196         [ $MGS_VERSION -lt $(version_code 2.10.57) ] &&
197                 skip "proc exports not supported before 2.10.57"
198
199         local mgs_exp="mgs.MGS.exports"
200         local client_uuid=$($LCTL get_param -n mgc.*.uuid)
201         local exp_client_nid
202         local exp_client_version
203         local exp_val
204         local imp_val
205         local temp_imp=$DIR/$tfile.import
206         local temp_exp=$DIR/$tfile.export
207
208         # save mgc import file to $temp_imp
209         $LCTL get_param mgc.*.import | tee $temp_imp
210         # Check if client uuid is found in MGS export
211         for exp_client_nid in $(do_facet mgs $LCTL get_param -N $mgs_exp.*); do
212                 [ $(do_facet mgs $LCTL get_param -n $exp_client_nid.uuid) == \
213                         $client_uuid ] &&
214                         break;
215         done
216         # save mgs export file to $temp_exp
217         do_facet mgs $LCTL get_param $exp_client_nid.export | tee $temp_exp
218
219         # Compare the value of field "connect_flags"
220         imp_val=$(grep "connect_flags" $temp_imp)
221         exp_val=$(grep "connect_flags" $temp_exp)
222         [ "$exp_val" == "$imp_val" ] ||
223                 error "export flags '$exp_val' != import flags '$imp_val'"
224
225         # Compare the value of client version
226         exp_client_version=$(awk '/target_version:/ { print $2 }' $temp_exp)
227         exp_val=$(version_code $exp_client_version)
228         imp_val=$CLIENT_VERSION
229         [ "$exp_val" == "$imp_val" ] ||
230                 error "export client version '$exp_val' != '$imp_val'"
231 }
232 run_test 0d "check export proc ============================="
233
234 test_1() {
235         test_mkdir $DIR/$tdir
236         test_mkdir $DIR/$tdir/d2
237         mkdir $DIR/$tdir/d2 && error "we expect EEXIST, but not returned"
238         $CHECKSTAT -t dir $DIR/$tdir/d2 || error "$tdir/d2 is not a dir"
239         rmdir $DIR/$tdir/d2
240         rmdir $DIR/$tdir
241         $CHECKSTAT -a $DIR/$tdir || error "$tdir was not removed"
242 }
243 run_test 1 "mkdir; remkdir; rmdir"
244
245 test_2() {
246         test_mkdir $DIR/$tdir
247         touch $DIR/$tdir/$tfile || error "touch $tdir/$tfile failed"
248         $CHECKSTAT -t file $DIR/$tdir/$tfile || error "$tdir/$tfile not a file"
249         rm -r $DIR/$tdir
250         $CHECKSTAT -a $DIR/$tdir/$tfile || error "$tdir/$file is not removed"
251 }
252 run_test 2 "mkdir; touch; rmdir; check file"
253
254 test_3() {
255         test_mkdir $DIR/$tdir
256         $CHECKSTAT -t dir $DIR/$tdir || error "$tdir is not a directory"
257         touch $DIR/$tdir/$tfile
258         $CHECKSTAT -t file $DIR/$tdir/$tfile || error "$tdir/$tfile not a file"
259         rm -r $DIR/$tdir
260         $CHECKSTAT -a $DIR/$tdir || error "$tdir is not removed"
261 }
262 run_test 3 "mkdir; touch; rmdir; check dir"
263
264 # LU-4471 - failed rmdir on remote directories still removes directory on MDT0
265 test_4() {
266         test_mkdir -i 1 $DIR/$tdir
267
268         touch $DIR/$tdir/$tfile ||
269                 error "Create file under remote directory failed"
270
271         rmdir $DIR/$tdir &&
272                 error "Expect error removing in-use dir $DIR/$tdir"
273
274         test -d $DIR/$tdir || error "Remote directory disappeared"
275
276         rm -rf $DIR/$tdir || error "remove remote dir error"
277 }
278 run_test 4 "mkdir; touch dir/file; rmdir; checkdir (expect error)"
279
280 test_5() {
281         test_mkdir $DIR/$tdir
282         test_mkdir $DIR/$tdir/d2
283         chmod 0707 $DIR/$tdir/d2 || error "chmod 0707 $tdir/d2 failed"
284         $CHECKSTAT -t dir -p 0707 $DIR/$tdir/d2 || error "$tdir/d2 not mode 707"
285         $CHECKSTAT -t dir $DIR/$tdir/d2 || error "$tdir/d2 is not a directory"
286 }
287 run_test 5 "mkdir .../d5 .../d5/d2; chmod .../d5/d2"
288
289 test_6a() {
290         touch $DIR/$tfile || error "touch $DIR/$tfile failed"
291         chmod 0666 $DIR/$tfile || error "chmod 0666 $tfile failed"
292         $CHECKSTAT -t file -p 0666 -u \#$UID $DIR/$tfile ||
293                 error "$tfile does not have perm 0666 or UID $UID"
294         $RUNAS chmod 0444 $DIR/$tfile && error "chmod $tfile worked on UID $UID"
295         $CHECKSTAT -t file -p 0666 -u \#$UID $DIR/$tfile ||
296                 error "$tfile should be 0666 and owned by UID $UID"
297 }
298 run_test 6a "touch f6a; chmod f6a; $RUNAS chmod f6a (should return error) =="
299
300 test_6c() {
301         [ $RUNAS_ID -eq $UID ] && skip_env "RUNAS_ID = UID = $UID"
302
303         touch $DIR/$tfile
304         chown $RUNAS_ID $DIR/$tfile || error "chown $RUNAS_ID $file failed"
305         $CHECKSTAT -t file -u \#$RUNAS_ID $DIR/$tfile ||
306                 error "$tfile should be owned by UID $RUNAS_ID"
307         $RUNAS chown $UID $DIR/$tfile && error "chown $UID $file succeeded"
308         $CHECKSTAT -t file -u \#$RUNAS_ID $DIR/$tfile ||
309                 error "$tfile should be owned by UID $RUNAS_ID"
310 }
311 run_test 6c "touch f6c; chown f6c; $RUNAS chown f6c (should return error) =="
312
313 test_6e() {
314         [ $RUNAS_ID -eq $UID ] && skip_env "RUNAS_ID = UID = $UID"
315
316         touch $DIR/$tfile
317         chgrp $RUNAS_ID $DIR/$tfile || error "chgrp $RUNAS_ID $file failed"
318         $CHECKSTAT -t file -u \#$UID -g \#$RUNAS_ID $DIR/$tfile ||
319                 error "$tfile should be owned by GID $UID"
320         $RUNAS chgrp $UID $DIR/$tfile && error "chgrp $UID $file succeeded"
321         $CHECKSTAT -t file -u \#$UID -g \#$RUNAS_ID $DIR/$tfile ||
322                 error "$tfile should be owned by UID $UID and GID $RUNAS_ID"
323 }
324 run_test 6e "touch+chgrp $tfile; $RUNAS chgrp $tfile (should return error)"
325
326 test_6g() {
327         [ $RUNAS_ID -eq $UID ] && skip_env "RUNAS_ID = UID = $UID"
328
329         test_mkdir $DIR/$tdir
330         chmod 777 $DIR/$tdir || error "chmod 0777 $tdir failed"
331         $RUNAS mkdir $DIR/$tdir/d || error "mkdir $tdir/d failed"
332         chmod g+s $DIR/$tdir/d || error "chmod g+s $tdir/d failed"
333         test_mkdir $DIR/$tdir/d/subdir
334         $CHECKSTAT -g \#$RUNAS_GID $DIR/$tdir/d/subdir ||
335                 error "$tdir/d/subdir should be GID $RUNAS_GID"
336         if [[ $MDSCOUNT -gt 1 ]]; then
337                 # check remote dir sgid inherite
338                 $LFS mkdir -i 0 $DIR/$tdir.local ||
339                         error "mkdir $tdir.local failed"
340                 chmod g+s $DIR/$tdir.local ||
341                         error "chmod $tdir.local failed"
342                 chgrp $RUNAS_GID $DIR/$tdir.local ||
343                         error "chgrp $tdir.local failed"
344                 $LFS mkdir -i 1 $DIR/$tdir.local/$tdir.remote ||
345                         error "mkdir $tdir.remote failed"
346                 $CHECKSTAT -g \#$RUNAS_GID $DIR/$tdir.local/$tdir.remote ||
347                         error "$tdir.remote should be owned by $UID.$RUNAS_ID"
348                 $CHECKSTAT -p 02755 $DIR/$tdir.local/$tdir.remote ||
349                         error "$tdir.remote should be mode 02755"
350         fi
351 }
352 run_test 6g "verify new dir in sgid dir inherits group"
353
354 test_6h() { # bug 7331
355         [ $RUNAS_ID -eq $UID ] && skip_env "RUNAS_ID = UID = $UID"
356
357         touch $DIR/$tfile || error "touch failed"
358         chown $RUNAS_ID:$RUNAS_GID $DIR/$tfile || error "initial chown failed"
359         $RUNAS -G$RUNAS_GID chown $RUNAS_ID:0 $DIR/$tfile &&
360                 error "chown $RUNAS_ID:0 $tfile worked as GID $RUNAS_GID"
361         $CHECKSTAT -t file -u \#$RUNAS_ID -g \#$RUNAS_GID $DIR/$tfile ||
362                 error "$tdir/$tfile should be UID $RUNAS_UID GID $RUNAS_GID"
363 }
364 run_test 6h "$RUNAS chown RUNAS_ID.0 .../$tfile (should return error)"
365
366 test_7a() {
367         test_mkdir $DIR/$tdir
368         $MCREATE $DIR/$tdir/$tfile
369         chmod 0666 $DIR/$tdir/$tfile
370         $CHECKSTAT -t file -p 0666 $DIR/$tdir/$tfile ||
371                 error "$tdir/$tfile should be mode 0666"
372 }
373 run_test 7a "mkdir .../d7; mcreate .../d7/f; chmod .../d7/f ===="
374
375 test_7b() {
376         if [ ! -d $DIR/$tdir ]; then
377                 test_mkdir $DIR/$tdir
378         fi
379         $MCREATE $DIR/$tdir/$tfile
380         echo -n foo > $DIR/$tdir/$tfile
381         [ "$(cat $DIR/$tdir/$tfile)" = "foo" ] || error "$tdir/$tfile not 'foo'"
382         $CHECKSTAT -t file -s 3 $DIR/$tdir/$tfile || error "$tfile size not 3"
383 }
384 run_test 7b "mkdir .../d7; mcreate d7/f2; echo foo > d7/f2 ====="
385
386 test_8() {
387         test_mkdir $DIR/$tdir
388         touch $DIR/$tdir/$tfile
389         chmod 0666 $DIR/$tdir/$tfile
390         $CHECKSTAT -t file -p 0666 $DIR/$tdir/$tfile ||
391                 error "$tfile mode not 0666"
392 }
393 run_test 8 "mkdir .../d8; touch .../d8/f; chmod .../d8/f ======="
394
395 test_9() {
396         test_mkdir $DIR/$tdir
397         test_mkdir $DIR/$tdir/d2
398         test_mkdir $DIR/$tdir/d2/d3
399         $CHECKSTAT -t dir $DIR/$tdir/d2/d3 || error "$tdir/d2/d3 not a dir"
400 }
401 run_test 9 "mkdir .../d9 .../d9/d2 .../d9/d2/d3 ================"
402
403 test_10() {
404         test_mkdir $DIR/$tdir
405         test_mkdir $DIR/$tdir/d2
406         touch $DIR/$tdir/d2/$tfile
407         $CHECKSTAT -t file $DIR/$tdir/d2/$tfile ||
408                 error "$tdir/d2/$tfile not a file"
409 }
410 run_test 10 "mkdir .../d10 .../d10/d2; touch .../d10/d2/f ======"
411
412 test_11() {
413         test_mkdir $DIR/$tdir
414         test_mkdir $DIR/$tdir/d2
415         chmod 0666 $DIR/$tdir/d2
416         chmod 0705 $DIR/$tdir/d2
417         $CHECKSTAT -t dir -p 0705 $DIR/$tdir/d2 ||
418                 error "$tdir/d2 mode not 0705"
419 }
420 run_test 11 "mkdir .../d11 d11/d2; chmod .../d11/d2 ============"
421
422 test_12() {
423         test_mkdir $DIR/$tdir
424         touch $DIR/$tdir/$tfile
425         chmod 0666 $DIR/$tdir/$tfile
426         chmod 0654 $DIR/$tdir/$tfile
427         $CHECKSTAT -t file -p 0654 $DIR/$tdir/$tfile ||
428                 error "$tdir/d2 mode not 0654"
429 }
430 run_test 12 "touch .../d12/f; chmod .../d12/f .../d12/f ========"
431
432 test_13() {
433         test_mkdir $DIR/$tdir
434         dd if=/dev/zero of=$DIR/$tdir/$tfile count=10
435         >  $DIR/$tdir/$tfile
436         $CHECKSTAT -t file -s 0 $DIR/$tdir/$tfile ||
437                 error "$tdir/$tfile size not 0 after truncate"
438 }
439 run_test 13 "creat .../d13/f; dd .../d13/f; > .../d13/f ========"
440
441 test_14() {
442         test_mkdir $DIR/$tdir
443         touch $DIR/$tdir/$tfile
444         rm $DIR/$tdir/$tfile
445         $CHECKSTAT -a $DIR/$tdir/$tfile || error "$tdir/$tfile not removed"
446 }
447 run_test 14 "touch .../d14/f; rm .../d14/f; rm .../d14/f ======="
448
449 test_15() {
450         test_mkdir $DIR/$tdir
451         touch $DIR/$tdir/$tfile
452         mv $DIR/$tdir/$tfile $DIR/$tdir/${tfile}_2
453         $CHECKSTAT -t file $DIR/$tdir/${tfile}_2 ||
454                 error "$tdir/${tfile_2} not a file after rename"
455         rm $DIR/$tdir/${tfile}_2 || error "unlink failed after rename"
456 }
457 run_test 15 "touch .../d15/f; mv .../d15/f .../d15/f2 =========="
458
459 test_16() {
460         test_mkdir $DIR/$tdir
461         touch $DIR/$tdir/$tfile
462         rm -rf $DIR/$tdir/$tfile
463         $CHECKSTAT -a $DIR/$tdir/$tfile || error "$tdir/$tfile not removed"
464 }
465 run_test 16 "touch .../d16/f; rm -rf .../d16/f"
466
467 test_17a() {
468         test_mkdir $DIR/$tdir
469         touch $DIR/$tdir/$tfile
470         ln -s $DIR/$tdir/$tfile $DIR/$tdir/l-exist
471         ls -l $DIR/$tdir
472         $CHECKSTAT -l $DIR/$tdir/$tfile $DIR/$tdir/l-exist ||
473                 error "$tdir/l-exist not a symlink"
474         $CHECKSTAT -f -t f $DIR/$tdir/l-exist ||
475                 error "$tdir/l-exist not referencing a file"
476         rm -f $DIR/$tdir/l-exist
477         $CHECKSTAT -a $DIR/$tdir/l-exist || error "$tdir/l-exist not removed"
478 }
479 run_test 17a "symlinks: create, remove (real)"
480
481 test_17b() {
482         test_mkdir $DIR/$tdir
483         ln -s no-such-file $DIR/$tdir/l-dangle
484         ls -l $DIR/$tdir
485         $CHECKSTAT -l no-such-file $DIR/$tdir/l-dangle ||
486                 error "$tdir/l-dangle not referencing no-such-file"
487         $CHECKSTAT -fa $DIR/$tdir/l-dangle ||
488                 error "$tdir/l-dangle not referencing non-existent file"
489         rm -f $DIR/$tdir/l-dangle
490         $CHECKSTAT -a $DIR/$tdir/l-dangle || error "$tdir/l-dangle not removed"
491 }
492 run_test 17b "symlinks: create, remove (dangling)"
493
494 test_17c() { # bug 3440 - don't save failed open RPC for replay
495         test_mkdir $DIR/$tdir
496         ln -s foo $DIR/$tdir/$tfile
497         cat $DIR/$tdir/$tfile && error "opened non-existent symlink" || true
498 }
499 run_test 17c "symlinks: open dangling (should return error)"
500
501 test_17d() {
502         test_mkdir $DIR/$tdir
503         ln -s foo $DIR/$tdir/$tfile
504         touch $DIR/$tdir/$tfile || error "creating to new symlink"
505 }
506 run_test 17d "symlinks: create dangling"
507
508 test_17e() {
509         test_mkdir $DIR/$tdir
510         local foo=$DIR/$tdir/$tfile
511         ln -s $foo $foo || error "create symlink failed"
512         ls -l $foo || error "ls -l failed"
513         ls $foo && error "ls not failed" || true
514 }
515 run_test 17e "symlinks: create recursive symlink (should return error)"
516
517 test_17f() {
518         test_mkdir $DIR/$tdir
519         ln -s 1234567890/2234567890/3234567890/4234567890 $DIR/$tdir/111
520         ln -s 1234567890/2234567890/3234567890/4234567890/5234567890/6234567890 $DIR/$tdir/222
521         ln -s 1234567890/2234567890/3234567890/4234567890/5234567890/6234567890/7234567890/8234567890 $DIR/$tdir/333
522         ln -s 1234567890/2234567890/3234567890/4234567890/5234567890/6234567890/7234567890/8234567890/9234567890/a234567890/b234567890 $DIR/$tdir/444
523         ln -s 1234567890/2234567890/3234567890/4234567890/5234567890/6234567890/7234567890/8234567890/9234567890/a234567890/b234567890/c234567890/d234567890/f234567890 $DIR/$tdir/555
524         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
525         ls -l  $DIR/$tdir
526 }
527 run_test 17f "symlinks: long and very long symlink name"
528
529 # str_repeat(S, N) generate a string that is string S repeated N times
530 str_repeat() {
531         local s=$1
532         local n=$2
533         local ret=''
534         while [ $((n -= 1)) -ge 0 ]; do
535                 ret=$ret$s
536         done
537         echo $ret
538 }
539
540 # Long symlinks and LU-2241
541 test_17g() {
542         test_mkdir $DIR/$tdir
543         local TESTS="59 60 61 4094 4095"
544
545         # Fix for inode size boundary in 2.1.4
546         [ $MDS1_VERSION -lt $(version_code 2.1.4) ] &&
547                 TESTS="4094 4095"
548
549         # Patch not applied to 2.2 or 2.3 branches
550         [ $MDS1_VERSION -ge $(version_code 2.2.0) ] &&
551         [ $MDS1_VERSION -le $(version_code 2.3.55) ] &&
552                 TESTS="4094 4095"
553
554         # skip long symlink name for rhel6.5.
555         # rhel6.5 has a limit (PATH_MAX - sizeof(struct filename))
556         grep -q '6.5' /etc/redhat-release &>/dev/null &&
557                 TESTS="59 60 61 4062 4063"
558
559         for i in $TESTS; do
560                 local SYMNAME=$(str_repeat 'x' $i)
561                 ln -s $SYMNAME $DIR/$tdir/f$i || error "failed $i-char symlink"
562                 readlink $DIR/$tdir/f$i || error "failed $i-char readlink"
563         done
564 }
565 run_test 17g "symlinks: really long symlink name and inode boundaries"
566
567 test_17h() { #bug 17378
568         [ $PARALLEL == "yes" ] && skip "skip parallel run"
569         remote_mds_nodsh && skip "remote MDS with nodsh"
570
571         local mdt_idx
572
573         test_mkdir $DIR/$tdir
574         mdt_idx=$($LFS getdirstripe -i $DIR/$tdir)
575         $LFS setstripe -c -1 $DIR/$tdir
576         #define OBD_FAIL_MDS_LOV_PREP_CREATE 0x141
577         do_facet mds$((mdt_idx + 1)) lctl set_param fail_loc=0x80000141
578         touch $DIR/$tdir/$tfile || true
579 }
580 run_test 17h "create objects: lov_free_memmd() doesn't lbug"
581
582 test_17i() { #bug 20018
583         [ $PARALLEL == "yes" ] && skip "skip parallel run"
584         remote_mds_nodsh && skip "remote MDS with nodsh"
585
586         local foo=$DIR/$tdir/$tfile
587         local mdt_idx
588
589         test_mkdir -c1 $DIR/$tdir
590         mdt_idx=$($LFS getdirstripe -i $DIR/$tdir)
591         ln -s $foo $foo || error "create symlink failed"
592 #define OBD_FAIL_MDS_READLINK_EPROTO     0x143
593         do_facet mds$((mdt_idx + 1)) lctl set_param fail_loc=0x80000143
594         ls -l $foo && error "error not detected"
595         return 0
596 }
597 run_test 17i "don't panic on short symlink (should return error)"
598
599 test_17k() { #bug 22301
600         [ $PARALLEL == "yes" ] && skip "skip parallel run"
601         [[ -z "$(which rsync 2>/dev/null)" ]] &&
602                 skip "no rsync command"
603         rsync --help | grep -q xattr ||
604                 skip_env "$(rsync --version | head -n1) does not support xattrs"
605         test_mkdir $DIR/$tdir
606         test_mkdir $DIR/$tdir.new
607         touch $DIR/$tdir/$tfile
608         ln -s $DIR/$tdir/$tfile $DIR/$tdir/$tfile.lnk
609         rsync -av -X $DIR/$tdir/ $DIR/$tdir.new ||
610                 error "rsync failed with xattrs enabled"
611 }
612 run_test 17k "symlinks: rsync with xattrs enabled"
613
614 test_17l() { # LU-279
615         [[ -z "$(which getfattr 2>/dev/null)" ]] &&
616                 skip "no getfattr command"
617
618         test_mkdir $DIR/$tdir
619         touch $DIR/$tdir/$tfile
620         ln -s $DIR/$tdir/$tfile $DIR/$tdir/$tfile.lnk
621         for path in "$DIR/$tdir" "$DIR/$tdir/$tfile" "$DIR/$tdir/$tfile.lnk"; do
622                 # -h to not follow symlinks. -m '' to list all the xattrs.
623                 # grep to remove first line: '# file: $path'.
624                 for xattr in `getfattr -hm '' $path 2>/dev/null | grep -v '^#'`;
625                 do
626                         lgetxattr_size_check $path $xattr ||
627                                 error "lgetxattr_size_check $path $xattr failed"
628                 done
629         done
630 }
631 run_test 17l "Ensure lgetxattr's returned xattr size is consistent"
632
633 # LU-1540
634 test_17m() {
635         [ $PARALLEL == "yes" ] && skip "skip parallel run"
636         [ "$mds1_FSTYPE" != "ldiskfs" ] && skip_env "ldiskfs only test"
637         remote_mds_nodsh && skip "remote MDS with nodsh"
638         [ $MDS1_VERSION -ge $(version_code 2.2.0) ] &&
639         [ $MDS1_VERSION -le $(version_code 2.2.93) ] &&
640                 skip "MDS 2.2.0-2.2.93 do not NUL-terminate symlinks"
641
642         local short_sym="0123456789"
643         local wdir=$DIR/$tdir
644         local i
645
646         test_mkdir $wdir
647         long_sym=$short_sym
648         # create a long symlink file
649         for ((i = 0; i < 4; ++i)); do
650                 long_sym=${long_sym}${long_sym}
651         done
652
653         echo "create 512 short and long symlink files under $wdir"
654         for ((i = 0; i < 256; ++i)); do
655                 ln -sf ${long_sym}"a5a5" $wdir/long-$i
656                 ln -sf ${short_sym}"a5a5" $wdir/short-$i
657         done
658
659         echo "erase them"
660         rm -f $wdir/*
661         sync
662         wait_delete_completed
663
664         echo "recreate the 512 symlink files with a shorter string"
665         for ((i = 0; i < 512; ++i)); do
666                 # rewrite the symlink file with a shorter string
667                 ln -sf ${long_sym} $wdir/long-$i || error "long_sym failed"
668                 ln -sf ${short_sym} $wdir/short-$i || error "short_sym failed"
669         done
670
671         local mds_index=$(($($LFS getstripe -m $wdir) + 1))
672         local devname=$(mdsdevname $mds_index)
673
674         echo "stop and checking mds${mds_index}:"
675         # e2fsck should not return error
676         stop mds${mds_index}
677         run_e2fsck $(facet_active_host mds${mds_index}) $devname -n
678         rc=$?
679
680         start mds${mds_index} $devname $MDS_MOUNT_OPTS ||
681                 error "start mds${mds_index} failed"
682         df $MOUNT > /dev/null 2>&1
683         [ $rc -eq 0 ] ||
684                 error "e2fsck detected error for short/long symlink: rc=$rc"
685         rm -f $wdir/*
686 }
687 run_test 17m "run e2fsck against MDT which contains short/long symlink"
688
689 check_fs_consistency_17n() {
690         local mdt_index
691         local rc=0
692
693         # create/unlink in 17n only change 2 MDTs(MDT1/MDT2),
694         # so it only check MDT1/MDT2 instead of all of MDTs.
695         for mdt_index in 1 2; do
696                 local devname=$(mdsdevname $mdt_index)
697                 # e2fsck should not return error
698                 stop mds${mdt_index}
699                 run_e2fsck $(facet_active_host mds$mdt_index) $devname -n ||
700                         rc=$((rc + $?))
701
702                 start mds${mdt_index} $devname $MDS_MOUNT_OPTS ||
703                         error "mount mds$mdt_index failed"
704                 df $MOUNT > /dev/null 2>&1
705         done
706         return $rc
707 }
708
709 test_17n() {
710         [[ $MDSCOUNT -lt 2 ]] && skip_env "needs >= 2 MDTs"
711         [ $PARALLEL == "yes" ] && skip "skip parallel run"
712         [ "$mds1_FSTYPE" != "ldiskfs" ] && skip_env "ldiskfs only test"
713         remote_mds_nodsh && skip "remote MDS with nodsh"
714         [ $MDS1_VERSION -ge $(version_code 2.2.0) ] &&
715         [ $MDS1_VERSION -le $(version_code 2.2.93) ] &&
716                 skip "MDS 2.2.0-2.2.93 do not NUL-terminate symlinks"
717
718         local i
719
720         test_mkdir $DIR/$tdir
721         for ((i=0; i<10; i++)); do
722                 $LFS mkdir -i1 -c2 $DIR/$tdir/remote_dir_${i} ||
723                         error "create remote dir error $i"
724                 createmany -o $DIR/$tdir/remote_dir_${i}/f 10 ||
725                         error "create files under remote dir failed $i"
726         done
727
728         check_fs_consistency_17n ||
729                 error "e2fsck report error after create files under remote dir"
730
731         for ((i = 0; i < 10; i++)); do
732                 rm -rf $DIR/$tdir/remote_dir_${i} ||
733                         error "destroy remote dir error $i"
734         done
735
736         check_fs_consistency_17n ||
737                 error "e2fsck report error after unlink files under remote dir"
738
739         [ $MDS1_VERSION -lt $(version_code 2.4.50) ] &&
740                 skip "lustre < 2.4.50 does not support migrate mv"
741
742         for ((i = 0; i < 10; i++)); do
743                 mkdir -p $DIR/$tdir/remote_dir_${i}
744                 createmany -o $DIR/$tdir/remote_dir_${i}/f 10 ||
745                         error "create files under remote dir failed $i"
746                 $LFS migrate --mdt-index 1 $DIR/$tdir/remote_dir_${i} ||
747                         error "migrate remote dir error $i"
748         done
749         check_fs_consistency_17n || error "e2fsck report error after migration"
750
751         for ((i = 0; i < 10; i++)); do
752                 rm -rf $DIR/$tdir/remote_dir_${i} ||
753                         error "destroy remote dir error $i"
754         done
755
756         check_fs_consistency_17n || error "e2fsck report error after unlink"
757 }
758 run_test 17n "run e2fsck against master/slave MDT which contains remote dir"
759
760 test_17o() {
761         remote_mds_nodsh && skip "remote MDS with nodsh"
762         [ $MDS1_VERSION -lt $(version_code 2.3.64) ] &&
763                 skip "Need MDS version at least 2.3.64"
764
765         local wdir=$DIR/${tdir}o
766         local mdt_index
767         local rc=0
768
769         test_mkdir $wdir
770         touch $wdir/$tfile
771         mdt_index=$($LFS getstripe -m $wdir/$tfile)
772         mdt_index=$((mdt_index + 1))
773
774         cancel_lru_locks mdc
775         #fail mds will wait the failover finish then set
776         #following fail_loc to avoid interfer the recovery process.
777         fail mds${mdt_index}
778
779         #define OBD_FAIL_OSD_LMA_INCOMPAT 0x194
780         do_facet mds${mdt_index} lctl set_param fail_loc=0x194
781         ls -l $wdir/$tfile && rc=1
782         do_facet mds${mdt_index} lctl set_param fail_loc=0
783         [[ $rc -eq 0 ]] || error "stat file should fail"
784 }
785 run_test 17o "stat file with incompat LMA feature"
786
787 test_18() {
788         touch $DIR/$tfile || error "Failed to touch $DIR/$tfile: $?"
789         ls $DIR || error "Failed to ls $DIR: $?"
790 }
791 run_test 18 "touch .../f ; ls ... =============================="
792
793 test_19a() {
794         touch $DIR/$tfile
795         ls -l $DIR
796         rm $DIR/$tfile
797         $CHECKSTAT -a $DIR/$tfile || error "$tfile was not removed"
798 }
799 run_test 19a "touch .../f19 ; ls -l ... ; rm .../f19 ==========="
800
801 test_19b() {
802         ls -l $DIR/$tfile && error "ls -l $tfile failed"|| true
803 }
804 run_test 19b "ls -l .../f19 (should return error) =============="
805
806 test_19c() {
807         [ $RUNAS_ID -eq $UID ] &&
808                 skip_env "RUNAS_ID = UID = $UID -- skipping"
809
810         $RUNAS touch $DIR/$tfile && error "create non-root file failed" || true
811 }
812 run_test 19c "$RUNAS touch .../f19 (should return error) =="
813
814 test_19d() {
815         cat $DIR/f19 && error || true
816 }
817 run_test 19d "cat .../f19 (should return error) =============="
818
819 test_20() {
820         touch $DIR/$tfile
821         rm $DIR/$tfile
822         touch $DIR/$tfile
823         rm $DIR/$tfile
824         touch $DIR/$tfile
825         rm $DIR/$tfile
826         $CHECKSTAT -a $DIR/$tfile || error "$tfile was not removed"
827 }
828 run_test 20 "touch .../f ; ls -l ..."
829
830 test_21() {
831         test_mkdir $DIR/$tdir
832         [ -f $DIR/$tdir/dangle ] && rm -f $DIR/$tdir/dangle
833         ln -s dangle $DIR/$tdir/link
834         echo foo >> $DIR/$tdir/link
835         cat $DIR/$tdir/dangle
836         $CHECKSTAT -t link $DIR/$tdir/link || error "$tdir/link not a link"
837         $CHECKSTAT -f -t file $DIR/$tdir/link ||
838                 error "$tdir/link not linked to a file"
839 }
840 run_test 21 "write to dangling link"
841
842 test_22() {
843         local wdir=$DIR/$tdir
844         test_mkdir $wdir
845         chown $RUNAS_ID:$RUNAS_GID $wdir
846         (cd $wdir || error "cd $wdir failed";
847                 $RUNAS tar cf - /etc/hosts /etc/sysconfig/network |
848                 $RUNAS tar xf -)
849         ls -lR $wdir/etc || error "ls -lR $wdir/etc failed"
850         $CHECKSTAT -t dir $wdir/etc || error "checkstat -t dir failed"
851         $CHECKSTAT -u \#$RUNAS_ID -g \#$RUNAS_GID $wdir/etc ||
852                 error "checkstat -u failed"
853 }
854 run_test 22 "unpack tar archive as non-root user"
855
856 # was test_23
857 test_23a() {
858         test_mkdir $DIR/$tdir
859         local file=$DIR/$tdir/$tfile
860
861         openfile -f O_CREAT:O_EXCL $file || error "$file create failed"
862         openfile -f O_CREAT:O_EXCL $file &&
863                 error "$file recreate succeeded" || true
864 }
865 run_test 23a "O_CREAT|O_EXCL in subdir"
866
867 test_23b() { # bug 18988
868         test_mkdir $DIR/$tdir
869         local file=$DIR/$tdir/$tfile
870
871         rm -f $file
872         echo foo > $file || error "write filed"
873         echo bar >> $file || error "append filed"
874         $CHECKSTAT -s 8 $file || error "wrong size"
875         rm $file
876 }
877 run_test 23b "O_APPEND check"
878
879 # LU-9409, size with O_APPEND and tiny writes
880 test_23c() {
881         local file=$DIR/$tfile
882
883         # single dd
884         dd conv=notrunc oflag=append if=/dev/zero of=$file bs=8 count=800
885         $CHECKSTAT -s 6400 $file || error "wrong size, expected 6400"
886         rm -f $file
887
888         # racing tiny writes
889         dd conv=notrunc oflag=append if=/dev/zero of=$file bs=8 count=800 &
890         dd conv=notrunc oflag=append if=/dev/zero of=$file bs=8 count=800 &
891         wait
892         $CHECKSTAT -s 12800 $file || error "wrong size, expected 12800"
893         rm -f $file
894
895         #racing tiny & normal writes
896         dd conv=notrunc oflag=append if=/dev/zero of=$file bs=4096 count=4 &
897         dd conv=notrunc oflag=append if=/dev/zero of=$file bs=8 count=100 &
898         wait
899         $CHECKSTAT -s 17184 $file || error "wrong size, expected 17184"
900         rm -f $file
901
902         #racing tiny & normal writes 2, ugly numbers
903         dd conv=notrunc oflag=append if=/dev/zero of=$file bs=4099 count=11 &
904         dd conv=notrunc oflag=append if=/dev/zero of=$file bs=17 count=173 &
905         wait
906         $CHECKSTAT -s 48030 $file || error "wrong size, expected 48030"
907         rm -f $file
908 }
909 run_test 23c "O_APPEND size checks for tiny writes"
910
911 # LU-11069 file offset is correct after appending writes
912 test_23d() {
913         local file=$DIR/$tfile
914         local offset
915
916         echo CentaurHauls > $file
917         offset=$($MULTIOP $file oO_WRONLY:O_APPEND:w13Zp)
918         if ((offset != 26)); then
919                 error "wrong offset, expected 26, got '$offset'"
920         fi
921 }
922 run_test 23d "file offset is correct after appending writes"
923
924 # rename sanity
925 test_24a() {
926         echo '-- same directory rename'
927         test_mkdir $DIR/$tdir
928         touch $DIR/$tdir/$tfile.1
929         mv $DIR/$tdir/$tfile.1 $DIR/$tdir/$tfile.2
930         $CHECKSTAT -t file $DIR/$tdir/$tfile.2 || error "$tfile.2 not a file"
931 }
932 run_test 24a "rename file to non-existent target"
933
934 test_24b() {
935         test_mkdir $DIR/$tdir
936         touch $DIR/$tdir/$tfile.{1,2}
937         mv $DIR/$tdir/$tfile.1 $DIR/$tdir/$tfile.2
938         $CHECKSTAT -a $DIR/$tdir/$tfile.1 || error "$tfile.1 exists"
939         $CHECKSTAT -t file $DIR/$tdir/$tfile.2 || error "$tfile.2 not a file"
940 }
941 run_test 24b "rename file to existing target"
942
943 test_24c() {
944         test_mkdir $DIR/$tdir
945         test_mkdir $DIR/$tdir/d$testnum.1
946         mv $DIR/$tdir/d$testnum.1 $DIR/$tdir/d$testnum.2
947         $CHECKSTAT -a $DIR/$tdir/d$testnum.1 || error "d$testnum.1 exists"
948         $CHECKSTAT -t dir $DIR/$tdir/d$testnum.2 || error "d$testnum.2 not dir"
949 }
950 run_test 24c "rename directory to non-existent target"
951
952 test_24d() {
953         test_mkdir -c1 $DIR/$tdir
954         test_mkdir -c1 $DIR/$tdir/d$testnum.1
955         test_mkdir -c1 $DIR/$tdir/d$testnum.2
956         mrename $DIR/$tdir/d$testnum.1 $DIR/$tdir/d$testnum.2
957         $CHECKSTAT -a $DIR/$tdir/d$testnum.1 || error "d$testnum.1 exists"
958         $CHECKSTAT -t dir $DIR/$tdir/d$testnum.2 || error "d$testnum.2 not dir"
959 }
960 run_test 24d "rename directory to existing target"
961
962 test_24e() {
963         echo '-- cross directory renames --'
964         test_mkdir $DIR/R5a
965         test_mkdir $DIR/R5b
966         touch $DIR/R5a/f
967         mv $DIR/R5a/f $DIR/R5b/g
968         $CHECKSTAT -a $DIR/R5a/f || error "$DIR/R5a/f exists"
969         $CHECKSTAT -t file $DIR/R5b/g || error "$DIR/R5b/g not file type"
970 }
971 run_test 24e "touch .../R5a/f; rename .../R5a/f .../R5b/g ======"
972
973 test_24f() {
974         test_mkdir $DIR/R6a
975         test_mkdir $DIR/R6b
976         touch $DIR/R6a/f $DIR/R6b/g
977         mv $DIR/R6a/f $DIR/R6b/g
978         $CHECKSTAT -a $DIR/R6a/f || error "$DIR/R6a/f exists"
979         $CHECKSTAT -t file $DIR/R6b/g || error "$DIR/R6b/g not file type"
980 }
981 run_test 24f "touch .../R6a/f R6b/g; mv .../R6a/f .../R6b/g ===="
982
983 test_24g() {
984         test_mkdir $DIR/R7a
985         test_mkdir $DIR/R7b
986         test_mkdir $DIR/R7a/d
987         mv $DIR/R7a/d $DIR/R7b/e
988         $CHECKSTAT -a $DIR/R7a/d || error "$DIR/R7a/d exists"
989         $CHECKSTAT -t dir $DIR/R7b/e || error "$DIR/R7b/e not dir type"
990 }
991 run_test 24g "mkdir .../R7{a,b}/d; mv .../R7a/d .../R7b/e ======"
992
993 test_24h() {
994         test_mkdir -c1 $DIR/R8a
995         test_mkdir -c1 $DIR/R8b
996         test_mkdir -c1 $DIR/R8a/d
997         test_mkdir -c1 $DIR/R8b/e
998         mrename $DIR/R8a/d $DIR/R8b/e
999         $CHECKSTAT -a $DIR/R8a/d || error "$DIR/R8a/d exists"
1000         $CHECKSTAT -t dir $DIR/R8b/e || error "$DIR/R8b/e not dir type"
1001 }
1002 run_test 24h "mkdir .../R8{a,b}/{d,e}; rename .../R8a/d .../R8b/e"
1003
1004 test_24i() {
1005         echo "-- rename error cases"
1006         test_mkdir $DIR/R9
1007         test_mkdir $DIR/R9/a
1008         touch $DIR/R9/f
1009         mrename $DIR/R9/f $DIR/R9/a
1010         $CHECKSTAT -t file $DIR/R9/f || error "$DIR/R9/f not file type"
1011         $CHECKSTAT -t dir  $DIR/R9/a || error "$DIR/R9/a not dir type"
1012         $CHECKSTAT -a $DIR/R9/a/f || error "$DIR/R9/a/f exists"
1013 }
1014 run_test 24i "rename file to dir error: touch f ; mkdir a ; rename f a"
1015
1016 test_24j() {
1017         test_mkdir $DIR/R10
1018         mrename $DIR/R10/f $DIR/R10/g
1019         $CHECKSTAT -t dir $DIR/R10 || error "$DIR/R10 not dir type"
1020         $CHECKSTAT -a $DIR/R10/f || error "$DIR/R10/f exists"
1021         $CHECKSTAT -a $DIR/R10/g || error "$DIR/R10/g exists"
1022 }
1023 run_test 24j "source does not exist ============================"
1024
1025 test_24k() {
1026         test_mkdir $DIR/R11a
1027         test_mkdir $DIR/R11a/d
1028         touch $DIR/R11a/f
1029         mv $DIR/R11a/f $DIR/R11a/d
1030         $CHECKSTAT -a $DIR/R11a/f || error "$DIR/R11a/f exists"
1031         $CHECKSTAT -t file $DIR/R11a/d/f || error "$DIR/R11a/d/f not file type"
1032 }
1033 run_test 24k "touch .../R11a/f; mv .../R11a/f .../R11a/d ======="
1034
1035 # bug 2429 - rename foo foo foo creates invalid file
1036 test_24l() {
1037         f="$DIR/f24l"
1038         $MULTIOP $f OcNs || error "rename of ${f} to itself failed"
1039 }
1040 run_test 24l "Renaming a file to itself ========================"
1041
1042 test_24m() {
1043         f="$DIR/f24m"
1044         $MULTIOP $f OcLN ${f}2 ${f}2 || error "link ${f}2 ${f}2 failed"
1045         # on ext3 this does not remove either the source or target files
1046         # though the "expected" operation would be to remove the source
1047         $CHECKSTAT -t file ${f} || error "${f} missing"
1048         $CHECKSTAT -t file ${f}2 || error "${f}2 missing"
1049 }
1050 run_test 24m "Renaming a file to a hard link to itself ========="
1051
1052 test_24n() {
1053     f="$DIR/f24n"
1054     # this stats the old file after it was renamed, so it should fail
1055     touch ${f}
1056     $CHECKSTAT ${f} || error "${f} missing"
1057     mv ${f} ${f}.rename
1058     $CHECKSTAT ${f}.rename || error "${f}.rename missing"
1059     $CHECKSTAT -a ${f} || error "${f} exists"
1060 }
1061 run_test 24n "Statting the old file after renaming (Posix rename 2)"
1062
1063 test_24o() {
1064         test_mkdir $DIR/$tdir
1065         rename_many -s random -v -n 10 $DIR/$tdir
1066 }
1067 run_test 24o "rename of files during htree split"
1068
1069 test_24p() {
1070         test_mkdir $DIR/R12a
1071         test_mkdir $DIR/R12b
1072         DIRINO=`ls -lid $DIR/R12a | awk '{ print $1 }'`
1073         mrename $DIR/R12a $DIR/R12b
1074         $CHECKSTAT -a $DIR/R12a || error "$DIR/R12a exists"
1075         $CHECKSTAT -t dir $DIR/R12b || error "$DIR/R12b not dir type"
1076         DIRINO2=`ls -lid $DIR/R12b | awk '{ print $1 }'`
1077         [ "$DIRINO" = "$DIRINO2" ] || error "R12a $DIRINO != R12b $DIRINO2"
1078 }
1079 run_test 24p "mkdir .../R12{a,b}; rename .../R12a .../R12b"
1080
1081 cleanup_multiop_pause() {
1082         trap 0
1083         kill -USR1 $MULTIPID
1084 }
1085
1086 test_24q() {
1087         [ $PARALLEL == "yes" ] && skip "skip parallel run"
1088
1089         test_mkdir $DIR/R13a
1090         test_mkdir $DIR/R13b
1091         local DIRINO=$(ls -lid $DIR/R13a | awk '{ print $1 }')
1092         multiop_bg_pause $DIR/R13b D_c || error "multiop failed to start"
1093         MULTIPID=$!
1094
1095         trap cleanup_multiop_pause EXIT
1096         mrename $DIR/R13a $DIR/R13b
1097         $CHECKSTAT -a $DIR/R13a || error "R13a still exists"
1098         $CHECKSTAT -t dir $DIR/R13b || error "R13b does not exist"
1099         local DIRINO2=$(ls -lid $DIR/R13b | awk '{ print $1 }')
1100         [ "$DIRINO" = "$DIRINO2" ] || error "R13a $DIRINO != R13b $DIRINO2"
1101         cleanup_multiop_pause
1102         wait $MULTIPID || error "multiop close failed"
1103 }
1104 run_test 24q "mkdir .../R13{a,b}; open R13b rename R13a R13b ==="
1105
1106 test_24r() { #bug 3789
1107         test_mkdir $DIR/R14a
1108         test_mkdir $DIR/R14a/b
1109         mrename $DIR/R14a $DIR/R14a/b && error "rename to subdir worked!"
1110         $CHECKSTAT -t dir $DIR/R14a || error "$DIR/R14a missing"
1111         $CHECKSTAT -t dir $DIR/R14a/b || error "$DIR/R14a/b missing"
1112 }
1113 run_test 24r "mkdir .../R14a/b; rename .../R14a .../R14a/b ====="
1114
1115 test_24s() {
1116         test_mkdir $DIR/R15a
1117         test_mkdir $DIR/R15a/b
1118         test_mkdir $DIR/R15a/b/c
1119         mrename $DIR/R15a $DIR/R15a/b/c && error "rename to sub-subdir worked!"
1120         $CHECKSTAT -t dir $DIR/R15a || error "$DIR/R15a missing"
1121         $CHECKSTAT -t dir $DIR/R15a/b/c || error "$DIR/R15a/b/c missing"
1122 }
1123 run_test 24s "mkdir .../R15a/b/c; rename .../R15a .../R15a/b/c ="
1124 test_24t() {
1125         test_mkdir $DIR/R16a
1126         test_mkdir $DIR/R16a/b
1127         test_mkdir $DIR/R16a/b/c
1128         mrename $DIR/R16a/b/c $DIR/R16a && error "rename to sub-subdir worked!"
1129         $CHECKSTAT -t dir $DIR/R16a || error "$DIR/R16a missing"
1130         $CHECKSTAT -t dir $DIR/R16a/b/c || error "$DIR/R16a/b/c missing"
1131 }
1132 run_test 24t "mkdir .../R16a/b/c; rename .../R16a/b/c .../R16a ="
1133
1134 test_24u() { # bug12192
1135         $MULTIOP $DIR/$tfile C2w$((2048 * 1024))c || error "multiop failed"
1136         $CHECKSTAT -s $((2048 * 1024)) $DIR/$tfile || error "wrong file size"
1137 }
1138 run_test 24u "create stripe file"
1139
1140 simple_cleanup_common() {
1141         local rc=0
1142         trap 0
1143         [ -z "$DIR" -o -z "$tdir" ] && return 0
1144
1145         local start=$SECONDS
1146         rm -rf $DIR/$tdir
1147         rc=$?
1148         wait_delete_completed
1149         echo "cleanup time $((SECONDS - start))"
1150         return $rc
1151 }
1152
1153 max_pages_per_rpc() {
1154         local mdtname="$(printf "MDT%04x" ${1:-0})"
1155         $LCTL get_param -n mdc.*$mdtname*.max_pages_per_rpc
1156 }
1157
1158 test_24v() {
1159         [ $PARALLEL == "yes" ] && skip "skip parallel run"
1160
1161         local nrfiles=${COUNT:-100000}
1162         local fname="$DIR/$tdir/$tfile"
1163
1164         # Performance issue on ZFS see LU-4072 (c.f. LU-2887)
1165         [ "$mds1_FSTYPE" = "zfs" ] && nrfiles=${COUNT:-10000}
1166
1167         test_mkdir "$(dirname $fname)"
1168         # assume MDT0000 has the fewest inodes
1169         local stripes=$($LFS getdirstripe -c $(dirname $fname))
1170         local free_inodes=$(($(mdt_free_inodes 0) * stripes))
1171         [[ $free_inodes -lt $nrfiles ]] && nrfiles=$free_inodes
1172
1173         trap simple_cleanup_common EXIT
1174
1175         createmany -m "$fname" $nrfiles
1176
1177         cancel_lru_locks mdc
1178         lctl set_param mdc.*.stats clear
1179
1180         # was previously test_24D: LU-6101
1181         # readdir() returns correct number of entries after cursor reload
1182         local num_ls=$(ls $DIR/$tdir | wc -l)
1183         local num_uniq=$(ls $DIR/$tdir | sort -u | wc -l)
1184         local num_all=$(ls -a $DIR/$tdir | wc -l)
1185         if [ $num_ls -ne $nrfiles -o $num_uniq -ne $nrfiles -o \
1186              $num_all -ne $((nrfiles + 2)) ]; then
1187                 error "Expected $nrfiles files, got $num_ls " \
1188                         "($num_uniq unique $num_all .&..)"
1189         fi
1190         # LU-5 large readdir
1191         # dirent_size = 32 bytes for sizeof(struct lu_dirent) +
1192         #               N bytes for name (len($nrfiles) rounded to 8 bytes) +
1193         #               8 bytes for luda_type (4 bytes rounded to 8 bytes)
1194         # take into account of overhead in lu_dirpage header and end mark in
1195         # each page, plus one in rpc_num calculation.
1196         local dirent_size=$((32 + (${#tfile} | 7) + 1 + 8))
1197         local page_entries=$(((PAGE_SIZE - 24) / dirent_size))
1198         local mdt_idx=$($LFS getdirstripe -i $(dirname $fname))
1199         local rpc_pages=$(max_pages_per_rpc $mdt_idx)
1200         local rpc_max=$((nrfiles / (page_entries * rpc_pages) + stripes))
1201         local mds_readpage=$(calc_stats mdc.*.stats mds_readpage)
1202         echo "readpages: $mds_readpage rpc_max: $rpc_max"
1203         (( $mds_readpage < $rpc_max - 2 || $mds_readpage > $rpc_max + 1)) &&
1204                 error "large readdir doesn't take effect: " \
1205                       "$mds_readpage should be about $rpc_max"
1206
1207         simple_cleanup_common
1208 }
1209 run_test 24v "list large directory (test hash collision, b=17560)"
1210
1211 test_24w() { # bug21506
1212         SZ1=234852
1213         dd if=/dev/zero of=$DIR/$tfile bs=1M count=1 seek=4096 || return 1
1214         dd if=/dev/zero bs=$SZ1 count=1 >> $DIR/$tfile || return 2
1215         dd if=$DIR/$tfile of=$DIR/${tfile}_left bs=1M skip=4097 || return 3
1216         SZ2=`ls -l $DIR/${tfile}_left | awk '{print $5}'`
1217         [[ "$SZ1" -eq "$SZ2" ]] ||
1218                 error "Error reading at the end of the file $tfile"
1219 }
1220 run_test 24w "Reading a file larger than 4Gb"
1221
1222 test_24x() {
1223         [[ $MDSCOUNT -lt 2 ]] && skip_env "needs >= 2 MDTs"
1224         [ $PARALLEL == "yes" ] && skip "skip parallel run"
1225         [[ $MDS1_VERSION -lt $(version_code 2.7.56) ]] &&
1226                 skip "Need MDS version at least 2.7.56"
1227
1228         local MDTIDX=1
1229         local remote_dir=$DIR/$tdir/remote_dir
1230
1231         test_mkdir $DIR/$tdir
1232         $LFS mkdir -i $MDTIDX $remote_dir ||
1233                 error "create remote directory failed"
1234
1235         test_mkdir $DIR/$tdir/src_dir
1236         touch $DIR/$tdir/src_file
1237         test_mkdir $remote_dir/tgt_dir
1238         touch $remote_dir/tgt_file
1239
1240         mrename $DIR/$tdir/src_dir $remote_dir/tgt_dir ||
1241                 error "rename dir cross MDT failed!"
1242
1243         mrename $DIR/$tdir/src_file $remote_dir/tgt_file ||
1244                 error "rename file cross MDT failed!"
1245
1246         touch $DIR/$tdir/ln_file
1247         ln $DIR/$tdir/ln_file $remote_dir/ln_name ||
1248                 error "ln file cross MDT failed"
1249
1250         rm -rf $DIR/$tdir || error "Can not delete directories"
1251 }
1252 run_test 24x "cross MDT rename/link"
1253
1254 test_24y() {
1255         [[ $MDSCOUNT -lt 2 ]] && skip_env "needs >= 2 MDTs"
1256         [ $PARALLEL == "yes" ] && skip "skip parallel run"
1257
1258         local remote_dir=$DIR/$tdir/remote_dir
1259         local mdtidx=1
1260
1261         test_mkdir $DIR/$tdir
1262         $LFS mkdir -i $mdtidx $remote_dir ||
1263                 error "create remote directory failed"
1264
1265         test_mkdir $remote_dir/src_dir
1266         touch $remote_dir/src_file
1267         test_mkdir $remote_dir/tgt_dir
1268         touch $remote_dir/tgt_file
1269
1270         mrename $remote_dir/src_dir $remote_dir/tgt_dir ||
1271                 error "rename subdir in the same remote dir failed!"
1272
1273         mrename $remote_dir/src_file $remote_dir/tgt_file ||
1274                 error "rename files in the same remote dir failed!"
1275
1276         ln $remote_dir/tgt_file $remote_dir/tgt_file1 ||
1277                 error "link files in the same remote dir failed!"
1278
1279         rm -rf $DIR/$tdir || error "Can not delete directories"
1280 }
1281 run_test 24y "rename/link on the same dir should succeed"
1282
1283 test_24z() {
1284         [[ $MDSCOUNT -lt 2 ]] && skip_env "needs >= 2 MDTs"
1285         [[ $MDS1_VERSION -lt $(version_code 2.12.51) ]] &&
1286                 skip "Need MDS version at least 2.12.51"
1287
1288         local index
1289
1290         for index in 0 1; do
1291                 $LFS mkdir -i $index $DIR/$tdir.$index || error "mkdir failed"
1292                 touch $DIR/$tdir.0/$tfile.$index || error "touch failed"
1293         done
1294
1295         mv $DIR/$tdir.0/$tfile.0 $DIR/$tdir.1 || error "mv $tfile.0 failed"
1296
1297         index=$($LFS getstripe -m $DIR/$tdir.1/$tfile.0)
1298         [ $index -eq 0 ] || error "$tfile.0 is on MDT$index"
1299
1300         local mdts=$(comma_list $(mdts_nodes))
1301
1302         do_nodes $mdts $LCTL set_param mdt.*.enable_remote_rename=0
1303         stack_trap "do_nodes $mdts $LCTL \
1304                 set_param mdt.*.enable_remote_rename=1" EXIT
1305
1306         mv $DIR/$tdir.0/$tfile.1 $DIR/$tdir.1 || error "mv $tfile.1 failed"
1307
1308         index=$($LFS getstripe -m $DIR/$tdir.1/$tfile.1)
1309         [ $index -eq 1 ] || error "$tfile.1 is on MDT$index"
1310 }
1311 run_test 24z "cross-MDT rename is done as cp"
1312
1313 test_24A() { # LU-3182
1314         local NFILES=5000
1315
1316         rm -rf $DIR/$tdir
1317         test_mkdir $DIR/$tdir
1318         trap simple_cleanup_common EXIT
1319         createmany -m $DIR/$tdir/$tfile $NFILES
1320         local t=$(ls $DIR/$tdir | wc -l)
1321         local u=$(ls $DIR/$tdir | sort -u | wc -l)
1322         local v=$(ls -ai $DIR/$tdir | sort -u | wc -l)
1323         if [ $t -ne $NFILES -o $u -ne $NFILES -o $v -ne $((NFILES + 2)) ] ; then
1324                 error "Expected $NFILES files, got $t ($u unique $v .&..)"
1325         fi
1326
1327         simple_cleanup_common || error "Can not delete directories"
1328 }
1329 run_test 24A "readdir() returns correct number of entries."
1330
1331 test_24B() { # LU-4805
1332         [ $MDSCOUNT -lt 2 ] && skip_env "needs >= 2 MDTs"
1333
1334         local count
1335
1336         test_mkdir $DIR/$tdir
1337         $LFS setdirstripe -i0 -c$MDSCOUNT $DIR/$tdir/striped_dir ||
1338                 error "create striped dir failed"
1339
1340         count=$(ls -ai $DIR/$tdir/striped_dir | wc -l)
1341         [ $count -eq 2 ] || error "Expected 2, got $count"
1342
1343         touch $DIR/$tdir/striped_dir/a
1344
1345         count=$(ls -ai $DIR/$tdir/striped_dir | wc -l)
1346         [ $count -eq 3 ] || error "Expected 3, got $count"
1347
1348         touch $DIR/$tdir/striped_dir/.f
1349
1350         count=$(ls -ai $DIR/$tdir/striped_dir | wc -l)
1351         [ $count -eq 4 ] || error "Expected 4, got $count"
1352
1353         rm -rf $DIR/$tdir || error "Can not delete directories"
1354 }
1355 run_test 24B "readdir for striped dir return correct number of entries"
1356
1357 test_24C() {
1358         [ $MDSCOUNT -lt 2 ] && skip_env "needs >= 2 MDTs"
1359
1360         mkdir $DIR/$tdir
1361         mkdir $DIR/$tdir/d0
1362         mkdir $DIR/$tdir/d1
1363
1364         $LFS setdirstripe -i0 -c$MDSCOUNT $DIR/$tdir/d0/striped_dir ||
1365                 error "create striped dir failed"
1366
1367         cd $DIR/$tdir/d0/striped_dir
1368
1369         local d0_ino=$(ls -i -l -a $DIR/$tdir | grep "d0" | awk '{print $1}')
1370         local d1_ino=$(ls -i -l -a $DIR/$tdir | grep "d1" | awk '{print $1}')
1371         local parent_ino=$(ls -i -l -a | grep "\.\." | awk '{print $1}')
1372
1373         [ "$d0_ino" = "$parent_ino" ] ||
1374                 error ".. wrong, expect $d0_ino, get $parent_ino"
1375
1376         mv $DIR/$tdir/d0/striped_dir $DIR/$tdir/d1/ ||
1377                 error "mv striped dir failed"
1378
1379         parent_ino=$(ls -i -l -a | grep "\.\." | awk '{print $1}')
1380
1381         [ "$d1_ino" = "$parent_ino" ] ||
1382                 error ".. wrong after mv, expect $d1_ino, get $parent_ino"
1383 }
1384 run_test 24C "check .. in striped dir"
1385
1386 test_24E() {
1387         [[ $MDSCOUNT -lt 4 ]] && skip_env "needs >= 4 MDTs"
1388         [ $PARALLEL == "yes" ] && skip "skip parallel run"
1389
1390         mkdir -p $DIR/$tdir
1391         mkdir $DIR/$tdir/src_dir
1392         $LFS mkdir -i 1 $DIR/$tdir/src_dir/src_child ||
1393                 error "create remote source failed"
1394
1395         touch $DIR/$tdir/src_dir/src_child/a
1396
1397         $LFS mkdir -i 2 $DIR/$tdir/tgt_dir ||
1398                 error "create remote target dir failed"
1399
1400         $LFS mkdir -i 3 $DIR/$tdir/tgt_dir/tgt_child ||
1401                 error "create remote target child failed"
1402
1403         mrename $DIR/$tdir/src_dir/src_child $DIR/$tdir/tgt_dir/tgt_child ||
1404                 error "rename dir cross MDT failed!"
1405
1406         find $DIR/$tdir
1407
1408         $CHECKSTAT -t dir $DIR/$tdir/src_dir/src_child &&
1409                 error "src_child still exists after rename"
1410
1411         $CHECKSTAT -t file $DIR/$tdir/tgt_dir/tgt_child/a ||
1412                 error "missing file(a) after rename"
1413
1414         rm -rf $DIR/$tdir || error "Can not delete directories"
1415 }
1416 run_test 24E "cross MDT rename/link"
1417
1418 test_24F () {
1419         [ $MDSCOUNT -lt 2 ] && skip "needs >= 2 MDTs" && return 0
1420
1421         local repeats=1000
1422         [ "$SLOW" = "no" ] && repeats=100
1423
1424         mkdir -p $DIR/$tdir
1425
1426         echo "$repeats repeats"
1427         for ((i = 0; i < repeats; i++)); do
1428                 $LFS mkdir -i0 -c2 $DIR/$tdir/test || error "mkdir fails"
1429                 touch $DIR/$tdir/test/a || error "touch fails"
1430                 mkdir $DIR/$tdir/test/b || error "mkdir fails"
1431                 rm -rf $DIR/$tdir/test || error "rmdir fails"
1432         done
1433
1434         true
1435 }
1436 run_test 24F "hash order vs readdir (LU-11330)"
1437
1438 test_25a() {
1439         echo '== symlink sanity ============================================='
1440
1441         test_mkdir $DIR/d25
1442         ln -s d25 $DIR/s25
1443         touch $DIR/s25/foo ||
1444                 error "File creation in symlinked directory failed"
1445 }
1446 run_test 25a "create file in symlinked directory ==============="
1447
1448 test_25b() {
1449         [ ! -d $DIR/d25 ] && test_25a
1450         $CHECKSTAT -t file $DIR/s25/foo || error "$DIR/s25/foo not file type"
1451 }
1452 run_test 25b "lookup file in symlinked directory ==============="
1453
1454 test_26a() {
1455         test_mkdir $DIR/d26
1456         test_mkdir $DIR/d26/d26-2
1457         ln -s d26/d26-2 $DIR/s26
1458         touch $DIR/s26/foo || error "File creation failed"
1459 }
1460 run_test 26a "multiple component symlink ======================="
1461
1462 test_26b() {
1463         test_mkdir -p $DIR/$tdir/d26-2
1464         ln -s $tdir/d26-2/foo $DIR/s26-2
1465         touch $DIR/s26-2 || error "File creation failed"
1466 }
1467 run_test 26b "multiple component symlink at end of lookup ======"
1468
1469 test_26c() {
1470         test_mkdir $DIR/d26.2
1471         touch $DIR/d26.2/foo
1472         ln -s d26.2 $DIR/s26.2-1
1473         ln -s s26.2-1 $DIR/s26.2-2
1474         ln -s s26.2-2 $DIR/s26.2-3
1475         chmod 0666 $DIR/s26.2-3/foo
1476 }
1477 run_test 26c "chain of symlinks"
1478
1479 # recursive symlinks (bug 439)
1480 test_26d() {
1481         ln -s d26-3/foo $DIR/d26-3
1482 }
1483 run_test 26d "create multiple component recursive symlink"
1484
1485 test_26e() {
1486         [ ! -h $DIR/d26-3 ] && test_26d
1487         rm $DIR/d26-3
1488 }
1489 run_test 26e "unlink multiple component recursive symlink"
1490
1491 # recursive symlinks (bug 7022)
1492 test_26f() {
1493         test_mkdir $DIR/$tdir
1494         test_mkdir $DIR/$tdir/$tfile
1495         cd $DIR/$tdir/$tfile           || error "cd $DIR/$tdir/$tfile failed"
1496         test_mkdir -p lndir/bar1
1497         test_mkdir $DIR/$tdir/$tfile/$tfile
1498         cd $tfile                || error "cd $tfile failed"
1499         ln -s .. dotdot          || error "ln dotdot failed"
1500         ln -s dotdot/lndir lndir || error "ln lndir failed"
1501         cd $DIR/$tdir                 || error "cd $DIR/$tdir failed"
1502         output=`ls $tfile/$tfile/lndir/bar1`
1503         [ "$output" = bar1 ] && error "unexpected output"
1504         rm -r $tfile             || error "rm $tfile failed"
1505         $CHECKSTAT -a $DIR/$tfile || error "$tfile not gone"
1506 }
1507 run_test 26f "rm -r of a directory which has recursive symlink"
1508
1509 test_27a() {
1510         test_mkdir $DIR/$tdir
1511         $LFS getstripe $DIR/$tdir
1512         $LFS setstripe -c 1 $DIR/$tdir/$tfile || error "setstripe failed"
1513         $CHECKSTAT -t file $DIR/$tdir/$tfile || error "checkstat failed"
1514         cp /etc/hosts $DIR/$tdir/$tfile || error "Can't copy to one stripe file"
1515 }
1516 run_test 27a "one stripe file"
1517
1518 test_27b() {
1519         [[ $OSTCOUNT -lt 2 ]] && skip_env "needs >= 2 OSTs"
1520
1521         test_mkdir $DIR/$tdir
1522         $LFS setstripe -c 2 $DIR/$tdir/$tfile || error "setstripe failed"
1523         $LFS getstripe -c $DIR/$tdir/$tfile
1524         [ $($LFS getstripe -c $DIR/$tdir/$tfile) -eq 2 ] ||
1525                 error "two-stripe file doesn't have two stripes"
1526
1527         dd if=/dev/zero of=$DIR/$tdir/$tfile bs=4k count=4 || error "dd failed"
1528 }
1529 run_test 27b "create and write to two stripe file"
1530
1531 test_27d() {
1532         test_mkdir $DIR/$tdir
1533         $LFS setstripe -c 0 -i -1 -S 0 $DIR/$tdir/$tfile ||
1534                 error "setstripe failed"
1535         $CHECKSTAT -t file $DIR/$tdir/$tfile || error "checkstat failed"
1536         dd if=/dev/zero of=$DIR/$tdir/$tfile bs=4k count=4 || error "dd failed"
1537 }
1538 run_test 27d "create file with default settings"
1539
1540 test_27e() {
1541         # LU-5839 adds check for existed layout before setting it
1542         [[ $MDS1_VERSION -lt $(version_code 2.7.56) ]] &&
1543                 skip "Need MDS version at least 2.7.56"
1544
1545         test_mkdir $DIR/$tdir
1546         $LFS setstripe -c 2 $DIR/$tdir/$tfile || error "setstripe failed"
1547         $LFS setstripe -c 2 $DIR/$tdir/$tfile && error "setstripe worked twice"
1548         $CHECKSTAT -t file $DIR/$tdir/$tfile || error "checkstat failed"
1549 }
1550 run_test 27e "setstripe existing file (should return error)"
1551
1552 test_27f() {
1553         test_mkdir $DIR/$tdir
1554         $LFS setstripe -S 100 -i 0 -c 1 $DIR/$tdir/$tfile &&
1555                 error "$SETSTRIPE $DIR/$tdir/$tfile failed"
1556         $CHECKSTAT -t file $DIR/$tdir/$tfile &&
1557                 error "$CHECKSTAT -t file $DIR/$tdir/$tfile should fail"
1558         dd if=/dev/zero of=$DIR/$tdir/$tfile bs=4k count=4 || error "dd failed"
1559         $LFS getstripe $DIR/$tdir/$tfile || error "$LFS getstripe failed"
1560 }
1561 run_test 27f "setstripe with bad stripe size (should return error)"
1562
1563 test_27g() {
1564         test_mkdir $DIR/$tdir
1565         $MCREATE $DIR/$tdir/$tfile || error "mcreate failed"
1566         $LFS getstripe $DIR/$tdir/$tfile 2>&1 | grep "no stripe info" ||
1567                 error "$DIR/$tdir/$tfile has object"
1568 }
1569 run_test 27g "$LFS getstripe with no objects"
1570
1571 test_27ga() {
1572         test_mkdir $DIR/$tdir
1573         touch $DIR/$tdir/$tfile || error "touch failed"
1574         ln -s bogus $DIR/$tdir/$tfile.2 || error "ln failed"
1575         $LFS getstripe -m $DIR/$tdir/$tfile $DIR/$tdir/$tfile.2
1576         local rc=$?
1577         (( rc == 2 )) || error "getstripe did not return ENOENT"
1578 }
1579 run_test 27ga "$LFS getstripe with missing file (should return error)"
1580
1581 test_27i() {
1582         test_mkdir $DIR/$tdir
1583         touch $DIR/$tdir/$tfile || error "touch failed"
1584         [[ $($LFS getstripe -c $DIR/$tdir/$tfile) -gt 0 ]] ||
1585                 error "missing objects"
1586 }
1587 run_test 27i "$LFS getstripe with some objects"
1588
1589 test_27j() {
1590         test_mkdir $DIR/$tdir
1591         $LFS setstripe -i $OSTCOUNT $DIR/$tdir/$tfile &&
1592                 error "setstripe failed" || true
1593 }
1594 run_test 27j "setstripe with bad stripe offset (should return error)"
1595
1596 test_27k() { # bug 2844
1597         test_mkdir $DIR/$tdir
1598         local file=$DIR/$tdir/$tfile
1599         local ll_max_blksize=$((4 * 1024 * 1024))
1600         $LFS setstripe -S 67108864 $file || error "setstripe failed"
1601         local blksize=$(stat $file | awk '/IO Block:/ { print $7 }')
1602         [ $blksize -le $ll_max_blksize ] || error "1:$blksize > $ll_max_blksize"
1603         dd if=/dev/zero of=$file bs=4k count=1
1604         blksize=$(stat $file | awk '/IO Block:/ { print $7 }')
1605         [ $blksize -le $ll_max_blksize ] || error "2:$blksize > $ll_max_blksize"
1606 }
1607 run_test 27k "limit i_blksize for broken user apps"
1608
1609 test_27l() {
1610         mcreate $DIR/$tfile || error "creating file"
1611         $RUNAS $LFS setstripe -c 1 $DIR/$tfile &&
1612                 error "setstripe should have failed" || true
1613 }
1614 run_test 27l "check setstripe permissions (should return error)"
1615
1616 test_27m() {
1617         [[ $OSTCOUNT -lt 2 ]] && skip_env "needs >= 2 OSTs"
1618
1619         ORIGFREE=$($LCTL get_param -n lov.$FSNAME-clilov-*.kbytesavail |
1620                    head -n1)
1621         if [[ $ORIGFREE -gt $MAXFREE ]]; then
1622                 skip "$ORIGFREE > $MAXFREE skipping out-of-space test on OST0"
1623         fi
1624         trap simple_cleanup_common EXIT
1625         test_mkdir $DIR/$tdir
1626         $LFS setstripe -i 0 -c 1 $DIR/$tdir/$tfile.1
1627         dd if=/dev/zero of=$DIR/$tdir/$tfile.1 bs=1024 count=$MAXFREE &&
1628                 error "dd should fill OST0"
1629         i=2
1630         while $LFS setstripe -i 0 -c 1 $DIR/$tdir/$tfile.$i; do
1631                 i=$((i + 1))
1632                 [ $i -gt 256 ] && break
1633         done
1634         i=$((i + 1))
1635         touch $DIR/$tdir/$tfile.$i
1636         [ $($LFS getstripe $DIR/$tdir/$tfile.$i | grep -A 10 obdidx |
1637             awk '{print $1}'| grep -w "0") ] &&
1638                 error "OST0 was full but new created file still use it"
1639         i=$((i + 1))
1640         touch $DIR/$tdir/$tfile.$i
1641         [ $($LFS getstripe $DIR/$tdir/$tfile.$i | grep -A 10 obdidx |
1642             awk '{print $1}'| grep -w "0") ] &&
1643                 error "OST0 was full but new created file still use it"
1644         simple_cleanup_common
1645 }
1646 run_test 27m "create file while OST0 was full"
1647
1648 sleep_maxage() {
1649         local delay=$(do_facet $SINGLEMDS lctl get_param -n lo[vd].*.qos_maxage |
1650                       awk '{ print $1 * 2; exit; }')
1651         sleep $delay
1652 }
1653
1654 # OSCs keep a NOSPC flag that will be reset after ~5s (qos_maxage)
1655 # if the OST isn't full anymore.
1656 reset_enospc() {
1657         local OSTIDX=${1:-""}
1658
1659         local list=$(comma_list $(osts_nodes))
1660         [ "$OSTIDX" ] && list=$(facet_host ost$((OSTIDX + 1)))
1661
1662         do_nodes $list lctl set_param fail_loc=0
1663         sync    # initiate all OST_DESTROYs from MDS to OST
1664         sleep_maxage
1665 }
1666
1667 exhaust_precreations() {
1668         local OSTIDX=$1
1669         local FAILLOC=$2
1670         local FAILIDX=${3:-$OSTIDX}
1671         local ofacet=ost$((OSTIDX + 1))
1672
1673         test_mkdir -p -c1 $DIR/$tdir
1674         local mdtidx=$($LFS getstripe -m $DIR/$tdir)
1675         local mfacet=mds$((mdtidx + 1))
1676         echo OSTIDX=$OSTIDX MDTIDX=$mdtidx
1677
1678         local OST=$(ostname_from_index $OSTIDX)
1679
1680         # on the mdt's osc
1681         local mdtosc_proc1=$(get_mdtosc_proc_path $mfacet $OST)
1682         local last_id=$(do_facet $mfacet lctl get_param -n \
1683                         osp.$mdtosc_proc1.prealloc_last_id)
1684         local next_id=$(do_facet $mfacet lctl get_param -n \
1685                         osp.$mdtosc_proc1.prealloc_next_id)
1686
1687         local mdtosc_proc2=$(get_mdtosc_proc_path $mfacet)
1688         do_facet $mfacet lctl get_param osp.$mdtosc_proc2.prealloc*
1689
1690         test_mkdir -p $DIR/$tdir/${OST}
1691         $SETSTRIPE -i $OSTIDX -c 1 $DIR/$tdir/${OST}
1692 #define OBD_FAIL_OST_ENOSPC              0x215
1693         do_facet $ofacet lctl set_param fail_val=$FAILIDX fail_loc=0x215
1694         echo "Creating to objid $last_id on ost $OST..."
1695         createmany -o $DIR/$tdir/${OST}/f $next_id $((last_id - next_id + 2))
1696         do_facet $mfacet lctl get_param osp.$mdtosc_proc2.prealloc*
1697         do_facet $ofacet lctl set_param fail_loc=$FAILLOC
1698         sleep_maxage
1699 }
1700
1701 exhaust_all_precreations() {
1702         local i
1703         for (( i=0; i < OSTCOUNT; i++ )) ; do
1704                 exhaust_precreations $i $1 -1
1705         done
1706 }
1707
1708 test_27n() {
1709         [[ $OSTCOUNT -lt 2 ]] && skip_env "needs >= 2 OSTs"
1710         [ $PARALLEL == "yes" ] && skip "skip parallel run"
1711         remote_mds_nodsh && skip "remote MDS with nodsh"
1712         remote_ost_nodsh && skip "remote OST with nodsh"
1713
1714         reset_enospc
1715         rm -f $DIR/$tdir/$tfile
1716         exhaust_precreations 0 0x80000215
1717         $LFS setstripe -c -1 $DIR/$tdir || error "setstripe failed"
1718         touch $DIR/$tdir/$tfile || error "touch failed"
1719         $LFS getstripe $DIR/$tdir/$tfile
1720         reset_enospc
1721 }
1722 run_test 27n "create file with some full OSTs"
1723
1724 test_27o() {
1725         [[ $OSTCOUNT -lt 2 ]] && skip_env "needs >= 2 OSTs"
1726         [ $PARALLEL == "yes" ] && skip "skip parallel run"
1727         remote_mds_nodsh && skip "remote MDS with nodsh"
1728         remote_ost_nodsh && skip "remote OST with nodsh"
1729
1730         reset_enospc
1731         rm -f $DIR/$tdir/$tfile
1732         exhaust_all_precreations 0x215
1733
1734         touch $DIR/$tdir/$tfile && error "able to create $DIR/$tdir/$tfile"
1735
1736         reset_enospc
1737         rm -rf $DIR/$tdir/*
1738 }
1739 run_test 27o "create file with all full OSTs (should error)"
1740
1741 function create_and_checktime() {
1742         local fname=$1
1743         local loops=$2
1744         local i
1745
1746         for ((i=0; i < $loops; i++)); do
1747                 local start=$SECONDS
1748                 multiop $fname-$i Oc
1749                 ((SECONDS-start < TIMEOUT)) ||
1750                         error "creation took " $((SECONDS-$start)) && return 1
1751         done
1752 }
1753
1754 test_27oo() {
1755         local mdts=$(comma_list $(mdts_nodes))
1756
1757         [ $MDS1_VERSION -lt $(version_code 2.12.6) ] &&
1758                 skip "Need MDS version at least 2.12.6"
1759
1760         local f0=$DIR/${tfile}-0
1761         local f1=$DIR/${tfile}-1
1762
1763         wait_delete_completed
1764
1765         # refill precreated objects
1766         $LFS setstripe -i0 -c1 $f0
1767
1768         saved=$(do_facet mds1 $LCTL get_param -n lov.*0000*.qos_threshold_rr)
1769         # force QoS allocation policy
1770         do_nodes $mdts $LCTL set_param lov.*.qos_threshold_rr=0%
1771         stack_trap "do_nodes $mdts $LCTL set_param \
1772                 lov.*.qos_threshold_rr=$saved" EXIT
1773         sleep_maxage
1774
1775         # one OST is unavailable, but still have few objects preallocated
1776         stop ost1
1777         stack_trap "start ost1 $(ostdevname 1) $OST_MOUNT_OPTS; \
1778                 rm -rf $f1 $DIR/$tdir*" EXIT
1779
1780         for ((i=0; i < 7; i++)); do
1781                 mkdir $DIR/$tdir$i || error "can't create dir"
1782                 $LFS setstripe -c$((OSTCOUNT-1)) $DIR/$tdir$i ||
1783                         error "can't set striping"
1784         done
1785         for ((i=0; i < 7; i++)); do
1786                 create_and_checktime $DIR/$tdir$i/$tfile 100 &
1787         done
1788         wait
1789 }
1790 run_test 27oo "don't let few threads to reserve too many objects"
1791
1792 test_27p() {
1793         [[ $OSTCOUNT -lt 2 ]] && skip_env "needs >= 2 OSTs"
1794         [ $PARALLEL == "yes" ] && skip "skip parallel run"
1795         remote_mds_nodsh && skip "remote MDS with nodsh"
1796         remote_ost_nodsh && skip "remote OST with nodsh"
1797
1798         reset_enospc
1799         rm -f $DIR/$tdir/$tfile
1800         test_mkdir $DIR/$tdir
1801
1802         $MCREATE $DIR/$tdir/$tfile || error "mcreate failed"
1803         $TRUNCATE $DIR/$tdir/$tfile 80000000 || error "truncate failed"
1804         $CHECKSTAT -s 80000000 $DIR/$tdir/$tfile || error "checkstat failed"
1805
1806         exhaust_precreations 0 0x80000215
1807         echo foo >> $DIR/$tdir/$tfile || error "append failed"
1808         $CHECKSTAT -s 80000004 $DIR/$tdir/$tfile || error "checkstat failed"
1809         $LFS getstripe $DIR/$tdir/$tfile
1810
1811         reset_enospc
1812 }
1813 run_test 27p "append to a truncated file with some full OSTs"
1814
1815 test_27q() {
1816         [[ $OSTCOUNT -lt 2 ]] && skip_env "needs >= 2 OSTs"
1817         [ $PARALLEL == "yes" ] && skip "skip parallel run"
1818         remote_mds_nodsh && skip "remote MDS with nodsh"
1819         remote_ost_nodsh && skip "remote OST with nodsh"
1820
1821         reset_enospc
1822         rm -f $DIR/$tdir/$tfile
1823
1824         test_mkdir $DIR/$tdir
1825         $MCREATE $DIR/$tdir/$tfile || error "mcreate $DIR/$tdir/$tfile failed"
1826         $TRUNCATE $DIR/$tdir/$tfile 80000000 ||
1827                 error "truncate $DIR/$tdir/$tfile failed"
1828         $CHECKSTAT -s 80000000 $DIR/$tdir/$tfile || error "checkstat failed"
1829
1830         exhaust_all_precreations 0x215
1831
1832         echo foo >> $DIR/$tdir/$tfile && error "append succeeded"
1833         $CHECKSTAT -s 80000000 $DIR/$tdir/$tfile || error "checkstat 2 failed"
1834
1835         reset_enospc
1836 }
1837 run_test 27q "append to truncated file with all OSTs full (should error)"
1838
1839 test_27r() {
1840         [[ $OSTCOUNT -lt 2 ]] && skip_env "needs >= 2 OSTs"
1841         [ $PARALLEL == "yes" ] && skip "skip parallel run"
1842         remote_mds_nodsh && skip "remote MDS with nodsh"
1843         remote_ost_nodsh && skip "remote OST with nodsh"
1844
1845         reset_enospc
1846         rm -f $DIR/$tdir/$tfile
1847         exhaust_precreations 0 0x80000215
1848
1849         $LFS setstripe -i 0 -c 2 $DIR/$tdir/$tfile || error "setstripe failed"
1850
1851         reset_enospc
1852 }
1853 run_test 27r "stripe file with some full OSTs (shouldn't LBUG) ="
1854
1855 test_27s() { # bug 10725
1856         test_mkdir $DIR/$tdir
1857         local stripe_size=$((4096 * 1024 * 1024))       # 2^32
1858         local stripe_count=0
1859         [ $OSTCOUNT -eq 1 ] || stripe_count=2
1860         $LFS setstripe -S $stripe_size -c $stripe_count $DIR/$tdir &&
1861                 error "stripe width >= 2^32 succeeded" || true
1862
1863 }
1864 run_test 27s "lsm_xfersize overflow (should error) (bug 10725)"
1865
1866 test_27t() { # bug 10864
1867         WDIR=$(pwd)
1868         WLFS=$(which lfs)
1869         cd $DIR
1870         touch $tfile
1871         $WLFS getstripe $tfile
1872         cd $WDIR
1873 }
1874 run_test 27t "check that utils parse path correctly"
1875
1876 test_27u() { # bug 4900
1877         [[ $OSTCOUNT -lt 2 ]] && skip_env "needs >= 2 OSTs"
1878         remote_mds_nodsh && skip "remote MDS with nodsh"
1879
1880         local index
1881         local list=$(comma_list $(mdts_nodes))
1882
1883 #define OBD_FAIL_MDS_OSC_PRECREATE      0x139
1884         do_nodes $list $LCTL set_param fail_loc=0x139
1885         test_mkdir -p $DIR/$tdir
1886         trap simple_cleanup_common EXIT
1887         createmany -o $DIR/$tdir/t- 1000
1888         do_nodes $list $LCTL set_param fail_loc=0
1889
1890         TLOG=$TMP/$tfile.getstripe
1891         $LFS getstripe $DIR/$tdir > $TLOG
1892         OBJS=$(awk -vobj=0 '($1 == 0) { obj += 1 } END { print obj; }' $TLOG)
1893         unlinkmany $DIR/$tdir/t- 1000
1894         trap 0
1895         [[ $OBJS -gt 0 ]] &&
1896                 error "$OBJS objects created on OST-0. See $TLOG" ||
1897                 rm -f $TLOG
1898 }
1899 run_test 27u "skip object creation on OSC w/o objects"
1900
1901 test_27v() { # bug 4900
1902         [[ $OSTCOUNT -lt 2 ]] && skip_env "needs >= 2 OSTs"
1903         [ $PARALLEL == "yes" ] && skip "skip parallel run"
1904         remote_mds_nodsh && skip "remote MDS with nodsh"
1905         remote_ost_nodsh && skip "remote OST with nodsh"
1906
1907         exhaust_all_precreations 0x215
1908         reset_enospc
1909
1910         $LFS setstripe -c 1 $DIR/$tdir         # 1 stripe / file
1911
1912         touch $DIR/$tdir/$tfile
1913         #define OBD_FAIL_TGT_DELAY_PRECREATE     0x705
1914         # all except ost1
1915         for (( i=1; i < OSTCOUNT; i++ )); do
1916                 do_facet ost$i lctl set_param fail_loc=0x705
1917         done
1918         local START=`date +%s`
1919         createmany -o $DIR/$tdir/$tfile 32
1920
1921         local FINISH=`date +%s`
1922         local TIMEOUT=`lctl get_param -n timeout`
1923         local PROCESS=$((FINISH - START))
1924         [ $PROCESS -ge $((TIMEOUT / 2)) ] && \
1925                error "$FINISH - $START >= $TIMEOUT / 2"
1926         sleep $((TIMEOUT / 2 - PROCESS))
1927         reset_enospc
1928 }
1929 run_test 27v "skip object creation on slow OST"
1930
1931 test_27w() { # bug 10997
1932         test_mkdir $DIR/$tdir
1933         $LFS setstripe -S 65536 $DIR/$tdir/f0 || error "setstripe failed"
1934         [ $($LFS getstripe -S $DIR/$tdir/f0) -ne 65536 ] &&
1935                 error "stripe size $size != 65536" || true
1936         [ $($LFS getstripe -d $DIR/$tdir | grep -c "stripe_count") -eq 0 ] &&
1937                 error "$LFS getstripe -d $DIR/$tdir no 'stripe_count'" || true
1938 }
1939 run_test 27w "check $LFS setstripe -S and getstrip -d options"
1940
1941 test_27wa() {
1942         [[ $OSTCOUNT -lt 2 ]] &&
1943                 skip_env "skipping multiple stripe count/offset test"
1944
1945         test_mkdir $DIR/$tdir
1946         for i in $(seq 1 $OSTCOUNT); do
1947                 offset=$((i - 1))
1948                 $LFS setstripe -c $i -i $offset $DIR/$tdir/f$i ||
1949                         error "setstripe -c $i -i $offset failed"
1950                 count=$($LFS getstripe -c $DIR/$tdir/f$i)
1951                 index=$($LFS getstripe -i $DIR/$tdir/f$i)
1952                 [ $count -ne $i ] && error "stripe count $count != $i" || true
1953                 [ $index -ne $offset ] &&
1954                         error "stripe offset $index != $offset" || true
1955         done
1956 }
1957 run_test 27wa "check $LFS setstripe -c -i options"
1958
1959 test_27x() {
1960         remote_ost_nodsh && skip "remote OST with nodsh"
1961         [[ $OSTCOUNT -lt 2 ]] && skip_env "needs >= 2 OSTs"
1962         [ $PARALLEL == "yes" ] && skip "skip parallel run"
1963
1964         OFFSET=$(($OSTCOUNT - 1))
1965         OSTIDX=0
1966         local OST=$(ostname_from_index $OSTIDX)
1967
1968         test_mkdir $DIR/$tdir
1969         $LFS setstripe -c 1 $DIR/$tdir  # 1 stripe per file
1970         do_facet ost$((OSTIDX + 1)) lctl set_param -n obdfilter.$OST.degraded 1
1971         sleep_maxage
1972         createmany -o $DIR/$tdir/$tfile $OSTCOUNT
1973         for i in $(seq 0 $OFFSET); do
1974                 [ $($LFS getstripe $DIR/$tdir/$tfile$i | grep -A 10 obdidx |
1975                         awk '{print $1}' | grep -w "$OSTIDX") ] &&
1976                 error "OST0 was degraded but new created file still use it"
1977         done
1978         do_facet ost$((OSTIDX + 1)) lctl set_param -n obdfilter.$OST.degraded 0
1979 }
1980 run_test 27x "create files while OST0 is degraded"
1981
1982 test_27y() {
1983         [[ $OSTCOUNT -lt 2 ]] && skip_env "needs >= 2 OSTs"
1984         remote_mds_nodsh && skip "remote MDS with nodsh"
1985         remote_ost_nodsh && skip "remote OST with nodsh"
1986         [ $PARALLEL == "yes" ] && skip "skip parallel run"
1987
1988         local mdtosc=$(get_mdtosc_proc_path $SINGLEMDS $FSNAME-OST0000)
1989         local last_id=$(do_facet $SINGLEMDS lctl get_param -n \
1990                 osp.$mdtosc.prealloc_last_id)
1991         local next_id=$(do_facet $SINGLEMDS lctl get_param -n \
1992                 osp.$mdtosc.prealloc_next_id)
1993         local fcount=$((last_id - next_id))
1994         [[ $fcount -eq 0 ]] && skip "not enough space on OST0"
1995         [[ $fcount -gt $OSTCOUNT ]] && fcount=$OSTCOUNT
1996
1997         local MDS_OSCS=$(do_facet $SINGLEMDS lctl dl |
1998                          awk '/[oO][sS][cC].*md[ts]/ { print $4 }')
1999         local OST_DEACTIVE_IDX=-1
2000         local OSC
2001         local OSTIDX
2002         local OST
2003
2004         for OSC in $MDS_OSCS; do
2005                 OST=$(osc_to_ost $OSC)
2006                 OSTIDX=$(index_from_ostuuid $OST)
2007                 if [ $OST_DEACTIVE_IDX == -1 ]; then
2008                         OST_DEACTIVE_IDX=$OSTIDX
2009                 fi
2010                 if [ $OSTIDX != $OST_DEACTIVE_IDX ]; then
2011                         echo $OSC "is Deactivated:"
2012                         do_facet $SINGLEMDS lctl --device  %$OSC deactivate
2013                 fi
2014         done
2015
2016         OSTIDX=$(index_from_ostuuid $OST)
2017         test_mkdir $DIR/$tdir
2018         $LFS setstripe -c 1 $DIR/$tdir      # 1 stripe / file
2019
2020         for OSC in $MDS_OSCS; do
2021                 OST=$(osc_to_ost $OSC)
2022                 OSTIDX=$(index_from_ostuuid $OST)
2023                 if [ $OSTIDX == $OST_DEACTIVE_IDX ]; then
2024                         echo $OST "is degraded:"
2025                         do_facet ost$((OSTIDX+1)) lctl set_param -n \
2026                                                 obdfilter.$OST.degraded=1
2027                 fi
2028         done
2029
2030         sleep_maxage
2031         createmany -o $DIR/$tdir/$tfile $fcount
2032
2033         for OSC in $MDS_OSCS; do
2034                 OST=$(osc_to_ost $OSC)
2035                 OSTIDX=$(index_from_ostuuid $OST)
2036                 if [ $OSTIDX == $OST_DEACTIVE_IDX ]; then
2037                         echo $OST "is recovered from degraded:"
2038                         do_facet ost$((OSTIDX+1)) lctl set_param -n \
2039                                                 obdfilter.$OST.degraded=0
2040                 else
2041                         do_facet $SINGLEMDS lctl --device %$OSC activate
2042                 fi
2043         done
2044
2045         # all osp devices get activated, hence -1 stripe count restored
2046         local stripe_count=0
2047
2048         # sleep 2*lod_qos_maxage seconds waiting for lod qos to notice osp
2049         # devices get activated.
2050         sleep_maxage
2051         $LFS setstripe -c -1 $DIR/$tfile
2052         stripe_count=$($LFS getstripe -c $DIR/$tfile)
2053         rm -f $DIR/$tfile
2054         [ $stripe_count -ne $OSTCOUNT ] &&
2055                 error "Of $OSTCOUNT OSTs, only $stripe_count is available"
2056         return 0
2057 }
2058 run_test 27y "create files while OST0 is degraded and the rest inactive"
2059
2060 check_seq_oid()
2061 {
2062         log "check file $1"
2063
2064         lmm_count=$($GETSTRIPE -c $1)
2065         lmm_seq=$($GETSTRIPE -v $1 | awk '/lmm_seq/ { print $2 }')
2066         lmm_oid=$($GETSTRIPE -v $1 | awk '/lmm_object_id/ { print $2 }')
2067
2068         local old_ifs="$IFS"
2069         IFS=$'[:]'
2070         fid=($($LFS path2fid $1))
2071         IFS="$old_ifs"
2072
2073         log "FID seq ${fid[1]}, oid ${fid[2]} ver ${fid[3]}"
2074         log "LOV seq $lmm_seq, oid $lmm_oid, count: $lmm_count"
2075
2076         # compare lmm_seq and lu_fid->f_seq
2077         [ $lmm_seq = ${fid[1]} ] || { error "SEQ mismatch"; return 1; }
2078         # compare lmm_object_id and lu_fid->oid
2079         [ $lmm_oid = ${fid[2]} ] || { error "OID mismatch"; return 2; }
2080
2081         # check the trusted.fid attribute of the OST objects of the file
2082         local have_obdidx=false
2083         local stripe_nr=0
2084         $GETSTRIPE $1 | while read obdidx oid hex seq; do
2085                 # skip lines up to and including "obdidx"
2086                 [ -z "$obdidx" ] && break
2087                 [ "$obdidx" = "obdidx" ] && have_obdidx=true && continue
2088                 $have_obdidx || continue
2089
2090                 local ost=$((obdidx + 1))
2091                 local dev=$(ostdevname $ost)
2092                 local oid_hex
2093
2094                 log "want: stripe:$stripe_nr ost:$obdidx oid:$oid/$hex seq:$seq"
2095
2096                 seq=$(echo $seq | sed -e "s/^0x//g")
2097                 if [ $seq == 0 ] || [ $(facet_fstype ost$ost) == zfs ]; then
2098                         oid_hex=$(echo $oid)
2099                 else
2100                         oid_hex=$(echo $hex | sed -e "s/^0x//g")
2101                 fi
2102                 local obj_file="O/$seq/d$((oid %32))/$oid_hex"
2103
2104                 local ff=""
2105                 #
2106                 # Don't unmount/remount the OSTs if we don't need to do that.
2107                 # LU-2577 changes filter_fid to be smaller, so debugfs needs
2108                 # update too, until that use mount/ll_decode_filter_fid/mount.
2109                 # Re-enable when debugfs will understand new filter_fid.
2110                 #
2111                 if [ $(facet_fstype ost$ost) == ldiskfs ]; then
2112                         ff=$(do_facet ost$ost "$DEBUGFS -c -R 'stat $obj_file' \
2113                                 $dev 2>/dev/null" | grep "parent=")
2114                 fi
2115                 if [ -z "$ff" ]; then
2116                         stop ost$ost
2117                         mount_fstype ost$ost
2118                         ff=$(do_facet ost$ost $LL_DECODE_FILTER_FID \
2119                                 $(facet_mntpt ost$ost)/$obj_file)
2120                         unmount_fstype ost$ost
2121                         start ost$ost $dev $OST_MOUNT_OPTS
2122                         clients_up
2123                 fi
2124
2125                 [ -z "$ff" ] && error "$obj_file: no filter_fid info"
2126
2127                 echo "$ff" | sed -e 's#.*objid=#got: objid=#'
2128
2129                 # /mnt/O/0/d23/23: objid=23 seq=0 parent=[0x200000400:0x1e:0x1]
2130                 # fid: objid=23 seq=0 parent=[0x200000400:0x1e:0x0] stripe=1
2131                 #
2132                 # fid: parent=[0x200000400:0x1e:0x0] stripe=1 stripe_count=2 \
2133                 #       stripe_size=1048576 component_id=1 component_start=0 \
2134                 #       component_end=33554432
2135                 local ff_parent=$(sed -e 's/.*parent=.//' <<<$ff)
2136                 local ff_pseq=$(cut -d: -f1 <<<$ff_parent)
2137                 local ff_poid=$(cut -d: -f2 <<<$ff_parent)
2138                 local ff_pstripe
2139                 if grep -q 'stripe=' <<<$ff; then
2140                         ff_pstripe=$(sed -e 's/.*stripe=//' -e 's/ .*//' <<<$ff)
2141                 else
2142                         # $LL_DECODE_FILTER_FID does not print "stripe="; look
2143                         # into f_ver in this case.  See comment on ff_parent.
2144                         ff_pstripe=$(cut -d: -f3 <<<$ff_parent | sed -e 's/]//')
2145                 fi
2146
2147                 # compare lmm_seq and filter_fid->ff_parent.f_seq
2148                 [ $ff_pseq = $lmm_seq ] ||
2149                         error "FF parent SEQ $ff_pseq != $lmm_seq"
2150                 # compare lmm_object_id and filter_fid->ff_parent.f_oid
2151                 [ $ff_poid = $lmm_oid ] ||
2152                         error "FF parent OID $ff_poid != $lmm_oid"
2153                 (($ff_pstripe == $stripe_nr)) ||
2154                         error "FF stripe $ff_pstripe != $stripe_nr"
2155
2156                 stripe_nr=$((stripe_nr + 1))
2157                 [ $CLIENT_VERSION -lt $(version_code 2.9.55) ] &&
2158                         continue
2159                 if grep -q 'stripe_count=' <<<$ff; then
2160                         local ff_scnt=$(sed -e 's/.*stripe_count=//' \
2161                                             -e 's/ .*//' <<<$ff)
2162                         [ $lmm_count = $ff_scnt ] ||
2163                                 error "FF stripe count $lmm_count != $ff_scnt"
2164                 fi
2165         done
2166 }
2167
2168 test_27z() {
2169         [ $PARALLEL == "yes" ] && skip "skip parallel run"
2170         remote_ost_nodsh && skip "remote OST with nodsh"
2171
2172         test_mkdir $DIR/$tdir
2173         $LFS setstripe -c 1 -i 0 -S 64k $DIR/$tdir/$tfile-1 ||
2174                 { error "setstripe -c -1 failed"; return 1; }
2175         # We need to send a write to every object to get parent FID info set.
2176         # This _should_ also work for setattr, but does not currently.
2177         # touch $DIR/$tdir/$tfile-1 ||
2178         dd if=/dev/zero of=$DIR/$tdir/$tfile-1 bs=1M count=1 ||
2179                 { error "dd $tfile-1 failed"; return 2; }
2180         $LFS setstripe -c -1 -i $((OSTCOUNT - 1)) -S 1M $DIR/$tdir/$tfile-2 ||
2181                 { error "setstripe -c -1 failed"; return 3; }
2182         dd if=/dev/zero of=$DIR/$tdir/$tfile-2 bs=1M count=$OSTCOUNT ||
2183                 { error "dd $tfile-2 failed"; return 4; }
2184
2185         # make sure write RPCs have been sent to OSTs
2186         sync; sleep 5; sync
2187
2188         check_seq_oid $DIR/$tdir/$tfile-1 || return 5
2189         check_seq_oid $DIR/$tdir/$tfile-2 || return 6
2190 }
2191 run_test 27z "check SEQ/OID on the MDT and OST filesystems"
2192
2193 test_27A() { # b=19102
2194         [ $PARALLEL == "yes" ] && skip "skip parallel run"
2195
2196         save_layout_restore_at_exit $MOUNT
2197         $LFS setstripe -c 0 -i -1 -S 0 $MOUNT
2198         wait_update $HOSTNAME "$GETSTRIPE -c $MOUNT | sed 's/  *//g'" "1" 20 ||
2199                 error "stripe count $($GETSTRIPE -c $MOUNT) != 1"
2200         local default_size=$($GETSTRIPE -S $MOUNT)
2201         local default_offset=$($GETSTRIPE -i $MOUNT)
2202         local dsize=$(do_facet $SINGLEMDS \
2203                 "$LCTL get_param -n lod.$(facet_svc $SINGLEMDS)*.stripesize")
2204         [ $default_size -eq $dsize ] ||
2205                 error "stripe size $default_size != $dsize"
2206         [ $default_offset -eq -1 ] ||
2207                 error "stripe offset $default_offset != -1"
2208 }
2209 run_test 27A "check filesystem-wide default LOV EA values"
2210
2211 test_27B() { # LU-2523
2212         test_mkdir $DIR/$tdir
2213         rm -f $DIR/$tdir/f0 $DIR/$tdir/f1
2214         touch $DIR/$tdir/f0
2215         # open f1 with O_LOV_DELAY_CREATE
2216         # rename f0 onto f1
2217         # call setstripe ioctl on open file descriptor for f1
2218         # close
2219         multiop $DIR/$tdir/f1 oO_RDWR:O_CREAT:O_LOV_DELAY_CREATE:nB1c \
2220                 $DIR/$tdir/f0
2221
2222         rm -f $DIR/$tdir/f1
2223         # open f1 with O_LOV_DELAY_CREATE
2224         # unlink f1
2225         # call setstripe ioctl on open file descriptor for f1
2226         # close
2227         multiop $DIR/$tdir/f1 oO_RDWR:O_CREAT:O_LOV_DELAY_CREATE:uB1c
2228
2229         # Allow multiop to fail in imitation of NFS's busted semantics.
2230         true
2231 }
2232 run_test 27B "call setstripe on open unlinked file/rename victim"
2233
2234 test_27C() { #LU-2871
2235         [[ $OSTCOUNT -lt 2 ]] && skip_env "needs >= 2 OSTs"
2236
2237         declare -a ost_idx
2238         local index
2239         local found
2240         local i
2241         local j
2242
2243         test_mkdir $DIR/$tdir
2244         cd $DIR/$tdir
2245         for i in $(seq 0 $((OSTCOUNT - 1))); do
2246                 # set stripe across all OSTs starting from OST$i
2247                 $SETSTRIPE -i $i -c -1 $tfile$i
2248                 # get striping information
2249                 ost_idx=($($GETSTRIPE $tfile$i |
2250                          tail -n $((OSTCOUNT + 1)) | awk '{print $1}'))
2251                 echo ${ost_idx[@]}
2252
2253                 # check the layout
2254                 [ ${#ost_idx[@]} -eq $OSTCOUNT ] ||
2255                         error "${#ost_idx[@]} != $OSTCOUNT"
2256
2257                 for index in $(seq 0 $((OSTCOUNT - 1))); do
2258                         found=0
2259                         for j in $(echo ${ost_idx[@]}); do
2260                                 if [ $index -eq $j ]; then
2261                                         found=1
2262                                         break
2263                                 fi
2264                         done
2265                         [ $found = 1 ] ||
2266                                 error "Can not find $index in ${ost_idx[@]}"
2267                 done
2268         done
2269 }
2270 run_test 27C "check full striping across all OSTs"
2271
2272 test_27D() {
2273         [ $OSTCOUNT -lt 2 ] && skip_env "needs >= 2 OSTs"
2274         [ -n "$FILESET" ] && skip "SKIP due to FILESET set"
2275         remote_mds_nodsh && skip "remote MDS with nodsh"
2276
2277         local POOL=${POOL:-testpool}
2278         local first_ost=0
2279         local last_ost=$(($OSTCOUNT - 1))
2280         local ost_step=1
2281         local ost_list=$(seq $first_ost $ost_step $last_ost)
2282         local ost_range="$first_ost $last_ost $ost_step"
2283
2284         test_mkdir $DIR/$tdir
2285         pool_add $POOL || error "pool_add failed"
2286         pool_add_targets $POOL $ost_range || error "pool_add_targets failed"
2287
2288         local skip27D
2289         [ $MDS1_VERSION -lt $(version_code 2.8.55) ] &&
2290                 skip27D+="-s 29"
2291         [ $MDS1_VERSION -lt $(version_code 2.9.55) -o \
2292           $CLIENT_VERSION -lt $(version_code 2.9.55) ] &&
2293                 skip27D+=" -s 30,31"
2294         llapi_layout_test -d$DIR/$tdir -p$POOL -o$OSTCOUNT $skip27D ||
2295                 error "llapi_layout_test failed"
2296
2297         destroy_test_pools || error "destroy test pools failed"
2298 }
2299 run_test 27D "validate llapi_layout API"
2300
2301 # Verify that default_easize is increased from its initial value after
2302 # accessing a widely striped file.
2303 test_27E() {
2304         [ $OSTCOUNT -lt 2 ] && skip_env "needs >= 2 OSTs"
2305         [ $CLIENT_VERSION -lt $(version_code 2.5.57) ] &&
2306                 skip "client does not have LU-3338 fix"
2307
2308         # 72 bytes is the minimum space required to store striping
2309         # information for a file striped across one OST:
2310         # (sizeof(struct lov_user_md_v3) +
2311         #  sizeof(struct lov_user_ost_data_v1))
2312         local min_easize=72
2313         $LCTL set_param -n llite.*.default_easize $min_easize ||
2314                 error "lctl set_param failed"
2315         local easize=$($LCTL get_param -n llite.*.default_easize)
2316
2317         [ $easize -eq $min_easize ] ||
2318                 error "failed to set default_easize"
2319
2320         $LFS setstripe -c $OSTCOUNT $DIR/$tfile ||
2321                 error "setstripe failed"
2322         cat $DIR/$tfile
2323         rm $DIR/$tfile
2324
2325         easize=$($LCTL get_param -n llite.*.default_easize)
2326
2327         [ $easize -gt $min_easize ] ||
2328                 error "default_easize not updated"
2329 }
2330 run_test 27E "check that default extended attribute size properly increases"
2331
2332 test_27F() { # LU-5346/LU-7975
2333         [ $PARALLEL == "yes" ] && skip "skip parallel run"
2334         [[ $OSTCOUNT -lt 2 ]] && skip "needs >= 2 OSTs"
2335         [[ $MDS1_VERSION -lt $(version_code 2.8.51) ]] &&
2336                 skip "Need MDS version at least 2.8.51"
2337         remote_ost_nodsh && skip "remote OST with nodsh"
2338
2339         test_mkdir $DIR/$tdir
2340         rm -f $DIR/$tdir/f0
2341         $SETSTRIPE -c 2 $DIR/$tdir
2342
2343         # stop all OSTs to reproduce situation for LU-7975 ticket
2344         for num in $(seq $OSTCOUNT); do
2345                 stop ost$num
2346         done
2347
2348         # open/create f0 with O_LOV_DELAY_CREATE
2349         # truncate f0 to a non-0 size
2350         # close
2351         multiop $DIR/$tdir/f0 oO_RDWR:O_CREAT:O_LOV_DELAY_CREATE:T1050000c
2352
2353         $CHECKSTAT -s 1050000 $DIR/$tdir/f0 || error "checkstat failed"
2354         # open/write it again to force delayed layout creation
2355         cat /etc/hosts > $DIR/$tdir/f0 &
2356         catpid=$!
2357
2358         # restart OSTs
2359         for num in $(seq $OSTCOUNT); do
2360                 start ost$num $(ostdevname $num) $OST_MOUNT_OPTS ||
2361                         error "ost$num failed to start"
2362         done
2363
2364         wait $catpid || error "cat failed"
2365
2366         cmp /etc/hosts $DIR/$tdir/f0 || error "cmp failed"
2367         [[ $($GETSTRIPE -c $DIR/$tdir/f0) == 2 ]] || error "wrong stripecount"
2368
2369 }
2370 run_test 27F "Client resend delayed layout creation with non-zero size"
2371
2372 test_27G() { #LU-10629
2373         [ $MDS1_VERSION -lt $(version_code 2.11.51) ] &&
2374                 skip "Need MDS version at least 2.11.51"
2375         [ -n "$FILESET" ] && skip "SKIP due to FILESET set"
2376         remote_mds_nodsh && skip "remote MDS with nodsh"
2377         local POOL=${POOL:-testpool}
2378         local ostrange="0 0 1"
2379
2380         test_mkdir $DIR/$tdir
2381         pool_add $POOL || error "pool_add failed"
2382         pool_add_targets $POOL $ostrange || error "pool_add_targets failed"
2383         $LFS setstripe -p $POOL $DIR/$tdir
2384
2385         local pool=$($LFS getstripe -p $DIR/$tdir)
2386
2387         [ "$pool" = "$POOL" ] || error "Striping failed got '$pool' not '$POOL'"
2388
2389         $LFS setstripe -d $DIR/$tdir
2390
2391         pool=$($LFS getstripe -p $DIR/$tdir)
2392
2393         rmdir $DIR/$tdir
2394
2395         [ -z "$pool" ] || error "'$pool' is not empty"
2396 }
2397 run_test 27G "Clear OST pool from stripe"
2398
2399 test_27H() {
2400         [[ $MDS1_VERSION -le $(version_code 2.11.54) ]] &&
2401                 skip "Need MDS version newer than 2.11.54"
2402         [[ $OSTCOUNT -lt 3 ]] && skip_env "needs >= 3 OSTs"
2403         test_mkdir $DIR/$tdir
2404         $LFS setstripe -o 0 -o 2 $DIR/$tdir || error "setstripe failed"
2405         touch $DIR/$tdir/$tfile
2406         $LFS getstripe -c $DIR/$tdir/$tfile
2407         [ $($LFS getstripe -c $DIR/$tdir/$tfile) -eq 2 ] ||
2408                 error "two-stripe file doesn't have two stripes"
2409
2410         dd if=/dev/zero of=$DIR/$tdir/$tfile bs=4k count=4 || error "dd failed"
2411         $LFS getstripe -y $DIR/$tdir/$tfile
2412         (( $($LFS getstripe -y $DIR/$tdir/$tfile |
2413              egrep -c "l_ost_idx: [02]$") == "2" )) ||
2414                 error "expected l_ost_idx: [02]$ not matched"
2415
2416         # make sure ost list have been cleared
2417         local stripesize=$($GETSTRIPE -S $DIR/$tdir)
2418         $LFS setstripe -S $((stripesize * 4)) -i 1 \
2419                 -c $((OSTCOUNT - 1)) $DIR/$tdir || error "setstripe"
2420         touch $DIR/$tdir/f3
2421         $LVERIFY $DIR/$tdir $DIR/$tdir/f3 || error "lverify failed"
2422 }
2423 run_test 27H "Set specific OSTs stripe"
2424
2425 test_27M() {
2426         [[ $(lustre_version_code $SINGLEMDS) -lt $(version_code 2.12.57) ]] &&
2427                 skip "Need MDS version >= than 2.12.57"
2428         remote_mds_nodsh && skip "remote MDS with nodsh"
2429         [[ $OSTCOUNT -lt 2 ]] && skip_env "need > 1 OST"
2430
2431         test_mkdir $DIR/$tdir
2432
2433         # Set default striping on directory
2434         $LFS setstripe -C 4 $DIR/$tdir
2435
2436         echo 1 > $DIR/$tdir/${tfile}.1
2437         local count=$($LFS getstripe -c $DIR/$tdir/${tfile}.1)
2438         local setcount=4
2439         [ $count -eq $setcount ] ||
2440                 error "(1) stripe count $count, should be $setcount"
2441
2442         # Capture existing append_stripe_count setting for restore
2443         local orig_count=$(do_facet mds1 $LCTL get_param -n mdd.$FSNAME-MDT0000.append_stripe_count)
2444         local mdts=$(comma_list $(mdts_nodes))
2445         stack_trap "do_nodes $mdts $LCTL set_param mdd.*.append_stripe_count=$orig_count" EXIT
2446
2447         local appendcount=$orig_count
2448         echo 1 >> $DIR/$tdir/${tfile}.2_append
2449         count=$($LFS getstripe -c $DIR/$tdir/${tfile}.2_append)
2450         [ $count -eq $appendcount ] ||
2451                 error "(2)stripe count $count, should be $appendcount for append"
2452
2453         # Disable O_APPEND striping, verify it works
2454         do_nodes $mdts $LCTL set_param mdd.*.append_stripe_count=0
2455
2456         # Should now get the default striping, which is 4
2457         setcount=4
2458         echo 1 >> $DIR/$tdir/${tfile}.3_append
2459         count=$($LFS getstripe -c $DIR/$tdir/${tfile}.3_append)
2460         [ $count -eq $setcount ] ||
2461                 error "(3) stripe count $count, should be $setcount"
2462
2463         # Try changing the stripe count for append files
2464         do_nodes $mdts $LCTL set_param mdd.*.append_stripe_count=2
2465
2466         # Append striping is now 2 (directory default is still 4)
2467         appendcount=2
2468         echo 1 >> $DIR/$tdir/${tfile}.4_append
2469         count=$($LFS getstripe -c $DIR/$tdir/${tfile}.4_append)
2470         [ $count -eq $appendcount ] ||
2471                 error "(4) stripe count $count, should be $appendcount for append"
2472
2473         # Test append stripe count of -1
2474         do_nodes $mdts $LCTL set_param mdd.*.append_stripe_count=-1
2475         appendcount=$OSTCOUNT
2476         echo 1 >> $DIR/$tdir/${tfile}.5
2477         count=$($LFS getstripe -c $DIR/$tdir/${tfile}.5)
2478         [ $count -eq $appendcount ] ||
2479                 error "(5) stripe count $count, should be $appendcount for append"
2480
2481         # Set append striping back to default of 1
2482         do_nodes $mdts $LCTL set_param mdd.*.append_stripe_count=1
2483
2484         # Try a new default striping, PFL + DOM
2485         $LFS setstripe -L mdt -E 1M -E -1 -c 2 $DIR/$tdir
2486
2487         # Create normal DOM file, DOM returns stripe count == 0
2488         setcount=0
2489         touch $DIR/$tdir/${tfile}.6
2490         count=$($LFS getstripe -c $DIR/$tdir/${tfile}.6)
2491         [ $count -eq $setcount ] ||
2492                 error "(6) stripe count $count, should be $setcount"
2493
2494         # Show
2495         appendcount=1
2496         echo 1 >> $DIR/$tdir/${tfile}.7_append
2497         count=$($LFS getstripe -c $DIR/$tdir/${tfile}.7_append)
2498         [ $count -eq $appendcount ] ||
2499                 error "(7) stripe count $count, should be $appendcount for append"
2500
2501         # Clean up DOM layout
2502         $LFS setstripe -d $DIR/$tdir
2503
2504         # Now test that append striping works when layout is from root
2505         $LFS setstripe -c 2 $MOUNT
2506         # Make a special directory for this
2507         mkdir $DIR/${tdir}/${tdir}.2
2508         stack_trap "$LFS setstripe -d $MOUNT" EXIT
2509
2510         # Verify for normal file
2511         setcount=2
2512         echo 1 > $DIR/${tdir}/${tdir}.2/${tfile}.8
2513         count=$($LFS getstripe -c $DIR/$tdir/${tdir}.2/${tfile}.8)
2514         [ $count -eq $setcount ] ||
2515                 error "(8) stripe count $count, should be $setcount"
2516
2517         appendcount=1
2518         echo 1 >> $DIR/${tdir}/${tdir}.2/${tfile}.9_append
2519         count=$($LFS getstripe -c $DIR/${tdir}/${tdir}.2/${tfile}.9_append)
2520         [ $count -eq $appendcount ] ||
2521                 error "(9) stripe count $count, should be $appendcount for append"
2522
2523         # Now test O_APPEND striping with pools
2524         do_nodes $mdts $LCTL set_param mdd.*.append_pool="$TESTNAME"
2525         stack_trap "do_nodes $mdts $LCTL set_param mdd.*.append_pool='none'" EXIT
2526
2527         # Create the pool
2528         pool_add $TESTNAME || error "pool creation failed"
2529         pool_add_targets $TESTNAME 0 1 || error "Pool add targets failed"
2530
2531         echo 1 >> $DIR/$tdir/${tfile}.10_append
2532
2533         pool=$($LFS getstripe -p $DIR/$tdir/${tfile}.10_append)
2534         [ "$pool" = "$TESTNAME" ] || error "(10) incorrect pool: $pool"
2535
2536         # Check that count is still correct
2537         appendcount=1
2538         echo 1 >> $DIR/$tdir/${tfile}.11_append
2539         count=$($LFS getstripe -c $DIR/$tdir/${tfile}.11_append)
2540         [ $count -eq $appendcount ] ||
2541                 error "(11) stripe count $count, should be $appendcount for append"
2542
2543         # Disable O_APPEND stripe count, verify pool works separately
2544         do_nodes $mdts $LCTL set_param mdd.*.append_stripe_count=0
2545
2546         echo 1 >> $DIR/$tdir/${tfile}.12_append
2547
2548         pool=$($LFS getstripe -p $DIR/$tdir/${tfile}.12_append)
2549         [ "$pool" = "$TESTNAME" ] || error "(12) incorrect pool: $pool"
2550
2551         # Remove pool setting, verify it's not applied
2552         do_nodes $mdts $LCTL set_param mdd.*.append_pool='none'
2553
2554         echo 1 >> $DIR/$tdir/${tfile}.13_append
2555
2556         pool=$($LFS getstripe -p $DIR/$tdir/${tfile}.13_append)
2557         [ "$pool" = "" ] || error "(13) pool found: $pool"
2558 }
2559 run_test 27M "test O_APPEND striping"
2560
2561 # createtest also checks that device nodes are created and
2562 # then visible correctly (#2091)
2563 test_28() { # bug 2091
2564         test_mkdir $DIR/d28
2565         $CREATETEST $DIR/d28/ct || error "createtest failed"
2566 }
2567 run_test 28 "create/mknod/mkdir with bad file types ============"
2568
2569 test_29() {
2570         [ $PARALLEL == "yes" ] && skip "skip parallel run"
2571
2572         sync; sleep 1; sync # flush out any dirty pages from previous tests
2573         cancel_lru_locks
2574         test_mkdir $DIR/d29
2575         touch $DIR/d29/foo
2576         log 'first d29'
2577         ls -l $DIR/d29
2578
2579         declare -i LOCKCOUNTORIG=0
2580         for lock_count in $(lctl get_param -n ldlm.namespaces.*mdc*.lock_count); do
2581                 let LOCKCOUNTORIG=$LOCKCOUNTORIG+$lock_count
2582         done
2583         [ $LOCKCOUNTORIG -eq 0 ] && error "No mdc lock count" && return 1
2584
2585         declare -i LOCKUNUSEDCOUNTORIG=0
2586         for unused_count in $(lctl get_param -n ldlm.namespaces.*mdc*.lock_unused_count); do
2587                 let LOCKUNUSEDCOUNTORIG=$LOCKUNUSEDCOUNTORIG+$unused_count
2588         done
2589
2590         log 'second d29'
2591         ls -l $DIR/d29
2592         log 'done'
2593
2594         declare -i LOCKCOUNTCURRENT=0
2595         for lock_count in $(lctl get_param -n ldlm.namespaces.*mdc*.lock_count); do
2596                 let LOCKCOUNTCURRENT=$LOCKCOUNTCURRENT+$lock_count
2597         done
2598
2599         declare -i LOCKUNUSEDCOUNTCURRENT=0
2600         for unused_count in $(lctl get_param -n ldlm.namespaces.*mdc*.lock_unused_count); do
2601                 let LOCKUNUSEDCOUNTCURRENT=$LOCKUNUSEDCOUNTCURRENT+$unused_count
2602         done
2603
2604         if [[ $LOCKCOUNTCURRENT -gt $LOCKCOUNTORIG ]]; then
2605                 $LCTL set_param -n ldlm.dump_namespaces ""
2606                 error "CURRENT: $LOCKCOUNTCURRENT > $LOCKCOUNTORIG"
2607                 $LCTL dk | sort -k4 -t: > $TMP/test_29.dk
2608                 log "dumped log to $TMP/test_29.dk (bug 5793)"
2609                 return 2
2610         fi
2611         if [[ $LOCKUNUSEDCOUNTCURRENT -gt $LOCKUNUSEDCOUNTORIG ]]; then
2612                 error "UNUSED: $LOCKUNUSEDCOUNTCURRENT > $LOCKUNUSEDCOUNTORIG"
2613                 $LCTL dk | sort -k4 -t: > $TMP/test_29.dk
2614                 log "dumped log to $TMP/test_29.dk (bug 5793)"
2615                 return 3
2616         fi
2617 }
2618 run_test 29 "IT_GETATTR regression  ============================"
2619
2620 test_30a() { # was test_30
2621         cp $(which ls) $DIR || cp /bin/ls $DIR
2622         $DIR/ls / || error "Can't execute binary from lustre"
2623         rm $DIR/ls
2624 }
2625 run_test 30a "execute binary from Lustre (execve) =============="
2626
2627 test_30b() {
2628         cp `which ls` $DIR || cp /bin/ls $DIR
2629         chmod go+rx $DIR/ls
2630         $RUNAS $DIR/ls / || error "Can't execute binary from lustre as non-root"
2631         rm $DIR/ls
2632 }
2633 run_test 30b "execute binary from Lustre as non-root ==========="
2634
2635 test_30c() { # b=22376
2636         [ $PARALLEL == "yes" ] && skip "skip parallel run"
2637
2638         cp `which ls` $DIR || cp /bin/ls $DIR
2639         chmod a-rw $DIR/ls
2640         cancel_lru_locks mdc
2641         cancel_lru_locks osc
2642         $RUNAS $DIR/ls / || error "Can't execute binary from lustre"
2643         rm -f $DIR/ls
2644 }
2645 run_test 30c "execute binary from Lustre without read perms ===="
2646
2647 test_31a() {
2648         $OPENUNLINK $DIR/f31 $DIR/f31 || error "openunlink failed"
2649         $CHECKSTAT -a $DIR/f31 || error "$DIR/f31 exists"
2650 }
2651 run_test 31a "open-unlink file =================================="
2652
2653 test_31b() {
2654         touch $DIR/f31 || error "touch $DIR/f31 failed"
2655         ln $DIR/f31 $DIR/f31b || error "ln failed"
2656         $MULTIOP $DIR/f31b Ouc || error "multiop failed"
2657         $CHECKSTAT -t file $DIR/f31 || error "$DIR/f31 not file type"
2658 }
2659 run_test 31b "unlink file with multiple links while open ======="
2660
2661 test_31c() {
2662         touch $DIR/f31 || error "touch $DIR/f31 failed"
2663         ln $DIR/f31 $DIR/f31c || error "ln failed"
2664         multiop_bg_pause $DIR/f31 O_uc ||
2665                 error "multiop_bg_pause for $DIR/f31 failed"
2666         MULTIPID=$!
2667         $MULTIOP $DIR/f31c Ouc
2668         kill -USR1 $MULTIPID
2669         wait $MULTIPID
2670 }
2671 run_test 31c "open-unlink file with multiple links ============="
2672
2673 test_31d() {
2674         opendirunlink $DIR/d31d $DIR/d31d || error "opendirunlink failed"
2675         $CHECKSTAT -a $DIR/d31d || error "$DIR/d31d exists"
2676 }
2677 run_test 31d "remove of open directory ========================="
2678
2679 test_31e() { # bug 2904
2680         openfilleddirunlink $DIR/d31e || error "openfilleddirunlink failed"
2681 }
2682 run_test 31e "remove of open non-empty directory ==============="
2683
2684 test_31f() { # bug 4554
2685         [ $PARALLEL == "yes" ] && skip "skip parallel run"
2686
2687         set -vx
2688         test_mkdir $DIR/d31f
2689         $SETSTRIPE -S 1048576 -c 1 $DIR/d31f
2690         cp /etc/hosts $DIR/d31f
2691         ls -l $DIR/d31f
2692         $GETSTRIPE $DIR/d31f/hosts
2693         multiop_bg_pause $DIR/d31f D_c || return 1
2694         MULTIPID=$!
2695
2696         rm -rv $DIR/d31f || error "first of $DIR/d31f"
2697         test_mkdir $DIR/d31f
2698         $SETSTRIPE -S 1048576 -c 1 $DIR/d31f
2699         cp /etc/hosts $DIR/d31f
2700         ls -l $DIR/d31f
2701         $GETSTRIPE $DIR/d31f/hosts
2702         multiop_bg_pause $DIR/d31f D_c || return 1
2703         MULTIPID2=$!
2704
2705         kill -USR1 $MULTIPID || error "first opendir $MULTIPID not running"
2706         wait $MULTIPID || error "first opendir $MULTIPID failed"
2707
2708         sleep 6
2709
2710         kill -USR1 $MULTIPID2 || error "second opendir $MULTIPID not running"
2711         wait $MULTIPID2 || error "second opendir $MULTIPID2 failed"
2712         set +vx
2713 }
2714 run_test 31f "remove of open directory with open-unlink file ==="
2715
2716 test_31g() {
2717         echo "-- cross directory link --"
2718         test_mkdir -c1 $DIR/${tdir}ga
2719         test_mkdir -c1 $DIR/${tdir}gb
2720         touch $DIR/${tdir}ga/f
2721         ln $DIR/${tdir}ga/f $DIR/${tdir}gb/g
2722         $CHECKSTAT -t file $DIR/${tdir}ga/f || error "source"
2723         [ `stat -c%h $DIR/${tdir}ga/f` == '2' ] || error "source nlink"
2724         $CHECKSTAT -t file $DIR/${tdir}gb/g || error "target"
2725         [ `stat -c%h $DIR/${tdir}gb/g` == '2' ] || error "target nlink"
2726 }
2727 run_test 31g "cross directory link==============="
2728
2729 test_31h() {
2730         echo "-- cross directory link --"
2731         test_mkdir -c1 $DIR/${tdir}
2732         test_mkdir -c1 $DIR/${tdir}/dir
2733         touch $DIR/${tdir}/f
2734         ln $DIR/${tdir}/f $DIR/${tdir}/dir/g
2735         $CHECKSTAT -t file $DIR/${tdir}/f || error "source"
2736         [ `stat -c%h $DIR/${tdir}/f` == '2' ] || error "source nlink"
2737         $CHECKSTAT -t file $DIR/${tdir}/dir/g || error "target"
2738         [ `stat -c%h $DIR/${tdir}/dir/g` == '2' ] || error "target nlink"
2739 }
2740 run_test 31h "cross directory link under child==============="
2741
2742 test_31i() {
2743         echo "-- cross directory link --"
2744         test_mkdir -c1 $DIR/$tdir
2745         test_mkdir -c1 $DIR/$tdir/dir
2746         touch $DIR/$tdir/dir/f
2747         ln $DIR/$tdir/dir/f $DIR/$tdir/g
2748         $CHECKSTAT -t file $DIR/$tdir/dir/f || error "source"
2749         [ `stat -c%h $DIR/$tdir/dir/f` == '2' ] || error "source nlink"
2750         $CHECKSTAT -t file $DIR/$tdir/g || error "target"
2751         [ `stat -c%h $DIR/$tdir/g` == '2' ] || error "target nlink"
2752 }
2753 run_test 31i "cross directory link under parent==============="
2754
2755 test_31j() {
2756         test_mkdir -c1 -p $DIR/$tdir
2757         test_mkdir -c1 -p $DIR/$tdir/dir1
2758         ln $DIR/$tdir/dir1 $DIR/$tdir/dir2 && error "ln for dir"
2759         link $DIR/$tdir/dir1 $DIR/$tdir/dir3 && error "link for dir"
2760         mlink $DIR/$tdir/dir1 $DIR/$tdir/dir4 && error "mlink for dir"
2761         mlink $DIR/$tdir/dir1 $DIR/$tdir/dir1 && error "mlink to the same dir"
2762         return 0
2763 }
2764 run_test 31j "link for directory==============="
2765
2766 test_31k() {
2767         test_mkdir -c1 -p $DIR/$tdir
2768         touch $DIR/$tdir/s
2769         touch $DIR/$tdir/exist
2770         mlink $DIR/$tdir/s $DIR/$tdir/t || error "mlink"
2771         mlink $DIR/$tdir/s $DIR/$tdir/exist && error "mlink to exist file"
2772         mlink $DIR/$tdir/s $DIR/$tdir/s && error "mlink to the same file"
2773         mlink $DIR/$tdir/s $DIR/$tdir && error "mlink to parent dir"
2774         mlink $DIR/$tdir $DIR/$tdir/s && error "mlink parent dir to target"
2775         mlink $DIR/$tdir/not-exist $DIR/$tdir/foo && error "mlink non-existing to new"
2776         mlink $DIR/$tdir/not-exist $DIR/$tdir/s && error "mlink non-existing to exist"
2777         return 0
2778 }
2779 run_test 31k "link to file: the same, non-existing, dir==============="
2780
2781 test_31m() {
2782         mkdir $DIR/d31m
2783         touch $DIR/d31m/s
2784         mkdir $DIR/d31m2
2785         touch $DIR/d31m2/exist
2786         mlink $DIR/d31m/s $DIR/d31m2/t || error "mlink"
2787         mlink $DIR/d31m/s $DIR/d31m2/exist && error "mlink to exist file"
2788         mlink $DIR/d31m/s $DIR/d31m2 && error "mlink to parent dir"
2789         mlink $DIR/d31m2 $DIR/d31m/s && error "mlink parent dir to target"
2790         mlink $DIR/d31m/not-exist $DIR/d31m2/foo && error "mlink non-existing to new"
2791         mlink $DIR/d31m/not-exist $DIR/d31m2/s && error "mlink non-existing to exist"
2792         return 0
2793 }
2794 run_test 31m "link to file: the same, non-existing, dir==============="
2795
2796 test_31n() {
2797         touch $DIR/$tfile || error "cannot create '$DIR/$tfile'"
2798         nlink=$(stat --format=%h $DIR/$tfile)
2799         [ ${nlink:--1} -eq 1 ] || error "nlink is $nlink, expected 1"
2800         local fd=$(free_fd)
2801         local cmd="exec $fd<$DIR/$tfile"
2802         eval $cmd
2803         cmd="exec $fd<&-"
2804         trap "eval $cmd" EXIT
2805         nlink=$(stat --dereference --format=%h /proc/self/fd/$fd)
2806         [ ${nlink:--1} -eq 1 ] || error "nlink is $nlink, expected 1"
2807         rm $DIR/$tfile || error "cannot remove '$DIR/$tfile'"
2808         nlink=$(stat --dereference --format=%h /proc/self/fd/$fd)
2809         [ ${nlink:--1} -eq 0 ] || error "nlink is $nlink, expected 0"
2810         eval $cmd
2811 }
2812 run_test 31n "check link count of unlinked file"
2813
2814 link_one() {
2815         local TEMPNAME=$(mktemp $1_XXXXXX)
2816         mlink $TEMPNAME $1 2> /dev/null &&
2817                 echo "$BASHPID: link $TEMPNAME to $1 succeeded"
2818         munlink $TEMPNAME
2819 }
2820
2821 test_31o() { # LU-2901
2822         test_mkdir $DIR/$tdir
2823         for LOOP in $(seq 100); do
2824                 rm -f $DIR/$tdir/$tfile*
2825                 for THREAD in $(seq 8); do
2826                         link_one $DIR/$tdir/$tfile.$LOOP &
2827                 done
2828                 wait
2829                 local LINKS=$(ls -1 $DIR/$tdir | grep -c $tfile.$LOOP)
2830                 [[ $LINKS -gt 1 ]] && ls $DIR/$tdir &&
2831                         error "$LINKS duplicate links to $tfile.$LOOP" &&
2832                         break || true
2833         done
2834 }
2835 run_test 31o "duplicate hard links with same filename"
2836
2837 test_31p() {
2838         [ $MDSCOUNT -lt 2 ] && skip_env "needs >= 2 MDTs"
2839
2840         test_mkdir $DIR/$tdir
2841         $LFS setdirstripe -i0 -c2 $DIR/$tdir/striped_dir
2842         $LFS setdirstripe -D -c2 -H all_char $DIR/$tdir/striped_dir
2843
2844         opendirunlink $DIR/$tdir/striped_dir/test1 ||
2845                 error "open unlink test1 failed"
2846         opendirunlink $DIR/$tdir/striped_dir/test2 ||
2847                 error "open unlink test2 failed"
2848
2849         $CHECKSTAT -a $DIR/$tdir/striped_dir/test1 ||
2850                 error "test1 still exists"
2851         $CHECKSTAT -a $DIR/$tdir/striped_dir/test2 ||
2852                 error "test2 still exists"
2853 }
2854 run_test 31p "remove of open striped directory"
2855
2856 cleanup_test32_mount() {
2857         local rc=0
2858         trap 0
2859         local loopdev=$(losetup -a | grep $EXT2_DEV | sed -ne 's/:.*$//p')
2860         $UMOUNT $DIR/$tdir/ext2-mountpoint || rc=$?
2861         losetup -d $loopdev || true
2862         rm -rf $DIR/$tdir
2863         return $rc
2864 }
2865
2866 test_32a() {
2867         [ $PARALLEL == "yes" ] && skip "skip parallel run"
2868
2869         echo "== more mountpoints and symlinks ================="
2870         [ -e $DIR/$tdir ] && rm -fr $DIR/$tdir
2871         trap cleanup_test32_mount EXIT
2872         test_mkdir -p $DIR/$tdir/ext2-mountpoint
2873         mount -t ext2 -o loop $EXT2_DEV $DIR/$tdir/ext2-mountpoint ||
2874                 error "mount failed for $EXT2_DEV $DIR/$tdir/ext2-mountpoint"
2875         $CHECKSTAT -t dir $DIR/$tdir/ext2-mountpoint/.. ||
2876                 error "$DIR/$tdir/ext2-mountpoint/.. not dir type"
2877         cleanup_test32_mount
2878 }
2879 run_test 32a "stat d32a/ext2-mountpoint/.. ====================="
2880
2881 test_32b() {
2882         [ $PARALLEL == "yes" ] && skip "skip parallel run"
2883
2884         [ -e $DIR/$tdir ] && rm -fr $DIR/$tdir
2885         trap cleanup_test32_mount EXIT
2886         test_mkdir -p $DIR/$tdir/ext2-mountpoint
2887         mount -t ext2 -o loop $EXT2_DEV $DIR/$tdir/ext2-mountpoint ||
2888                 error "mount failed for $EXT2_DEV $DIR/$tdir/ext2-mountpoint"
2889         ls -al $DIR/$tdir/ext2-mountpoint/.. ||
2890                 error "Can't list $DIR/$tdir/ext2-mountpoint/.."
2891         cleanup_test32_mount
2892 }
2893 run_test 32b "open d32b/ext2-mountpoint/.. ====================="
2894
2895 test_32c() {
2896         [ $PARALLEL == "yes" ] && skip "skip parallel run"
2897
2898         [ -e $DIR/$tdir ] && rm -fr $DIR/$tdir
2899         trap cleanup_test32_mount EXIT
2900         test_mkdir -p $DIR/$tdir/ext2-mountpoint
2901         mount -t ext2 -o loop $EXT2_DEV $DIR/$tdir/ext2-mountpoint ||
2902                 error "mount failed for $EXT2_DEV $DIR/$tdir/ext2-mountpoint"
2903         test_mkdir -p $DIR/$tdir/d2/test_dir
2904         $CHECKSTAT -t dir $DIR/$tdir/ext2-mountpoint/../d2/test_dir ||
2905                 error "$DIR/$tdir/ext2-mountpoint/../d2/test_dir not dir type"
2906         cleanup_test32_mount
2907 }
2908 run_test 32c "stat d32c/ext2-mountpoint/../d2/test_dir ========="
2909
2910 test_32d() {
2911         [ $PARALLEL == "yes" ] && skip "skip parallel run"
2912
2913         [ -e $DIR/$tdir ] && rm -fr $DIR/$tdir
2914         trap cleanup_test32_mount EXIT
2915         test_mkdir -p $DIR/$tdir/ext2-mountpoint
2916         mount -t ext2 -o loop $EXT2_DEV $DIR/$tdir/ext2-mountpoint ||
2917                 error "mount failed for $EXT2_DEV $DIR/$tdir/ext2-mountpoint"
2918         test_mkdir -p $DIR/$tdir/d2/test_dir
2919         ls -al $DIR/$tdir/ext2-mountpoint/../d2/test_dir ||
2920                 error "Can't list $DIR/$tdir/ext2-mountpoint/../d2/test_dir"
2921         cleanup_test32_mount
2922 }
2923 run_test 32d "open d32d/ext2-mountpoint/../d2/test_dir"
2924
2925 test_32e() {
2926         rm -fr $DIR/$tdir
2927         test_mkdir -p $DIR/$tdir/tmp
2928         local tmp_dir=$DIR/$tdir/tmp
2929         ln -s $DIR/$tdir $tmp_dir/symlink11
2930         ln -s $tmp_dir/symlink11 $tmp_dir/../symlink01
2931         $CHECKSTAT -t link $DIR/$tdir/tmp/symlink11 || error "symlink11 bad"
2932         $CHECKSTAT -t link $DIR/$tdir/symlink01 || error "symlink01 bad"
2933 }
2934 run_test 32e "stat d32e/symlink->tmp/symlink->lustre-subdir"
2935
2936 test_32f() {
2937         rm -fr $DIR/$tdir
2938         test_mkdir -p $DIR/$tdir/tmp
2939         local tmp_dir=$DIR/$tdir/tmp
2940         ln -s $DIR/$tdir $tmp_dir/symlink11
2941         ln -s $tmp_dir/symlink11 $tmp_dir/../symlink01
2942         ls $DIR/$tdir/tmp/symlink11  || error "symlink11 bad"
2943         ls $DIR/$tdir/symlink01 || error "symlink01 bad"
2944 }
2945 run_test 32f "open d32f/symlink->tmp/symlink->lustre-subdir"
2946
2947 test_32g() {
2948         local tmp_dir=$DIR/$tdir/tmp
2949         test_mkdir -p $tmp_dir
2950         test_mkdir $DIR/${tdir}2
2951         ln -s $DIR/${tdir}2 $tmp_dir/symlink12
2952         ln -s $tmp_dir/symlink12 $tmp_dir/../symlink02
2953         $CHECKSTAT -t link $tmp_dir/symlink12 || error "symlink12 not a link"
2954         $CHECKSTAT -t link $DIR/$tdir/symlink02 || error "symlink02 not a link"
2955         $CHECKSTAT -t dir -f $tmp_dir/symlink12 || error "symlink12 not a dir"
2956         $CHECKSTAT -t dir -f $DIR/$tdir/symlink02 || error "symlink12 not a dir"
2957 }
2958 run_test 32g "stat d32g/symlink->tmp/symlink->lustre-subdir/${tdir}2"
2959
2960 test_32h() {
2961         rm -fr $DIR/$tdir $DIR/${tdir}2
2962         tmp_dir=$DIR/$tdir/tmp
2963         test_mkdir -p $tmp_dir
2964         test_mkdir $DIR/${tdir}2
2965         ln -s $DIR/${tdir}2 $tmp_dir/symlink12
2966         ln -s $tmp_dir/symlink12 $tmp_dir/../symlink02
2967         ls $tmp_dir/symlink12 || error "listing symlink12"
2968         ls $DIR/$tdir/symlink02  || error "listing symlink02"
2969 }
2970 run_test 32h "open d32h/symlink->tmp/symlink->lustre-subdir/${tdir}2"
2971
2972 test_32i() {
2973         [ $PARALLEL == "yes" ] && skip "skip parallel run"
2974
2975         [ -e $DIR/$tdir ] && rm -fr $DIR/$tdir
2976         trap cleanup_test32_mount EXIT
2977         test_mkdir -p $DIR/$tdir/ext2-mountpoint
2978         mount -t ext2 -o loop $EXT2_DEV $DIR/$tdir/ext2-mountpoint ||
2979                 error "mount failed for $EXT2_DEV $DIR/$tdir/ext2-mountpoint"
2980         touch $DIR/$tdir/test_file
2981         $CHECKSTAT -t file $DIR/$tdir/ext2-mountpoint/../test_file ||
2982                 error "$DIR/$tdir/ext2-mountpoint/../test_file not file type"
2983         cleanup_test32_mount
2984 }
2985 run_test 32i "stat d32i/ext2-mountpoint/../test_file ==========="
2986
2987 test_32j() {
2988         [ $PARALLEL == "yes" ] && skip "skip parallel run"
2989
2990         [ -e $DIR/$tdir ] && rm -fr $DIR/$tdir
2991         trap cleanup_test32_mount EXIT
2992         test_mkdir -p $DIR/$tdir/ext2-mountpoint
2993         mount -t ext2 -o loop $EXT2_DEV $DIR/$tdir/ext2-mountpoint ||
2994                 error "mount failed for $EXT2_DEV $DIR/$tdir/ext2-mountpoint"
2995         touch $DIR/$tdir/test_file
2996         cat $DIR/$tdir/ext2-mountpoint/../test_file ||
2997                 error "Can't open $DIR/$tdir/ext2-mountpoint/../test_file"
2998         cleanup_test32_mount
2999 }
3000 run_test 32j "open d32j/ext2-mountpoint/../test_file ==========="
3001
3002 test_32k() {
3003         [ $PARALLEL == "yes" ] && skip "skip parallel run"
3004
3005         rm -fr $DIR/$tdir
3006         trap cleanup_test32_mount EXIT
3007         test_mkdir -p $DIR/$tdir/ext2-mountpoint
3008         mount -t ext2 -o loop $EXT2_DEV $DIR/$tdir/ext2-mountpoint ||
3009                 error "mount failed for $EXT2_DEV $DIR/$tdir/ext2-mountpoint"
3010         test_mkdir -p $DIR/$tdir/d2
3011         touch $DIR/$tdir/d2/test_file || error "touch failed"
3012         $CHECKSTAT -t file $DIR/$tdir/ext2-mountpoint/../d2/test_file ||
3013                 error "$DIR/$tdir/ext2-mountpoint/../d2/test_file not file type"
3014         cleanup_test32_mount
3015 }
3016 run_test 32k "stat d32k/ext2-mountpoint/../d2/test_file ========"
3017
3018 test_32l() {
3019         [ $PARALLEL == "yes" ] && skip "skip parallel run"
3020
3021         rm -fr $DIR/$tdir
3022         trap cleanup_test32_mount EXIT
3023         test_mkdir -p $DIR/$tdir/ext2-mountpoint
3024         mount -t ext2 -o loop $EXT2_DEV $DIR/$tdir/ext2-mountpoint ||
3025                 error "mount failed for $EXT2_DEV $DIR/$tdir/ext2-mountpoint"
3026         test_mkdir -p $DIR/$tdir/d2
3027         touch $DIR/$tdir/d2/test_file || error "touch failed"
3028         cat  $DIR/$tdir/ext2-mountpoint/../d2/test_file ||
3029                 error "Can't open $DIR/$tdir/ext2-mountpoint/../d2/test_file"
3030         cleanup_test32_mount
3031 }
3032 run_test 32l "open d32l/ext2-mountpoint/../d2/test_file ========"
3033
3034 test_32m() {
3035         rm -fr $DIR/d32m
3036         test_mkdir -p $DIR/d32m/tmp
3037         TMP_DIR=$DIR/d32m/tmp
3038         ln -s $DIR $TMP_DIR/symlink11
3039         ln -s $TMP_DIR/symlink11 $TMP_DIR/../symlink01
3040         $CHECKSTAT -t link $DIR/d32m/tmp/symlink11 ||
3041                 error "symlink11 not a link"
3042         $CHECKSTAT -t link $DIR/d32m/symlink01 ||
3043                 error "symlink01 not a link"
3044 }
3045 run_test 32m "stat d32m/symlink->tmp/symlink->lustre-root ======"
3046
3047 test_32n() {
3048         rm -fr $DIR/d32n
3049         test_mkdir -p $DIR/d32n/tmp
3050         TMP_DIR=$DIR/d32n/tmp
3051         ln -s $DIR $TMP_DIR/symlink11
3052         ln -s $TMP_DIR/symlink11 $TMP_DIR/../symlink01
3053         ls -l $DIR/d32n/tmp/symlink11  || error "listing symlink11"
3054         ls -l $DIR/d32n/symlink01 || error "listing symlink01"
3055 }
3056 run_test 32n "open d32n/symlink->tmp/symlink->lustre-root ======"
3057
3058 test_32o() {
3059         touch $DIR/$tfile
3060         test_mkdir -p $DIR/d32o/tmp
3061         TMP_DIR=$DIR/d32o/tmp
3062         ln -s $DIR/$tfile $TMP_DIR/symlink12
3063         ln -s $TMP_DIR/symlink12 $TMP_DIR/../symlink02
3064         $CHECKSTAT -t link $DIR/d32o/tmp/symlink12 ||
3065                 error "symlink12 not a link"
3066         $CHECKSTAT -t link $DIR/d32o/symlink02 || error "symlink02 not a link"
3067         $CHECKSTAT -t file -f $DIR/d32o/tmp/symlink12 ||
3068                 error "$DIR/d32o/tmp/symlink12 not file type"
3069         $CHECKSTAT -t file -f $DIR/d32o/symlink02 ||
3070                 error "$DIR/d32o/symlink02 not file type"
3071 }
3072 run_test 32o "stat d32o/symlink->tmp/symlink->lustre-root/$tfile"
3073
3074 test_32p() {
3075         log 32p_1
3076         rm -fr $DIR/d32p
3077         log 32p_2
3078         rm -f $DIR/$tfile
3079         log 32p_3
3080         touch $DIR/$tfile
3081         log 32p_4
3082         test_mkdir -p $DIR/d32p/tmp
3083         log 32p_5
3084         TMP_DIR=$DIR/d32p/tmp
3085         log 32p_6
3086         ln -s $DIR/$tfile $TMP_DIR/symlink12
3087         log 32p_7
3088         ln -s $TMP_DIR/symlink12 $TMP_DIR/../symlink02
3089         log 32p_8
3090         cat $DIR/d32p/tmp/symlink12 ||
3091                 error "Can't open $DIR/d32p/tmp/symlink12"
3092         log 32p_9
3093         cat $DIR/d32p/symlink02 || error "Can't open $DIR/d32p/symlink02"
3094         log 32p_10
3095 }
3096 run_test 32p "open d32p/symlink->tmp/symlink->lustre-root/$tfile"
3097
3098 test_32q() {
3099         [ $PARALLEL == "yes" ] && skip "skip parallel run"
3100
3101         [ -e $DIR/$tdir ] && rm -fr $DIR/$tdir
3102         trap cleanup_test32_mount EXIT
3103         test_mkdir -p $DIR/$tdir/ext2-mountpoint
3104         touch $DIR/$tdir/ext2-mountpoint/under_the_mount || error "touch failed"
3105         mount -t ext2 -o loop $EXT2_DEV $DIR/$tdir/ext2-mountpoint ||
3106                 error "mount failed for $EXT2_DEV $DIR/$tdir/ext2-mountpoint"
3107         ls $DIR/$tdir/ext2-mountpoint | grep "\<under_the_mount\>" && error
3108         cleanup_test32_mount
3109 }
3110 run_test 32q "stat follows mountpoints in Lustre (should return error)"
3111
3112 test_32r() {
3113         [ $PARALLEL == "yes" ] && skip "skip parallel run"
3114
3115         [ -e $DIR/$tdir ] && rm -fr $DIR/$tdir
3116         trap cleanup_test32_mount EXIT
3117         test_mkdir -p $DIR/$tdir/ext2-mountpoint
3118         touch $DIR/$tdir/ext2-mountpoint/under_the_mount || error "touch failed"
3119         mount -t ext2 -o loop $EXT2_DEV $DIR/$tdir/ext2-mountpoint ||
3120                 error "mount failed for $EXT2_DEV $DIR/$tdir/ext2-mountpoint"
3121         ls $DIR/$tdir/ext2-mountpoint | grep -q under_the_mount && error || true
3122         cleanup_test32_mount
3123 }
3124 run_test 32r "opendir follows mountpoints in Lustre (should return error)"
3125
3126 test_33aa() {
3127         rm -f $DIR/$tfile
3128         touch $DIR/$tfile
3129         chmod 444 $DIR/$tfile
3130         chown $RUNAS_ID $DIR/$tfile
3131         log 33_1
3132         $RUNAS $OPENFILE -f O_RDWR $DIR/$tfile && error || true
3133         log 33_2
3134 }
3135 run_test 33aa "write file with mode 444 (should return error)"
3136
3137 test_33a() {
3138         rm -fr $DIR/$tdir
3139         test_mkdir $DIR/$tdir
3140         chown $RUNAS_ID $DIR/$tdir
3141         $RUNAS $OPENFILE -f O_RDWR:O_CREAT -m 0444 $DIR/$tdir/$tfile ||
3142                 error "$RUNAS create $tdir/$tfile failed"
3143         $RUNAS $OPENFILE -f O_RDWR:O_CREAT -m 0444 $DIR/$tdir/$tfile &&
3144                 error "open RDWR" || true
3145 }
3146 run_test 33a "test open file(mode=0444) with O_RDWR (should return error)"
3147
3148 test_33b() {
3149         rm -fr $DIR/$tdir
3150         test_mkdir $DIR/$tdir
3151         chown $RUNAS_ID $DIR/$tdir
3152         $RUNAS $OPENFILE -f 1286739555 $DIR/$tdir/$tfile || true
3153 }
3154 run_test 33b "test open file with malformed flags (No panic)"
3155
3156 test_33c() {
3157         [ $PARALLEL == "yes" ] && skip "skip parallel run"
3158         remote_ost_nodsh && skip "remote OST with nodsh"
3159
3160         local ostnum
3161         local ostname
3162         local write_bytes
3163         local all_zeros
3164
3165         all_zeros=:
3166         rm -fr $DIR/$tdir
3167         test_mkdir $DIR/$tdir
3168         # Read: 0, Write: 4, create/destroy: 2/0, stat: 1, punch: 0
3169
3170         sync
3171         for ostnum in $(seq $OSTCOUNT); do
3172                 # test-framework's OST numbering is one-based, while Lustre's
3173                 # is zero-based
3174                 ostname=$(printf "$FSNAME-OST%.4x" $((ostnum - 1)))
3175                 # Parsing llobdstat's output sucks; we could grep the /proc
3176                 # path, but that's likely to not be as portable as using the
3177                 # llobdstat utility.  So we parse lctl output instead.
3178                 write_bytes=$(do_facet ost$ostnum lctl get_param -n \
3179                         obdfilter/$ostname/stats |
3180                         awk '/^write_bytes/ {print $7}' )
3181                 echo "baseline_write_bytes@$OSTnum/$ostname=$write_bytes"
3182                 if (( ${write_bytes:-0} > 0 ))
3183                 then
3184                         all_zeros=false
3185                         break;
3186                 fi
3187         done
3188
3189         $all_zeros || return 0
3190
3191         # Write four bytes
3192         echo foo > $DIR/$tdir/bar
3193         # Really write them
3194         sync
3195
3196         # Total up write_bytes after writing.  We'd better find non-zeros.
3197         for ostnum in $(seq $OSTCOUNT); do
3198                 ostname=$(printf "$FSNAME-OST%.4x" $((ostnum - 1)))
3199                 write_bytes=$(do_facet ost$ostnum lctl get_param -n \
3200                         obdfilter/$ostname/stats |
3201                         awk '/^write_bytes/ {print $7}' )
3202                 echo "write_bytes@$OSTnum/$ostname=$write_bytes"
3203                 if (( ${write_bytes:-0} > 0 ))
3204                 then
3205                         all_zeros=false
3206                         break;
3207                 fi
3208         done
3209
3210         if $all_zeros
3211         then
3212                 for ostnum in $(seq $OSTCOUNT); do
3213                         ostname=$(printf "$FSNAME-OST%.4x" $((ostnum - 1)))
3214                         echo "Check that write_bytes is present in obdfilter/*/stats:"
3215                         do_facet ost$ostnum lctl get_param -n \
3216                                 obdfilter/$ostname/stats
3217                 done
3218                 error "OST not keeping write_bytes stats (b22312)"
3219         fi
3220 }
3221 run_test 33c "test llobdstat and write_bytes"
3222
3223 test_33d() {
3224         [[ $MDSCOUNT -lt 2 ]] && skip_env "needs >= 2 MDTs"
3225         [ $PARALLEL == "yes" ] && skip "skip parallel run"
3226
3227         local MDTIDX=1
3228         local remote_dir=$DIR/$tdir/remote_dir
3229
3230         test_mkdir $DIR/$tdir
3231         $LFS mkdir -i $MDTIDX $remote_dir ||
3232                 error "create remote directory failed"
3233
3234         touch $remote_dir/$tfile
3235         chmod 444 $remote_dir/$tfile
3236         chown $RUNAS_ID $remote_dir/$tfile
3237
3238         $RUNAS $OPENFILE -f O_RDWR $DIR/$tfile && error || true
3239
3240         chown $RUNAS_ID $remote_dir
3241         $RUNAS $OPENFILE -f O_RDWR:O_CREAT -m 0444 $remote_dir/f33 ||
3242                                         error "create" || true
3243         $RUNAS $OPENFILE -f O_RDWR:O_CREAT -m 0444 $remote_dir/f33 &&
3244                                     error "open RDWR" || true
3245         $RUNAS $OPENFILE -f 1286739555 $remote_dir/f33 || true
3246 }
3247 run_test 33d "openfile with 444 modes and malformed flags under remote dir"
3248
3249 test_33e() {
3250         [ $MDSCOUNT -lt 2 ] && skip_env "needs >= 2 MDTs"
3251
3252         mkdir $DIR/$tdir
3253
3254         $LFS setdirstripe -i0 -c2 $DIR/$tdir/striped_dir
3255         $LFS setdirstripe -i1 -c2 $DIR/$tdir/striped_dir1
3256         mkdir $DIR/$tdir/local_dir
3257
3258         local s0_mode=$(stat -c%f $DIR/$tdir/striped_dir)
3259         local s1_mode=$(stat -c%f $DIR/$tdir/striped_dir1)
3260         local l_mode=$(stat -c%f $DIR/$tdir/local_dir)
3261
3262         [ "$l_mode" = "$s0_mode" -a "$l_mode" = "$s1_mode" ] ||
3263                 error "mkdir $l_mode striped0 $s0_mode striped1 $s1_mode"
3264
3265         rmdir $DIR/$tdir/* || error "rmdir failed"
3266
3267         umask 777
3268         $LFS setdirstripe -i0 -c2 $DIR/$tdir/striped_dir
3269         $LFS setdirstripe -i1 -c2 $DIR/$tdir/striped_dir1
3270         mkdir $DIR/$tdir/local_dir
3271
3272         s0_mode=$(stat -c%f $DIR/$tdir/striped_dir)
3273         s1_mode=$(stat -c%f $DIR/$tdir/striped_dir1)
3274         l_mode=$(stat -c%f $DIR/$tdir/local_dir)
3275
3276         [ "$l_mode" = "$s0_mode" -a "$l_mode" = "$s1_mode" ] ||
3277                 error "mkdir $l_mode striped0 $s0_mode striped1 $s1_mode 777"
3278
3279         rmdir $DIR/$tdir/* || error "rmdir(umask 777) failed"
3280
3281         umask 000
3282         $LFS setdirstripe -i0 -c2 $DIR/$tdir/striped_dir
3283         $LFS setdirstripe -i1 -c2 $DIR/$tdir/striped_dir1
3284         mkdir $DIR/$tdir/local_dir
3285
3286         s0_mode=$(stat -c%f $DIR/$tdir/striped_dir)
3287         s1_mode=$(stat -c%f $DIR/$tdir/striped_dir1)
3288         l_mode=$(stat -c%f $DIR/$tdir/local_dir)
3289
3290         [ "$l_mode" = "$s0_mode" -a "$l_mode" = "$s1_mode" ] ||
3291                 error "mkdir $l_mode striped0 $s0_mode striped1 $s1_mode 0"
3292 }
3293 run_test 33e "mkdir and striped directory should have same mode"
3294
3295 cleanup_33f() {
3296         trap 0
3297         do_facet $SINGLEMDS $LCTL set_param mdt.*.enable_remote_dir_gid=0
3298 }
3299
3300 test_33f() {
3301         [ $MDSCOUNT -lt 2 ] && skip_env "needs >= 2 MDTs"
3302         remote_mds_nodsh && skip "remote MDS with nodsh"
3303
3304         mkdir $DIR/$tdir
3305         chmod go+rwx $DIR/$tdir
3306         do_facet $SINGLEMDS $LCTL set_param mdt.*.enable_remote_dir_gid=-1
3307         trap cleanup_33f EXIT
3308
3309         $RUNAS lfs mkdir -i 0 -c$MDSCOUNT $DIR/$tdir/striped_dir ||
3310                 error "cannot create striped directory"
3311
3312         $RUNAS touch $DIR/$tdir/striped_dir/{0..16} ||
3313                 error "cannot create files in striped directory"
3314
3315         $RUNAS rm $DIR/$tdir/striped_dir/{0..16} ||
3316                 error "cannot remove files in striped directory"
3317
3318         $RUNAS rmdir $DIR/$tdir/striped_dir ||
3319                 error "cannot remove striped directory"
3320
3321         cleanup_33f
3322 }
3323 run_test 33f "nonroot user can create, access, and remove a striped directory"
3324
3325 test_33g() {
3326         mkdir -p $DIR/$tdir/dir2
3327
3328         local err=$($RUNAS mkdir $DIR/$tdir/dir2 2>&1)
3329         echo $err
3330         [[ $err =~ "exists" ]] || error "Not exists error"
3331 }
3332 run_test 33g "nonroot user create already existing root created file"
3333
3334 TEST_34_SIZE=${TEST_34_SIZE:-2000000000000}
3335 test_34a() {
3336         rm -f $DIR/f34
3337         $MCREATE $DIR/f34 || error "mcreate failed"
3338         $GETSTRIPE $DIR/f34 2>&1 | grep -q "no stripe info" ||
3339                 error "getstripe failed"
3340         $TRUNCATE $DIR/f34 $TEST_34_SIZE || error "truncate failed"
3341         $GETSTRIPE $DIR/f34 2>&1 | grep -q "no stripe info" ||
3342                 error "getstripe failed"
3343         $CHECKSTAT -s $TEST_34_SIZE $DIR/f34 ||
3344                 error "Size of $DIR/f34 not equal to $TEST_34_SIZE bytes"
3345 }
3346 run_test 34a "truncate file that has not been opened ==========="
3347
3348 test_34b() {
3349         [ ! -f $DIR/f34 ] && test_34a
3350         $CHECKSTAT -s $TEST_34_SIZE $DIR/f34 ||
3351                 error "Size of $DIR/f34 not equal to $TEST_34_SIZE bytes"
3352         $OPENFILE -f O_RDONLY $DIR/f34
3353         $GETSTRIPE $DIR/f34 2>&1 | grep -q "no stripe info" ||
3354                 error "getstripe failed"
3355         $CHECKSTAT -s $TEST_34_SIZE $DIR/f34 ||
3356                 error "Size of $DIR/f34 not equal to $TEST_34_SIZE bytes"
3357 }
3358 run_test 34b "O_RDONLY opening file doesn't create objects ====="
3359
3360 test_34c() {
3361         [ ! -f $DIR/f34 ] && test_34a
3362         $CHECKSTAT -s $TEST_34_SIZE $DIR/f34 ||
3363                 error "Size of $DIR/f34 not equal to $TEST_34_SIZE bytes"
3364         $OPENFILE -f O_RDWR $DIR/f34
3365         $GETSTRIPE $DIR/f34 2>&1 | grep -q "no stripe info" && error
3366         $CHECKSTAT -s $TEST_34_SIZE $DIR/f34 ||
3367                 error "Size of $DIR/f34 not equal to $TEST_34_SIZE bytes"
3368 }
3369 run_test 34c "O_RDWR opening file-with-size works =============="
3370
3371 test_34d() {
3372         [ ! -f $DIR/f34 ] && test_34a
3373         dd if=/dev/zero of=$DIR/f34 conv=notrunc bs=4k count=1 ||
3374                 error "dd failed"
3375         $CHECKSTAT -s $TEST_34_SIZE $DIR/f34 ||
3376                 error "Size of $DIR/f34 not equal to $TEST_34_SIZE bytes"
3377         rm $DIR/f34
3378 }
3379 run_test 34d "write to sparse file ============================="
3380
3381 test_34e() {
3382         rm -f $DIR/f34e
3383         $MCREATE $DIR/f34e || error "mcreate failed"
3384         $TRUNCATE $DIR/f34e 1000 || error "truncate failed"
3385         $CHECKSTAT -s 1000 $DIR/f34e ||
3386                 error "Size of $DIR/f34e not equal to 1000 bytes"
3387         $OPENFILE -f O_RDWR $DIR/f34e
3388         $CHECKSTAT -s 1000 $DIR/f34e ||
3389                 error "Size of $DIR/f34e not equal to 1000 bytes"
3390 }
3391 run_test 34e "create objects, some with size and some without =="
3392
3393 test_34f() { # bug 6242, 6243
3394         [ $PARALLEL == "yes" ] && skip "skip parallel run"
3395
3396         SIZE34F=48000
3397         rm -f $DIR/f34f
3398         $MCREATE $DIR/f34f || error "mcreate failed"
3399         $TRUNCATE $DIR/f34f $SIZE34F || error "truncating $DIR/f3f to $SIZE34F"
3400         dd if=$DIR/f34f of=$TMP/f34f
3401         $CHECKSTAT -s $SIZE34F $TMP/f34f || error "$TMP/f34f not $SIZE34F bytes"
3402         dd if=/dev/zero of=$TMP/f34fzero bs=$SIZE34F count=1
3403         cmp $DIR/f34f $TMP/f34fzero || error "$DIR/f34f not all zero"
3404         cmp $TMP/f34f $TMP/f34fzero || error "$TMP/f34f not all zero"
3405         rm $TMP/f34f $TMP/f34fzero $DIR/f34f
3406 }
3407 run_test 34f "read from a file with no objects until EOF ======="
3408
3409 test_34g() {
3410         [ $PARALLEL == "yes" ] && skip "skip parallel run"
3411
3412         dd if=/dev/zero of=$DIR/$tfile bs=1 count=100 seek=$TEST_34_SIZE ||
3413                 error "dd failed"
3414         $TRUNCATE $DIR/$tfile $((TEST_34_SIZE / 2))|| error "truncate failed"
3415         $CHECKSTAT -s $((TEST_34_SIZE / 2)) $DIR/$tfile ||
3416                 error "Size of $DIR/$tfile not equal to $((TEST_34_SIZE / 2))"
3417         cancel_lru_locks osc
3418         $CHECKSTAT -s $((TEST_34_SIZE / 2)) $DIR/$tfile ||
3419                 error "wrong size after lock cancel"
3420
3421         $TRUNCATE $DIR/$tfile $TEST_34_SIZE || error "truncate failed"
3422         $CHECKSTAT -s $TEST_34_SIZE $DIR/$tfile ||
3423                 error "expanding truncate failed"
3424         cancel_lru_locks osc
3425         $CHECKSTAT -s $TEST_34_SIZE $DIR/$tfile ||
3426                 error "wrong expanded size after lock cancel"
3427 }
3428 run_test 34g "truncate long file ==============================="
3429
3430 test_34h() {
3431         [ $PARALLEL == "yes" ] && skip "skip parallel run"
3432
3433         local gid=10
3434         local sz=1000
3435
3436         dd if=/dev/zero of=$DIR/$tfile bs=1M count=10 || error "dd failed"
3437         sync # Flush the cache so that multiop below does not block on cache
3438              # flush when getting the group lock
3439         $MULTIOP $DIR/$tfile OG${gid}T${sz}g${gid}c &
3440         MULTIPID=$!
3441
3442         # Since just timed wait is not good enough, let's do a sync write
3443         # that way we are sure enough time for a roundtrip + processing
3444         # passed + 2 seconds of extra margin.
3445         dd if=/dev/zero of=$DIR/${tfile}-1 bs=$PAGE_SIZE oflag=direct count=1
3446         rm $DIR/${tfile}-1
3447         sleep 2
3448
3449         if [[ `ps h -o comm -p $MULTIPID` == "multiop" ]]; then
3450                 error "Multiop blocked on ftruncate, pid=$MULTIPID"
3451                 kill -9 $MULTIPID
3452         fi
3453         wait $MULTIPID
3454         local nsz=`stat -c %s $DIR/$tfile`
3455         [[ $nsz == $sz ]] || error "New size wrong $nsz != $sz"
3456 }
3457 run_test 34h "ftruncate file under grouplock should not block"
3458
3459 test_35a() {
3460         cp /bin/sh $DIR/f35a
3461         chmod 444 $DIR/f35a
3462         chown $RUNAS_ID $DIR/f35a
3463         $RUNAS $DIR/f35a && error || true
3464         rm $DIR/f35a
3465 }
3466 run_test 35a "exec file with mode 444 (should return and not leak)"
3467
3468 test_36a() {
3469         rm -f $DIR/f36
3470         utime $DIR/f36 || error "utime failed for MDS"
3471 }
3472 run_test 36a "MDS utime check (mknod, utime)"
3473
3474 test_36b() {
3475         echo "" > $DIR/f36
3476         utime $DIR/f36 || error "utime failed for OST"
3477 }
3478 run_test 36b "OST utime check (open, utime)"
3479
3480 test_36c() {
3481         rm -f $DIR/d36/f36
3482         test_mkdir $DIR/d36
3483         chown $RUNAS_ID $DIR/d36
3484         $RUNAS utime $DIR/d36/f36 || error "utime failed for MDS as non-root"
3485 }
3486 run_test 36c "non-root MDS utime check (mknod, utime)"
3487
3488 test_36d() {
3489         [ ! -d $DIR/d36 ] && test_36c
3490         echo "" > $DIR/d36/f36
3491         $RUNAS utime $DIR/d36/f36 || error "utime failed for OST as non-root"
3492 }
3493 run_test 36d "non-root OST utime check (open, utime)"
3494
3495 test_36e() {
3496         [ $RUNAS_ID -eq $UID ] && skip_env "RUNAS_ID = UID = $UID -- skipping"
3497
3498         test_mkdir $DIR/$tdir
3499         touch $DIR/$tdir/$tfile
3500         $RUNAS utime $DIR/$tdir/$tfile &&
3501                 error "utime worked, expected failure" || true
3502 }
3503 run_test 36e "utime on non-owned file (should return error)"
3504
3505 subr_36fh() {
3506         local fl="$1"
3507         local LANG_SAVE=$LANG
3508         local LC_LANG_SAVE=$LC_LANG
3509         export LANG=C LC_LANG=C # for date language
3510
3511         DATESTR="Dec 20  2000"
3512         test_mkdir $DIR/$tdir
3513         lctl set_param fail_loc=$fl
3514         date; date +%s
3515         cp /etc/hosts $DIR/$tdir/$tfile
3516         sync & # write RPC generated with "current" inode timestamp, but delayed
3517         sleep 1
3518         touch --date="$DATESTR" $DIR/$tdir/$tfile # setattr timestamp in past
3519         LS_BEFORE="`ls -l $DIR/$tdir/$tfile`" # old timestamp from client cache
3520         cancel_lru_locks $OSC
3521         LS_AFTER="`ls -l $DIR/$tdir/$tfile`"  # timestamp from OST object
3522         date; date +%s
3523         [ "$LS_BEFORE" != "$LS_AFTER" ] && \
3524                 echo "BEFORE: $LS_BEFORE" && \
3525                 echo "AFTER : $LS_AFTER" && \
3526                 echo "WANT  : $DATESTR" && \
3527                 error "$DIR/$tdir/$tfile timestamps changed" || true
3528
3529         export LANG=$LANG_SAVE LC_LANG=$LC_LANG_SAVE
3530 }
3531
3532 test_36f() {
3533         [ $PARALLEL == "yes" ] && skip "skip parallel run"
3534
3535         #define OBD_FAIL_OST_BRW_PAUSE_BULK 0x214
3536         subr_36fh "0x80000214"
3537 }
3538 run_test 36f "utime on file racing with OST BRW write =========="
3539
3540 test_36g() {
3541         remote_ost_nodsh && skip "remote OST with nodsh"
3542         [ $PARALLEL == "yes" ] && skip "skip parallel run"
3543         [ $MDS1_VERSION -lt $(version_code 2.12.51) ] &&
3544                 skip "Need MDS version at least 2.12.51"
3545
3546         local fmd_max_age
3547         local fmd
3548         local facet="ost1"
3549         local tgt="obdfilter"
3550
3551         [[ $OSC == "mdc" ]] && tgt="mdt" && facet="mds1"
3552
3553         test_mkdir $DIR/$tdir
3554         fmd_max_age=$(do_facet $facet \
3555                 "lctl get_param -n $tgt.*.tgt_fmd_seconds 2> /dev/null | \
3556                 head -n 1")
3557
3558         echo "FMD max age: ${fmd_max_age}s"
3559         touch $DIR/$tdir/$tfile
3560         fmd=$(do_facet $facet "lctl get_param -n $tgt.*.exports.*.fmd_count" |
3561                 gawk '{cnt=cnt+$1}  END{print cnt}')
3562         echo "FMD before: $fmd"
3563         [[ $fmd == 0 ]] &&
3564                 error "FMD wasn't create by touch"
3565         sleep $((fmd_max_age + 12))
3566         fmd=$(do_facet $facet "lctl get_param -n $tgt.*.exports.*.fmd_count" |
3567                 gawk '{cnt=cnt+$1}  END{print cnt}')
3568         echo "FMD after: $fmd"
3569         [[ $fmd == 0 ]] ||
3570                 error "FMD wasn't expired by ping"
3571 }
3572 run_test 36g "FMD cache expiry ====================="
3573
3574 test_36h() {
3575         [ $PARALLEL == "yes" ] && skip "skip parallel run"
3576
3577         #define OBD_FAIL_OST_BRW_PAUSE_BULK2 0x227
3578         subr_36fh "0x80000227"
3579 }
3580 run_test 36h "utime on file racing with OST BRW write =========="
3581
3582 test_36i() {
3583         [ $MDSCOUNT -lt 2 ] && skip_env "needs >= 2 MDTs"
3584
3585         test_mkdir $DIR/$tdir
3586         $LFS setdirstripe -i0 -c$MDSCOUNT $DIR/$tdir/striped_dir
3587
3588         local mtime=$(stat -c%Y $DIR/$tdir/striped_dir)
3589         local new_mtime=$((mtime + 200))
3590
3591         #change Modify time of striped dir
3592         touch -m -d @$new_mtime $DIR/$tdir/striped_dir ||
3593                         error "change mtime failed"
3594
3595         local got=$(stat -c%Y $DIR/$tdir/striped_dir)
3596
3597         [ "$new_mtime" = "$got" ] || error "expect $new_mtime got $got"
3598 }
3599 run_test 36i "change mtime on striped directory"
3600
3601 # test_37 - duplicate with tests 32q 32r
3602
3603 test_38() {
3604         local file=$DIR/$tfile
3605         touch $file
3606         openfile -f O_DIRECTORY $file
3607         local RC=$?
3608         local ENOTDIR=20
3609         [ $RC -eq 0 ] && error "opened file $file with O_DIRECTORY" || true
3610         [ $RC -eq $ENOTDIR ] || error "error $RC should be ENOTDIR ($ENOTDIR)"
3611 }
3612 run_test 38 "open a regular file with O_DIRECTORY should return -ENOTDIR ==="
3613
3614 test_39a() { # was test_39
3615         touch $DIR/$tfile
3616         touch $DIR/${tfile}2
3617 #       ls -l  $DIR/$tfile $DIR/${tfile}2
3618 #       ls -lu  $DIR/$tfile $DIR/${tfile}2
3619 #       ls -lc  $DIR/$tfile $DIR/${tfile}2
3620         sleep 2
3621         $OPENFILE -f O_CREAT:O_TRUNC:O_WRONLY $DIR/${tfile}2
3622         if [ ! $DIR/${tfile}2 -nt $DIR/$tfile ]; then
3623                 echo "mtime"
3624                 ls -l --full-time $DIR/$tfile $DIR/${tfile}2
3625                 echo "atime"
3626                 ls -lu --full-time $DIR/$tfile $DIR/${tfile}2
3627                 echo "ctime"
3628                 ls -lc --full-time $DIR/$tfile $DIR/${tfile}2
3629                 error "O_TRUNC didn't change timestamps"
3630         fi
3631 }
3632 run_test 39a "mtime changed on create"
3633
3634 test_39b() {
3635         test_mkdir -c1 $DIR/$tdir
3636         cp -p /etc/passwd $DIR/$tdir/fopen
3637         cp -p /etc/passwd $DIR/$tdir/flink
3638         cp -p /etc/passwd $DIR/$tdir/funlink
3639         cp -p /etc/passwd $DIR/$tdir/frename
3640         ln $DIR/$tdir/funlink $DIR/$tdir/funlink2
3641
3642         sleep 1
3643         echo "aaaaaa" >> $DIR/$tdir/fopen
3644         echo "aaaaaa" >> $DIR/$tdir/flink
3645         echo "aaaaaa" >> $DIR/$tdir/funlink
3646         echo "aaaaaa" >> $DIR/$tdir/frename
3647
3648         local open_new=`stat -c %Y $DIR/$tdir/fopen`
3649         local link_new=`stat -c %Y $DIR/$tdir/flink`
3650         local unlink_new=`stat -c %Y $DIR/$tdir/funlink`
3651         local rename_new=`stat -c %Y $DIR/$tdir/frename`
3652
3653         cat $DIR/$tdir/fopen > /dev/null
3654         ln $DIR/$tdir/flink $DIR/$tdir/flink2
3655         rm -f $DIR/$tdir/funlink2
3656         mv -f $DIR/$tdir/frename $DIR/$tdir/frename2
3657
3658         for (( i=0; i < 2; i++ )) ; do
3659                 local open_new2=`stat -c %Y $DIR/$tdir/fopen`
3660                 local link_new2=`stat -c %Y $DIR/$tdir/flink`
3661                 local unlink_new2=`stat -c %Y $DIR/$tdir/funlink`
3662                 local rename_new2=`stat -c %Y $DIR/$tdir/frename2`
3663
3664                 [ $open_new2 -eq $open_new ] || error "open file reverses mtime"
3665                 [ $link_new2 -eq $link_new ] || error "link file reverses mtime"
3666                 [ $unlink_new2 -eq $unlink_new ] || error "unlink file reverses mtime"
3667                 [ $rename_new2 -eq $rename_new ] || error "rename file reverses mtime"
3668
3669                 cancel_lru_locks $OSC
3670                 if [ $i = 0 ] ; then echo "repeat after cancel_lru_locks"; fi
3671         done
3672 }
3673 run_test 39b "mtime change on open, link, unlink, rename  ======"
3674
3675 # this should be set to past
3676 TEST_39_MTIME=`date -d "1 year ago" +%s`
3677
3678 # bug 11063
3679 test_39c() {
3680         touch $DIR1/$tfile
3681         sleep 2
3682         local mtime0=`stat -c %Y $DIR1/$tfile`
3683
3684         touch -m -d @$TEST_39_MTIME $DIR1/$tfile
3685         local mtime1=`stat -c %Y $DIR1/$tfile`
3686         [ "$mtime1" = $TEST_39_MTIME ] || \
3687                 error "mtime is not set to past: $mtime1, should be $TEST_39_MTIME"
3688
3689         local d1=`date +%s`
3690         echo hello >> $DIR1/$tfile
3691         local d2=`date +%s`
3692         local mtime2=`stat -c %Y $DIR1/$tfile`
3693         [ "$mtime2" -ge "$d1" ] && [ "$mtime2" -le "$d2" ] || \
3694                 error "mtime is not updated on write: $d1 <= $mtime2 <= $d2"
3695
3696         mv $DIR1/$tfile $DIR1/$tfile-1
3697
3698         for (( i=0; i < 2; i++ )) ; do
3699                 local mtime3=`stat -c %Y $DIR1/$tfile-1`
3700                 [ "$mtime2" = "$mtime3" ] || \
3701                         error "mtime ($mtime2) changed (to $mtime3) on rename"
3702
3703                 cancel_lru_locks $OSC
3704                 if [ $i = 0 ] ; then echo "repeat after cancel_lru_locks"; fi
3705         done
3706 }
3707 run_test 39c "mtime change on rename ==========================="
3708
3709 # bug 21114
3710 test_39d() {
3711         [ $PARALLEL == "yes" ] && skip "skip parallel run"
3712
3713         touch $DIR1/$tfile
3714         touch -m -d @$TEST_39_MTIME $DIR1/$tfile
3715
3716         for (( i=0; i < 2; i++ )) ; do
3717                 local mtime=`stat -c %Y $DIR1/$tfile`
3718                 [ $mtime = $TEST_39_MTIME ] || \
3719                         error "mtime($mtime) is not set to $TEST_39_MTIME"
3720
3721                 cancel_lru_locks $OSC
3722                 if [ $i = 0 ] ; then echo "repeat after cancel_lru_locks"; fi
3723         done
3724 }
3725 run_test 39d "create, utime, stat =============================="
3726
3727 # bug 21114
3728 test_39e() {
3729         [ $PARALLEL == "yes" ] && skip "skip parallel run"
3730
3731         touch $DIR1/$tfile
3732         local mtime1=`stat -c %Y $DIR1/$tfile`
3733
3734         touch -m -d @$TEST_39_MTIME $DIR1/$tfile
3735
3736         for (( i=0; i < 2; i++ )) ; do
3737                 local mtime2=`stat -c %Y $DIR1/$tfile`
3738                 [ $mtime2 = $TEST_39_MTIME ] || \
3739                         error "mtime($mtime2) is not set to $TEST_39_MTIME"
3740
3741                 cancel_lru_locks $OSC
3742                 if [ $i = 0 ] ; then echo "repeat after cancel_lru_locks"; fi
3743         done
3744 }
3745 run_test 39e "create, stat, utime, stat ========================"
3746
3747 # bug 21114
3748 test_39f() {
3749         [ $PARALLEL == "yes" ] && skip "skip parallel run"
3750
3751         touch $DIR1/$tfile
3752         mtime1=`stat -c %Y $DIR1/$tfile`
3753
3754         sleep 2
3755         touch -m -d @$TEST_39_MTIME $DIR1/$tfile
3756
3757         for (( i=0; i < 2; i++ )) ; do
3758                 local mtime2=`stat -c %Y $DIR1/$tfile`
3759                 [ $mtime2 = $TEST_39_MTIME ] || \
3760                         error "mtime($mtime2) is not set to $TEST_39_MTIME"
3761
3762                 cancel_lru_locks $OSC
3763                 if [ $i = 0 ] ; then echo "repeat after cancel_lru_locks"; fi
3764         done
3765 }
3766 run_test 39f "create, stat, sleep, utime, stat ================="
3767
3768 # bug 11063
3769 test_39g() {
3770         [ $PARALLEL == "yes" ] && skip "skip parallel run"
3771
3772         echo hello >> $DIR1/$tfile
3773         local mtime1=`stat -c %Y $DIR1/$tfile`
3774
3775         sleep 2
3776         chmod o+r $DIR1/$tfile
3777
3778         for (( i=0; i < 2; i++ )) ; do
3779                 local mtime2=`stat -c %Y $DIR1/$tfile`
3780                 [ "$mtime1" = "$mtime2" ] || \
3781                         error "lost mtime: $mtime2, should be $mtime1"
3782
3783                 cancel_lru_locks $OSC
3784                 if [ $i = 0 ] ; then echo "repeat after cancel_lru_locks"; fi
3785         done
3786 }
3787 run_test 39g "write, chmod, stat ==============================="
3788
3789 # bug 11063
3790 test_39h() {
3791         [ $PARALLEL == "yes" ] && skip "skip parallel run"
3792
3793         touch $DIR1/$tfile
3794         sleep 1
3795
3796         local d1=`date`
3797         echo hello >> $DIR1/$tfile
3798         local mtime1=`stat -c %Y $DIR1/$tfile`
3799
3800         touch -m -d @$TEST_39_MTIME $DIR1/$tfile
3801         local d2=`date`
3802         if [ "$d1" != "$d2" ]; then
3803                 echo "write and touch not within one second"
3804         else
3805                 for (( i=0; i < 2; i++ )) ; do
3806                         local mtime2=`stat -c %Y $DIR1/$tfile`
3807                         [ "$mtime2" = $TEST_39_MTIME ] || \
3808                                 error "lost mtime: $mtime2, should be $TEST_39_MTIME"
3809
3810                         cancel_lru_locks $OSC
3811                         if [ $i = 0 ] ; then echo "repeat after cancel_lru_locks"; fi
3812                 done
3813         fi
3814 }
3815 run_test 39h "write, utime within one second, stat ============="
3816
3817 test_39i() {
3818         [ $PARALLEL == "yes" ] && skip "skip parallel run"
3819
3820         touch $DIR1/$tfile
3821         sleep 1
3822
3823         echo hello >> $DIR1/$tfile
3824         local mtime1=`stat -c %Y $DIR1/$tfile`
3825
3826         mv $DIR1/$tfile $DIR1/$tfile-1
3827
3828         for (( i=0; i < 2; i++ )) ; do
3829                 local mtime2=`stat -c %Y $DIR1/$tfile-1`
3830
3831                 [ "$mtime1" = "$mtime2" ] || \
3832                         error "lost mtime: $mtime2, should be $mtime1"
3833
3834                 cancel_lru_locks $OSC
3835                 if [ $i = 0 ] ; then echo "repeat after cancel_lru_locks"; fi
3836         done
3837 }
3838 run_test 39i "write, rename, stat =============================="
3839
3840 test_39j() {
3841         [ $PARALLEL == "yes" ] && skip "skip parallel run"
3842
3843         start_full_debug_logging
3844         touch $DIR1/$tfile
3845         sleep 1
3846
3847         #define OBD_FAIL_OSC_DELAY_SETTIME       0x412
3848         lctl set_param fail_loc=0x80000412
3849         multiop_bg_pause $DIR1/$tfile oO_RDWR:w2097152_c ||
3850                 error "multiop failed"
3851         local multipid=$!
3852         local mtime1=`stat -c %Y $DIR1/$tfile`
3853
3854         mv $DIR1/$tfile $DIR1/$tfile-1
3855
3856         kill -USR1 $multipid
3857         wait $multipid || error "multiop close failed"
3858
3859         for (( i=0; i < 2; i++ )) ; do
3860                 local mtime2=`stat -c %Y $DIR1/$tfile-1`
3861                 [ "$mtime1" = "$mtime2" ] ||
3862                         error "mtime is lost on close: $mtime2, " \
3863                               "should be $mtime1"
3864
3865                 cancel_lru_locks $OSC
3866                 if [ $i = 0 ] ; then echo "repeat after cancel_lru_locks"; fi
3867         done
3868         lctl set_param fail_loc=0
3869         stop_full_debug_logging
3870 }
3871 run_test 39j "write, rename, close, stat ======================="
3872
3873 test_39k() {
3874         [ $PARALLEL == "yes" ] && skip "skip parallel run"
3875
3876         touch $DIR1/$tfile
3877         sleep 1
3878
3879         multiop_bg_pause $DIR1/$tfile oO_RDWR:w2097152_c || error "multiop failed"
3880         local multipid=$!
3881         local mtime1=`stat -c %Y $DIR1/$tfile`
3882
3883         touch -m -d @$TEST_39_MTIME $DIR1/$tfile
3884
3885         kill -USR1 $multipid
3886         wait $multipid || error "multiop close failed"
3887
3888         for (( i=0; i < 2; i++ )) ; do
3889                 local mtime2=`stat -c %Y $DIR1/$tfile`
3890
3891                 [ "$mtime2" = $TEST_39_MTIME ] || \
3892                         error "mtime is lost on close: $mtime2, should be $TEST_39_MTIME"
3893
3894                 cancel_lru_locks osc
3895                 if [ $i = 0 ] ; then echo "repeat after cancel_lru_locks"; fi
3896         done
3897 }
3898 run_test 39k "write, utime, close, stat ========================"
3899
3900 # this should be set to future
3901 TEST_39_ATIME=`date -d "1 year" +%s`
3902
3903 test_39l() {
3904         [ $PARALLEL == "yes" ] && skip "skip parallel run"
3905         remote_mds_nodsh && skip "remote MDS with nodsh"
3906
3907         local atime_diff=$(do_facet $SINGLEMDS \
3908                                 lctl get_param -n mdd.*MDT0000*.atime_diff)
3909         rm -rf $DIR/$tdir
3910         mkdir -p $DIR/$tdir
3911
3912         # test setting directory atime to future
3913         touch -a -d @$TEST_39_ATIME $DIR/$tdir
3914         local atime=$(stat -c %X $DIR/$tdir)
3915         [ "$atime" = $TEST_39_ATIME ] ||
3916                 error "atime is not set to future: $atime, $TEST_39_ATIME"
3917
3918         # test setting directory atime from future to now
3919         local now=$(date +%s)
3920         touch -a -d @$now $DIR/$tdir
3921
3922         atime=$(stat -c %X $DIR/$tdir)
3923         [ "$atime" -eq "$now"  ] ||
3924                 error "atime is not updated from future: $atime, $now"
3925
3926         do_facet $SINGLEMDS lctl set_param -n mdd.*MDT0000*.atime_diff=2
3927         sleep 3
3928
3929         # test setting directory atime when now > dir atime + atime_diff
3930         local d1=$(date +%s)
3931         ls $DIR/$tdir
3932         local d2=$(date +%s)
3933         cancel_lru_locks mdc
3934         atime=$(stat -c %X $DIR/$tdir)
3935         [ "$atime" -ge "$d1" -a "$atime" -le "$d2" ] ||
3936                 error "atime is not updated  : $atime, should be $d2"
3937
3938         do_facet $SINGLEMDS lctl set_param -n mdd.*MDT0000*.atime_diff=60
3939         sleep 3
3940
3941         # test not setting directory atime when now < dir atime + atime_diff
3942         ls $DIR/$tdir
3943         cancel_lru_locks mdc
3944         atime=$(stat -c %X $DIR/$tdir)
3945         [ "$atime" -ge "$d1" -a "$atime" -le "$d2" ] ||
3946                 error "atime is updated to $atime, should remain $d1<atime<$d2"
3947
3948         do_facet $SINGLEMDS \
3949                 lctl set_param -n mdd.*MDT0000*.atime_diff=$atime_diff
3950 }
3951 run_test 39l "directory atime update ==========================="
3952
3953 test_39m() {
3954         [ $PARALLEL == "yes" ] && skip "skip parallel run"
3955
3956         touch $DIR1/$tfile
3957         sleep 2
3958         local far_past_mtime=$(date -d "May 29 1953" +%s)
3959         local far_past_atime=$(date -d "Dec 17 1903" +%s)
3960
3961         touch -m -d @$far_past_mtime $DIR1/$tfile
3962         touch -a -d @$far_past_atime $DIR1/$tfile
3963
3964         for (( i=0; i < 2; i++ )) ; do
3965                 local timestamps=$(stat -c "%X %Y" $DIR1/$tfile)
3966                 [ "$timestamps" = "$far_past_atime $far_past_mtime" ] || \
3967                         error "atime or mtime set incorrectly"
3968
3969                 cancel_lru_locks $OSC
3970                 if [ $i = 0 ] ; then echo "repeat after cancel_lru_locks"; fi
3971         done
3972 }
3973 run_test 39m "test atime and mtime before 1970"
3974
3975 test_39n() { # LU-3832
3976         remote_mds_nodsh && skip "remote MDS with nodsh"
3977
3978         local atime_diff=$(do_facet $SINGLEMDS \
3979                 lctl get_param -n mdd.*MDT0000*.atime_diff)
3980         local atime0
3981         local atime1
3982         local atime2
3983
3984         do_facet $SINGLEMDS lctl set_param -n mdd.*MDT0000*.atime_diff=1
3985
3986         rm -rf $DIR/$tfile
3987         dd if=/dev/zero of=$DIR/$tfile bs=4096 count=1 status=noxfer
3988         atime0=$(stat -c %X $DIR/$tfile)
3989
3990         sleep 5
3991         $MULTIOP $DIR/$tfile oO_RDONLY:O_NOATIME:r4096c
3992         atime1=$(stat -c %X $DIR/$tfile)
3993
3994         sleep 5
3995         cancel_lru_locks mdc
3996         cancel_lru_locks osc
3997         $MULTIOP $DIR/$tfile oO_RDONLY:O_NOATIME:r4096c
3998         atime2=$(stat -c %X $DIR/$tfile)
3999
4000         do_facet $SINGLEMDS \
4001                 lctl set_param -n mdd.*MDT0000*.atime_diff=$atime_diff
4002
4003         [ "$atime0" -eq "$atime1" ] || error "atime0 $atime0 != atime1 $atime1"
4004         [ "$atime1" -eq "$atime2" ] || error "atime0 $atime0 != atime1 $atime1"
4005 }
4006 run_test 39n "check that O_NOATIME is honored"
4007
4008 test_39o() {
4009         TESTDIR=$DIR/$tdir/$tfile
4010         [ -e $TESTDIR ] && rm -rf $TESTDIR
4011         mkdir -p $TESTDIR
4012         cd $TESTDIR
4013         links1=2
4014         ls
4015         mkdir a b
4016         ls
4017         links2=$(stat -c %h .)
4018         [ $(($links1 + 2)) != $links2 ] &&
4019                 error "wrong links count $(($links1 + 2)) != $links2"
4020         rmdir b
4021         links3=$(stat -c %h .)
4022         [ $(($links1 + 1)) != $links3 ] &&
4023                 error "wrong links count $links1 != $links3"
4024         return 0
4025 }
4026 run_test 39o "directory cached attributes updated after create"
4027
4028 test_39p() {
4029         [[ $MDSCOUNT -lt 2 ]] && skip_env "needs >= 2 MDTs"
4030
4031         local MDTIDX=1
4032         TESTDIR=$DIR/$tdir/$tdir
4033         [ -e $TESTDIR ] && rm -rf $TESTDIR
4034         test_mkdir -p $TESTDIR
4035         cd $TESTDIR
4036         links1=2
4037         ls
4038         test_mkdir -i $MDTIDX $TESTDIR/remote_dir1
4039         test_mkdir -i $MDTIDX $TESTDIR/remote_dir2
4040         ls
4041         links2=$(stat -c %h .)
4042         [ $(($links1 + 2)) != $links2 ] &&
4043                 error "wrong links count $(($links1 + 2)) != $links2"
4044         rmdir remote_dir2
4045         links3=$(stat -c %h .)
4046         [ $(($links1 + 1)) != $links3 ] &&
4047                 error "wrong links count $links1 != $links3"
4048         return 0
4049 }
4050 run_test 39p "remote directory cached attributes updated after create ========"
4051
4052
4053 test_39q() { # LU-8041
4054         local testdir=$DIR/$tdir
4055         mkdir -p $testdir
4056         multiop_bg_pause $testdir D_c || error "multiop failed"
4057         local multipid=$!
4058         cancel_lru_locks mdc
4059         kill -USR1 $multipid
4060         local atime=$(stat -c %X $testdir)
4061         [ "$atime" -ne 0 ] || error "atime is zero"
4062 }
4063 run_test 39q "close won't zero out atime"
4064
4065 test_40() {
4066         dd if=/dev/zero of=$DIR/$tfile bs=4096 count=1
4067         $RUNAS $OPENFILE -f O_WRONLY:O_TRUNC $DIR/$tfile &&
4068                 error "openfile O_WRONLY:O_TRUNC $tfile failed"
4069         $CHECKSTAT -t file -s 4096 $DIR/$tfile ||
4070                 error "$tfile is not 4096 bytes in size"
4071 }
4072 run_test 40 "failed open(O_TRUNC) doesn't truncate ============="
4073
4074 test_41() {
4075         # bug 1553
4076         small_write $DIR/f41 18
4077 }
4078 run_test 41 "test small file write + fstat ====================="
4079
4080 count_ost_writes() {
4081         lctl get_param -n ${OSC}.*.stats |
4082                 awk -vwrites=0 '/ost_write/ { writes += $2 } \
4083                         END { printf("%0.0f", writes) }'
4084 }
4085
4086 # decent default
4087 WRITEBACK_SAVE=500
4088 DIRTY_RATIO_SAVE=40
4089 MAX_DIRTY_RATIO=50
4090 BG_DIRTY_RATIO_SAVE=10
4091 MAX_BG_DIRTY_RATIO=25
4092
4093 start_writeback() {
4094         trap 0
4095         # in 2.6, restore /proc/sys/vm/dirty_writeback_centisecs,
4096         # dirty_ratio, dirty_background_ratio
4097         if [ -f /proc/sys/vm/dirty_writeback_centisecs ]; then
4098                 sysctl -w vm.dirty_writeback_centisecs=$WRITEBACK_SAVE
4099                 sysctl -w vm.dirty_background_ratio=$BG_DIRTY_RATIO_SAVE
4100                 sysctl -w vm.dirty_ratio=$DIRTY_RATIO_SAVE
4101         else
4102                 # if file not here, we are a 2.4 kernel
4103                 kill -CONT `pidof kupdated`
4104         fi
4105 }
4106
4107 stop_writeback() {
4108         # setup the trap first, so someone cannot exit the test at the
4109         # exact wrong time and mess up a machine
4110         trap start_writeback EXIT
4111         # in 2.6, save and 0 /proc/sys/vm/dirty_writeback_centisecs
4112         if [ -f /proc/sys/vm/dirty_writeback_centisecs ]; then
4113                 WRITEBACK_SAVE=`sysctl -n vm.dirty_writeback_centisecs`
4114                 sysctl -w vm.dirty_writeback_centisecs=0
4115                 sysctl -w vm.dirty_writeback_centisecs=0
4116                 # save and increase /proc/sys/vm/dirty_ratio
4117                 DIRTY_RATIO_SAVE=`sysctl -n vm.dirty_ratio`
4118                 sysctl -w vm.dirty_ratio=$MAX_DIRTY_RATIO
4119                 # save and increase /proc/sys/vm/dirty_background_ratio
4120                 BG_DIRTY_RATIO_SAVE=`sysctl -n vm.dirty_background_ratio`
4121                 sysctl -w vm.dirty_background_ratio=$MAX_BG_DIRTY_RATIO
4122         else
4123                 # if file not here, we are a 2.4 kernel
4124                 kill -STOP `pidof kupdated`
4125         fi
4126 }
4127
4128 # ensure that all stripes have some grant before we test client-side cache
4129 setup_test42() {
4130         for i in `seq -f $DIR/f42-%g 1 $OSTCOUNT`; do
4131                 dd if=/dev/zero of=$i bs=4k count=1
4132                 rm $i
4133         done
4134 }
4135
4136 # Tests 42* verify that our behaviour is correct WRT caching, file closure,
4137 # file truncation, and file removal.
4138 test_42a() {
4139         [ $PARALLEL == "yes" ] && skip "skip parallel run"
4140
4141         setup_test42
4142         cancel_lru_locks $OSC
4143         stop_writeback
4144         sync; sleep 1; sync # just to be safe
4145         BEFOREWRITES=`count_ost_writes`
4146         lctl get_param -n osc.*[oO][sS][cC][_-]*.cur_grant_bytes | grep "[0-9]"
4147         dd if=/dev/zero of=$DIR/f42a bs=1024 count=100
4148         AFTERWRITES=`count_ost_writes`
4149         [ $BEFOREWRITES -eq $AFTERWRITES ] || \
4150                 error "$BEFOREWRITES < $AFTERWRITES"
4151         start_writeback
4152 }
4153 run_test 42a "ensure that we don't flush on close"
4154
4155 test_42b() {
4156         [ $PARALLEL == "yes" ] && skip "skip parallel run"
4157
4158         setup_test42
4159         cancel_lru_locks $OSC
4160         stop_writeback
4161         sync
4162         dd if=/dev/zero of=$DIR/f42b bs=1024 count=100
4163         BEFOREWRITES=$(count_ost_writes)
4164         $MUNLINK $DIR/f42b || error "$MUNLINK $DIR/f42b: $?"
4165         AFTERWRITES=$(count_ost_writes)
4166         if [[ $BEFOREWRITES -lt $AFTERWRITES ]]; then
4167                 error "$BEFOREWRITES < $AFTERWRITES on unlink"
4168         fi
4169         BEFOREWRITES=$(count_ost_writes)
4170         sync || error "sync: $?"
4171         AFTERWRITES=$(count_ost_writes)
4172         if [[ $BEFOREWRITES -lt $AFTERWRITES ]]; then
4173                 error "$BEFOREWRITES < $AFTERWRITES on sync"
4174         fi
4175         dmesg | grep 'error from obd_brw_async' && error 'error writing back'
4176         start_writeback
4177         return 0
4178 }
4179 run_test 42b "test destroy of file with cached dirty data ======"
4180
4181 # if these tests just want to test the effect of truncation,
4182 # they have to be very careful.  consider:
4183 # - the first open gets a {0,EOF}PR lock
4184 # - the first write conflicts and gets a {0, count-1}PW
4185 # - the rest of the writes are under {count,EOF}PW
4186 # - the open for truncate tries to match a {0,EOF}PR
4187 #   for the filesize and cancels the PWs.
4188 # any number of fixes (don't get {0,EOF} on open, match
4189 # composite locks, do smarter file size management) fix
4190 # this, but for now we want these tests to verify that
4191 # the cancellation with truncate intent works, so we
4192 # start the file with a full-file pw lock to match against
4193 # until the truncate.
4194 trunc_test() {
4195         test=$1
4196         file=$DIR/$test
4197         offset=$2
4198         cancel_lru_locks $OSC
4199         stop_writeback
4200         # prime the file with 0,EOF PW to match
4201         touch $file
4202         $TRUNCATE $file 0
4203         sync; sync
4204         # now the real test..
4205         dd if=/dev/zero of=$file bs=1024 count=100
4206         BEFOREWRITES=`count_ost_writes`
4207         $TRUNCATE $file $offset
4208         cancel_lru_locks $OSC
4209         AFTERWRITES=`count_ost_writes`
4210         start_writeback
4211 }
4212
4213 test_42c() {
4214         [ $PARALLEL == "yes" ] && skip "skip parallel run"
4215
4216         trunc_test 42c 1024
4217         [ $BEFOREWRITES -eq $AFTERWRITES ] &&
4218                 error "beforewrites $BEFOREWRITES == afterwrites $AFTERWRITES on truncate"
4219         rm $file
4220 }
4221 run_test 42c "test partial truncate of file with cached dirty data"
4222
4223 test_42d() {
4224         [ $PARALLEL == "yes" ] && skip "skip parallel run"
4225
4226         trunc_test 42d 0
4227         [ $BEFOREWRITES -eq $AFTERWRITES ] ||
4228                 error "beforewrites $BEFOREWRITES != afterwrites $AFTERWRITES on truncate"
4229         rm $file
4230 }
4231 run_test 42d "test complete truncate of file with cached dirty data"
4232
4233 test_42e() { # bug22074
4234         [ $PARALLEL == "yes" ] && skip "skip parallel run"
4235
4236         local TDIR=$DIR/${tdir}e
4237         local pages=16 # hardcoded 16 pages, don't change it.
4238         local files=$((OSTCOUNT * 500)) # hopefully 500 files on each OST
4239         local proc_osc0="osc.${FSNAME}-OST0000-osc-[^MDT]*"
4240         local max_dirty_mb
4241         local warmup_files
4242
4243         test_mkdir $DIR/${tdir}e
4244         $SETSTRIPE -c 1 $TDIR
4245         createmany -o $TDIR/f $files
4246
4247         max_dirty_mb=$($LCTL get_param -n $proc_osc0/max_dirty_mb)
4248
4249         # we assume that with $OSTCOUNT files, at least one of them will
4250         # be allocated on OST0.
4251         warmup_files=$((OSTCOUNT * max_dirty_mb))
4252         createmany -o $TDIR/w $warmup_files
4253
4254         # write a large amount of data into one file and sync, to get good
4255         # avail_grant number from OST.
4256         for ((i=0; i<$warmup_files; i++)); do
4257                 idx=$($GETSTRIPE -i $TDIR/w$i)
4258                 [ $idx -ne 0 ] && continue
4259                 dd if=/dev/zero of=$TDIR/w$i bs="$max_dirty_mb"M count=1
4260                 break
4261         done
4262         [[ $i -gt $warmup_files ]] && error "OST0 is still cold"
4263         sync
4264         $LCTL get_param $proc_osc0/cur_dirty_bytes
4265         $LCTL get_param $proc_osc0/cur_grant_bytes
4266
4267         # create as much dirty pages as we can while not to trigger the actual
4268         # RPCs directly. but depends on the env, VFS may trigger flush during this
4269         # period, hopefully we are good.
4270         for ((i=0; i<$warmup_files; i++)); do
4271                 idx=$($GETSTRIPE -i $TDIR/w$i)
4272                 [ $idx -ne 0 ] && continue
4273                 dd if=/dev/zero of=$TDIR/w$i bs=1M count=1 2>/dev/null
4274         done
4275         $LCTL get_param $proc_osc0/cur_dirty_bytes
4276         $LCTL get_param $proc_osc0/cur_grant_bytes
4277
4278         # perform the real test
4279         $LCTL set_param $proc_osc0/rpc_stats 0
4280         for ((;i<$files; i++)); do
4281                 [ $($GETSTRIPE -i $TDIR/f$i) -eq 0 ] || continue
4282                 dd if=/dev/zero of=$TDIR/f$i bs=$PAGE_SIZE count=$pages 2>/dev/null
4283         done
4284         sync
4285         $LCTL get_param $proc_osc0/rpc_stats
4286
4287         local percent=0
4288         local have_ppr=false
4289         $LCTL get_param $proc_osc0/rpc_stats |
4290                 while read PPR RRPC RPCT RCUM BAR WRPC WPCT WCUM; do
4291                         # skip lines until we are at the RPC histogram data
4292                         [ "$PPR" == "pages" ] && have_ppr=true && continue
4293                         $have_ppr || continue
4294
4295                         # we only want the percent stat for < 16 pages
4296                         [[ $(echo $PPR | tr -d ':') -ge $pages ]] && break
4297
4298                         percent=$((percent + WPCT))
4299                         if [[ $percent -gt 15 ]]; then
4300                                 error "less than 16-pages write RPCs" \
4301                                       "$percent% > 15%"
4302                                 break
4303                         fi
4304                 done
4305         rm -rf $TDIR
4306 }
4307 run_test 42e "verify sub-RPC writes are not done synchronously"
4308
4309 test_43A() { # was test_43
4310         test_mkdir $DIR/$tdir
4311         cp -p /bin/ls $DIR/$tdir/$tfile
4312         $MULTIOP $DIR/$tdir/$tfile Ow_c &
4313         pid=$!
4314         # give multiop a chance to open
4315         sleep 1
4316
4317         $DIR/$tdir/$tfile && error "execute $DIR/$tdir/$tfile succeeded" || true
4318         kill -USR1 $pid
4319 }
4320 run_test 43A "execution of file opened for write should return -ETXTBSY"
4321
4322 test_43a() {
4323         test_mkdir $DIR/$tdir
4324         cp -p $(which sleep) $DIR/$tdir/sleep || error "can't copy"
4325         $DIR/$tdir/sleep 60 &
4326         SLEEP_PID=$!
4327         # Make sure exec of $tdir/sleep wins race with truncate
4328         sleep 1
4329         $MULTIOP $DIR/$tdir/sleep Oc && error "expected error, got success"
4330         kill $SLEEP_PID
4331 }
4332 run_test 43a "open(RDWR) of file being executed should return -ETXTBSY"
4333
4334 test_43b() {
4335         [ $PARALLEL == "yes" ] && skip "skip parallel run"
4336
4337         test_mkdir $DIR/$tdir
4338         cp -p $(which sleep) $DIR/$tdir/sleep || error "can't copy"
4339         $DIR/$tdir/sleep 60 &
4340         SLEEP_PID=$!
4341         # Make sure exec of $tdir/sleep wins race with truncate
4342         sleep 1
4343         $TRUNCATE $DIR/$tdir/sleep 0 && error "expected error, got success"
4344         kill $SLEEP_PID
4345 }
4346 run_test 43b "truncate of file being executed should return -ETXTBSY"
4347
4348 test_43c() {
4349         local testdir="$DIR/$tdir"
4350         test_mkdir $testdir
4351         cp $SHELL $testdir/
4352         ( cd $(dirname $SHELL) && md5sum $(basename $SHELL) ) |
4353                 ( cd $testdir && md5sum -c )
4354 }
4355 run_test 43c "md5sum of copy into lustre"
4356
4357 test_44A() { # was test_44
4358         [[ $OSTCOUNT -lt 2 ]] && skip_env "needs >= 2 OSTs"
4359
4360         dd if=/dev/zero of=$DIR/f1 bs=4k count=1 seek=1023
4361         dd if=$DIR/f1 bs=4k count=1 > /dev/null
4362 }
4363 run_test 44A "zero length read from a sparse stripe"
4364
4365 test_44a() {
4366         local nstripe=$($LCTL lov_getconfig $DIR | grep default_stripe_count: |
4367                 awk '{ print $2 }')
4368         [ -z "$nstripe" ] && skip "can't get stripe info"
4369         [[ $nstripe -gt $OSTCOUNT ]] &&
4370                 skip "Wrong default_stripe_count: $nstripe OSTCOUNT: $OSTCOUNT"
4371
4372         local stride=$($LCTL lov_getconfig $DIR | grep default_stripe_size: |
4373                 awk '{ print $2 }')
4374         if [[ $nstripe -eq 0 || $nstripe -eq -1 ]]; then
4375                 nstripe=$($LCTL lov_getconfig $DIR | grep obd_count: |
4376                         awk '{ print $2 }')
4377         fi
4378
4379         OFFSETS="0 $((stride/2)) $((stride-1))"
4380         for offset in $OFFSETS; do
4381                 for i in $(seq 0 $((nstripe-1))); do
4382                         local GLOBALOFFSETS=""
4383                         # size in Bytes
4384                         local size=$((((i + 2 * $nstripe )*$stride + $offset)))
4385                         local myfn=$DIR/d44a-$size
4386                         echo "--------writing $myfn at $size"
4387                         ll_sparseness_write $myfn $size ||
4388                                 error "ll_sparseness_write"
4389                         GLOBALOFFSETS="$GLOBALOFFSETS $size"
4390                         ll_sparseness_verify $myfn $GLOBALOFFSETS ||
4391                                 error "ll_sparseness_verify $GLOBALOFFSETS"
4392
4393                         for j in $(seq 0 $((nstripe-1))); do
4394                                 # size in Bytes
4395                                 size=$((((j + $nstripe )*$stride + $offset)))
4396                                 ll_sparseness_write $myfn $size ||
4397                                         error "ll_sparseness_write"
4398                                 GLOBALOFFSETS="$GLOBALOFFSETS $size"
4399                         done
4400                         ll_sparseness_verify $myfn $GLOBALOFFSETS ||
4401                                 error "ll_sparseness_verify $GLOBALOFFSETS"
4402                         rm -f $myfn
4403                 done
4404         done
4405 }
4406 run_test 44a "test sparse pwrite ==============================="
4407
4408 dirty_osc_total() {
4409         tot=0
4410         for d in `lctl get_param -n ${OSC}.*.cur_dirty_bytes`; do
4411                 tot=$(($tot + $d))
4412         done
4413         echo $tot
4414 }
4415 do_dirty_record() {
4416         before=`dirty_osc_total`
4417         echo executing "\"$*\""
4418         eval $*
4419         after=`dirty_osc_total`
4420         echo before $before, after $after
4421 }
4422 test_45() {
4423         [ $PARALLEL == "yes" ] && skip "skip parallel run"
4424
4425         f="$DIR/f45"
4426         # Obtain grants from OST if it supports it
4427         echo blah > ${f}_grant
4428         stop_writeback
4429         sync
4430         do_dirty_record "echo blah > $f"
4431         [[ $before -eq $after ]] && error "write wasn't cached"
4432         do_dirty_record "> $f"
4433         [[ $before -gt $after ]] || error "truncate didn't lower dirty count"
4434         do_dirty_record "echo blah > $f"
4435         [[ $before -eq $after ]] && error "write wasn't cached"
4436         do_dirty_record "sync"
4437         [[ $before -gt $after ]] || error "writeback didn't lower dirty count"
4438         do_dirty_record "echo blah > $f"
4439         [[ $before -eq $after ]] && error "write wasn't cached"
4440         do_dirty_record "cancel_lru_locks osc"
4441         [[ $before -gt $after ]] ||
4442                 error "lock cancellation didn't lower dirty count"
4443         start_writeback
4444 }
4445 run_test 45 "osc io page accounting ============================"
4446
4447 # in a 2 stripe file (lov.sh), page 1023 maps to page 511 in its object.  this
4448 # test tickles a bug where re-dirtying a page was failing to be mapped to the
4449 # objects offset and an assert hit when an rpc was built with 1023's mapped
4450 # offset 511 and 511's raw 511 offset. it also found general redirtying bugs.
4451 test_46() {
4452         [ $PARALLEL == "yes" ] && skip "skip parallel run"
4453
4454         f="$DIR/f46"
4455         stop_writeback
4456         sync
4457         dd if=/dev/zero of=$f bs=$PAGE_SIZE seek=511 count=1
4458         sync
4459         dd conv=notrunc if=/dev/zero of=$f bs=$PAGE_SIZE seek=1023 count=1
4460         dd conv=notrunc if=/dev/zero of=$f bs=$PAGE_SIZE seek=511 count=1
4461         sync
4462         start_writeback
4463 }
4464 run_test 46 "dirtying a previously written page ================"
4465
4466 # test_47 is removed "Device nodes check" is moved to test_28
4467
4468 test_48a() { # bug 2399
4469         [ "$mds1_FSTYPE" = "zfs" ] &&
4470         [ $MDS1_VERSION -lt $(version_code 2.3.63) ] &&
4471                 skip "MDS prior to 2.3.63 handle ZFS dir .. incorrectly"
4472
4473         test_mkdir $DIR/$tdir
4474         cd $DIR/$tdir
4475         mv $DIR/$tdir $DIR/$tdir.new || error "move directory failed"
4476         test_mkdir $DIR/$tdir
4477         touch foo || error "'touch foo' failed after recreating cwd"
4478         test_mkdir bar
4479         touch .foo || error "'touch .foo' failed after recreating cwd"
4480         test_mkdir .bar
4481         ls . > /dev/null || error "'ls .' failed after recreating cwd"
4482         ls .. > /dev/null || error "'ls ..' failed after removing cwd"
4483         cd . || error "'cd .' failed after recreating cwd"
4484         mkdir . && error "'mkdir .' worked after recreating cwd"
4485         rmdir . && error "'rmdir .' worked after recreating cwd"
4486         ln -s . baz || error "'ln -s .' failed after recreating cwd"
4487         cd .. || error "'cd ..' failed after recreating cwd"
4488 }
4489 run_test 48a "Access renamed working dir (should return errors)="
4490
4491 test_48b() { # bug 2399
4492         rm -rf $DIR/$tdir
4493         test_mkdir $DIR/$tdir
4494         cd $DIR/$tdir
4495         rmdir $DIR/$tdir || error "remove cwd $DIR/$tdir failed"
4496         touch foo && error "'touch foo' worked after removing cwd"
4497         mkdir foo && error "'mkdir foo' worked after removing cwd"
4498         touch .foo && error "'touch .foo' worked after removing cwd"
4499         mkdir .foo && error "'mkdir .foo' worked after removing cwd"
4500         ls . > /dev/null && error "'ls .' worked after removing cwd"
4501         ls .. > /dev/null || error "'ls ..' failed after removing cwd"
4502         mkdir . && error "'mkdir .' worked after removing cwd"
4503         rmdir . && error "'rmdir .' worked after removing cwd"
4504         ln -s . foo && error "'ln -s .' worked after removing cwd"
4505         cd .. || echo "'cd ..' failed after removing cwd `pwd`"  #bug 3517
4506 }
4507 run_test 48b "Access removed working dir (should return errors)="
4508
4509 test_48c() { # bug 2350
4510         #lctl set_param debug=-1
4511         #set -vx
4512         rm -rf $DIR/$tdir
4513         test_mkdir -p $DIR/$tdir/dir
4514         cd $DIR/$tdir/dir
4515         $TRACE rmdir $DIR/$tdir/dir || error "remove cwd $DIR/$tdir/dir failed"
4516         $TRACE touch foo && error "touch foo worked after removing cwd"
4517         $TRACE mkdir foo && error "'mkdir foo' worked after removing cwd"
4518         touch .foo && error "touch .foo worked after removing cwd"
4519         mkdir .foo && error "mkdir .foo worked after removing cwd"
4520         $TRACE ls . && error "'ls .' worked after removing cwd"
4521         $TRACE ls .. || error "'ls ..' failed after removing cwd"
4522         $TRACE mkdir . && error "'mkdir .' worked after removing cwd"
4523         $TRACE rmdir . && error "'rmdir .' worked after removing cwd"
4524         $TRACE ln -s . foo && error "'ln -s .' worked after removing cwd"
4525         $TRACE cd .. || echo "'cd ..' failed after removing cwd `pwd`" #bug 3415
4526 }
4527 run_test 48c "Access removed working subdir (should return errors)"
4528
4529 test_48d() { # bug 2350
4530         #lctl set_param debug=-1
4531         #set -vx
4532         rm -rf $DIR/$tdir
4533         test_mkdir -p $DIR/$tdir/dir
4534         cd $DIR/$tdir/dir
4535         $TRACE rmdir $DIR/$tdir/dir || error "remove cwd $DIR/$tdir/dir failed"
4536         $TRACE rmdir $DIR/$tdir || error "remove parent $DIR/$tdir failed"
4537         $TRACE touch foo && error "'touch foo' worked after removing parent"
4538         $TRACE mkdir foo && error "mkdir foo worked after removing parent"
4539         touch .foo && error "'touch .foo' worked after removing parent"
4540         mkdir .foo && error "mkdir .foo worked after removing parent"
4541         $TRACE ls . && error "'ls .' worked after removing parent"
4542         $TRACE ls .. && error "'ls ..' worked after removing parent"
4543         $TRACE mkdir . && error "'mkdir .' worked after removing parent"
4544         $TRACE rmdir . && error "'rmdir .' worked after removing parent"
4545         $TRACE ln -s . foo && error "'ln -s .' worked after removing parent"
4546         true
4547 }
4548 run_test 48d "Access removed parent subdir (should return errors)"
4549
4550 test_48e() { # bug 4134
4551         #lctl set_param debug=-1
4552         #set -vx
4553         rm -rf $DIR/$tdir
4554         test_mkdir -p $DIR/$tdir/dir
4555         cd $DIR/$tdir/dir
4556         $TRACE rmdir $DIR/$tdir/dir || error "remove cwd $DIR/$tdir/dir failed"
4557         $TRACE rmdir $DIR/$tdir || error "remove parent $DIR/$tdir failed"
4558         $TRACE touch $DIR/$tdir || error "'touch $DIR/$tdir' failed"
4559         $TRACE chmod +x $DIR/$tdir || error "'chmod +x $DIR/$tdir' failed"
4560         # On a buggy kernel addition of "touch foo" after cd .. will
4561         # produce kernel oops in lookup_hash_it
4562         touch ../foo && error "'cd ..' worked after recreate parent"
4563         cd $DIR
4564         $TRACE rm $DIR/$tdir || error "rm '$DIR/$tdir' failed"
4565 }
4566 run_test 48e "Access to recreated parent subdir (should return errors)"
4567
4568 test_49() { # LU-1030
4569         [ $PARALLEL == "yes" ] && skip "skip parallel run"
4570         remote_ost_nodsh && skip "remote OST with nodsh"
4571
4572         # get ost1 size - lustre-OST0000
4573         ost1_size=$(do_facet ost1 $LFS df | grep ${ost1_svc} |
4574                 awk '{ print $4 }')
4575         # write 800M at maximum
4576         [[ $ost1_size -lt 2 ]] && ost1_size=2
4577         [[ $ost1_size -gt 819200 ]] && ost1_size=819200
4578
4579         $SETSTRIPE -c 1 -i 0 $DIR/$tfile
4580         dd if=/dev/zero of=$DIR/$tfile bs=4k count=$((ost1_size >> 2)) &
4581         local dd_pid=$!
4582
4583         # change max_pages_per_rpc while writing the file
4584         local osc1_mppc=osc.$(get_osc_import_name client ost1).max_pages_per_rpc
4585         local orig_mppc=$($LCTL get_param -n $osc1_mppc)
4586         # loop until dd process exits
4587         while ps ax -opid | grep -wq $dd_pid; do
4588                 $LCTL set_param $osc1_mppc=$((RANDOM % 256 + 1))
4589                 sleep $((RANDOM % 5 + 1))
4590         done
4591         # restore original max_pages_per_rpc
4592         $LCTL set_param $osc1_mppc=$orig_mppc
4593         rm $DIR/$tfile || error "rm $DIR/$tfile failed"
4594 }
4595 run_test 49 "Change max_pages_per_rpc won't break osc extent"
4596
4597 test_50() {
4598         # bug 1485
4599         test_mkdir $DIR/$tdir
4600         cd $DIR/$tdir
4601         ls /proc/$$/cwd || error "ls /proc/$$/cwd failed"
4602 }
4603 run_test 50 "special situations: /proc symlinks  ==============="
4604
4605 test_51a() {    # was test_51
4606         # bug 1516 - create an empty entry right after ".." then split dir
4607         test_mkdir -c1 $DIR/$tdir
4608         touch $DIR/$tdir/foo
4609         $MCREATE $DIR/$tdir/bar
4610         rm $DIR/$tdir/foo
4611         createmany -m $DIR/$tdir/longfile 201
4612         FNUM=202
4613         while [[ $(ls -sd $DIR/$tdir | awk '{ print $1 }') -eq 4 ]]; do
4614                 $MCREATE $DIR/$tdir/longfile$FNUM
4615                 FNUM=$(($FNUM + 1))
4616                 echo -n "+"
4617         done
4618         echo
4619         ls -l $DIR/$tdir > /dev/null || error "ls -l $DIR/$tdir failed"
4620 }
4621 run_test 51a "special situations: split htree with empty entry =="
4622
4623 cleanup_print_lfs_df () {
4624         trap 0
4625         $LFS df
4626         $LFS df -i
4627 }
4628
4629 test_51b() {
4630         [ $PARALLEL == "yes" ] && skip "skip parallel run"
4631
4632         local dir=$DIR/$tdir
4633         local nrdirs=$((65536 + 100))
4634
4635         # cleanup the directory
4636         rm -fr $dir
4637
4638         test_mkdir -c1 $dir
4639
4640         $LFS df
4641         $LFS df -i
4642         local mdtidx=$(printf "%04x" $($LFS getstripe -m $dir))
4643         local numfree=$(lctl get_param -n mdc.$FSNAME-MDT$mdtidx*.filesfree)
4644         [[ $numfree -lt $nrdirs ]] &&
4645                 skip "not enough free inodes ($numfree) on MDT$mdtidx"
4646
4647         # need to check free space for the directories as well
4648         local blkfree=$(lctl get_param -n mdc.$FSNAME-MDT$mdtidx*.kbytesavail)
4649         numfree=$(( blkfree / $(fs_inode_ksize) ))
4650         [[ $numfree -lt $nrdirs ]] && skip "not enough blocks ($numfree)"
4651
4652         trap cleanup_print_lfs_df EXIT
4653
4654         # create files
4655         createmany -d $dir/d $nrdirs || {
4656                 unlinkmany $dir/d $nrdirs
4657                 error "failed to create $nrdirs subdirs in MDT$mdtidx:$dir"
4658         }
4659
4660         # really created :
4661         nrdirs=$(ls -U $dir | wc -l)
4662
4663         # unlink all but 100 subdirectories, then check it still works
4664         local left=100
4665         local delete=$((nrdirs - left))
4666
4667         $LFS df
4668         $LFS df -i
4669
4670         # for ldiskfs the nlink count should be 1, but this is OSD specific
4671         # and so this is listed for informational purposes only
4672         echo "nlink before: $(stat -c %h $dir), created before: $nrdirs"
4673         unlinkmany -d $dir/d $delete ||
4674                 error "unlink of first $delete subdirs failed"
4675
4676         echo "nlink between: $(stat -c %h $dir)"
4677         local found=$(ls -U $dir | wc -l)
4678         [ $found -ne $left ] &&
4679                 error "can't find subdirs: found only $found, expected $left"
4680
4681         unlinkmany -d $dir/d $delete $left ||
4682                 error "unlink of second $left subdirs failed"
4683         # regardless of whether the backing filesystem tracks nlink accurately
4684         # or not, the nlink count shouldn't be more than "." and ".." here
4685         local after=$(stat -c %h $dir)
4686         [[ $after -gt 2 ]] && error "nlink after: $after > 2" ||
4687                 echo "nlink after: $after"
4688
4689         cleanup_print_lfs_df
4690 }
4691 run_test 51b "exceed 64k subdirectory nlink limit on create, verify unlink"
4692
4693 test_51d() {
4694         [ $PARALLEL == "yes" ] && skip "skip parallel run"
4695         [[ $OSTCOUNT -lt 3 ]] && skip_env "needs >= 3 OSTs"
4696
4697         test_mkdir $DIR/$tdir
4698         createmany -o $DIR/$tdir/t- 1000
4699         $LFS getstripe $DIR/$tdir > $TMP/$tfile
4700         for N in $(seq 0 $((OSTCOUNT - 1))); do
4701                 OBJS[$N]=$(awk -vobjs=0 '($1 == '$N') { objs += 1 } \
4702                         END { printf("%0.0f", objs) }' $TMP/$tfile)
4703                 OBJS0[$N]=$(grep -A 1 idx $TMP/$tfile | awk -vobjs=0 \
4704                         '($1 == '$N') { objs += 1 } \
4705                         END { printf("%0.0f", objs) }')
4706                 log "OST$N has ${OBJS[$N]} objects, ${OBJS0[$N]} are index 0"
4707         done
4708         unlinkmany $DIR/$tdir/t- 1000
4709
4710         NLAST=0
4711         for N in $(seq 1 $((OSTCOUNT - 1))); do
4712                 [[ ${OBJS[$N]} -lt $((${OBJS[$NLAST]} - 20)) ]] &&
4713                         error "OST $N has less objects vs OST $NLAST" \
4714                               " (${OBJS[$N]} < ${OBJS[$NLAST]}"
4715                 [[ ${OBJS[$N]} -gt $((${OBJS[$NLAST]} + 20)) ]] &&
4716                         error "OST $N has less objects vs OST $NLAST" \
4717                               " (${OBJS[$N]} < ${OBJS[$NLAST]}"
4718
4719                 [[ ${OBJS0[$N]} -lt $((${OBJS0[$NLAST]} - 20)) ]] &&
4720                         error "OST $N has less #0 objects vs OST $NLAST" \
4721                               " (${OBJS0[$N]} < ${OBJS0[$NLAST]}"
4722                 [[ ${OBJS0[$N]} -gt $((${OBJS0[$NLAST]} + 20)) ]] &&
4723                         error "OST $N has less #0 objects vs OST $NLAST" \
4724                               " (${OBJS0[$N]} < ${OBJS0[$NLAST]}"
4725                 NLAST=$N
4726         done
4727         rm -f $TMP/$tfile
4728 }
4729 run_test 51d "check object distribution"
4730
4731 test_51e() {
4732         if [ "$mds1_FSTYPE" != ldiskfs ]; then
4733                 skip_env "ldiskfs only test"
4734         fi
4735
4736         test_mkdir -c1 $DIR/$tdir
4737         test_mkdir -c1 $DIR/$tdir/d0
4738
4739         touch $DIR/$tdir/d0/foo
4740         createmany -l $DIR/$tdir/d0/foo $DIR/$tdir/d0/f- 65001 &&
4741                 error "file exceed 65000 nlink limit!"
4742         unlinkmany $DIR/$tdir/d0/f- 65001
4743         return 0
4744 }
4745 run_test 51e "check file nlink limit"
4746
4747 test_51f() {
4748         test_mkdir $DIR/$tdir
4749
4750         local max=100000
4751         local ulimit_old=$(ulimit -n)
4752         local spare=20 # number of spare fd's for scripts/libraries, etc.
4753         local mdt=$($LFS getstripe -m $DIR/$tdir)
4754         local numfree=$($LFS df -i $DIR/$tdir | awk '/MDT:'$mdt'/ { print $4 }')
4755
4756         echo "MDT$mdt numfree=$numfree, max=$max"
4757         [[ $numfree -gt $max ]] && numfree=$max || numfree=$((numfree * 7 / 8))
4758         if [ $((numfree + spare)) -gt $ulimit_old ]; then
4759                 while ! ulimit -n $((numfree + spare)); do
4760                         numfree=$((numfree * 3 / 4))
4761                 done
4762                 echo "changed ulimit from $ulimit_old to $((numfree + spare))"
4763         else
4764                 echo "left ulimit at $ulimit_old"
4765         fi
4766
4767         createmany -o -k -t 120 $DIR/$tdir/f $numfree || {
4768                 unlinkmany $DIR/$tdir/f $numfree
4769                 error "create+open $numfree files in $DIR/$tdir failed"
4770         }
4771         ulimit -n $ulimit_old
4772
4773         # if createmany exits at 120s there will be fewer than $numfree files
4774         unlinkmany $DIR/$tdir/f $numfree || true
4775 }
4776 run_test 51f "check many open files limit"
4777
4778 test_52a() {
4779         [ -f $DIR/$tdir/foo ] && chattr -a $DIR/$tdir/foo
4780         test_mkdir $DIR/$tdir
4781         touch $DIR/$tdir/foo
4782         chattr +a $DIR/$tdir/foo || error "chattr +a failed"
4783         echo bar >> $DIR/$tdir/foo || error "append bar failed"
4784         cp /etc/hosts $DIR/$tdir/foo && error "cp worked"
4785         rm -f $DIR/$tdir/foo 2>/dev/null && error "rm worked"
4786         link $DIR/$tdir/foo $DIR/$tdir/foo_link 2>/dev/null &&
4787                                         error "link worked"
4788         echo foo >> $DIR/$tdir/foo || error "append foo failed"
4789         mrename $DIR/$tdir/foo $DIR/$tdir/foo_ren && error "rename worked"
4790         lsattr $DIR/$tdir/foo | egrep -q "^-+a[-e]+ $DIR/$tdir/foo" ||
4791                                                      error "lsattr"
4792         chattr -a $DIR/$tdir/foo || error "chattr -a failed"
4793         cp -r $DIR/$tdir $TMP/
4794         rm -fr $DIR/$tdir $TMP/$tdir || error "cleanup rm failed"
4795 }
4796 run_test 52a "append-only flag test (should return errors)"
4797
4798 test_52b() {
4799         [ -f $DIR/$tdir/foo ] && chattr -i $DIR/$tdir/foo
4800         test_mkdir $DIR/$tdir
4801         touch $DIR/$tdir/foo
4802         chattr +i $DIR/$tdir/foo || error "chattr +i failed"
4803         cat test > $DIR/$tdir/foo && error "cat test worked"
4804         cp /etc/hosts $DIR/$tdir/foo && error "cp worked"
4805         rm -f $DIR/$tdir/foo 2>/dev/null && error "rm worked"
4806         link $DIR/$tdir/foo $DIR/$tdir/foo_link 2>/dev/null &&
4807                                         error "link worked"
4808         echo foo >> $DIR/$tdir/foo && error "echo worked"
4809         mrename $DIR/$tdir/foo $DIR/$tdir/foo_ren && error "rename worked"
4810         [ -f $DIR/$tdir/foo ] || error "$tdir/foo is not a file"
4811         [ -f $DIR/$tdir/foo_ren ] && error "$tdir/foo_ren is not a file"
4812         lsattr $DIR/$tdir/foo | egrep -q "^-+i[-e]+ $DIR/$tdir/foo" ||
4813                                                         error "lsattr"
4814         chattr -i $DIR/$tdir/foo || error "chattr failed"
4815
4816         rm -fr $DIR/$tdir || error "unable to remove $DIR/$tdir"
4817 }
4818 run_test 52b "immutable flag test (should return errors) ======="
4819
4820 test_53() {
4821         [ $PARALLEL == "yes" ] && skip "skip parallel run"
4822         remote_mds_nodsh && skip "remote MDS with nodsh"
4823         remote_ost_nodsh && skip "remote OST with nodsh"
4824
4825         local param
4826         local param_seq
4827         local ostname
4828         local mds_last
4829         local mds_last_seq
4830         local ost_last
4831         local ost_last_seq
4832         local ost_last_id
4833         local ostnum
4834         local node
4835         local found=false
4836         local support_last_seq=true
4837
4838         [[ $MDS1_VERSION -ge $(version_code 2.3.60) ]] ||
4839                 support_last_seq=false
4840
4841         # only test MDT0000
4842         local mdtosc=$(get_mdtosc_proc_path $SINGLEMDS)
4843         local value
4844         for value in $(do_facet $SINGLEMDS \
4845                        $LCTL get_param osp.$mdtosc.prealloc_last_id) ; do
4846                 param=$(echo ${value[0]} | cut -d "=" -f1)
4847                 ostname=$(echo $param | cut -d "." -f2 | cut -d - -f 1-2)
4848
4849                 if $support_last_seq; then
4850                         param_seq=$(echo $param |
4851                                 sed -e s/prealloc_last_id/prealloc_last_seq/g)
4852                         mds_last_seq=$(do_facet $SINGLEMDS \
4853                                        $LCTL get_param -n $param_seq)
4854                 fi
4855                 mds_last=$(do_facet $SINGLEMDS $LCTL get_param -n $param)
4856
4857                 ostnum=$(index_from_ostuuid ${ostname}_UUID)
4858                 node=$(facet_active_host ost$((ostnum+1)))
4859                 param="obdfilter.$ostname.last_id"
4860                 for ost_last in $(do_node $node $LCTL get_param -n $param) ; do
4861                         echo "$ostname.last_id=$ost_last; MDS.last_id=$mds_last"
4862                         ost_last_id=$ost_last
4863
4864                         if $support_last_seq; then
4865                                 ost_last_id=$(echo $ost_last |
4866                                               awk -F':' '{print $2}' |
4867                                               sed -e "s/^0x//g")
4868                                 ost_last_seq=$(echo $ost_last |
4869                                                awk -F':' '{print $1}')
4870                                 [[ $ost_last_seq = $mds_last_seq ]] || continue
4871                         fi
4872
4873                         if [[ $ost_last_id != $mds_last ]]; then
4874                                 error "$ost_last_id != $mds_last"
4875                         else
4876                                 found=true
4877                                 break
4878                         fi
4879                 done
4880         done
4881         $found || error "can not match last_seq/last_id for $mdtosc"
4882         return 0
4883 }
4884 run_test 53 "verify that MDS and OSTs agree on pre-creation ===="
4885
4886 test_54a() {
4887         perl -MSocket -e ';' || skip "no Socket perl module installed"
4888
4889         $SOCKETSERVER $DIR/socket ||
4890                 error "$SOCKETSERVER $DIR/socket failed: $?"
4891         $SOCKETCLIENT $DIR/socket ||
4892                 error "$SOCKETCLIENT $DIR/socket failed: $?"
4893         $MUNLINK $DIR/socket || error "$MUNLINK $DIR/socket failed: $?"
4894 }
4895 run_test 54a "unix domain socket test =========================="
4896
4897 test_54b() {
4898         f="$DIR/f54b"
4899         mknod $f c 1 3
4900         chmod 0666 $f
4901         dd if=/dev/zero of=$f bs=$PAGE_SIZE count=1
4902 }
4903 run_test 54b "char device works in lustre ======================"
4904
4905 find_loop_dev() {
4906         [ -b /dev/loop/0 ] && LOOPBASE=/dev/loop/
4907         [ -b /dev/loop0 ] && LOOPBASE=/dev/loop
4908         [ -z "$LOOPBASE" ] && echo "/dev/loop/0 and /dev/loop0 gone?" && return
4909
4910         for i in $(seq 3 7); do
4911                 losetup $LOOPBASE$i > /dev/null 2>&1 && continue
4912                 LOOPDEV=$LOOPBASE$i
4913                 LOOPNUM=$i
4914                 break
4915         done
4916 }
4917
4918 cleanup_54c() {
4919         local rc=0
4920         loopdev="$DIR/loop54c"
4921
4922         trap 0
4923         $UMOUNT $DIR/$tdir || rc=$?
4924         losetup -d $loopdev || true
4925         losetup -d $LOOPDEV || true
4926         rm -rf $loopdev $DIR/$tfile $DIR/$tdir
4927         return $rc
4928 }
4929
4930 test_54c() {
4931         [ $PARALLEL == "yes" ] && skip "skip parallel run"
4932
4933         loopdev="$DIR/loop54c"
4934
4935         find_loop_dev
4936         [ -z "$LOOPNUM" ] && skip_env "couldn't find empty loop device"
4937         trap cleanup_54c EXIT
4938         mknod $loopdev b 7 $LOOPNUM
4939         echo "make a loop file system with $DIR/$tfile on $loopdev ($LOOPNUM)."
4940         dd if=/dev/zero of=$DIR/$tfile bs=$PAGE_SIZE seek=1024 count=1 > /dev/null
4941         losetup $loopdev $DIR/$tfile ||
4942                 error "can't set up $loopdev for $DIR/$tfile"
4943         mkfs.ext2 $loopdev || error "mke2fs on $loopdev"
4944         test_mkdir $DIR/$tdir
4945         mount -t ext2 $loopdev $DIR/$tdir ||
4946                 error "error mounting $loopdev on $DIR/$tdir"
4947         dd if=/dev/zero of=$DIR/$tdir/tmp bs=$PAGE_SIZE count=30 ||
4948                 error "dd write"
4949         df $DIR/$tdir
4950         dd if=$DIR/$tdir/tmp of=/dev/zero bs=$PAGE_SIZE count=30 ||
4951                 error "dd read"
4952         cleanup_54c
4953 }
4954 run_test 54c "block device works in lustre ====================="
4955
4956 test_54d() {
4957         f="$DIR/f54d"
4958         string="aaaaaa"
4959         mknod $f p
4960         [ "$string" = $(echo $string > $f | cat $f) ] || error "$f != $string"
4961 }
4962 run_test 54d "fifo device works in lustre ======================"
4963
4964 test_54e() {
4965         f="$DIR/f54e"
4966         string="aaaaaa"
4967         cp -aL /dev/console $f
4968         echo $string > $f || error "echo $string to $f failed"
4969 }
4970 run_test 54e "console/tty device works in lustre ======================"
4971
4972 test_56a() {
4973         local numfiles=3
4974         local dir=$DIR/$tdir
4975
4976         rm -rf $dir
4977         test_mkdir -p $dir/dir
4978         for i in $(seq $numfiles); do
4979                 touch $dir/file$i
4980                 touch $dir/dir/file$i
4981         done
4982
4983         local numcomp=$($LFS getstripe --component-count $dir)
4984
4985         [[ $numcomp == 0 ]] && numcomp=1
4986
4987         # test lfs getstripe with --recursive
4988         local filenum=$($LFS getstripe -r $dir | egrep -c "obdidx|l_ost_idx")
4989
4990         [[ $filenum -eq $((numfiles * 2)) ]] ||
4991                 error "$LFS getstripe -r: found $filenum != $((numfiles * 2))"
4992         filenum=$($LFS getstripe $dir | egrep -c "obdidx|l_ost_idx")
4993         [[ $filenum -eq $numfiles ]] ||
4994                 error "$LFS getstripe $dir: found $filenum, not $numfiles"
4995         echo "$LFS getstripe showed obdidx or l_ost_idx"
4996
4997         # test lfs getstripe with file instead of dir
4998         filenum=$($LFS getstripe $dir/file1 | egrep -c "obdidx|l_ost_idx")
4999         [[ $filenum -eq 1 ]] ||
5000                 error "$LFS getstripe $dir/file1: found $filenum, not 1"
5001         echo "$LFS getstripe file1 passed"
5002
5003         #test lfs getstripe with --verbose
5004         filenum=$($LFS getstripe --verbose $dir | grep -c lmm_magic)
5005         [[ $filenum -eq $((numfiles * numcomp)) ]] ||
5006                 error "$LFS getstripe --verbose $dir: "\
5007                       "got $filenum want $((numfiles * numcomp)) lmm_magic"
5008         [[ $($LFS getstripe $dir | grep -c lmm_magic) -eq 0 ]] ||
5009                 error "$LFS getstripe $dir: showed lmm_magic"
5010
5011         #test lfs getstripe with -v prints lmm_fid
5012         filenum=$($LFS getstripe -v $dir | grep -c lmm_fid)
5013         [[ $filenum -eq $((numfiles * numcomp)) ]] ||
5014                 error "$LFS getstripe -v $dir: "\
5015                       "got $filenum want $((numfiles * numcomp)) lmm_fid"
5016         [[ $($LFS getstripe $dir | grep -c lmm_fid) -eq 0 ]] ||
5017                 error "$LFS getstripe $dir: showed lmm_fid by default"
5018         echo "$LFS getstripe --verbose passed"
5019
5020         #check for FID information
5021         local fid1=$($LFS getstripe --fid $dir/file1)
5022         local fid2=$($LFS getstripe --verbose $dir/file1 |
5023                      awk '/lmm_fid: / { print $2; exit; }')
5024         local fid3=$($LFS path2fid $dir/file1)
5025
5026         [ "$fid1" != "$fid2" ] &&
5027                 error "getstripe --fid '$fid1' != getstripe --verbose '$fid2'"
5028         [ "$fid1" != "$fid3" ] &&
5029                 error "getstripe --fid '$fid1' != lfs path2fid '$fid3'"
5030         echo "$LFS getstripe --fid passed"
5031
5032         #test lfs getstripe with --obd
5033         $LFS getstripe --obd wrong_uuid $dir 2>&1 | grep -q "unknown obduuid" ||
5034                 error "$LFS getstripe --obd wrong_uuid: should return error"
5035
5036         [[ $OSTCOUNT -lt 2 ]] && skip_env "needs >= 2 OSTs"
5037
5038         local ostidx=1
5039         local obduuid=$(ostuuid_from_index $ostidx)
5040         local found=$($LFS getstripe -r --obd $obduuid $dir |
5041                 grep 'lmm_stripe_offset:' | grep -c " $ostidx\$")
5042
5043         filenum=$($LFS getstripe -ir $dir | grep -c "^$ostidx\$")
5044         [[ $($LFS getstripe -id $dir) -ne $ostidx ]] ||
5045                 ((filenum--))
5046         [[ $($LFS getstripe -id $dir/dir) -ne $ostidx ]] ||
5047                 ((filenum--))
5048
5049         [[ $found -eq $filenum ]] ||
5050                 error "$LFS getstripe --obd: found $found expect $filenum"
5051         [[ $($LFS getstripe -r -v --obd $obduuid $dir |
5052                 sed '/^[         ]*'${ostidx}'[  ]/d' |
5053                 sed -n '/^[      ]*[0-9][0-9]*[  ]/p' | wc -l) -eq 0 ]] ||
5054                 error "$LFS getstripe --obd: should not show file on other obd"
5055         echo "$LFS getstripe --obd passed"
5056 }
5057 run_test 56a "check $LFS getstripe"
5058
5059 test_56b() {
5060         local dir=$DIR/$tdir
5061         local numdirs=3
5062
5063         test_mkdir $dir
5064         for i in $(seq $numdirs); do
5065                 test_mkdir $dir/dir$i
5066         done
5067
5068         # test lfs getdirstripe default mode is non-recursion, which is
5069         # different from lfs getstripe
5070         local dircnt=$($LFS getdirstripe $dir | grep -c lmv_stripe_count)
5071
5072         [[ $dircnt -eq 1 ]] ||
5073                 error "$LFS getdirstripe: found $dircnt, not 1"
5074         dircnt=$($LFS getdirstripe --recursive $dir |
5075                 grep -c lmv_stripe_count)
5076         [[ $dircnt -eq $((numdirs + 1)) ]] ||
5077                 error "$LFS getdirstripe -r: $dircnt, != $((numdirs + 1))"
5078 }
5079 run_test 56b "check $LFS getdirstripe"
5080
5081 test_56c() {
5082         remote_ost_nodsh && skip "remote OST with nodsh"
5083
5084         local ost_idx=0
5085         local ost_name=$(ostname_from_index $ost_idx)
5086         local old_status=$(ost_dev_status $ost_idx)
5087
5088         [[ -z "$old_status" ]] ||
5089                 skip_env "OST $ost_name is in $old_status status"
5090
5091         do_facet ost1 $LCTL set_param -n obdfilter.$ost_name.degraded=1
5092         [[ $OST1_VERSION -ge $(version_code 2.12.3) ]] && do_facet ost1 \
5093                 $LCTL set_param -n obdfilter.$ost_name.no_precreate=1
5094         sleep_maxage
5095
5096         local new_status=$(ost_dev_status $ost_idx)
5097
5098         [[ "$new_status" =~ "D" ]] ||
5099                 error "$ost_name status is '$new_status', missing 'D'"
5100         if [[ $OST1_VERSION -ge $(version_code 2.12.3) ]]; then
5101                 [[ "$new_status" =~ "N" ]] ||
5102                         error "$ost_name status is '$new_status', missing 'N'"
5103         fi
5104
5105         do_facet ost1 $LCTL set_param -n obdfilter.$ost_name.degraded=0
5106         [[ $OST1_VERSION -ge $(version_code 2.12.3) ]] && do_facet ost1 \
5107                 $LCTL set_param -n obdfilter.$ost_name.no_precreate=0
5108         sleep_maxage
5109
5110         new_status=$(ost_dev_status $ost_idx)
5111         [[ ! "$new_status" =~ "D" && ! "$new_status" =~ "N" ]] ||
5112                 error "$ost_name status is '$new_status', has 'D' and/or 'N'"
5113 }
5114 run_test 56c "check 'lfs df' showing device status"
5115
5116 NUMFILES=3
5117 NUMDIRS=3
5118 setup_56() {
5119         local local_tdir="$1"
5120         local local_numfiles="$2"
5121         local local_numdirs="$3"
5122         local dir_params="$4"
5123         local dir_stripe_params="$5"
5124
5125         if [ ! -d "$local_tdir" ] ; then
5126                 test_mkdir -p $dir_stripe_params $local_tdir
5127                 [ "$dir_params" ] && $LFS setstripe $dir_params $local_tdir
5128                 for i in $(seq $local_numfiles) ; do
5129                         touch $local_tdir/file$i
5130                 done
5131                 for i in $(seq $local_numdirs) ; do
5132                         test_mkdir $dir_stripe_params $local_tdir/dir$i
5133                         for j in $(seq $local_numfiles) ; do
5134                                 touch $local_tdir/dir$i/file$j
5135                         done
5136                 done
5137         fi
5138 }
5139
5140 setup_56_special() {
5141         local local_tdir=$1
5142         local local_numfiles=$2
5143         local local_numdirs=$3
5144
5145         setup_56 $local_tdir $local_numfiles $local_numdirs
5146
5147         if [ ! -e "$local_tdir/loop${local_numfiles}b" ] ; then
5148                 for i in $(seq $local_numfiles) ; do
5149                         mknod $local_tdir/loop${i}b b 7 $i
5150                         mknod $local_tdir/null${i}c c 1 3
5151                         ln -s $local_tdir/file1 $local_tdir/link${i}
5152                 done
5153                 for i in $(seq $local_numdirs) ; do
5154                         mknod $local_tdir/dir$i/loop${i}b b 7 $i
5155                         mknod $local_tdir/dir$i/null${i}c c 1 3
5156                         ln -s $local_tdir/dir$i/file1 $local_tdir/dir$i/link${i}
5157                 done
5158         fi
5159 }
5160
5161 test_56g() {
5162         local dir=$DIR/d$(basetest $testnum)g.$TESTSUITE
5163         local expected=$(($NUMDIRS + 2))
5164
5165         setup_56 $dir $NUMFILES $NUMDIRS
5166
5167         # test lfs find with -name
5168         for i in $(seq $NUMFILES) ; do
5169                 local nums=$($LFS find -name "*$i" $dir | wc -l)
5170
5171                 [ $nums -eq $expected ] ||
5172                         error "lfs find -name '*$i' $dir wrong: "\
5173                               "found $nums, expected $expected"
5174         done
5175 }
5176 run_test 56g "check lfs find -name"
5177
5178 test_56h() {
5179         local dir=$DIR/d$(basetest $testnum)g.$TESTSUITE
5180         local expected=$(((NUMDIRS + 1) * (NUMFILES - 1) + NUMFILES))
5181
5182         setup_56 $dir $NUMFILES $NUMDIRS
5183
5184         # test lfs find with ! -name
5185         for i in $(seq $NUMFILES) ; do
5186                 local nums=$($LFS find ! -name "*$i" $dir | wc -l)
5187
5188                 [ $nums -eq $expected ] ||
5189                         error "lfs find ! -name '*$i' $dir wrong: "\
5190                               "found $nums, expected $expected"
5191         done
5192 }
5193 run_test 56h "check lfs find ! -name"
5194
5195 test_56i() {
5196         local dir=$DIR/$tdir
5197
5198         test_mkdir $dir
5199
5200         local cmd="$LFS find -ost $(ostuuid_from_index 0 $dir) $dir"
5201         local out=$($cmd)
5202
5203         [ -z "$out" ] || error "'$cmd' returned directory '$out'"
5204 }
5205 run_test 56i "check 'lfs find -ost UUID' skips directories"
5206
5207 test_56j() {
5208         local dir=$DIR/d$(basetest $testnum)g.$TESTSUITE
5209
5210         setup_56_special $dir $NUMFILES $NUMDIRS
5211
5212         local expected=$((NUMDIRS + 1))
5213         local cmd="$LFS find -type d $dir"
5214         local nums=$($cmd | wc -l)
5215
5216         [ $nums -eq $expected ] ||
5217                 error "'$cmd' wrong: found $nums, expected $expected"
5218 }
5219 run_test 56j "check lfs find -type d"
5220
5221 test_56k() {
5222         local dir=$DIR/d$(basetest $testnum)g.$TESTSUITE
5223
5224         setup_56_special $dir $NUMFILES $NUMDIRS
5225
5226         local expected=$(((NUMDIRS + 1) * NUMFILES))
5227         local cmd="$LFS find -type f $dir"
5228         local nums=$($cmd | wc -l)
5229
5230         [ $nums -eq $expected ] ||
5231                 error "'$cmd' wrong: found $nums, expected $expected"
5232 }
5233 run_test 56k "check lfs find -type f"
5234
5235 test_56l() {
5236         local dir=$DIR/d$(basetest $testnum)g.$TESTSUITE
5237
5238         setup_56_special $dir $NUMFILES $NUMDIRS
5239
5240         local expected=$((NUMDIRS + NUMFILES))
5241         local cmd="$LFS find -type b $dir"
5242         local nums=$($cmd | wc -l)
5243
5244         [ $nums -eq $expected ] ||
5245                 error "'$cmd' wrong: found $nums, expected $expected"
5246 }
5247 run_test 56l "check lfs find -type b"
5248
5249 test_56m() {
5250         local dir=$DIR/d$(basetest $testnum)g.$TESTSUITE
5251
5252         setup_56_special $dir $NUMFILES $NUMDIRS
5253
5254         local expected=$((NUMDIRS + NUMFILES))
5255         local cmd="$LFS find -type c $dir"
5256         local nums=$($cmd | wc -l)
5257         [ $nums -eq $expected ] ||
5258                 error "'$cmd' wrong: found $nums, expected $expected"
5259 }
5260 run_test 56m "check lfs find -type c"
5261
5262 test_56n() {
5263         local dir=$DIR/d$(basetest $testnum)g.$TESTSUITE
5264         setup_56_special $dir $NUMFILES $NUMDIRS
5265
5266         local expected=$((NUMDIRS + NUMFILES))
5267         local cmd="$LFS find -type l $dir"
5268         local nums=$($cmd | wc -l)
5269
5270         [ $nums -eq $expected ] ||
5271                 error "'$cmd' wrong: found $nums, expected $expected"
5272 }
5273 run_test 56n "check lfs find -type l"
5274
5275 test_56o() {
5276         local dir=$DIR/$tdir
5277
5278         setup_56 $dir $NUMFILES $NUMDIRS
5279         utime $dir/file1 > /dev/null || error "utime (1)"
5280         utime $dir/file2 > /dev/null || error "utime (2)"
5281         utime $dir/dir1 > /dev/null || error "utime (3)"
5282         utime $dir/dir2 > /dev/null || error "utime (4)"
5283         utime $dir/dir1/file1 > /dev/null || error "utime (5)"
5284         dd if=/dev/zero count=1 >> $dir/dir1/file1 && sync
5285
5286         local expected=4
5287         local nums=$($LFS find -mtime +0 $dir | wc -l)
5288
5289         [ $nums -eq $expected ] ||
5290                 error "lfs find -mtime +0 $dir: found $nums expect $expected"
5291
5292         expected=12
5293         cmd="$LFS find -mtime 0 $dir"
5294         nums=$($cmd | wc -l)
5295         [ $nums -eq $expected ] ||
5296                 error "'$cmd' wrong: found $nums, expected $expected"
5297 }
5298 run_test 56o "check lfs find -mtime for old files"
5299
5300 test_56p() {
5301         [ $RUNAS_ID -eq $UID ] &&
5302                 skip_env "RUNAS_ID = UID = $UID -- skipping"
5303
5304         local dir=$DIR/$tdir
5305
5306         setup_56 $dir $NUMFILES $NUMDIRS
5307         chown $RUNAS_ID $dir/file* || error "chown $DIR/${tdir}g/file$i failed"
5308
5309         local expected=$NUMFILES
5310         local cmd="$LFS find -uid $RUNAS_ID $dir"
5311         local nums=$($cmd | wc -l)
5312
5313         [ $nums -eq $expected ] ||
5314                 error "'$cmd' wrong: found $nums, expected $expected"
5315
5316         expected=$(((NUMFILES + 1) * NUMDIRS + 1))
5317         cmd="$LFS find ! -uid $RUNAS_ID $dir"
5318         nums=$($cmd | wc -l)
5319         [ $nums -eq $expected ] ||
5320                 error "'$cmd' wrong: found $nums, expected $expected"
5321 }
5322 run_test 56p "check lfs find -uid and ! -uid"
5323
5324 test_56q() {
5325         [ $RUNAS_ID -eq $UID ] &&
5326                 skip_env "RUNAS_ID = UID = $UID -- skipping"
5327
5328         local dir=$DIR/$tdir
5329
5330         setup_56 $dir $NUMFILES $NUMDIRS
5331         chgrp $RUNAS_GID $dir/file* || error "chown $dir/file$i failed"
5332
5333         local expected=$NUMFILES
5334         local cmd="$LFS find -gid $RUNAS_GID $dir"
5335         local nums=$($cmd | wc -l)
5336
5337         [ $nums -eq $expected ] ||
5338                 error "'$cmd' wrong: found $nums, expected $expected"
5339
5340         expected=$(( ($NUMFILES+1) * $NUMDIRS + 1))
5341         cmd="$LFS find ! -gid $RUNAS_GID $dir"
5342         nums=$($cmd | wc -l)
5343         [ $nums -eq $expected ] ||
5344                 error "'$cmd' wrong: found $nums, expected $expected"
5345 }
5346 run_test 56q "check lfs find -gid and ! -gid"
5347
5348 test_56r() {
5349         local dir=$DIR/$tdir
5350
5351         setup_56 $dir $NUMFILES $NUMDIRS
5352
5353         local expected=12
5354         local cmd="$LFS find -size 0 -type f -lazy $dir"
5355         local nums=$($cmd | wc -l)
5356
5357         [ $nums -eq $expected ] ||
5358                 error "'$cmd' wrong: found $nums, expected $expected"
5359         cmd="$LFS find -size 0 -type f $dir"
5360         nums=$($cmd | wc -l)
5361         [ $nums -eq $expected ] ||
5362                 error "'$cmd' wrong: found $nums, expected $expected"
5363
5364         expected=0
5365         cmd="$LFS find ! -size 0 -type f -lazy $dir"
5366         nums=$($cmd | wc -l)
5367         [ $nums -eq $expected ] ||
5368                 error "'$cmd' wrong: found $nums, expected $expected"
5369         cmd="$LFS find ! -size 0 -type f $dir"
5370         nums=$($cmd | wc -l)
5371         [ $nums -eq $expected ] ||
5372                 error "'$cmd' wrong: found $nums, expected $expected"
5373
5374         echo "test" > $dir/$tfile
5375         echo "test2" > $dir/$tfile.2 && sync
5376         expected=1
5377         cmd="$LFS find -size 5 -type f -lazy $dir"
5378         nums=$($cmd | wc -l)
5379         [ $nums -eq $expected ] ||
5380                 error "'$cmd' wrong: found $nums, expected $expected"
5381         cmd="$LFS find -size 5 -type f $dir"
5382         nums=$($cmd | wc -l)
5383         [ $nums -eq $expected ] ||
5384                 error "'$cmd' wrong: found $nums, expected $expected"
5385
5386         expected=1
5387         cmd="$LFS find -size +5 -type f -lazy $dir"
5388         nums=$($cmd | wc -l)
5389         [ $nums -eq $expected ] ||
5390                 error "'$cmd' wrong: found $nums, expected $expected"
5391         cmd="$LFS find -size +5 -type f $dir"
5392         nums=$($cmd | wc -l)
5393         [ $nums -eq $expected ] ||
5394                 error "'$cmd' wrong: found $nums, expected $expected"
5395
5396         expected=2
5397         cmd="$LFS find -size +0 -type f -lazy $dir"
5398         nums=$($cmd | wc -l)
5399         [ $nums -eq $expected ] ||
5400                 error "'$cmd' wrong: found $nums, expected $expected"
5401         cmd="$LFS find -size +0 -type f $dir"
5402         nums=$($cmd | wc -l)
5403         [ $nums -eq $expected ] ||
5404                 error "'$cmd' wrong: found $nums, expected $expected"
5405
5406         expected=2
5407         cmd="$LFS find ! -size -5 -type f -lazy $dir"
5408         nums=$($cmd | wc -l)
5409         [ $nums -eq $expected ] ||
5410                 error "'$cmd' wrong: found $nums, expected $expected"
5411         cmd="$LFS find ! -size -5 -type f $dir"
5412         nums=$($cmd | wc -l)
5413         [ $nums -eq $expected ] ||
5414                 error "'$cmd' wrong: found $nums, expected $expected"
5415
5416         expected=12
5417         cmd="$LFS find -size -5 -type f -lazy $dir"
5418         nums=$($cmd | wc -l)
5419         [ $nums -eq $expected ] ||
5420                 error "'$cmd' wrong: found $nums, expected $expected"
5421         cmd="$LFS find -size -5 -type f $dir"
5422         nums=$($cmd | wc -l)
5423         [ $nums -eq $expected ] ||
5424                 error "'$cmd' wrong: found $nums, expected $expected"
5425 }
5426 run_test 56r "check lfs find -size works"
5427
5428 test_56ra_sub() {
5429         local expected=$1
5430         local glimpses=$2
5431         local cmd="$3"
5432
5433         cancel_lru_locks $OSC
5434
5435         local rpcs_before=$(calc_stats $OSC.*$OSC*.stats ldlm_glimpse_enqueue)
5436         local nums=$($cmd | wc -l)
5437
5438         [ $nums -eq $expected ] ||
5439                 error "'$cmd' wrong: found $nums, expected $expected"
5440
5441         local rpcs_after=$(calc_stats $OSC.*$OSC*.stats ldlm_glimpse_enqueue)
5442
5443         if (( rpcs_before + glimpses != rpcs_after )); then
5444                 echo "Before: $rpcs_before After: $rpcs_after $NUMFILES"
5445                 $LCTL get_param osc.*.stats | grep ldlm_glimpse_enqueue
5446
5447                 if [[ $glimpses == 0 ]]; then
5448                         error "'$cmd' should not send glimpse RPCs to OST"
5449                 else
5450                         error "'$cmd' should send $glimpses glimpse RPCs to OST"
5451                 fi
5452         fi
5453 }
5454
5455 test_56ra() {
5456         [[ $MDS1_VERSION -ge $(version_code 2.12.4) ]] ||
5457                 skip "MDS < 2.12.4 doesn't return LSOM data"
5458         local dir=$DIR/$tdir
5459
5460         [[ $OSC == "mdc" ]] && skip "DoM files"
5461
5462         setup_56 $dir $NUMFILES $NUMDIRS "-c 1"
5463         # open and close all files to ensure LSOM is updated
5464         cancel_lru_locks $OSC
5465         find $dir -type f | xargs cat > /dev/null
5466
5467         #   expect_found  glimpse_rpcs  command_to_run
5468         test_56ra_sub 12  0 "$LFS find -size 0 -type f -lazy $dir"
5469         test_56ra_sub 12 12 "$LFS find -size 0 -type f $dir"
5470         test_56ra_sub  0  0 "$LFS find ! -size 0 -type f -lazy $dir"
5471         test_56ra_sub  0 12 "$LFS find ! -size 0 -type f $dir"
5472
5473         echo "test" > $dir/$tfile
5474         echo "test2" > $dir/$tfile.2 && sync
5475         cancel_lru_locks $OSC
5476         cat $dir/$tfile $dir/$tfile.2 > /dev/null
5477
5478         test_56ra_sub  1  0 "$LFS find -size 5 -type f -lazy $dir"
5479         test_56ra_sub  1 14 "$LFS find -size 5 -type f $dir"
5480         test_56ra_sub  1  0 "$LFS find -size +5 -type f -lazy $dir"
5481         test_56ra_sub  1 14 "$LFS find -size +5 -type f $dir"
5482
5483         test_56ra_sub  2  0 "$LFS find -size +0 -type f -lazy $dir"
5484         test_56ra_sub  2 14 "$LFS find -size +0 -type f $dir"
5485         test_56ra_sub  2  0 "$LFS find ! -size -5 -type f -lazy $dir"
5486         test_56ra_sub  2 14 "$LFS find ! -size -5 -type f $dir"
5487         test_56ra_sub 12  0 "$LFS find -size -5 -type f -lazy $dir"
5488         test_56ra_sub 12 14 "$LFS find -size -5 -type f $dir"
5489 }
5490 run_test 56ra "check lfs find -size -lazy works for data on OSTs"
5491
5492 test_56s() { # LU-611 #LU-9369
5493         [[ $OSTCOUNT -lt 2 ]] && skip_env "need at least 2 OSTs"
5494
5495         local dir=$DIR/$tdir
5496         local onestripe=$(((NUMDIRS + 1) * NUMFILES))
5497
5498         setup_56 $dir $NUMFILES $NUMDIRS "-c 1"
5499         for i in $(seq $NUMDIRS); do
5500                 $LFS setstripe -c $((OSTCOUNT + 1)) $dir/dir$i/$tfile
5501         done
5502
5503         local expected=$NUMDIRS
5504         local cmd="$LFS find -c $OSTCOUNT $dir"
5505         local nums=$($cmd | wc -l)
5506
5507         [ $nums -eq $expected ] || {
5508                 $LFS getstripe -R $dir
5509                 error "'$cmd' wrong: found $nums, expected $expected"
5510         }
5511
5512         expected=$((NUMDIRS + onestripe))
5513         cmd="$LFS find -stripe-count +0 -type f $dir"
5514         nums=$($cmd | wc -l)
5515         [ $nums -eq $expected ] || {
5516                 $LFS getstripe -R $dir
5517                 error "'$cmd' wrong: found $nums, expected $expected"
5518         }
5519
5520         expected=$onestripe
5521         cmd="$LFS find -stripe-count 1 -type f $dir"
5522         nums=$($cmd | wc -l)
5523         [ $nums -eq $expected ] || {
5524                 $LFS getstripe -R $dir
5525                 error "'$cmd' wrong: found $nums, expected $expected"
5526         }
5527
5528         cmd="$LFS find -stripe-count -2 -type f $dir"
5529         nums=$($cmd | wc -l)
5530         [ $nums -eq $expected ] || {
5531                 $LFS getstripe -R $dir
5532                 error "'$cmd' wrong: found $nums, expected $expected"
5533         }
5534
5535         expected=0
5536         cmd="$LFS find -stripe-count $((OSTCOUNT + 1)) -type f $dir"
5537         nums=$($cmd | wc -l)
5538         [ $nums -eq $expected ] || {
5539                 $LFS getstripe -R $dir
5540                 error "'$cmd' wrong: found $nums, expected $expected"
5541         }
5542 }
5543 run_test 56s "check lfs find -stripe-count works"
5544
5545 test_56t() { # LU-611 #LU-9369
5546         local dir=$DIR/$tdir
5547
5548         setup_56 $dir 0 $NUMDIRS
5549         for i in $(seq $NUMDIRS); do
5550                 $LFS setstripe -S 8M $dir/dir$i/$tfile
5551         done
5552
5553         local expected=$NUMDIRS
5554         local cmd="$LFS find -S 8M $dir"
5555         local nums=$($cmd | wc -l)
5556
5557         [ $nums -eq $expected ] || {
5558                 $LFS getstripe -R $dir
5559                 error "'$cmd' wrong: found $nums, expected $expected"
5560         }
5561         rm -rf $dir
5562
5563         setup_56 $dir $NUMFILES $NUMDIRS "--stripe-size 512k"
5564
5565         $LFS setstripe -S 256k $dir/$tfile.{0,1,2,3}
5566
5567         expected=$(((NUMDIRS + 1) * NUMFILES))
5568         cmd="$LFS find -stripe-size 512k -type f $dir"
5569         nums=$($cmd | wc -l)
5570         [ $nums -eq $expected ] ||
5571                 error "'$cmd' wrong: found $nums, expected $expected"
5572
5573         cmd="$LFS find -stripe-size +320k -type f $dir"
5574         nums=$($cmd | wc -l)
5575         [ $nums -eq $expected ] ||
5576                 error "'$cmd' wrong: found $nums, expected $expected"
5577
5578         expected=$(((NUMDIRS + 1) * NUMFILES + 4))
5579         cmd="$LFS find -stripe-size +200k -type f $dir"
5580         nums=$($cmd | wc -l)
5581         [ $nums -eq $expected ] ||
5582                 error "'$cmd' wrong: found $nums, expected $expected"
5583
5584         cmd="$LFS find -stripe-size -640k -type f $dir"
5585         nums=$($cmd | wc -l)
5586         [ $nums -eq $expected ] ||
5587                 error "'$cmd' wrong: found $nums, expected $expected"
5588
5589         expected=4
5590         cmd="$LFS find -stripe-size 256k -type f $dir"
5591         nums=$($cmd | wc -l)
5592         [ $nums -eq $expected ] ||
5593                 error "'$cmd' wrong: found $nums, expected $expected"
5594
5595         cmd="$LFS find -stripe-size -320k -type f $dir"
5596         nums=$($cmd | wc -l)
5597         [ $nums -eq $expected ] ||
5598                 error "'$cmd' wrong: found $nums, expected $expected"
5599
5600         expected=0
5601         cmd="$LFS find -stripe-size 1024k -type f $dir"
5602         nums=$($cmd | wc -l)
5603         [ $nums -eq $expected ] ||
5604                 error "'$cmd' wrong: found $nums, expected $expected"
5605 }
5606 run_test 56t "check lfs find -stripe-size works"
5607
5608 test_56u() { # LU-611
5609         local dir=$DIR/$tdir
5610
5611         setup_56 $dir $NUMFILES $NUMDIRS "-i 0 -c 1"
5612
5613         if [[ $OSTCOUNT -gt 1 ]]; then
5614                 $LFS setstripe -i 1 -c 1 $dir/$tfile.{0,1,2,3}
5615                 onestripe=4
5616         else
5617                 onestripe=0
5618         fi
5619
5620         local expected=$(((NUMDIRS + 1) * NUMFILES))
5621         local cmd="$LFS find -stripe-index 0 -type f $dir"
5622         local nums=$($cmd | wc -l)
5623
5624         [ $nums -eq $expected ] ||
5625                 error "'$cmd' wrong: found $nums, expected $expected"
5626
5627         expected=$onestripe
5628         cmd="$LFS find -stripe-index 1 -type f $dir"
5629         nums=$($cmd | wc -l)
5630         [ $nums -eq $expected ] ||
5631                 error "'$cmd' wrong: found $nums, expected $expected"
5632
5633         cmd="$LFS find ! -stripe-index 0 -type f $dir"
5634         nums=$($cmd | wc -l)
5635         [ $nums -eq $expected ] ||
5636                 error "'$cmd' wrong: found $nums, expected $expected"
5637
5638         expected=0
5639         # This should produce an error and not return any files
5640         cmd="$LFS find -stripe-index $OSTCOUNT -type f $dir"
5641         nums=$($cmd 2>/dev/null | wc -l)
5642         [ $nums -eq $expected ] ||
5643                 error "'$cmd' wrong: found $nums, expected $expected"
5644
5645         if [[ $OSTCOUNT -gt 1 ]]; then
5646                 expected=$(((NUMDIRS + 1) * NUMFILES + onestripe))
5647                 cmd="$LFS find -stripe-index 0,1 -type f $dir"
5648                 nums=$($cmd | wc -l)
5649                 [ $nums -eq $expected ] ||
5650                         error "'$cmd' wrong: found $nums, expected $expected"
5651         fi
5652 }
5653 run_test 56u "check lfs find -stripe-index works"
5654
5655 test_56v() {
5656         local mdt_idx=0
5657         local dir=$DIR/$tdir
5658
5659         setup_56 $dir $NUMFILES $NUMDIRS
5660
5661         UUID=$(mdtuuid_from_index $mdt_idx $dir)
5662         [ -z "$UUID" ] && error "mdtuuid_from_index cannot find MDT $mdt_idx"
5663
5664         for file in $($LFS find -m $UUID $dir); do
5665                 file_midx=$($LFS getstripe -m $file)
5666                 [ $file_midx -eq $mdt_idx ] ||
5667                         error "lfs find -m $UUID != getstripe -m $file_midx"
5668         done
5669 }
5670 run_test 56v "check 'lfs find -m match with lfs getstripe -m'"
5671
5672 test_56w() {
5673         [[ $OSTCOUNT -lt 2 ]] && skip_env "needs >= 2 OSTs"
5674         [ $PARALLEL == "yes" ] && skip "skip parallel run"
5675
5676         local dir=$DIR/$tdir
5677
5678         setup_56 $dir $NUMFILES $NUMDIRS "-c $OSTCOUNT" "-c1"
5679
5680         local stripe_size=$($LFS getstripe -S -d $dir) ||
5681                 error "$LFS getstripe -S -d $dir failed"
5682         stripe_size=${stripe_size%% *}
5683
5684         local file_size=$((stripe_size * OSTCOUNT))
5685         local file_num=$((NUMDIRS * NUMFILES + NUMFILES))
5686         local required_space=$((file_num * file_size))
5687         local free_space=$($LCTL get_param -n lov.$FSNAME-clilov-*.kbytesavail |
5688                            head -n1)
5689         [[ $free_space -le $((required_space / 1024)) ]] &&
5690                 skip_env "need $required_space, have $free_space kbytes"
5691
5692         local dd_bs=65536
5693         local dd_count=$((file_size / dd_bs))
5694
5695         # write data into the files
5696         local i
5697         local j
5698         local file
5699
5700         for i in $(seq $NUMFILES); do
5701                 file=$dir/file$i
5702                 yes | dd bs=$dd_bs count=$dd_count of=$file &>/dev/null ||
5703                         error "write data into $file failed"
5704         done
5705         for i in $(seq $NUMDIRS); do
5706                 for j in $(seq $NUMFILES); do
5707                         file=$dir/dir$i/file$j
5708                         yes|dd bs=$dd_bs count=$dd_count of=$file &>/dev/null ||
5709                                 error "write data into $file failed"
5710                 done
5711         done
5712
5713         # $LFS_MIGRATE will fail if hard link migration is unsupported
5714         if [[ $(lustre_version_code mds1) -gt $(version_code 2.5.55) ]]; then
5715                 createmany -l$dir/dir1/file1 $dir/dir1/link 200 ||
5716                         error "creating links to $dir/dir1/file1 failed"
5717         fi
5718
5719         local expected=-1
5720
5721         [[ $OSTCOUNT -gt 1 ]] && expected=$((OSTCOUNT - 1))
5722
5723         # lfs_migrate file
5724         local cmd="$LFS_MIGRATE -y -c $expected $dir/file1"
5725
5726         echo "$cmd"
5727         eval $cmd || error "$cmd failed"
5728
5729         check_stripe_count $dir/file1 $expected
5730
5731         if [ $MDS1_VERSION -ge $(version_code 2.6.90) ];
5732         then
5733                 # lfs_migrate file onto OST 0 if it is on OST 1, or onto
5734                 # OST 1 if it is on OST 0. This file is small enough to
5735                 # be on only one stripe.
5736                 file=$dir/migr_1_ost
5737                 dd bs=$dd_bs count=1 if=/dev/urandom of=$file >/dev/null 2>&1 ||
5738                         error "write data into $file failed"
5739                 local obdidx=$($LFS getstripe -i $file)
5740                 local oldmd5=$(md5sum $file)
5741                 local newobdidx=0
5742
5743                 [[ $obdidx -eq 0 ]] && newobdidx=1
5744                 cmd="$LFS migrate -i $newobdidx $file"
5745                 echo $cmd
5746                 eval $cmd || error "$cmd failed"
5747
5748                 local realobdix=$($LFS getstripe -i $file)
5749                 local newmd5=$(md5sum $file)
5750
5751                 [[ $newobdidx -ne $realobdix ]] &&
5752                         error "new OST is different (was=$obdidx, "\
5753                               "wanted=$newobdidx, got=$realobdix)"
5754                 [[ "$oldmd5" != "$newmd5" ]] &&
5755                         error "md5sum differ: $oldmd5, $newmd5"
5756         fi
5757
5758         # lfs_migrate dir
5759         cmd="$LFS_MIGRATE -y -c $expected $dir/dir1"
5760         echo "$cmd"
5761         eval $cmd || error "$cmd failed"
5762
5763         for j in $(seq $NUMFILES); do
5764                 check_stripe_count $dir/dir1/file$j $expected
5765         done
5766
5767         # lfs_migrate works with lfs find
5768         cmd="$LFS find -stripe_count $OSTCOUNT -type f $dir |
5769              $LFS_MIGRATE -y -c $expected"
5770         echo "$cmd"
5771         eval $cmd || error "$cmd failed"
5772
5773         for i in $(seq 2 $NUMFILES); do
5774                 check_stripe_count $dir/file$i $expected
5775         done
5776         for i in $(seq 2 $NUMDIRS); do
5777                 for j in $(seq $NUMFILES); do
5778                 check_stripe_count $dir/dir$i/file$j $expected
5779                 done
5780         done
5781 }
5782 run_test 56w "check lfs_migrate -c stripe_count works"
5783
5784 test_56wb() {
5785         local file1=$DIR/$tdir/file1
5786         local create_pool=false
5787         local initial_pool=$($LFS getstripe -p $DIR)
5788         local pool_list=()
5789         local pool=""
5790
5791         echo -n "Creating test dir..."
5792         test_mkdir $DIR/$tdir &> /dev/null || error "cannot create dir"
5793         echo "done."
5794
5795         echo -n "Creating test file..."
5796         touch $file1 || error "cannot create file"
5797         echo "done."
5798
5799         echo -n "Detecting existing pools..."
5800         pool_list=($($LFS pool_list $FSNAME | grep "$FSNAME\." | cut -d. -f2))
5801
5802         if [ ${#pool_list[@]} -gt 0 ]; then
5803                 echo "${pool_list[@]}"
5804                 for thispool in "${pool_list[@]}"; do
5805                         if [[ -z "$initial_pool" ||
5806                               "$initial_pool" != "$thispool" ]]; then
5807                                 pool="$thispool"
5808                                 echo "Using existing pool '$pool'"
5809                                 break
5810                         fi
5811                 done
5812         else
5813                 echo "none detected."
5814         fi
5815         if [ -z "$pool" ]; then
5816                 pool=${POOL:-testpool}
5817                 [ "$initial_pool" = "$pool" ] && pool="testpool2"
5818                 echo -n "Creating pool '$pool'..."
5819                 create_pool=true
5820                 pool_add $pool &> /dev/null ||
5821                         error "pool_add failed"
5822                 echo "done."
5823
5824                 echo -n "Adding target to pool..."
5825                 pool_add_targets $pool 0 0 1 &> /dev/null ||
5826                         error "pool_add_targets failed"
5827                 echo "done."
5828         fi
5829
5830         echo -n "Setting pool using -p option..."
5831         $LFS_MIGRATE -y -q --no-rsync -p $pool $file1 &> /dev/null ||
5832                 error "migrate failed rc = $?"
5833         echo "done."
5834
5835         echo -n "Verifying test file is in pool after migrating..."
5836         [ "$($LFS getstripe -p $file1)" = $pool ] ||
5837                 error "file was not migrated to pool $pool"
5838         echo "done."
5839
5840         echo -n "Removing test file from pool '$pool'..."
5841         # "lfs migrate $file" won't remove the file from the pool
5842         # until some striping information is changed.
5843         $LFS migrate -c 1 $file1 &> /dev/null ||
5844                 error "cannot remove from pool"
5845         [ "$($LFS getstripe -p $file1)" ] &&
5846                 error "pool still set"
5847         echo "done."
5848
5849         echo -n "Setting pool using --pool option..."
5850         $LFS_MIGRATE -y -q --no-rsync --pool $pool $file1 &> /dev/null ||
5851                 error "migrate failed rc = $?"
5852         echo "done."
5853
5854         # Clean up
5855         rm -f $file1
5856         if $create_pool; then
5857                 destroy_test_pools 2> /dev/null ||
5858                         error "destroy test pools failed"
5859         fi
5860 }
5861 run_test 56wb "check lfs_migrate pool support"
5862
5863 test_56wc() {
5864         local file1="$DIR/$tdir/file1"
5865         local parent_ssize
5866         local parent_scount
5867         local cur_ssize
5868         local cur_scount
5869         local orig_ssize
5870
5871         echo -n "Creating test dir..."
5872         test_mkdir $DIR/$tdir &> /dev/null || error "cannot create dir"
5873         $LFS setstripe -S 1M -c 1 "$DIR/$tdir" &> /dev/null ||
5874                 error "cannot set stripe by '-S 1M -c 1'"
5875         echo "done"
5876
5877         echo -n "Setting initial stripe for test file..."
5878         $LFS setstripe -S 512K -c 1 "$file1" &> /dev/null ||
5879                 error "cannot set stripe"
5880         cur_ssize=$($LFS getstripe -S "$file1")
5881         [ $cur_ssize -eq 524288 ] || error "setstripe -S $cur_ssize != 524288"
5882         echo "done."
5883
5884         # File currently set to -S 512K -c 1
5885
5886         # Ensure -c and -S options are rejected when -R is set
5887         echo -n "Verifying incompatible options are detected..."
5888         $LFS_MIGRATE -y -R -c 1 "$file1" &> /dev/null &&
5889                 error "incompatible -c and -R options not detected"
5890         $LFS_MIGRATE -y -R -S 1M "$file1" &> /dev/null &&
5891                 error "incompatible -S and -R options not detected"
5892         echo "done."
5893
5894         # Ensure unrecognized options are passed through to 'lfs migrate'
5895         echo -n "Verifying -S option is passed through to lfs migrate..."
5896         $LFS_MIGRATE -y -S 1M "$file1" &> /dev/null ||
5897                 error "migration failed"
5898         cur_ssize=$($LFS getstripe -S "$file1")
5899         [ $cur_ssize -eq 1048576 ] || error "migrate -S $cur_ssize != 1048576"
5900         echo "done."
5901
5902         # File currently set to -S 1M -c 1
5903
5904         # Ensure long options are supported
5905         echo -n "Verifying long options supported..."
5906         $LFS_MIGRATE -y --non-block "$file1" &> /dev/null ||
5907                 error "long option without argument not supported"
5908         $LFS_MIGRATE -y --stripe-size 512K "$file1" &> /dev/null ||
5909                 error "long option with argument not supported"
5910         cur_ssize=$($LFS getstripe -S "$file1")
5911         [ $cur_ssize -eq 524288 ] ||
5912                 error "migrate --stripe-size $cur_ssize != 524288"
5913         echo "done."
5914
5915         # File currently set to -S 512K -c 1
5916
5917         if [ "$OSTCOUNT" -gt 1 ]; then
5918                 echo -n "Verifying explicit stripe count can be set..."
5919                 $LFS_MIGRATE -y -c 2 "$file1" &> /dev/null ||
5920                         error "migrate failed"
5921                 cur_scount=$($LFS getstripe -c "$file1")
5922                 [ $cur_scount -eq 2 ] || error "migrate -c $cur_scount != 2"
5923                 echo "done."
5924         fi
5925
5926         # File currently set to -S 512K -c 1 or -S 512K -c 2
5927
5928         # Ensure parent striping is used if -R is set, and no stripe
5929         # count or size is specified
5930         echo -n "Setting stripe for parent directory..."
5931         $LFS setstripe -S 2M -c 1 "$DIR/$tdir" &> /dev/null ||
5932                 error "cannot set stripe '-S 2M -c 1'"
5933         echo "done."
5934
5935         echo -n "Verifying restripe option uses parent stripe settings..."
5936         parent_ssize=$($LFS getstripe -S $DIR/$tdir 2>/dev/null)
5937         parent_scount=$($LFS getstripe -c $DIR/$tdir 2>/dev/null)
5938         $LFS_MIGRATE -y -R "$file1" &> /dev/null ||
5939                 error "migrate failed"
5940         cur_ssize=$($LFS getstripe -S "$file1")
5941         [ $cur_ssize -eq $parent_ssize ] ||
5942                 error "migrate -R stripe_size $cur_ssize != $parent_ssize"
5943         cur_scount=$($LFS getstripe -c "$file1")
5944         [ $cur_scount -eq $parent_scount ] ||
5945                 error "migrate -R stripe_count $cur_scount != $parent_scount"
5946         echo "done."
5947
5948         # File currently set to -S 1M -c 1
5949
5950         # Ensure striping is preserved if -R is not set, and no stripe
5951         # count or size is specified
5952         echo -n "Verifying striping size preserved when not specified..."
5953         orig_ssize=$($LFS getstripe -S "$file1" 2>/dev/null)
5954         $LFS setstripe -S 2M -c 1 "$DIR/$tdir" &> /dev/null ||
5955                 error "cannot set stripe on parent directory"
5956         $LFS_MIGRATE -y "$file1" &> /dev/null ||
5957                 error "migrate failed"
5958         cur_ssize=$($LFS getstripe -S "$file1")
5959         [ $cur_ssize -eq $orig_ssize ] ||
5960                 error "migrate by default $cur_ssize != $orig_ssize"
5961         echo "done."
5962
5963         # Ensure file name properly detected when final option has no argument
5964         echo -n "Verifying file name properly detected..."
5965         $LFS_MIGRATE -y "$file1" &> /dev/null ||
5966                 error "file name interpreted as option argument"
5967         echo "done."
5968
5969         # Clean up
5970         rm -f "$file1"
5971 }
5972 run_test 56wc "check unrecognized options for lfs_migrate are passed through"
5973
5974 test_56wd() {
5975         [[ $OSTCOUNT -lt 2 ]] && skip_env "needs >= 2 OSTs"
5976
5977         local file1=$DIR/$tdir/file1
5978
5979         echo -n "Creating test dir..."
5980         test_mkdir $DIR/$tdir || error "cannot create dir"
5981         echo "done."
5982
5983         echo -n "Creating test file..."
5984         touch $file1
5985         echo "done."
5986
5987         # Ensure 'lfs migrate' will fail by using a non-existent option,
5988         # and make sure rsync is not called to recover
5989         echo -n "Make sure --no-rsync option works..."
5990         $LFS_MIGRATE -y --no-rsync --invalid-opt $file1 2>&1 |
5991                 grep -q 'refusing to fall back to rsync' ||
5992                 error "rsync was called with --no-rsync set"
5993         echo "done."
5994
5995         # Ensure rsync is called without trying 'lfs migrate' first
5996         echo -n "Make sure --rsync option works..."
5997         $LFS_MIGRATE -y --rsync --invalid-opt $file1 2>&1 |
5998                 grep -q 'falling back to rsync' &&
5999                 error "lfs migrate was called with --rsync set"
6000         echo "done."
6001
6002         echo -n "Make sure --rsync and --no-rsync options are exclusive..."
6003         $LFS_MIGRATE -y --rsync --no-rsync $file1 2>&1 |
6004                 grep -q 'at the same time' ||
6005                 error "--rsync and --no-rsync accepted concurrently"
6006         echo "done."
6007
6008         # Clean up
6009         rm -f $file1
6010 }
6011 run_test 56wd "check lfs_migrate --rsync and --no-rsync work"
6012
6013 test_56x() {
6014         [[ $OSTCOUNT -lt 2 ]] && skip_env "needs >= 2 OSTs"
6015         check_swap_layouts_support
6016
6017         local dir=$DIR/$tdir
6018         local ref1=/etc/passwd
6019         local file1=$dir/file1
6020
6021         test_mkdir $dir || error "creating dir $dir"
6022         $LFS setstripe -c 2 $file1
6023         cp $ref1 $file1
6024         $LFS migrate -c 1 $file1 || error "migrate failed rc = $?"
6025         stripe=$($LFS getstripe -c $file1)
6026         [[ $stripe == 1 ]] || error "stripe of $file1 is $stripe != 1"
6027         cmp $file1 $ref1 || error "content mismatch $file1 differs from $ref1"
6028
6029         # clean up
6030         rm -f $file1
6031 }
6032 run_test 56x "lfs migration support"
6033
6034 test_56xa() {
6035         [[ $OSTCOUNT -lt 2 ]] && skip_env "needs >= 2 OSTs"
6036         check_swap_layouts_support
6037
6038         local dir=$DIR/$tdir/$testnum
6039
6040         test_mkdir -p $dir
6041
6042         local ref1=/etc/passwd
6043         local file1=$dir/file1
6044
6045         $LFS setstripe -c 2 $file1
6046         cp $ref1 $file1
6047         $LFS migrate --block -c 1 $file1 || error "migrate failed rc = $?"
6048
6049         local stripe=$($LFS getstripe -c $file1)
6050
6051         [[ $stripe == 1 ]] || error "stripe of $file1 is $stripe != 1"
6052         cmp $file1 $ref1 || error "content mismatch $file1 differs from $ref1"
6053
6054         # clean up
6055         rm -f $file1
6056 }
6057 run_test 56xa "lfs migration --block support"
6058
6059 check_migrate_links() {
6060         local dir="$1"
6061         local file1="$dir/file1"
6062         local begin="$2"
6063         local count="$3"
6064         local total_count=$(($begin + $count - 1))
6065         local symlink_count=10
6066         local uniq_count=10
6067
6068         if [ ! -f "$file1" ]; then
6069                 echo -n "creating initial file..."
6070                 $LFS setstripe -c 1 -S "512k" "$file1" ||
6071                         error "cannot setstripe initial file"
6072                 echo "done"
6073
6074                 echo -n "creating symlinks..."
6075                 for s in $(seq 1 $symlink_count); do
6076                         ln -s "$file1" "$dir/slink$s" ||
6077                                 error "cannot create symlinks"
6078                 done
6079                 echo "done"
6080
6081                 echo -n "creating nonlinked files..."
6082                 createmany -o "$dir/uniq" 1 10 &> /dev/null ||
6083                         error "cannot create nonlinked files"
6084                 echo "done"
6085         fi
6086
6087         # create hard links
6088         if [ ! -f "$dir/file$total_count" ]; then
6089                 echo -n "creating hard links $begin:$total_count..."
6090                 createmany -l"$file1" "$dir/file" "$begin" "$count" &>  \
6091                         /dev/null || error "cannot create hard links"
6092                 echo "done"
6093         fi
6094
6095         echo -n "checking number of hard links listed in xattrs..."
6096         local fid=$($LFS getstripe -F "$file1")
6097         local paths=($($LFS fid2path "$MOUNT" "$fid" 2> /dev/null))
6098
6099         echo "${#paths[*]}"
6100         if [ ${#paths[*]} -lt $total_count -a "$begin" -eq 2  ]; then
6101                         skip "hard link list has unexpected size, skipping test"
6102         fi
6103         if [ ${#paths[*]} -ge $total_count -a "$begin" -ne 2  ]; then
6104                         error "link names should exceed xattrs size"
6105         fi
6106
6107         echo -n "migrating files..."
6108         local migrate_out=$($LFS_MIGRATE -y -S '1m' $dir)
6109         local rc=$?
6110         [ $rc -eq 0 ] || error "migrate failed rc = $rc"
6111         echo "done"
6112
6113         # make sure all links have been properly migrated
6114         echo -n "verifying files..."
6115         fid=$($LFS getstripe -F "$file1") ||
6116                 error "cannot get fid for file $file1"
6117         for i in $(seq 2 $total_count); do
6118                 local fid2=$($LFS getstripe -F $dir/file$i)
6119
6120                 [ "$fid2" == "$fid" ] ||
6121                         error "migrated hard link has mismatched FID"
6122         done
6123
6124         # make sure hard links were properly detected, and migration was
6125         # performed only once for the entire link set; nonlinked files should
6126         # also be migrated
6127         local actual=$(grep -c 'done' <<< "$migrate_out")
6128         local expected=$(($uniq_count + 1))
6129
6130         [ "$actual" -eq  "$expected" ] ||
6131                 error "hard links individually migrated ($actual != $expected)"
6132
6133         # make sure the correct number of hard links are present
6134         local hardlinks=$(stat -c '%h' "$file1")
6135
6136         [ $hardlinks -eq $total_count ] ||
6137                 error "num hard links $hardlinks != $total_count"
6138         echo "done"
6139
6140         return 0
6141 }
6142
6143 test_56xb() {
6144         [ $MDS1_VERSION -lt $(version_code 2.10.55) ] &&
6145                 skip "Need MDS version at least 2.10.55"
6146
6147         local dir="$DIR/$tdir"
6148
6149         test_mkdir "$dir" || error "cannot create dir $dir"
6150
6151         echo "testing lfs migrate mode when all links fit within xattrs"
6152         LFS_MIGRATE_RSYNC_MODE=false check_migrate_links "$dir" 2 99
6153
6154         echo "testing rsync mode when all links fit within xattrs"
6155         LFS_MIGRATE_RSYNC_MODE=true check_migrate_links "$dir" 2 99
6156
6157         echo "testing lfs migrate mode when all links do not fit within xattrs"
6158         LFS_MIGRATE_RSYNC_MODE=false check_migrate_links "$dir" 101 100
6159
6160         echo "testing rsync mode when all links do not fit within xattrs"
6161         LFS_MIGRATE_RSYNC_MODE=true check_migrate_links "$dir" 101 100
6162
6163
6164         # clean up
6165         rm -rf $dir
6166 }
6167 run_test 56xb "lfs migration hard link support"
6168
6169 test_56xc() {
6170         [[ $OSTCOUNT -lt 2 ]] && skip_env "needs >= 2 OSTs"
6171
6172         local dir="$DIR/$tdir"
6173
6174         test_mkdir "$dir" || error "cannot create dir $dir"
6175
6176         # Test 1: ensure file < 1 GB is always migrated with 1 stripe
6177         echo -n "Setting initial stripe for 20MB test file..."
6178         $LFS setstripe -c 2 -i 0 "$dir/20mb" ||
6179                 error "cannot setstripe 20MB file"
6180         echo "done"
6181         echo -n "Sizing 20MB test file..."
6182         truncate "$dir/20mb" 20971520 || error "cannot create 20MB test file"
6183         echo "done"
6184         echo -n "Verifying small file autostripe count is 1..."
6185         $LFS_MIGRATE -y -A -C 1 "$dir/20mb" ||
6186                 error "cannot migrate 20MB file"
6187         local stripe_count=$($LFS getstripe -c "$dir/20mb") ||
6188                 error "cannot get stripe for $dir/20mb"
6189         [ $stripe_count -eq 1 ] ||
6190                 error "unexpected stripe count $stripe_count for 20MB file"
6191         rm -f "$dir/20mb"
6192         echo "done"
6193
6194         # Test 2: File is small enough to fit within the available space on
6195         # sqrt(size_in_gb) + 1 OSTs but is larger than 1GB.  The file must
6196         # have at least an additional 1KB for each desired stripe for test 3
6197         echo -n "Setting stripe for 1GB test file..."
6198         $LFS setstripe -c 1 -i 0 "$dir/1gb" || error "cannot setstripe 1GB file"
6199         echo "done"
6200         echo -n "Sizing 1GB test file..."
6201         # File size is 1GB + 3KB
6202         truncate "$dir/1gb" 1073744896 || error "cannot create 1GB test file"
6203         echo "done"
6204
6205         # need at least 512MB per OST for 1GB file to fit in 2 stripes
6206         local avail=$($LCTL get_param -n llite.$FSNAME*.kbytesavail)
6207         if (( avail > 524288 * OSTCOUNT )); then
6208                 echo -n "Migrating 1GB file..."
6209                 $LFS_MIGRATE -y -A -C 1 "$dir/1gb" ||
6210                         error "cannot migrate 1GB file"
6211                 echo "done"
6212                 echo -n "Verifying autostripe count is sqrt(n) + 1..."
6213                 stripe_count=$($LFS getstripe -c "$dir/1gb") ||
6214                         error "cannot getstripe for 1GB file"
6215                 [ $stripe_count -eq 2 ] ||
6216                         error "unexpected stripe count $stripe_count != 2"
6217                 echo "done"
6218         fi
6219
6220         # Test 3: File is too large to fit within the available space on
6221         # sqrt(n) + 1 OSTs.  Simulate limited available space with -X
6222         if [ $OSTCOUNT -ge 3 ]; then
6223                 # The required available space is calculated as
6224                 # file size (1GB + 3KB) / OST count (3).
6225                 local kb_per_ost=349526
6226
6227                 echo -n "Migrating 1GB file with limit..."
6228                 $LFS_MIGRATE -y -A -C 1 -X $kb_per_ost "$dir/1gb" ||
6229                         error "cannot migrate 1GB file with limit"
6230                 echo "done"
6231
6232                 stripe_count=$($LFS getstripe -c "$dir/1gb")
6233                 echo -n "Verifying 1GB autostripe count with limited space..."
6234                 [ "$stripe_count" -a $stripe_count -ge 3 ] ||
6235                         error "unexpected stripe count $stripe_count (min 3)"
6236                 echo "done"
6237         fi
6238
6239         # clean up
6240         rm -rf $dir
6241 }
6242 run_test 56xc "lfs migration autostripe"
6243
6244 test_56xd() {
6245         [[ $OSTCOUNT -lt 2 ]] && skip_env "needs >= 2 OSTs"
6246
6247         local dir=$DIR/$tdir
6248         local f_mgrt=$dir/$tfile.mgrt
6249         local f_yaml=$dir/$tfile.yaml
6250         local f_copy=$dir/$tfile.copy
6251         local layout_yaml="-E 1M -S 512K -c 1 -E -1 -S 1M -c 2 -i 0"
6252         local layout_copy="-c 2 -S 2M -i 1"
6253         local yamlfile=$dir/yamlfile
6254         local layout_before;
6255         local layout_after;
6256
6257         test_mkdir "$dir" || error "cannot create dir $dir"
6258         $LFS setstripe $layout_yaml $f_yaml ||
6259                 error "cannot setstripe $f_yaml with layout $layout_yaml"
6260         $LFS getstripe --yaml $f_yaml > $yamlfile
6261         $LFS setstripe $layout_copy $f_copy ||
6262                 error "cannot setstripe $f_copy with layout $layout_copy"
6263         touch $f_mgrt
6264         dd if=/dev/zero of=$f_mgrt bs=1M count=4
6265
6266         # 1. test option --yaml
6267         $LFS_MIGRATE -y --yaml $yamlfile $f_mgrt ||
6268                 error "cannot migrate $f_mgrt with --yaml $yamlfile"
6269         layout_before=$(get_layout_param $f_yaml)
6270         layout_after=$(get_layout_param $f_mgrt)
6271         [ "$layout_after" == "$layout_before" ] ||
6272                 error "lfs_migrate --yaml: $layout_after != $layout_before"
6273
6274         # 2. test option --copy
6275         $LFS_MIGRATE -y --copy $f_copy $f_mgrt ||
6276                 error "cannot migrate $f_mgrt with --copy $f_copy"
6277         layout_before=$(get_layout_param $f_copy)
6278         layout_after=$(get_layout_param $f_mgrt)
6279         [ "$layout_after" == "$layout_before" ] ||
6280                 error "lfs_migrate --copy: $layout_after != $layout_before"
6281 }
6282 run_test 56xd "check lfs_migrate --yaml and --copy support"
6283
6284 test_56xe() {
6285         [[ $OSTCOUNT -lt 2 ]] && skip_env "needs >= 2 OSTs"
6286
6287         local dir=$DIR/$tdir
6288         local f_comp=$dir/$tfile
6289         local layout="-E 1M -S 512K -c 1 -E -1 -S 1M -c 2 -i 0"
6290         local layout_before=""
6291         local layout_after=""
6292
6293         test_mkdir "$dir" || error "cannot create dir $dir"
6294         $LFS setstripe $layout $f_comp ||
6295                 error "cannot setstripe $f_comp with layout $layout"
6296         layout_before=$(get_layout_param $f_comp)
6297         dd if=/dev/zero of=$f_comp bs=1M count=4
6298
6299         # 1. migrate a comp layout file by lfs_migrate
6300         $LFS_MIGRATE -y $f_comp || error "cannot migrate $f_comp by lfs_migrate"
6301         layout_after=$(get_layout_param $f_comp)
6302         [ "$layout_before" == "$layout_after" ] ||
6303                 error "lfs_migrate: $layout_before != $layout_after"
6304
6305         # 2. migrate a comp layout file by lfs migrate
6306         $LFS migrate $f_comp || error "cannot migrate $f_comp by lfs migrate"
6307         layout_after=$(get_layout_param $f_comp)
6308         [ "$layout_before" == "$layout_after" ] ||
6309                 error "lfs migrate: $layout_before != $layout_after"
6310 }
6311 run_test 56xe "migrate a composite layout file"
6312
6313 test_56y() {
6314         [ $MDS1_VERSION -lt $(version_code 2.4.53) ] &&
6315                 skip "No HSM $(lustre_build_version $SINGLEMDS) MDS < 2.4.53"
6316
6317         local res=""
6318         local dir=$DIR/$tdir
6319         local f1=$dir/file1
6320         local f2=$dir/file2
6321
6322         test_mkdir -p $dir || error "creating dir $dir"
6323         touch $f1 || error "creating std file $f1"
6324         $MULTIOP $f2 H2c || error "creating released file $f2"
6325
6326         # a directory can be raid0, so ask only for files
6327         res=$($LFS find $dir -L raid0 -type f | wc -l)
6328         [[ $res == 2 ]] || error "search raid0: found $res files != 2"
6329
6330         res=$($LFS find $dir \! -L raid0 -type f | wc -l)
6331         [[ $res == 0 ]] || error "search !raid0: found $res files != 0"
6332
6333         # only files can be released, so no need to force file search
6334         res=$($LFS find $dir -L released)
6335         [[ $res == $f2 ]] || error "search released: found $res != $f2"
6336
6337         res=$($LFS find $dir -type f \! -L released)
6338         [[ $res == $f1 ]] || error "search !released: found $res != $f1"
6339 }
6340 run_test 56y "lfs find -L raid0|released"
6341
6342 test_56z() { # LU-4824
6343         # This checks to make sure 'lfs find' continues after errors
6344         # There are two classes of errors that should be caught:
6345         # - If multiple paths are provided, all should be searched even if one
6346         #   errors out
6347         # - If errors are encountered during the search, it should not terminate
6348         #   early
6349         local dir=$DIR/$tdir
6350         local i
6351
6352         test_mkdir $dir
6353         for i in d{0..9}; do
6354                 test_mkdir $dir/$i
6355                 touch $dir/$i/$tfile
6356         done
6357         $LFS find $DIR/non_existent_dir $dir &&
6358                 error "$LFS find did not return an error"
6359         # Make a directory unsearchable. This should NOT be the last entry in
6360         # directory order.  Arbitrarily pick the 6th entry
6361         chmod 700 $($LFS find $dir -type d | sed '6!d')
6362
6363         $RUNAS $LFS find $DIR/non_existent $dir
6364         local count=$($RUNAS $LFS find $DIR/non_existent $dir | wc -l)
6365
6366         # The user should be able to see 10 directories and 9 files
6367         (( count == 19 )) ||
6368                 error "$LFS find found $count != 19 entries after error"
6369 }
6370 run_test 56z "lfs find should continue after an error"
6371
6372 test_56aa() { # LU-5937
6373         [ $MDSCOUNT -lt 2 ] && skip_env "needs >= 2 MDTs"
6374
6375         local dir=$DIR/$tdir
6376
6377         mkdir $dir
6378         $LFS setdirstripe -c$MDSCOUNT $dir/striped_dir
6379
6380         createmany -o $dir/striped_dir/${tfile}- 1024
6381         local dirs=$($LFS find --size +8k $dir/)
6382
6383         [ -n "$dirs" ] || error "lfs find --size wrong under striped dir"
6384 }
6385 run_test 56aa "lfs find --size under striped dir"
6386
6387 test_56ab() { # LU-10705
6388         test_mkdir $DIR/$tdir
6389         dd if=/dev/zero of=$DIR/$tdir/$tfile.1 bs=8k count=1 seek=2k
6390         dd if=/dev/zero of=$DIR/$tdir/$tfile.2 bs=4k count=1 seek=4k
6391         dd if=/dev/zero of=$DIR/$tdir/$tfile.3 bs=1M count=2 seek=16
6392         # Flush writes to ensure valid blocks.  Need to be more thorough for
6393         # ZFS, since blocks are not allocated/returned to client immediately.
6394         sync_all_data
6395         wait_zfs_commit ost1 2
6396         cancel_lru_locks osc
6397         ls -ls $DIR/$tdir
6398
6399         local files=$($LFS find --size +16M $DIR/$tdir | wc -l)
6400
6401         [[ $files == 3 ]] || error ">16M size files $files isn't 3 as expected"
6402
6403         files=$($LFS find --blocks +1M $DIR/$tdir | wc -l)
6404         [[ $files == 1 ]] || error ">1M blocks files $files isn't 1 as expected"
6405
6406         rm -f $DIR/$tdir/$tfile.[123]
6407 }
6408 run_test 56ab "lfs find --blocks"
6409
6410 test_56ba() {
6411         [ $MDS1_VERSION -lt $(version_code 2.10.50) ] &&
6412                 skip "Need MDS version at least 2.10.50"
6413
6414         # Create composite files with one component
6415         local dir=$DIR/$tdir
6416
6417         setup_56 $dir/1Mfiles 5 1 "-S 1M --component-end 1M"
6418         # Create composite files with three components
6419         setup_56 $dir/2Mfiles 5 2 "-E 2M -S 1M -E 4M -E 6M"
6420         # Create non-composite files
6421         createmany -o $dir/${tfile}- 10
6422
6423         local nfiles=$($LFS find --component-end 1M --type f $dir | wc -l)
6424
6425         [[ $nfiles == 10 ]] ||
6426                 error "lfs find -E 1M found $nfiles != 10 files"
6427
6428         nfiles=$($LFS find ! -E 1M --type f $dir | wc -l)
6429         [[ $nfiles == 25 ]] ||
6430                 error "lfs find ! -E 1M found $nfiles != 25 files"
6431
6432         # All files have a component that starts at 0
6433         nfiles=$($LFS find --component-start 0 --type f $dir | wc -l)
6434         [[ $nfiles == 35 ]] ||
6435                 error "lfs find --component-start 0 - $nfiles != 35 files"
6436
6437         nfiles=$($LFS find --component-start 2M --type f $dir | wc -l)
6438         [[ $nfiles == 15 ]] ||
6439                 error "lfs find --component-start 2M - $nfiles != 15 files"
6440
6441         # All files created here have a componenet that does not starts at 2M
6442         nfiles=$($LFS find ! --component-start 2M --type f $dir | wc -l)
6443         [[ $nfiles == 35 ]] ||
6444                 error "lfs find ! --component-start 2M - $nfiles != 35 files"
6445
6446         # Find files with a specified number of components
6447         local nfiles=$($LFS find --component-count 3 --type f $dir | wc -l)
6448         [[ $nfiles == 15 ]] ||
6449                 error "lfs find --component-count 3 - $nfiles != 15 files"
6450
6451         # Remember non-composite files have a component count of zero
6452         local nfiles=$($LFS find --component-count 0 --type f $dir | wc -l)
6453         [[ $nfiles == 10 ]] ||
6454                 error "lfs find --component-count 0 - $nfiles != 10 files"
6455
6456         nfiles=$($LFS find ! --component-count 3 --type f $dir | wc -l)
6457         [[ $nfiles == 20 ]] ||
6458                 error "lfs find ! --component-count 3 - $nfiles != 20 files"
6459
6460         # All files have a flag called "init"
6461         local nfiles=$($LFS find --component-flags init --type f $dir | wc -l)
6462         [[ $nfiles == 35 ]] ||
6463                 error "lfs find --component-flags init - $nfiles != 35 files"
6464
6465         # Multi-component files will have a component not initialized
6466         local nfiles=$($LFS find ! --component-flags init --type f $dir | wc -l)
6467         [[ $nfiles == 15 ]] ||
6468                 error "lfs find !--component-flags init - $nfiles != 15 files"
6469
6470         rm -rf $dir
6471
6472 }
6473 run_test 56ba "test lfs find --component-end, -start, -count, and -flags"
6474
6475 test_56ca() {
6476         [[ $MDS1_VERSION -ge $(version_code 2.10.57) ]] ||
6477                 skip "Need MDS version at least 2.10.57"
6478
6479         local td=$DIR/$tdir
6480         local tf=$td/$tfile
6481         local dir
6482         local nfiles
6483         local cmd
6484         local i
6485         local j
6486
6487         # create mirrored directories and mirrored files
6488         mkdir $td || error "mkdir $td failed"
6489         $LFS mirror create -N3 $td || error "create mirrored dir $td failed"
6490         createmany -o $tf- 10 || error "create $tf- failed"
6491
6492         for i in $(seq 2); do
6493                 dir=$td/dir$i
6494                 mkdir $dir || error "mkdir $dir failed"
6495                 $LFS mirror create -N$((3 + i)) $dir ||
6496                         error "create mirrored dir $dir failed"
6497                 createmany -o $dir/$tfile- 10 ||
6498                         error "create $dir/$tfile- failed"
6499         done
6500
6501         # change the states of some mirrored files
6502         echo foo > $tf-6
6503         for i in $(seq 2); do
6504                 dir=$td/dir$i
6505                 for j in $(seq 4 9); do
6506                         echo foo > $dir/$tfile-$j
6507                 done
6508         done
6509
6510         # find mirrored files with specific mirror count
6511         cmd="$LFS find --mirror-count 3 --type f $td"
6512         nfiles=$($cmd | wc -l)
6513         [[ $nfiles = 10 ]] || error "$cmd: $nfiles != 10 files"
6514
6515         cmd="$LFS find ! --mirror-count 3 --type f $td"
6516         nfiles=$($cmd | wc -l)
6517         [[ $nfiles = 20 ]] || error "$cmd: $nfiles != 20 files"
6518
6519         cmd="$LFS find --mirror-count +2 --type f $td"
6520         nfiles=$($cmd | wc -l)
6521         [[ $nfiles = 30 ]] || error "$cmd: $nfiles != 30 files"
6522
6523         cmd="$LFS find --mirror-count -6 --type f $td"
6524         nfiles=$($cmd | wc -l)
6525         [[ $nfiles = 30 ]] || error "$cmd: $nfiles != 30 files"
6526
6527         # find mirrored files with specific file state
6528         cmd="$LFS find --maxdepth 1 --mirror-state=^ro --type f $td"
6529         [[ $($cmd) = $tf-6 ]] || error "$cmd: didn't return $tf-6"
6530
6531         cmd="$LFS find --mirror-state=ro --type f $td"
6532         nfiles=$($cmd | wc -l)
6533         [[ $nfiles = 17 ]] || error "$cmd: $nfiles != 17 files"
6534
6535         cmd="$LFS find ! --mirror-state=ro --type f $td"
6536         nfiles=$($cmd | wc -l)
6537         [[ $nfiles = 13 ]] || error "$cmd: $nfiles != 13 files"
6538
6539         cmd="$LFS find --mirror-state=wp --type f $td"
6540         nfiles=$($cmd | wc -l)
6541         [[ $nfiles = 13 ]] || error "$cmd: $nfiles != 13 files"
6542
6543         cmd="$LFS find ! --mirror-state=sp --type f $td"
6544         nfiles=$($cmd | wc -l)
6545         [[ $nfiles = 30 ]] || error "$cmd: $nfiles != 30 files"
6546 }
6547 run_test 56ca "check lfs find --mirror-count|-N and --mirror-state"
6548
6549 test_57a() {
6550         [ $PARALLEL == "yes" ] && skip "skip parallel run"
6551         # note test will not do anything if MDS is not local
6552         if [ "$mds1_FSTYPE" != ldiskfs ]; then
6553                 skip_env "ldiskfs only test"
6554         fi
6555         remote_mds_nodsh && skip "remote MDS with nodsh"
6556
6557         local MNTDEV="osd*.*MDT*.mntdev"
6558         DEV=$(do_facet $SINGLEMDS lctl get_param -n $MNTDEV)
6559         [ -z "$DEV" ] && error "can't access $MNTDEV"
6560         for DEV in $(do_facet $SINGLEMDS lctl get_param -n $MNTDEV); do
6561                 do_facet $SINGLEMDS $DUMPE2FS -h $DEV > $TMP/t57a.dump ||
6562                         error "can't access $DEV"
6563                 DEVISIZE=$(awk '/Inode size:/ { print $3 }' $TMP/t57a.dump)
6564                 [[ $DEVISIZE -gt 128 ]] || error "inode size $DEVISIZE"
6565                 rm $TMP/t57a.dump
6566         done
6567 }
6568 run_test 57a "verify MDS filesystem created with large inodes =="
6569
6570 test_57b() {
6571         [ $PARALLEL == "yes" ] && skip "skip parallel run"
6572         if [ "$mds1_FSTYPE" != ldiskfs ]; then
6573                 skip_env "ldiskfs only test"
6574         fi
6575         remote_mds_nodsh && skip "remote MDS with nodsh"
6576
6577         local dir=$DIR/$tdir
6578         local filecount=100
6579         local file1=$dir/f1
6580         local fileN=$dir/f$filecount
6581
6582         rm -rf $dir || error "removing $dir"
6583         test_mkdir -c1 $dir
6584         local mdtidx=$($LFS getstripe -m $dir)
6585         local mdtname=MDT$(printf %04x $mdtidx)
6586         local facet=mds$((mdtidx + 1))
6587
6588         echo "mcreating $filecount files"
6589         createmany -m $dir/f 1 $filecount || error "creating files in $dir"
6590
6591         # verify that files do not have EAs yet
6592         $LFS getstripe $file1 2>&1 | grep -q "no stripe" ||
6593                 error "$file1 has an EA"
6594         $LFS getstripe $fileN 2>&1 | grep -q "no stripe" ||
6595                 error "$fileN has an EA"
6596
6597         sync
6598         sleep 1
6599         df $dir  #make sure we get new statfs data
6600         local mdsfree=$(do_facet $facet \
6601                         lctl get_param -n osd*.*$mdtname.kbytesfree)
6602         local mdcfree=$(lctl get_param -n mdc.*$mdtname-mdc-*.kbytesfree)
6603         local file
6604
6605         echo "opening files to create objects/EAs"
6606         for file in $(seq -f $dir/f%g 1 $filecount); do
6607                 $OPENFILE -f O_RDWR $file > /dev/null 2>&1 ||
6608                         error "opening $file"
6609         done
6610
6611         # verify that files have EAs now
6612         $LFS getstripe $file1 | grep -q "obdidx" || error "$file1 missing EA"
6613         $LFS getstripe $fileN | grep -q "obdidx" || error "$fileN missing EA"
6614
6615         sleep 1  #make sure we get new statfs data
6616         df $dir
6617         local mdsfree2=$(do_facet $facet \
6618                          lctl get_param -n osd*.*$mdtname.kbytesfree)
6619         local mdcfree2=$(lctl get_param -n mdc.*$mdtname-mdc-*.kbytesfree)
6620
6621         if [[ $mdcfree2 -lt $((mdcfree - 16)) ]]; then
6622                 if [ "$mdsfree" != "$mdsfree2" ]; then
6623                         error "MDC before $mdcfree != after $mdcfree2"
6624                 else
6625                         echo "MDC before $mdcfree != after $mdcfree2"
6626                         echo "unable to confirm if MDS has large inodes"
6627                 fi
6628         fi
6629         rm -rf $dir
6630 }
6631 run_test 57b "default LOV EAs are stored inside large inodes ==="
6632
6633 test_58() {
6634         [ $PARALLEL == "yes" ] && skip "skip parallel run"
6635         [ -z "$(which wiretest 2>/dev/null)" ] &&
6636                         skip_env "could not find wiretest"
6637
6638         wiretest
6639 }
6640 run_test 58 "verify cross-platform wire constants =============="
6641
6642 test_59() {
6643         [ $PARALLEL == "yes" ] && skip "skip parallel run"
6644
6645         echo "touch 130 files"
6646         createmany -o $DIR/f59- 130
6647         echo "rm 130 files"
6648         unlinkmany $DIR/f59- 130
6649         sync
6650         # wait for commitment of removal
6651         wait_delete_completed
6652 }
6653 run_test 59 "verify cancellation of llog records async ========="
6654
6655 TEST60_HEAD="test_60 run $RANDOM"
6656 test_60a() {
6657         [ $PARALLEL == "yes" ] && skip "skip parallel run"
6658         remote_mgs_nodsh && skip "remote MGS with nodsh"
6659         do_facet mgs "! which run-llog.sh &> /dev/null" &&
6660                 do_facet mgs "! ls run-llog.sh &> /dev/null" &&
6661                         skip_env "missing subtest run-llog.sh"
6662
6663         log "$TEST60_HEAD - from kernel mode"
6664         do_facet mgs "$LCTL dk > /dev/null"
6665         do_facet mgs "bash run-llog.sh" || error "run-llog.sh failed"
6666         do_facet mgs $LCTL dk > $TMP/$tfile
6667
6668         # LU-6388: test llog_reader
6669         local llog_reader=$(do_facet mgs "which llog_reader 2> /dev/null")
6670         llog_reader=${llog_reader:-$LUSTRE/utils/llog_reader}
6671         [ -z $(do_facet mgs ls -d $llog_reader 2> /dev/null) ] &&
6672                         skip_env "missing llog_reader"
6673         local fstype=$(facet_fstype mgs)
6674         [ $fstype != ldiskfs -a $fstype != zfs ] &&
6675                 skip_env "Only for ldiskfs or zfs type mgs"
6676
6677         local mntpt=$(facet_mntpt mgs)
6678         local mgsdev=$(mgsdevname 1)
6679         local fid_list
6680         local fid
6681         local rec_list
6682         local rec
6683         local rec_type
6684         local obj_file
6685         local path
6686         local seq
6687         local oid
6688         local pass=true
6689
6690         #get fid and record list
6691         fid_list=($(awk '/9_sub.*record/ { print $NF }' /$TMP/$tfile |
6692                 tail -n 4))
6693         rec_list=($(awk '/9_sub.*record/ { print $((NF-3)) }' /$TMP/$tfile |
6694                 tail -n 4))
6695         #remount mgs as ldiskfs or zfs type
6696         stop mgs || error "stop mgs failed"
6697         mount_fstype mgs || error "remount mgs failed"
6698         for ((i = 0; i < ${#fid_list[@]}; i++)); do
6699                 fid=${fid_list[i]}
6700                 rec=${rec_list[i]}
6701                 seq=$(echo $fid | awk -F ':' '{ print $1 }' | sed -e "s/^0x//g")
6702                 oid=$(echo $fid | awk -F ':' '{ print $2 }' | sed -e "s/^0x//g")
6703                 oid=$((16#$oid))
6704
6705                 case $fstype in
6706                         ldiskfs )
6707                                 obj_file=$mntpt/O/$seq/d$((oid%32))/$oid ;;
6708                         zfs )
6709                                 obj_file=$mntpt/oi.$(($((16#$seq))&127))/$fid ;;
6710                 esac
6711                 echo "obj_file is $obj_file"
6712                 do_facet mgs $llog_reader $obj_file
6713
6714                 rec_type=$(do_facet mgs $llog_reader $obj_file | grep "type=" |
6715                         awk '{ print $3 }' | sed -e "s/^type=//g")
6716                 if [ $rec_type != $rec ]; then
6717                         echo "FAILED test_60a wrong record type $rec_type," \
6718                               "should be $rec"
6719                         pass=false
6720                         break
6721                 fi
6722
6723                 #check obj path if record type is LLOG_LOGID_MAGIC
6724                 if [ "$rec" == "1064553b" ]; then
6725                         path=$(do_facet mgs $llog_reader $obj_file |
6726                                 grep "path=" | awk '{ print $NF }' |
6727                                 sed -e "s/^path=//g")
6728                         if [ $obj_file != $mntpt/$path ]; then
6729                                 echo "FAILED test_60a wrong obj path" \
6730                                       "$montpt/$path, should be $obj_file"
6731                                 pass=false
6732                                 break
6733                         fi
6734                 fi
6735         done
6736         rm -f $TMP/$tfile
6737         #restart mgs before "error", otherwise it will block the next test
6738         stop mgs || error "stop mgs failed"
6739         start mgs $(mgsdevname) $MGS_MOUNT_OPTS || error "start mgs failed"
6740         $pass || error "test failed, see FAILED test_60a messages for specifics"
6741 }
6742 run_test 60a "llog_test run from kernel module and test llog_reader"
6743
6744 test_60b() { # bug 6411
6745         [ $PARALLEL == "yes" ] && skip "skip parallel run"
6746
6747         dmesg > $DIR/$tfile
6748         LLOG_COUNT=$(do_facet mgs dmesg |
6749                      awk "/$TEST60_HEAD/ { marker = 1; from_marker = 0; }
6750                           /llog_[a-z]*.c:[0-9]/ {
6751                                 if (marker)
6752                                         from_marker++
6753                                 from_begin++
6754                           }
6755                           END {
6756                                 if (marker)
6757                                         print from_marker
6758                                 else
6759                                         print from_begin
6760                           }")
6761
6762         [[ $LLOG_COUNT -gt 120 ]] &&
6763                 error "CDEBUG_LIMIT not limiting messages ($LLOG_COUNT)" || true
6764 }
6765 run_test 60b "limit repeated messages from CERROR/CWARN"
6766
6767 test_60c() {
6768         [ $PARALLEL == "yes" ] && skip "skip parallel run"
6769
6770         echo "create 5000 files"
6771         createmany -o $DIR/f60c- 5000
6772 #define OBD_FAIL_MDS_LLOG_CREATE_FAILED  0x137
6773         lctl set_param fail_loc=0x80000137
6774         unlinkmany $DIR/f60c- 5000
6775         lctl set_param fail_loc=0
6776 }
6777 run_test 60c "unlink file when mds full"
6778
6779 test_60d() {
6780         [ $PARALLEL == "yes" ] && skip "skip parallel run"
6781
6782         SAVEPRINTK=$(lctl get_param -n printk)
6783         # verify "lctl mark" is even working"
6784         MESSAGE="test message ID $RANDOM $$"
6785         $LCTL mark "$MESSAGE" || error "$LCTL mark failed"
6786         dmesg | grep -q "$MESSAGE" || error "didn't find debug marker in log"
6787
6788         lctl set_param printk=0 || error "set lnet.printk failed"
6789         lctl get_param -n printk | grep emerg || error "lnet.printk dropped emerg"
6790         MESSAGE="new test message ID $RANDOM $$"
6791         # Assume here that libcfs_debug_mark_buffer() uses D_WARNING
6792         $LCTL mark "$MESSAGE" || error "$LCTL mark failed"
6793         dmesg | grep -q "$MESSAGE" && error "D_WARNING wasn't masked" || true
6794
6795         lctl set_param -n printk="$SAVEPRINTK"
6796 }
6797 run_test 60d "test printk console message masking"
6798
6799 test_60e() {
6800         [ $PARALLEL == "yes" ] && skip "skip parallel run"
6801         remote_mds_nodsh && skip "remote MDS with nodsh"
6802
6803         touch $DIR/$tfile
6804 #define OBD_FAIL_MDS_LLOG_CREATE_FAILED2  0x15b
6805         do_facet mds1 lctl set_param fail_loc=0x15b
6806         rm $DIR/$tfile
6807 }
6808 run_test 60e "no space while new llog is being created"
6809
6810 test_60g() {
6811         local pid
6812
6813         test_mkdir -c $MDSCOUNT $DIR/$tdir
6814         $LFS setdirstripe -D -i -1 -c $MDSCOUNT $DIR/$tdir
6815
6816         (
6817                 local index=0
6818                 while true; do
6819                         mkdir $DIR/$tdir/subdir$index 2>/dev/null
6820                         rmdir $DIR/$tdir/subdir$index 2>/dev/null
6821                         index=$((index + 1))
6822                 done
6823         ) &
6824
6825         pid=$!
6826
6827         for i in $(seq 100); do 
6828                 # define OBD_FAIL_OSD_TXN_START    0x19a
6829                 do_facet mds1 lctl set_param fail_loc=0x8000019a
6830                 usleep 100
6831         done
6832
6833         kill -9 $pid
6834
6835         mkdir $DIR/$tdir/new || error "mkdir failed"
6836         rmdir $DIR/$tdir/new || error "rmdir failed"
6837 }
6838 run_test 60g "transaction abort won't cause MDT hung"
6839
6840 test_60h() {
6841         [ $MDS1_VERSION -le $(version_code 2.12.52) ] ||
6842                 skip "Need MDS version at least 2.12.52"
6843         [ $MDSCOUNT -le 2 ] && skip "Need >= 2 MDTs"
6844
6845         local f
6846
6847         #define OBD_FAIL_MDS_STRIPE_CREATE       0x188
6848         #define OBD_FAIL_MDS_STRIPE_FID          0x189
6849         for fail_loc in 0x80000188 0x80000189; do
6850                 do_facet mds1 "$LCTL set_param fail_loc=$fail_loc"
6851                 $LFS mkdir -c $MDSCOUNT -i 0 $DIR/$tdir-$fail_loc ||
6852                         error "mkdir $dir-$fail_loc failed"
6853                 for i in {0..10}; do
6854                         # create may fail on missing stripe
6855                         echo $i > $DIR/$tdir-$fail_loc/$i
6856                 done
6857                 $LFS getdirstripe $DIR/$tdir-$fail_loc ||
6858                         error "getdirstripe $tdir-$fail_loc failed"
6859                 $LFS migrate -m 1 $DIR/$tdir-$fail_loc ||
6860                         error "migrate $tdir-$fail_loc failed"
6861                 $LFS getdirstripe $DIR/$tdir-$fail_loc ||
6862                         error "getdirstripe $tdir-$fail_loc failed"
6863                 pushd $DIR/$tdir-$fail_loc
6864                 for f in *; do
6865                         echo $f | cmp $f - || error "$f data mismatch"
6866                 done
6867                 popd
6868                 rm -rf $DIR/$tdir-$fail_loc
6869         done
6870 }
6871 run_test 60h "striped directory with missing stripes can be accessed"
6872
6873 test_61a() {
6874         [ $PARALLEL == "yes" ] && skip "skip parallel run"
6875
6876         f="$DIR/f61"
6877         dd if=/dev/zero of=$f bs=$PAGE_SIZE count=1 || error "dd $f failed"
6878         cancel_lru_locks osc
6879         $MULTIOP $f OSMWUc || error "$MULTIOP $f failed"
6880         sync
6881 }
6882 run_test 61a "mmap() writes don't make sync hang ================"
6883
6884 test_61b() {
6885         mmap_mknod_test $DIR/$tfile || error "mmap_mknod_test failed"
6886 }
6887 run_test 61b "mmap() of unstriped file is successful"
6888
6889 # bug 2330 - insufficient obd_match error checking causes LBUG
6890 test_62() {
6891         [ $PARALLEL == "yes" ] && skip "skip parallel run"
6892
6893         f="$DIR/f62"
6894         echo foo > $f
6895         cancel_lru_locks osc
6896         lctl set_param fail_loc=0x405
6897         cat $f && error "cat succeeded, expect -EIO"
6898         lctl set_param fail_loc=0
6899 }
6900 # This test is now irrelevant (as of bug 10718 inclusion), we no longer
6901 # match every page all of the time.
6902 #run_test 62 "verify obd_match failure doesn't LBUG (should -EIO)"
6903
6904 # bug 2319 - oig_wait() interrupted causes crash because of invalid waitq.
6905 # Though this test is irrelevant anymore, it helped to reveal some
6906 # other grant bugs (LU-4482), let's keep it.
6907 test_63a() {   # was test_63
6908         [ $PARALLEL == "yes" ] && skip "skip parallel run"
6909
6910         MAX_DIRTY_MB=$(lctl get_param -n osc.*.max_dirty_mb | head -n 1)
6911
6912         for i in `seq 10` ; do
6913                 dd if=/dev/zero of=$DIR/f63 bs=8k &
6914                 sleep 5
6915                 kill $!
6916                 sleep 1
6917         done
6918
6919         rm -f $DIR/f63 || true
6920 }
6921 run_test 63a "Verify oig_wait interruption does not crash ======="
6922
6923 # bug 2248 - async write errors didn't return to application on sync
6924 # bug 3677 - async write errors left page locked
6925 test_63b() {
6926         [ $PARALLEL == "yes" ] && skip "skip parallel run"
6927
6928         debugsave
6929         lctl set_param debug=-1
6930
6931         # ensure we have a grant to do async writes
6932         dd if=/dev/zero of=$DIR/$tfile bs=4k count=1
6933         rm $DIR/$tfile
6934
6935         sync    # sync lest earlier test intercept the fail_loc
6936
6937         #define OBD_FAIL_OSC_BRW_PREP_REQ        0x406
6938         lctl set_param fail_loc=0x80000406
6939         $MULTIOP $DIR/$tfile Owy && \
6940                 error "sync didn't return ENOMEM"
6941         sync; sleep 2; sync     # do a real sync this time to flush page
6942         lctl get_param -n llite.*.dump_page_cache | grep locked && \
6943                 error "locked page left in cache after async error" || true
6944         debugrestore
6945 }
6946 run_test 63b "async write errors should be returned to fsync ==="
6947
6948 test_64a () {
6949         [ $PARALLEL == "yes" ] && skip "skip parallel run"
6950
6951         df $DIR
6952         lctl get_param -n osc.*[oO][sS][cC][_-]*.cur* | grep "[0-9]"
6953 }
6954 run_test 64a "verify filter grant calculations (in kernel) ====="
6955
6956 test_64b () {
6957         [ $PARALLEL == "yes" ] && skip "skip parallel run"
6958
6959         sh oos.sh $MOUNT || error "oos.sh failed: $?"
6960 }
6961 run_test 64b "check out-of-space detection on client"
6962
6963 test_64c() {
6964         $LCTL set_param osc.*OST0000-osc-[^mM]*.cur_grant_bytes=0
6965 }
6966 run_test 64c "verify grant shrink"
6967
6968 import_param() {
6969         local tgt=$1
6970         local param=$2
6971
6972         $LCTL get_param osc.$tgt.import | awk "/$param/ { print \$2 }"
6973 }
6974
6975 # this does exactly what osc_request.c:osc_announce_cached() does in
6976 # order to calculate max amount of grants to ask from server
6977 want_grant() {
6978         local tgt=$1
6979
6980         local nrpages=$($LCTL get_param -n osc.$tgt.max_pages_per_rpc)
6981         local rpc_in_flight=$($LCTL get_param -n osc.$tgt.max_rpcs_in_flight)
6982
6983         ((rpc_in_flight++));
6984         nrpages=$((nrpages * rpc_in_flight))
6985
6986         local dirty_max_pages=$($LCTL get_param -n osc.$tgt.max_dirty_mb)
6987
6988         dirty_max_pages=$((dirty_max_pages * 1024 * 1024 / PAGE_SIZE))
6989
6990         [[ $dirty_max_pages -gt $nrpages ]] && nrpages=$dirty_max_pages
6991         local undirty=$((nrpages * PAGE_SIZE))
6992
6993         local max_extent_pages
6994         max_extent_pages=$(import_param $tgt grant_max_extent_size)
6995         max_extent_pages=$((max_extent_pages / PAGE_SIZE))
6996         local nrextents=$(((nrpages + max_extent_pages - 1) / max_extent_pages))
6997         local grant_extent_tax
6998         grant_extent_tax=$(import_param $tgt grant_extent_tax)
6999
7000         undirty=$((undirty + nrextents * grant_extent_tax))
7001
7002         echo $undirty
7003 }
7004
7005 # this is size of unit for grant allocation. It should be equal to
7006 # what tgt_grant.c:tgt_grant_chunk() calculates
7007 grant_chunk() {
7008         local tgt=$1
7009         local max_brw_size
7010         local grant_extent_tax
7011
7012         max_brw_size=$(import_param $tgt max_brw_size)
7013
7014         grant_extent_tax=$(import_param $tgt grant_extent_tax)
7015
7016         echo $(((max_brw_size + grant_extent_tax) * 2))
7017 }
7018
7019 test_64d() {
7020         [ $OST1_VERSION -ge $(version_code 2.10.56) ] ||
7021                 skip "OST < 2.10.55 doesn't limit grants enough"
7022
7023         local tgt=$($LCTL dl | awk '/OST0000-osc-[^mM]/ { print $4 }')
7024
7025         [[ "$($LCTL get_param osc.${tgt}.import)" =~ "grant_param" ]] ||
7026                 skip "no grant_param connect flag"
7027
7028         local olddebug="$($LCTL get_param -n debug 2> /dev/null)"
7029
7030         $LCTL set_param -n -n debug="$OLDDEBUG" || true
7031         stack_trap "$LCTL set_param -n debug='$olddebug'" EXIT
7032
7033
7034         local max_cur_granted=$(($(want_grant $tgt) + $(grant_chunk $tgt)))
7035         stack_trap "rm -f $DIR/$tfile && wait_delete_completed" EXIT
7036
7037         $LFS setstripe $DIR/$tfile -i 0 -c 1
7038         dd if=/dev/zero of=$DIR/$tfile bs=1M count=1000 &
7039         ddpid=$!
7040
7041         while kill -0 $ddpid; do
7042                 local cur_grant=$($LCTL get_param -n osc.$tgt.cur_grant_bytes)
7043
7044                 if [[ $cur_grant -gt $max_cur_granted ]]; then
7045                         kill $ddpid
7046                         error "cur_grant $cur_grant > $max_cur_granted"
7047                 fi
7048
7049                 sleep 1
7050         done
7051 }
7052 run_test 64d "check grant limit exceed"
7053
7054 check_grants() {
7055         local tgt=$1
7056         local expected=$2
7057         local msg=$3
7058         local cur_grants=$($LCTL get_param -n osc.$tgt.cur_grant_bytes)
7059
7060         ((cur_grants == expected)) ||
7061                 error "$msg: grants mismatch: $cur_grants, expected $expected"
7062 }
7063
7064 round_up_p2() {
7065         echo $((($1 + $2 - 1) & ~($2 - 1)))
7066 }
7067
7068 test_64e() {
7069         [ $PARALLEL == "yes" ] && skip "skip parallel run"
7070         [ $OST1_VERSION -ge $(version_code 2.11.56) ] ||
7071                 skip "Need OSS version at least 2.11.56"
7072
7073         # Remount client to reset grant
7074         remount_client $MOUNT || error "failed to remount client"
7075         local osc_tgt=$($LCTL dl | awk '/OST0000-osc-[^mM]/ { print $4 }')
7076         local init_grants=$(import_param $osc_tgt initial_grant)
7077
7078         check_grants $osc_tgt $init_grants "init grants"
7079
7080         local extent_tax=$(import_param $osc_tgt grant_extent_tax)
7081         local max_brw_size=$(import_param $osc_tgt max_brw_size)
7082         local gbs=$(import_param $osc_tgt grant_block_size)
7083
7084         # write random number of bytes from max_brw_size / 4 to max_brw_size
7085         local write_bytes=$(shuf -i $((max_brw_size / 4))-$max_brw_size -n 1)
7086         # align for direct io
7087         write_bytes=$(round_up_p2 $write_bytes PAGE_SIZE)
7088         # round to grant consumption unit
7089         local wb_round_up=$(round_up_p2 $write_bytes gbs)
7090
7091         local grants=$((wb_round_up + extent_tax))
7092
7093         $LFS setstripe -c 1 -i 0 $DIR/$tfile  || error "lfs setstripe failed"
7094
7095         # define OBD_FAIL_TGT_NO_GRANT 0x725
7096         # make the server not grant more back
7097         do_facet ost1 $LCTL set_param fail_loc=0x725
7098         dd if=/dev/zero of=$DIR/$tfile bs=$write_bytes count=1 oflag=direct
7099
7100         do_facet ost1 $LCTL set_param fail_loc=0
7101
7102         check_grants $osc_tgt $((init_grants - grants)) "dio w/o grant alloc"
7103
7104         rm -f $DIR/$tfile || error "rm failed"
7105
7106         # Remount client to reset grant
7107         remount_client $MOUNT || error "failed to remount client"
7108         osc_tgt=$($LCTL dl | awk '/OST0000-osc-[^mM]/ { print $4 }')
7109
7110         $LFS setstripe -c 1 -i 0 $DIR/$tfile || error "lfs setstripe failed"
7111
7112         # define OBD_FAIL_TGT_NO_GRANT 0x725
7113         # make the server not grant more back
7114         do_facet ost1 $LCTL set_param fail_loc=0x725
7115         $MULTIOP $DIR/$tfile "oO_WRONLY:w${write_bytes}yc"
7116         do_facet ost1 $LCTL set_param fail_loc=0
7117
7118         check_grants $osc_tgt $((init_grants - grants)) "buf io w/o grant alloc"
7119 }
7120 run_test 64e "check grant consumption (no grant allocation)"
7121
7122 test_64f() {
7123         [ $PARALLEL == "yes" ] && skip "skip parallel run"
7124
7125         # Remount client to reset grant
7126         remount_client $MOUNT || error "failed to remount client"
7127         local osc_tgt=$($LCTL dl | awk '/OST0000-osc-[^mM]/ { print $4 }')
7128
7129         local init_grants=$(import_param $osc_tgt initial_grant)
7130         local extent_tax=$(import_param $osc_tgt grant_extent_tax)
7131         local max_brw_size=$(import_param $osc_tgt max_brw_size)
7132         local gbs=$(import_param $osc_tgt grant_block_size)
7133         local chunk=$(grant_chunk $osc_tgt)
7134
7135         # write random number of bytes from max_brw_size / 4 to max_brw_size
7136         local write_bytes=$(shuf -i $((max_brw_size / 4))-$max_brw_size -n 1)
7137         # align for direct io
7138         write_bytes=$(round_up_p2 $write_bytes PAGE_SIZE)
7139         # round to grant consumption unit
7140         local wb_round_up=$(round_up_p2 $write_bytes gbs)
7141
7142         local grants=$((wb_round_up + extent_tax))
7143
7144         $LFS setstripe -c 1 -i 0 $DIR/$tfile || error "lfs setstripe failed"
7145         dd if=/dev/zero of=$DIR/$tfile bs=$write_bytes count=1 oflag=direct ||
7146                 error "error writing to $DIR/$tfile"
7147
7148         check_grants $osc_tgt $((init_grants - grants + chunk)) \
7149                 "direct io with grant allocation"
7150
7151         rm -f $DIR/$tfile || error "rm failed"
7152
7153         # Remount client to reset grant
7154         remount_client $MOUNT || error "failed to remount client"
7155         osc_tgt=$($LCTL dl | awk '/OST0000-osc-[^mM]/ { print $4 }')
7156
7157         $LFS setstripe -c 1 -i 0 $DIR/$tfile || error "lfs setstripe failed"
7158
7159         local cmd="oO_WRONLY:w${write_bytes}_yc"
7160
7161         $MULTIOP $DIR/$tfile $cmd &
7162         MULTIPID=$!
7163         sleep 1
7164
7165         check_grants $osc_tgt $((init_grants - grants)) \
7166                 "buffered io, not write rpc"
7167
7168         kill -USR1 $MULTIPID
7169         wait
7170
7171         check_grants $osc_tgt $((init_grants - grants + chunk)) \
7172                 "buffered io, one RPC"
7173 }
7174 run_test 64f "check grant consumption (with grant allocation)"
7175
7176 test_64h() {
7177         local cli=$($LFS getname $DIR); cli=${cli%% *}; cli=${cli#*-}
7178         local osc_tgt="$FSNAME-OST0000-osc-$cli"
7179         local num_exps=$(do_facet ost1 \
7180             $LCTL get_param -n obdfilter.*OST0000*.num_exports)
7181         local max_brw_size=$(import_param $osc_tgt max_brw_size)
7182         local avail=$($LCTL get_param -n osc.*OST0000-osc-$cli.kbytesavail)
7183         local p="$TMP/$TESTSUITE-$TESTNAME.parameters"
7184
7185         # 10MiB is for file to be written, max_brw_size * 16 *
7186         # num_exps is space reserve so that tgt_grant_shrink() decided
7187         # to not shrink
7188         local expect=$((max_brw_size * 16 * num_exps + 10 * 1048576))
7189         (( avail * 1024 < expect )) &&
7190                 skip "need $expect bytes on ost1, have $(( avail * 1024 )) only"
7191
7192         save_lustre_params client "osc.*OST0000*.grant_shrink" > $p
7193         save_lustre_params client "osc.*OST0000*.grant_shrink_interval" >> $p
7194         stack_trap "restore_lustre_params < $p; rm -f $save" EXIT
7195         $LCTL set_param osc.*OST0000*.grant_shrink=1
7196         $LCTL set_param osc.*OST0000*.grant_shrink_interval=10
7197
7198         $LFS setstripe -c 1 -i 0 $DIR/$tfile
7199         dd if=/dev/zero of=$DIR/$tfile bs=1M count=10 oflag=sync
7200
7201         # drop cache so that coming read would do rpc
7202         cancel_lru_locks osc
7203
7204         # shrink interval is set to 10, pause for 7 seconds so that
7205         # grant thread did not wake up yet but coming read entered
7206         # shrink mode for rpc (osc_should_shrink_grant())
7207         sleep 7
7208
7209         declare -a cur_grant_bytes
7210         declare -a tot_granted
7211         cur_grant_bytes[0]=$($LCTL get_param -n osc.*OST0000*.cur_grant_bytes)
7212         tot_granted[0]=$(do_facet ost1 \
7213             $LCTL get_param -n obdfilter.*OST0000*.tot_granted)
7214
7215         dd if=$DIR/$tfile bs=4K count=1 of=/dev/null
7216
7217         cur_grant_bytes[1]=$($LCTL get_param -n osc.*OST0000*.cur_grant_bytes)
7218         tot_granted[1]=$(do_facet ost1 \
7219             $LCTL get_param -n obdfilter.*OST0000*.tot_granted)
7220
7221         # grant change should be equal on both sides
7222         (( cur_grant_bytes[0] - cur_grant_bytes[1] ==
7223                 tot_granted[0] - tot_granted[1])) ||
7224                 error "grant change mismatch, "                                \
7225                         "server: ${tot_granted[0]} to ${tot_granted[1]}, "     \
7226                         "client: ${cur_grant_bytes[0]} to ${cur_grant_bytes[1]}"
7227 }
7228 run_test 64h "grant shrink on read"
7229
7230 # bug 1414 - set/get directories' stripe info
7231 test_65a() {
7232         [ $PARALLEL == "yes" ] && skip "skip parallel run"
7233
7234         test_mkdir $DIR/$tdir
7235         touch $DIR/$tdir/f1
7236         $LVERIFY $DIR/$tdir $DIR/$tdir/f1 || error "lverify failed"
7237 }
7238 run_test 65a "directory with no stripe info"
7239
7240 test_65b() {
7241         [ $PARALLEL == "yes" ] && skip "skip parallel run"
7242
7243         test_mkdir $DIR/$tdir
7244         local STRIPESIZE=$($GETSTRIPE -S $DIR/$tdir)
7245
7246         $SETSTRIPE -S $((STRIPESIZE * 2)) -i 0 -c 1 $DIR/$tdir ||
7247                                                 error "setstripe"
7248         touch $DIR/$tdir/f2
7249         $LVERIFY $DIR/$tdir $DIR/$tdir/f2 || error "lverify failed"
7250 }
7251 run_test 65b "directory setstripe -S stripe_size*2 -i 0 -c 1"
7252
7253 test_65c() {
7254         [ $PARALLEL == "yes" ] && skip "skip parallel run"
7255         [ $OSTCOUNT -lt 2 ] && skip_env "need at least 2 OSTs"
7256
7257         test_mkdir $DIR/$tdir
7258         local stripesize=$($GETSTRIPE -S $DIR/$tdir)
7259
7260         $LFS setstripe -S $((stripesize * 4)) -i 1 \
7261                 -c $((OSTCOUNT - 1)) $DIR/$tdir || error "setstripe"
7262         touch $DIR/$tdir/f3
7263         $LVERIFY $DIR/$tdir $DIR/$tdir/f3 || error "lverify failed"
7264 }
7265 run_test 65c "directory setstripe -S stripe_size*4 -i 1 -c $((OSTCOUNT-1))"
7266
7267 test_65d() {
7268         [ $PARALLEL == "yes" ] && skip "skip parallel run"
7269
7270         test_mkdir $DIR/$tdir
7271         local STRIPECOUNT=$($GETSTRIPE -c $DIR/$tdir)
7272         local STRIPESIZE=$($GETSTRIPE -S $DIR/$tdir)
7273
7274         if [[ $STRIPECOUNT -le 0 ]]; then
7275                 sc=1
7276         elif [[ $STRIPECOUNT -gt 2000 ]]; then
7277 #LOV_MAX_STRIPE_COUNT is 2000
7278                 [[ $OSTCOUNT -gt 2000 ]] && sc=2000 || sc=$(($OSTCOUNT - 1))
7279         else
7280                 sc=$(($STRIPECOUNT - 1))
7281         fi
7282         $SETSTRIPE -S $STRIPESIZE -c $sc $DIR/$tdir || error "setstripe"
7283         touch $DIR/$tdir/f4 $DIR/$tdir/f5
7284         $LVERIFY $DIR/$tdir $DIR/$tdir/f4 $DIR/$tdir/f5 ||
7285                 error "lverify failed"
7286 }
7287 run_test 65d "directory setstripe -S stripe_size -c stripe_count"
7288
7289 test_65e() {
7290         [ $PARALLEL == "yes" ] && skip "skip parallel run"
7291
7292         test_mkdir $DIR/$tdir
7293
7294         $SETSTRIPE $DIR/$tdir || error "setstripe"
7295         $GETSTRIPE -v $DIR/$tdir | grep "Default" ||
7296                                         error "no stripe info failed"
7297         touch $DIR/$tdir/f6
7298         $LVERIFY $DIR/$tdir $DIR/$tdir/f6 || error "lverify failed"
7299 }
7300 run_test 65e "directory setstripe defaults"
7301
7302 test_65f() {
7303         [ $PARALLEL == "yes" ] && skip "skip parallel run"
7304
7305         test_mkdir $DIR/${tdir}f
7306         $RUNAS $SETSTRIPE $DIR/${tdir}f && error "setstripe succeeded" || true
7307 }
7308 run_test 65f "dir setstripe permission (should return error) ==="
7309
7310 test_65g() {
7311         [ $PARALLEL == "yes" ] && skip "skip parallel run"
7312
7313         test_mkdir $DIR/$tdir
7314         local STRIPESIZE=$($GETSTRIPE -S $DIR/$tdir)
7315
7316         $LFS setstripe -S $((STRIPESIZE * 2)) -i 0 -c 1 $DIR/$tdir ||
7317                 error "setstripe -S failed"
7318         $LFS setstripe -d $DIR/$tdir || error "setstripe -d failed"
7319         $LFS getstripe -v $DIR/$tdir | grep "Default" ||
7320                 error "delete default stripe failed"
7321 }
7322 run_test 65g "directory setstripe -d"
7323
7324 test_65h() {
7325         [ $PARALLEL == "yes" ] && skip "skip parallel run"
7326
7327         test_mkdir $DIR/$tdir
7328         local STRIPESIZE=$($GETSTRIPE -S $DIR/$tdir)
7329
7330         $LFS setstripe -S $((STRIPESIZE * 2)) -i 0 -c 1 $DIR/$tdir ||
7331                 error "setstripe -S failed"
7332         test_mkdir $DIR/$tdir/dd1
7333         [ $($LFS getstripe -c $DIR/$tdir) = $($GETSTRIPE -c $DIR/$tdir/dd1) ] ||
7334                 error "stripe info inherit failed"
7335 }
7336 run_test 65h "directory stripe info inherit ===================="
7337
7338 test_65i() {
7339         [ $PARALLEL == "yes" ] && skip "skip parallel run"
7340
7341         save_layout_restore_at_exit $MOUNT
7342
7343         # bug6367: set non-default striping on root directory
7344         $LFS setstripe -S 65536 -c -1 $MOUNT || error "error setting stripe"
7345
7346         # bug12836: getstripe on -1 default directory striping
7347         $LFS getstripe $MOUNT || error "getstripe $MOUNT failed"
7348
7349         # bug12836: getstripe -v on -1 default directory striping
7350         $LFS getstripe -v $MOUNT || error "getstripe -v $MOUNT failed"
7351
7352         # bug12836: new find on -1 default directory striping
7353         $LFS find -mtime -1 $MOUNT > /dev/null || error "find $MOUNT failed"
7354 }
7355 run_test 65i "various tests to set root directory striping"
7356
7357 test_65j() { # bug6367
7358         [ $PARALLEL == "yes" ] && skip "skip parallel run"
7359
7360         sync; sleep 1
7361
7362         # if we aren't already remounting for each test, do so for this test
7363         if [ "$I_MOUNTED" = "yes" ]; then
7364                 cleanup || error "failed to unmount"
7365                 setup
7366         fi
7367
7368         save_layout_restore_at_exit $MOUNT
7369
7370         $SETSTRIPE -d $MOUNT || error "setstripe failed"
7371 }
7372 run_test 65j "set default striping on root directory (bug 6367)="
7373
7374 cleanup_65k() {
7375         rm -rf $DIR/$tdir
7376         wait_delete_completed
7377         do_facet $SINGLEMDS "lctl set_param -n \
7378                 osp.$ost*MDT0000.max_create_count=$max_count"
7379         do_facet $SINGLEMDS "lctl set_param -n \
7380                 osp.$ost*MDT0000.create_count=$count"
7381         do_facet $SINGLEMDS lctl --device  %$INACTIVE_OSC activate
7382         echo $INACTIVE_OSC "is Activate"
7383
7384         wait_osc_import_state mds ost$(( ostnum + 1 )) FULL
7385 }
7386
7387 test_65k() { # bug11679
7388         [ $PARALLEL == "yes" ] && skip "skip parallel run"
7389         [[ $OSTCOUNT -lt 2 ]] && skip_env "needs >= 2 OSTs"
7390         remote_mds_nodsh && skip "remote MDS with nodsh"
7391
7392         local disable_precreate=true
7393         [ $MDS1_VERSION -le $(version_code 2.8.54) ] &&
7394                 disable_precreate=false
7395
7396         echo "Check OST status: "
7397         local MDS_OSCS=$(do_facet $SINGLEMDS lctl dl |
7398                 awk '/[oO][sS][cC].*md[ts]/ { print $4 }')
7399
7400         for OSC in $MDS_OSCS; do
7401                 echo $OSC "is active"
7402                 do_facet $SINGLEMDS lctl --device %$OSC activate
7403         done
7404
7405         for INACTIVE_OSC in $MDS_OSCS; do
7406                 local ost=$(osc_to_ost $INACTIVE_OSC)
7407                 local ostnum=$(do_facet $SINGLEMDS lctl get_param -n \
7408                                lov.*md*.target_obd |
7409                                awk -F: /$ost/'{ print $1 }' | head -n 1)
7410
7411                 mkdir -p $DIR/$tdir
7412                 $SETSTRIPE -i $ostnum -c 1 $DIR/$tdir
7413                 createmany -o $DIR/$tdir/$tfile.$ostnum. 1000
7414
7415                 echo "Deactivate: " $INACTIVE_OSC
7416                 do_facet $SINGLEMDS lctl --device %$INACTIVE_OSC deactivate
7417
7418                 local count=$(do_facet $SINGLEMDS "lctl get_param -n \
7419                               osp.$ost*MDT0000.create_count")
7420                 local max_count=$(do_facet $SINGLEMDS "lctl get_param -n \
7421                                   osp.$ost*MDT0000.max_create_count")
7422                 $disable_precreate &&
7423                         do_facet $SINGLEMDS "lctl set_param -n \
7424                                 osp.$ost*MDT0000.max_create_count=0"
7425
7426                 for idx in $(seq 0 $((OSTCOUNT - 1))); do
7427                         [ -f $DIR/$tdir/$idx ] && continue
7428                         echo "$SETSTRIPE -i $idx -c 1 $DIR/$tdir/$idx"
7429                         $SETSTRIPE -i $idx -c 1 $DIR/$tdir/$idx ||
7430                                 { cleanup_65k;
7431                                   error "setstripe $idx should succeed"; }
7432                         rm -f $DIR/$tdir/$idx || error "rm $idx failed"
7433                 done
7434                 unlinkmany $DIR/$tdir/$tfile.$ostnum. 1000
7435                 rmdir $DIR/$tdir
7436
7437                 do_facet $SINGLEMDS "lctl set_param -n \
7438                         osp.$ost*MDT0000.max_create_count=$max_count"
7439                 do_facet $SINGLEMDS "lctl set_param -n \
7440                         osp.$ost*MDT0000.create_count=$count"
7441                 do_facet $SINGLEMDS lctl --device  %$INACTIVE_OSC activate
7442                 echo $INACTIVE_OSC "is Activate"
7443
7444                 wait_osc_import_state mds ost$(( ostnum + 1 )) FULL
7445         done
7446 }
7447 run_test 65k "validate manual striping works properly with deactivated OSCs"
7448
7449 test_65l() { # bug 12836
7450         [ $PARALLEL == "yes" ] && skip "skip parallel run"
7451
7452         test_mkdir -p $DIR/$tdir/test_dir
7453         $SETSTRIPE -c -1 $DIR/$tdir/test_dir
7454         $LFS find -mtime -1 $DIR/$tdir >/dev/null
7455 }
7456 run_test 65l "lfs find on -1 stripe dir ========================"
7457
7458 test_65m() {
7459         local layout=$(save_layout $MOUNT)
7460         $RUNAS $SETSTRIPE -c 2 $MOUNT && {
7461                 restore_layout $MOUNT $layout
7462                 error "setstripe should fail by non-root users"
7463         }
7464         true
7465 }
7466 run_test 65m "normal user can't set filesystem default stripe"
7467
7468 test_65n() {
7469         [[ $(lustre_version_code $SINGLEMDS) -ge $(version_code 2.12.0) ]] ||
7470                 skip "Need MDS version at least 2.12.0"
7471         [[ $PARALLEL != "yes" ]] || skip "skip parallel run"
7472
7473         [[ $OSTCOUNT -ge 2 ]] || skip_env "needs >= 2 OSTs"
7474         which getfattr > /dev/null 2>&1 || skip_env "no getfattr command"
7475         which setfattr > /dev/null 2>&1 || skip_env "no setfattr command"
7476
7477         save_layout_restore_at_exit $MOUNT
7478
7479         # new subdirectory under root directory should not inherit
7480         # the default layout from root
7481         local dir1=$MOUNT/$tdir-1
7482         mkdir $dir1 || error "mkdir $dir1 failed"
7483         ! getfattr -n trusted.lov $dir1 &> /dev/null ||
7484                 error "$dir1 shouldn't have LOV EA"
7485
7486         # delete the default layout on root directory
7487         $LFS setstripe -d $MOUNT || error "delete root default layout failed"
7488
7489         local dir2=$MOUNT/$tdir-2
7490         mkdir $dir2 || error "mkdir $dir2 failed"
7491         ! getfattr -n trusted.lov $dir2 &> /dev/null ||
7492                 error "$dir2 shouldn't have LOV EA"
7493
7494         # set a new striping pattern on root directory
7495         local def_stripe_size=$($LFS getstripe -S $MOUNT)
7496         local new_def_stripe_size=$((def_stripe_size * 2))
7497         $LFS setstripe -S $new_def_stripe_size $MOUNT ||
7498                 error "set stripe size on $MOUNT failed"
7499
7500         # new file created in $dir2 should inherit the new stripe size from
7501         # the filesystem default
7502         local file2=$dir2/$tfile-2
7503         touch $file2 || error "touch $file2 failed"
7504
7505         local file2_stripe_size=$($LFS getstripe -S $file2)
7506         [[ $file2_stripe_size -eq $new_def_stripe_size ]] ||
7507                 error "$file2 didn't inherit stripe size $new_def_stripe_size"
7508
7509         local dir3=$MOUNT/$tdir-3
7510         mkdir $dir3 || error "mkdir $dir3 failed"
7511         # $dir3 shouldn't have LOV EA, but "lfs getstripe -d $dir3" should show
7512         # the root layout, which is the actual default layout that will be used
7513         # when new files are created in $dir3.
7514         local dir3_layout=$(get_layout_param $dir3)
7515         local root_dir_layout=$(get_layout_param $MOUNT)
7516         [[ "$dir3_layout" = "$root_dir_layout" ]] ||
7517                 error "$dir3 should show the default layout from $MOUNT"
7518
7519         # set OST pool on root directory
7520         local pool=$TESTNAME
7521         pool_add $pool || error "add $pool failed"
7522         pool_add_targets $pool 0 $((OSTCOUNT - 1)) 1 ||
7523                 error "add targets to $pool failed"
7524
7525         $LFS setstripe -p $pool $MOUNT ||
7526                 error "set OST pool on $MOUNT failed"
7527
7528         # new file created in $dir3 should inherit the pool from
7529         # the filesystem default
7530         local file3=$dir3/$tfile-3
7531         touch $file3 || error "touch $file3 failed"
7532
7533         local file3_pool=$($LFS getstripe -p $file3)
7534         [[ "$file3_pool" = "$pool" ]] ||
7535                 error "$file3 didn't inherit OST pool $pool"
7536
7537         local dir4=$MOUNT/$tdir-4
7538         mkdir $dir4 || error "mkdir $dir4 failed"
7539         local dir4_layout=$(get_layout_param $dir4)
7540         root_dir_layout=$(get_layout_param $MOUNT)
7541         echo "$LFS getstripe -d $dir4"
7542         $LFS getstripe -d $dir4
7543         echo "$LFS getstripe -d $MOUNT"
7544         $LFS getstripe -d $MOUNT
7545         [[ "$dir4_layout" = "$root_dir_layout" ]] ||
7546                 error "$dir4 should show the default layout from $MOUNT"
7547
7548         # new file created in $dir4 should inherit the pool from
7549         # the filesystem default
7550         local file4=$dir4/$tfile-4
7551         touch $file4 || error "touch $file4 failed"
7552
7553         local file4_pool=$($LFS getstripe -p $file4)
7554         [[ "$file4_pool" = "$pool" ]] ||
7555                 error "$file4 didn't inherit OST pool $pool"
7556
7557         # new subdirectory under non-root directory should inherit
7558         # the default layout from its parent directory
7559         $LFS setstripe -S $new_def_stripe_size -p $pool $dir4 ||
7560                 error "set directory layout on $dir4 failed"
7561
7562         local dir5=$dir4/$tdir-5
7563         mkdir $dir5 || error "mkdir $dir5 failed"
7564
7565         dir4_layout=$(get_layout_param $dir4)
7566         local dir5_layout=$(get_layout_param $dir5)
7567         [[ "$dir4_layout" = "$dir5_layout" ]] ||
7568                 error "$dir5 should inherit the default layout from $dir4"
7569
7570         # though subdir under ROOT doesn't inherit default layout, but
7571         # its sub dir/file should be created with default layout.
7572         [[ $MDSCOUNT -ge 2 ]] || skip_env "needs >= 2 MDTs"
7573         [[ $MDS1_VERSION -ge $(version_code 2.12.59) ]] ||
7574         [[ $MDS1_VERSION -ge $(version_code 2.12.3) &&
7575            $MDS1_VERSION -lt $(version_code 2.12.50) ]] ||
7576                 skip "Need MDS version at least 2.12.3 or 2.12.59"
7577
7578         local default_lmv_count=$($LFS getdirstripe -D -c $MOUNT)
7579         local default_lmv_index=$($LFS getdirstripe -D -i $MOUNT)
7580         local default_lmv_hash=$($LFS getdirstripe -D -H $MOUNT)
7581
7582         if [ $default_lmv_hash == "none" ]; then
7583                 stack_trap "$LFS setdirstripe -D -d $MOUNT" EXIT
7584         else
7585                 stack_trap "$LFS setdirstripe -D -i $default_lmv_index \
7586                         -c $default_lmv_count -H $default_lmv_hash $MOUNT" EXIT
7587         fi
7588
7589         $LFS setdirstripe -D -c 2 $MOUNT ||
7590                 error "setdirstripe -D -c 2 failed"
7591         mkdir $MOUNT/$tdir-6 || error "mkdir $tdir-6 failed"
7592         local lmv_count=$($LFS getdirstripe -c $MOUNT/$tdir-6)
7593         [ $lmv_count -eq 2 ] || error "$tdir-6 stripe count $lmv_count"
7594 }
7595 run_test 65n "don't inherit default layout from root for new subdirectories"
7596
7597 # bug 2543 - update blocks count on client
7598 test_66() {
7599         [ $PARALLEL == "yes" ] && skip "skip parallel run"
7600
7601         COUNT=${COUNT:-8}
7602         dd if=/dev/zero of=$DIR/f66 bs=1k count=$COUNT
7603         sync; sync_all_data; sync; sync_all_data
7604         cancel_lru_locks osc
7605         BLOCKS=`ls -s $DIR/f66 | awk '{ print $1 }'`
7606         [ $BLOCKS -ge $COUNT ] || error "$DIR/f66 blocks $BLOCKS < $COUNT"
7607 }
7608 run_test 66 "update inode blocks count on client ==============="
7609
7610 meminfo() {
7611         awk '($1 == "'$1':") { print $2 }' /proc/meminfo
7612 }
7613
7614 swap_used() {
7615         swapon -s | awk '($1 == "'$1'") { print $4 }'
7616 }
7617
7618 # bug5265, obdfilter oa2dentry return -ENOENT
7619 # #define OBD_FAIL_SRV_ENOENT 0x217
7620 test_69() {
7621         [ $PARALLEL == "yes" ] && skip "skip parallel run"
7622         remote_ost_nodsh && skip "remote OST with nodsh"
7623
7624         f="$DIR/$tfile"
7625         $SETSTRIPE -c 1 -i 0 $f
7626
7627         $DIRECTIO write ${f}.2 0 1 || error "directio write error"
7628
7629         do_facet ost1 lctl set_param fail_loc=0x217
7630         $TRUNCATE $f 1 # vmtruncate() will ignore truncate() error.
7631         $DIRECTIO write $f 0 2 && error "write succeeded, expect -ENOENT"
7632
7633         do_facet ost1 lctl set_param fail_loc=0
7634         $DIRECTIO write $f 0 2 || error "write error"
7635
7636         cancel_lru_locks osc
7637         $DIRECTIO read $f 0 1 || error "read error"
7638
7639         do_facet ost1 lctl set_param fail_loc=0x217
7640         $DIRECTIO read $f 1 1 && error "read succeeded, expect -ENOENT"
7641
7642         do_facet ost1 lctl set_param fail_loc=0
7643         rm -f $f
7644 }
7645 run_test 69 "verify oa2dentry return -ENOENT doesn't LBUG ======"
7646
7647 test_71() {
7648         test_mkdir $DIR/$tdir
7649         $LFS setdirstripe -D -c$MDSCOUNT $DIR/$tdir
7650         sh rundbench -C -D $DIR/$tdir 2 || error "dbench failed!"
7651 }
7652 run_test 71 "Running dbench on lustre (don't segment fault) ===="
7653
7654 test_72a() { # bug 5695 - Test that on 2.6 remove_suid works properly
7655         [ $PARALLEL == "yes" ] && skip "skip parallel run"
7656         [ "$RUNAS_ID" = "$UID" ] &&
7657                 skip_env "RUNAS_ID = UID = $UID -- skipping"
7658         # Check that testing environment is properly set up. Skip if not
7659         FAIL_ON_ERROR=false check_runas_id_ret $RUNAS_ID $RUNAS_GID $RUNAS ||
7660                 skip_env "User $RUNAS_ID does not exist - skipping"
7661
7662         touch $DIR/$tfile
7663         chmod 777 $DIR/$tfile
7664         chmod ug+s $DIR/$tfile
7665         $RUNAS dd if=/dev/zero of=$DIR/$tfile bs=512 count=1 ||
7666                 error "$RUNAS dd $DIR/$tfile failed"
7667         # See if we are still setuid/sgid
7668         test -u $DIR/$tfile -o -g $DIR/$tfile &&
7669                 error "S/gid is not dropped on write"
7670         # Now test that MDS is updated too
7671         cancel_lru_locks mdc
7672         test -u $DIR/$tfile -o -g $DIR/$tfile &&
7673                 error "S/gid is not dropped on MDS"
7674         rm -f $DIR/$tfile
7675 }
7676 run_test 72a "Test that remove suid works properly (bug5695) ===="
7677
7678 test_72b() { # bug 24226 -- keep mode setting when size is not changing
7679         local perm
7680
7681         [ "$RUNAS_ID" = "$UID" ] &&
7682                 skip_env "RUNAS_ID = UID = $UID -- skipping"
7683         [ "$RUNAS_ID" -eq 0 ] &&
7684                 skip_env "RUNAS_ID = 0 -- skipping"
7685         [ $PARALLEL == "yes" ] && skip "skip parallel run"
7686         # Check that testing environment is properly set up. Skip if not
7687         FAIL_ON_ERROR=false check_runas_id_ret $RUNAS_ID $RUNAS_ID $RUNAS ||
7688                 skip_env "User $RUNAS_ID does not exist - skipping"
7689
7690         touch $DIR/${tfile}-f{g,u}
7691         test_mkdir $DIR/${tfile}-dg
7692         test_mkdir $DIR/${tfile}-du
7693         chmod 770 $DIR/${tfile}-{f,d}{g,u}
7694         chmod g+s $DIR/${tfile}-{f,d}g
7695         chmod u+s $DIR/${tfile}-{f,d}u
7696         for perm in 777 2777 4777; do
7697                 $RUNAS chmod $perm $DIR/${tfile}-fg && error "S/gid file allowed improper chmod to $perm"
7698                 $RUNAS chmod $perm $DIR/${tfile}-fu && error "S/uid file allowed improper chmod to $perm"
7699                 $RUNAS chmod $perm $DIR/${tfile}-dg && error "S/gid dir allowed improper chmod to $perm"
7700                 $RUNAS chmod $perm $DIR/${tfile}-du && error "S/uid dir allowed improper chmod to $perm"
7701         done
7702         true
7703 }
7704 run_test 72b "Test that we keep mode setting if without file data changed (bug 24226)"
7705
7706 # bug 3462 - multiple simultaneous MDC requests
7707 test_73() {
7708         [ $PARALLEL == "yes" ] && skip "skip parallel run"
7709
7710         test_mkdir $DIR/d73-1
7711         test_mkdir $DIR/d73-2
7712         multiop_bg_pause $DIR/d73-1/f73-1 O_c || return 1
7713         pid1=$!
7714
7715         lctl set_param fail_loc=0x80000129
7716         $MULTIOP $DIR/d73-1/f73-2 Oc &
7717         sleep 1
7718         lctl set_param fail_loc=0
7719
7720         $MULTIOP $DIR/d73-2/f73-3 Oc &
7721         pid3=$!
7722
7723         kill -USR1 $pid1
7724         wait $pid1 || return 1
7725
7726         sleep 25
7727
7728         $CHECKSTAT -t file $DIR/d73-1/f73-1 || return 4
7729         $CHECKSTAT -t file $DIR/d73-1/f73-2 || return 5
7730         $CHECKSTAT -t file $DIR/d73-2/f73-3 || return 6
7731
7732         rm -rf $DIR/d73-*
7733 }
7734 run_test 73 "multiple MDC requests (should not deadlock)"
7735
7736 test_74a() { # bug 6149, 6184
7737         [ $PARALLEL == "yes" ] && skip "skip parallel run"
7738
7739         touch $DIR/f74a
7740         #define OBD_FAIL_LDLM_ENQUEUE_OLD_EXPORT 0x30e
7741         #
7742         # very important to OR with OBD_FAIL_ONCE (0x80000000) -- otherwise it
7743         # will spin in a tight reconnection loop
7744         $LCTL set_param fail_loc=0x8000030e
7745         # get any lock that won't be difficult - lookup works.
7746         ls $DIR/f74a
7747         $LCTL set_param fail_loc=0
7748         rm -f $DIR/f74a
7749         true
7750 }
7751 run_test 74a "ldlm_enqueue freed-export error path, ls (shouldn't LBUG)"
7752
7753 test_74b() { # bug 13310
7754         [ $PARALLEL == "yes" ] && skip "skip parallel run"
7755
7756         #define OBD_FAIL_LDLM_ENQUEUE_OLD_EXPORT 0x30e
7757         #
7758         # very important to OR with OBD_FAIL_ONCE (0x80000000) -- otherwise it
7759         # will spin in a tight reconnection loop
7760         $LCTL set_param fail_loc=0x8000030e
7761         # get a "difficult" lock
7762         touch $DIR/f74b
7763         $LCTL set_param fail_loc=0
7764         rm -f $DIR/f74b
7765         true
7766 }
7767 run_test 74b "ldlm_enqueue freed-export error path, touch (shouldn't LBUG)"
7768
7769 test_74c() {
7770         [ $PARALLEL == "yes" ] && skip "skip parallel run"
7771
7772         #define OBD_FAIL_LDLM_NEW_LOCK
7773         $LCTL set_param fail_loc=0x319
7774         touch $DIR/$tfile && error "touch successful"
7775         $LCTL set_param fail_loc=0
7776         true
7777 }
7778 run_test 74c "ldlm_lock_create error path, (shouldn't LBUG)"
7779
7780 num_inodes() {
7781         awk '/lustre_inode_cache/ {print $2; exit}' /proc/slabinfo
7782 }
7783
7784 test_76() { # Now for bug 20433, added originally in bug 1443
7785         [ $PARALLEL == "yes" ] && skip "skip parallel run"
7786
7787         local CPUS=$(getconf _NPROCESSORS_ONLN 2>/dev/null)
7788
7789         cancel_lru_locks osc
7790         BEFORE_INODES=$(num_inodes)
7791         echo "before inodes: $BEFORE_INODES"
7792         local COUNT=1000
7793         [ "$SLOW" = "no" ] && COUNT=100
7794         for i in $(seq $COUNT); do
7795                 touch $DIR/$tfile
7796                 rm -f $DIR/$tfile
7797         done
7798         cancel_lru_locks osc
7799         AFTER_INODES=$(num_inodes)
7800         echo "after inodes: $AFTER_INODES"
7801         local wait=0
7802         while [[ $((AFTER_INODES-1*${CPUS:-1})) -gt $BEFORE_INODES ]]; do
7803                 sleep 2
7804                 AFTER_INODES=$(num_inodes)
7805                 wait=$((wait+2))
7806                 echo "wait $wait seconds inodes: $AFTER_INODES"
7807                 if [ $wait -gt 30 ]; then
7808                         error "inode slab grew from $BEFORE_INODES to $AFTER_INODES"
7809                 fi
7810         done
7811 }
7812 run_test 76 "confirm clients recycle inodes properly ===="
7813
7814
7815 export ORIG_CSUM=""
7816 set_checksums()
7817 {
7818         # Note: in sptlrpc modes which enable its own bulk checksum, the
7819         # original crc32_le bulk checksum will be automatically disabled,
7820         # and the OBD_FAIL_OSC_CHECKSUM_SEND/OBD_FAIL_OSC_CHECKSUM_RECEIVE
7821         # will be checked by sptlrpc code against sptlrpc bulk checksum.
7822         # In this case set_checksums() will not be no-op, because sptlrpc
7823         # bulk checksum will be enabled all through the test.
7824
7825         [ "$ORIG_CSUM" ] || ORIG_CSUM=`lctl get_param -n osc.*.checksums | head -n1`
7826         lctl set_param -n osc.*.checksums $1
7827         return 0
7828 }
7829
7830 export ORIG_CSUM_TYPE="`lctl get_param -n osc.*osc-[^mM]*.checksum_type |
7831                         sed 's/.*\[\(.*\)\].*/\1/g' | head -n1`"
7832 CKSUM_TYPES=${CKSUM_TYPES:-$(lctl get_param -n osc.*osc-[^mM]*.checksum_type |
7833                              tr -d [] | head -n1)}
7834 set_checksum_type()
7835 {
7836         lctl set_param -n osc.*osc-[^mM]*.checksum_type $1
7837         log "set checksum type to $1"
7838         return 0
7839 }
7840 F77_TMP=$TMP/f77-temp
7841 F77SZ=8
7842 setup_f77() {
7843         dd if=/dev/urandom of=$F77_TMP bs=1M count=$F77SZ || \
7844                 error "error writing to $F77_TMP"
7845 }
7846
7847 test_77a() { # bug 10889
7848         [ $PARALLEL == "yes" ] && skip "skip parallel run"
7849         $GSS && skip_env "could not run with gss"
7850
7851         [ ! -f $F77_TMP ] && setup_f77
7852         set_checksums 1
7853         dd if=$F77_TMP of=$DIR/$tfile bs=1M count=$F77SZ || error "dd error"
7854         set_checksums 0
7855         rm -f $DIR/$tfile
7856 }
7857 run_test 77a "normal checksum read/write operation"
7858
7859 test_77b() { # bug 10889
7860         [ $PARALLEL == "yes" ] && skip "skip parallel run"
7861         $GSS && skip_env "could not run with gss"
7862
7863         [ ! -f $F77_TMP ] && setup_f77
7864         #define OBD_FAIL_OSC_CHECKSUM_SEND       0x409
7865         $LCTL set_param fail_loc=0x80000409
7866         set_checksums 1
7867
7868         dd if=$F77_TMP of=$DIR/$tfile bs=1M count=$F77SZ conv=sync ||
7869                 error "dd error: $?"
7870         $LCTL set_param fail_loc=0
7871
7872         for algo in $CKSUM_TYPES; do
7873                 cancel_lru_locks osc
7874                 set_checksum_type $algo
7875                 #define OBD_FAIL_OSC_CHECKSUM_RECEIVE    0x408
7876                 $LCTL set_param fail_loc=0x80000408
7877                 cmp $F77_TMP $DIR/$tfile || error "file compare failed"
7878                 $LCTL set_param fail_loc=0
7879         done
7880         set_checksums 0
7881         set_checksum_type $ORIG_CSUM_TYPE
7882         rm -f $DIR/$tfile
7883 }
7884 run_test 77b "checksum error on client write, read"
7885
7886 cleanup_77c() {
7887         trap 0
7888         set_checksums 0
7889         $LCTL set_param osc.*osc-[^mM]*.checksum_dump=0
7890         $check_ost &&
7891                 do_facet ost1 $LCTL set_param obdfilter.*-OST*.checksum_dump=0
7892         [ -n "$osc_file_prefix" ] && rm -f ${osc_file_prefix}*
7893         $check_ost && [ -n "$ost_file_prefix" ] &&
7894                 do_facet ost1 rm -f ${ost_file_prefix}\*
7895 }
7896
7897 test_77c() {
7898         [ $PARALLEL == "yes" ] && skip "skip parallel run"
7899         $GSS && skip_env "could not run with gss"
7900         remote_ost_nodsh && skip "remote OST with nodsh"
7901
7902         local bad1
7903         local osc_file_prefix
7904         local osc_file
7905         local check_ost=false
7906         local ost_file_prefix
7907         local ost_file
7908         local orig_cksum
7909         local dump_cksum
7910         local fid
7911
7912         # ensure corruption will occur on first OSS/OST
7913         $LFS setstripe -i 0 $DIR/$tfile
7914
7915         [ ! -f $F77_TMP ] && setup_f77
7916         dd if=$F77_TMP of=$DIR/$tfile bs=1M count=$F77SZ conv=sync ||
7917                 error "dd write error: $?"
7918         fid=$($LFS path2fid $DIR/$tfile)
7919
7920         if [ $OST1_VERSION -ge $(version_code 2.9.57) ]
7921         then
7922                 check_ost=true
7923                 ost_file_prefix=$(do_facet ost1 $LCTL get_param -n debug_path)
7924                 ost_file_prefix=${ost_file_prefix}-checksum_dump-ost-\\${fid}
7925         else
7926                 echo "OSS do not support bulk pages dump upon error"
7927         fi
7928
7929         osc_file_prefix=$($LCTL get_param -n debug_path)
7930         osc_file_prefix=${osc_file_prefix}-checksum_dump-osc-\\${fid}
7931
7932         trap cleanup_77c EXIT
7933
7934         set_checksums 1
7935         # enable bulk pages dump upon error on Client
7936         $LCTL set_param osc.*osc-[^mM]*.checksum_dump=1
7937         # enable bulk pages dump upon error on OSS
7938         $check_ost &&
7939                 do_facet ost1 $LCTL set_param obdfilter.*-OST*.checksum_dump=1
7940
7941         # flush Client cache to allow next read to reach OSS
7942         cancel_lru_locks osc
7943
7944         #define OBD_FAIL_OSC_CHECKSUM_RECEIVE       0x408
7945         $LCTL set_param fail_loc=0x80000408
7946         dd if=$DIR/$tfile of=/dev/null bs=1M || error "dd read error: $?"
7947         $LCTL set_param fail_loc=0
7948
7949         rm -f $DIR/$tfile
7950
7951         # check cksum dump on Client
7952         osc_file=$(ls ${osc_file_prefix}*)
7953         [ -n "$osc_file" ] || error "no checksum dump file on Client"
7954         # OBD_FAIL_OSC_CHECKSUM_RECEIVE corrupts with "bad1" at start of file
7955         bad1=$(dd if=$osc_file bs=1 count=4 2>/dev/null) || error "dd error: $?"
7956         [ $bad1 == "bad1" ] || error "unexpected corrupt pattern"
7957         orig_cksum=$(dd if=$F77_TMP bs=1 skip=4 count=1048572 2>/dev/null |
7958                      cksum)
7959         dump_cksum=$(dd if=$osc_file bs=1 skip=4 2>/dev/null | cksum)
7960         [[ "$orig_cksum" == "$dump_cksum" ]] ||
7961                 error "dump content does not match on Client"
7962
7963         $check_ost || skip "No need to check cksum dump on OSS"
7964
7965         # check cksum dump on OSS
7966         ost_file=$(do_facet ost1 ls ${ost_file_prefix}\*)
7967         [ -n "$ost_file" ] || error "no checksum dump file on OSS"
7968         orig_cksum=$(dd if=$F77_TMP bs=1048576 count=1 2>/dev/null | cksum)
7969         dump_cksum=$(do_facet ost1 dd if=$ost_file 2>/dev/null \| cksum)
7970         [[ "$orig_cksum" == "$dump_cksum" ]] ||
7971                 error "dump content does not match on OSS"
7972
7973         cleanup_77c
7974 }
7975 run_test 77c "checksum error on client read with debug"
7976
7977 test_77d() { # bug 10889
7978         [ $PARALLEL == "yes" ] && skip "skip parallel run"
7979         $GSS && skip_env "could not run with gss"
7980
7981         #define OBD_FAIL_OSC_CHECKSUM_SEND       0x409
7982         $LCTL set_param fail_loc=0x80000409
7983         set_checksums 1
7984         $DIRECTIO write $DIR/$tfile 0 $F77SZ $((1024 * 1024)) ||
7985                 error "direct write: rc=$?"
7986         $LCTL set_param fail_loc=0
7987         set_checksums 0
7988
7989         #define OBD_FAIL_OSC_CHECKSUM_RECEIVE    0x408
7990         $LCTL set_param fail_loc=0x80000408
7991         set_checksums 1
7992         cancel_lru_locks osc
7993         $DIRECTIO read $DIR/$tfile 0 $F77SZ $((1024 * 1024)) ||
7994                 error "direct read: rc=$?"
7995         $LCTL set_param fail_loc=0
7996         set_checksums 0
7997 }
7998 run_test 77d "checksum error on OST direct write, read"
7999
8000 test_77f() { # bug 10889
8001         [ $PARALLEL == "yes" ] && skip "skip parallel run"
8002         $GSS && skip_env "could not run with gss"
8003
8004         set_checksums 1
8005         for algo in $CKSUM_TYPES; do
8006                 cancel_lru_locks osc
8007                 set_checksum_type $algo
8008                 #define OBD_FAIL_OSC_CHECKSUM_SEND       0x409
8009                 $LCTL set_param fail_loc=0x409
8010                 $DIRECTIO write $DIR/$tfile 0 $F77SZ $((1024 * 1024)) &&
8011                         error "direct write succeeded"
8012                 $LCTL set_param fail_loc=0
8013         done
8014         set_checksum_type $ORIG_CSUM_TYPE
8015         set_checksums 0
8016 }
8017 run_test 77f "repeat checksum error on write (expect error)"
8018
8019 test_77g() { # bug 10889
8020         [ $PARALLEL == "yes" ] && skip "skip parallel run"
8021         $GSS && skip_env "could not run with gss"
8022         remote_ost_nodsh && skip "remote OST with nodsh"
8023
8024         [ ! -f $F77_TMP ] && setup_f77
8025
8026         local file=$DIR/$tfile
8027         stack_trap "rm -f $file" EXIT
8028
8029         $SETSTRIPE -c 1 -i 0 $file
8030         #define OBD_FAIL_OST_CHECKSUM_RECEIVE       0x21a
8031         do_facet ost1 lctl set_param fail_loc=0x8000021a
8032         set_checksums 1
8033         dd if=$F77_TMP of=$file bs=1M count=$F77SZ ||
8034                 error "write error: rc=$?"
8035         do_facet ost1 lctl set_param fail_loc=0
8036         set_checksums 0
8037
8038         cancel_lru_locks osc
8039         #define OBD_FAIL_OST_CHECKSUM_SEND          0x21b
8040         do_facet ost1 lctl set_param fail_loc=0x8000021b
8041         set_checksums 1
8042         cmp $F77_TMP $file || error "file compare failed"
8043         do_facet ost1 lctl set_param fail_loc=0
8044         set_checksums 0
8045 }
8046 run_test 77g "checksum error on OST write, read"
8047
8048 test_77k() { # LU-10906
8049         [ $PARALLEL == "yes" ] && skip "skip parallel run"
8050         $GSS && skip_env "could not run with gss"
8051
8052         local cksum_param="osc.$FSNAME*.checksums"
8053         local get_checksum="$LCTL get_param -n $cksum_param | head -n1"
8054         local checksum
8055         local i
8056
8057         [ "$ORIG_CSUM" ] || ORIG_CSUM=$(eval $get_checksum)
8058         stack_trap "wait_update $HOSTNAME '$get_checksum' $ORIG_CSUM" EXIT
8059         stack_trap "do_facet mgs $LCTL set_param -P $cksum_param=$ORIG_CSUM" \
8060                 EXIT
8061
8062         for i in 0 1; do
8063                 do_facet mgs $LCTL set_param -P $cksum_param=$i ||
8064                         error "failed to set checksum=$i on MGS"
8065                 wait_update $HOSTNAME "$get_checksum" $i
8066                 #remount
8067                 echo "remount client, checksum should be $i"
8068                 remount_client $MOUNT || "failed to remount client"
8069                 checksum=$(eval $get_checksum)
8070                 [ $checksum -eq $i ] || error "checksum($checksum) != $i"
8071         done
8072
8073         for opt in "checksum" "nochecksum"; do
8074                 #remount with mount option
8075                 echo "remount client with option $opt, checksum should be $i"
8076                 umount_client $MOUNT || "failed to umount client"
8077                 mount_client $MOUNT "$MOUNT_OPTS,$opt" ||
8078                         "failed to mount client with option '$opt'"
8079                 checksum=$(eval $get_checksum)
8080                 [ $checksum -eq $i ] || error "checksum($checksum) != $i"
8081                 i=$((i - 1))
8082         done
8083
8084         remount_client $MOUNT || "failed to remount client"
8085 }
8086 run_test 77k "enable/disable checksum correctly"
8087
8088 [ "$ORIG_CSUM" ] && set_checksums $ORIG_CSUM || true
8089 rm -f $F77_TMP
8090 unset F77_TMP
8091
8092 cleanup_test_78() {
8093         trap 0
8094         rm -f $DIR/$tfile
8095 }
8096
8097 test_78() { # bug 10901
8098         [ $PARALLEL == "yes" ] && skip "skip parallel run"
8099         remote_ost || skip_env "local OST"
8100
8101         NSEQ=5
8102         F78SIZE=$(($(awk '/MemFree:/ { print $2 }' /proc/meminfo) / 1024))
8103         echo "MemFree: $F78SIZE, Max file size: $MAXFREE"
8104         MEMTOTAL=$(($(awk '/MemTotal:/ { print $2 }' /proc/meminfo) / 1024))
8105         echo "MemTotal: $MEMTOTAL"
8106
8107         # reserve 256MB of memory for the kernel and other running processes,
8108         # and then take 1/2 of the remaining memory for the read/write buffers.
8109         if [ $MEMTOTAL -gt 512 ] ;then
8110                 MEMTOTAL=$(((MEMTOTAL - 256 ) / 2))
8111         else
8112                 # for those poor memory-starved high-end clusters...
8113                 MEMTOTAL=$((MEMTOTAL / 2))
8114         fi
8115         echo "Mem to use for directio: $MEMTOTAL"
8116
8117         [[ $F78SIZE -gt $MEMTOTAL ]] && F78SIZE=$MEMTOTAL
8118         [[ $F78SIZE -gt 512 ]] && F78SIZE=512
8119         [[ $F78SIZE -gt $((MAXFREE / 1024)) ]] && F78SIZE=$((MAXFREE / 1024))
8120         SMALLESTOST=$($LFS df $DIR | grep OST | awk '{ print $4 }' | sort -n |
8121                 head -n1)
8122         echo "Smallest OST: $SMALLESTOST"
8123         [[ $SMALLESTOST -lt 10240 ]] &&
8124                 skip "too small OSTSIZE, useless to run large O_DIRECT test"
8125
8126         trap cleanup_test_78 EXIT
8127
8128         [[ $F78SIZE -gt $((SMALLESTOST * $OSTCOUNT / 1024 - 80)) ]] &&
8129                 F78SIZE=$((SMALLESTOST * $OSTCOUNT / 1024 - 80))
8130
8131         [ "$SLOW" = "no" ] && NSEQ=1 && [ $F78SIZE -gt 32 ] && F78SIZE=32
8132         echo "File size: $F78SIZE"
8133         $SETSTRIPE -c $OSTCOUNT $DIR/$tfile || error "setstripe failed"
8134         for i in $(seq 1 $NSEQ); do
8135                 FSIZE=$(($F78SIZE / ($NSEQ - $i + 1)))
8136                 echo directIO rdwr round $i of $NSEQ
8137                 $DIRECTIO rdwr $DIR/$tfile 0 $FSIZE 1048576||error "rdwr failed"
8138         done
8139
8140         cleanup_test_78
8141 }
8142 run_test 78 "handle large O_DIRECT writes correctly ============"
8143
8144 test_79() { # bug 12743
8145         [ $PARALLEL == "yes" ] && skip "skip parallel run"
8146
8147         wait_delete_completed
8148
8149         BKTOTAL=$(calc_osc_kbytes kbytestotal)
8150         BKFREE=$(calc_osc_kbytes kbytesfree)
8151         BKAVAIL=$(calc_osc_kbytes kbytesavail)
8152
8153         STRING=`df -P $MOUNT | tail -n 1 | awk '{print $2","$3","$4}'`
8154         DFTOTAL=`echo $STRING | cut -d, -f1`
8155         DFUSED=`echo $STRING  | cut -d, -f2`
8156         DFAVAIL=`echo $STRING | cut -d, -f3`
8157         DFFREE=$(($DFTOTAL - $DFUSED))
8158
8159         ALLOWANCE=$((64 * $OSTCOUNT))
8160
8161         if [ $DFTOTAL -lt $(($BKTOTAL - $ALLOWANCE)) ] ||
8162            [ $DFTOTAL -gt $(($BKTOTAL + $ALLOWANCE)) ] ; then
8163                 error "df total($DFTOTAL) mismatch OST total($BKTOTAL)"
8164         fi
8165         if [ $DFFREE -lt $(($BKFREE - $ALLOWANCE)) ] ||
8166            [ $DFFREE -gt $(($BKFREE + $ALLOWANCE)) ] ; then
8167                 error "df free($DFFREE) mismatch OST free($BKFREE)"
8168         fi
8169         if [ $DFAVAIL -lt $(($BKAVAIL - $ALLOWANCE)) ] ||
8170            [ $DFAVAIL -gt $(($BKAVAIL + $ALLOWANCE)) ] ; then
8171                 error "df avail($DFAVAIL) mismatch OST avail($BKAVAIL)"
8172         fi
8173 }
8174 run_test 79 "df report consistency check ======================="
8175
8176 test_80() { # bug 10718
8177         remote_ost_nodsh && skip "remote OST with nodsh"
8178         [ $PARALLEL == "yes" ] && skip "skip parallel run"
8179
8180         # relax strong synchronous semantics for slow backends like ZFS
8181         if [ "$ost1_FSTYPE" != "ldiskfs" ]; then
8182                 local soc="obdfilter.*.sync_lock_cancel"
8183                 local save=$(do_facet ost1 $LCTL get_param -n $soc | head -n1)
8184
8185                 # "sync_on_lock_cancel" was broken by v2_11_55_0-26-g7059644e9a
8186                 if [ -z "$save" ]; then
8187                         soc="obdfilter.*.sync_on_lock_cancel"
8188                         save=$(do_facet ost1 $LCTL get_param -n $soc | head -n1)
8189                 fi
8190
8191                 if [ "$save" != "never" ]; then
8192                         local hosts=$(comma_list $(osts_nodes))
8193
8194                         do_nodes $hosts $LCTL set_param $soc=never
8195                         stack_trap "do_nodes $hosts $LCTL set_param $soc=$save"
8196                 fi
8197         fi
8198
8199         dd if=/dev/zero of=$DIR/$tfile bs=1M count=1 seek=1M
8200         sync; sleep 1; sync
8201         local before=$(date +%s)
8202         cancel_lru_locks osc
8203         local after=$(date +%s)
8204         local diff=$((after - before))
8205         [ $diff -le 1 ] || error "elapsed for 1M@1T = $diff"
8206
8207         rm -f $DIR/$tfile
8208 }
8209 run_test 80 "Page eviction is equally fast at high offsets too"
8210
8211 test_81a() { # LU-456
8212         [ $PARALLEL == "yes" ] && skip "skip parallel run"
8213         remote_ost_nodsh && skip "remote OST with nodsh"
8214
8215         # define OBD_FAIL_OST_MAPBLK_ENOSPC    0x228
8216         # MUST OR with the OBD_FAIL_ONCE (0x80000000)
8217         do_facet ost1 lctl set_param fail_loc=0x80000228
8218
8219         # write should trigger a retry and success
8220         $SETSTRIPE -i 0 -c 1 $DIR/$tfile
8221         $MULTIOP $DIR/$tfile oO_CREAT:O_RDWR:O_SYNC:w4096c
8222         RC=$?
8223         if [ $RC -ne 0 ] ; then
8224                 error "write should success, but failed for $RC"
8225         fi
8226 }
8227 run_test 81a "OST should retry write when get -ENOSPC ==============="
8228
8229 test_81b() { # LU-456
8230         [ $PARALLEL == "yes" ] && skip "skip parallel run"
8231         remote_ost_nodsh && skip "remote OST with nodsh"
8232
8233         # define OBD_FAIL_OST_MAPBLK_ENOSPC    0x228
8234         # Don't OR with the OBD_FAIL_ONCE (0x80000000)
8235         do_facet ost1 lctl set_param fail_loc=0x228
8236
8237         # write should retry several times and return -ENOSPC finally
8238         $SETSTRIPE -i 0 -c 1 $DIR/$tfile
8239         $MULTIOP $DIR/$tfile oO_CREAT:O_RDWR:O_SYNC:w4096c
8240         RC=$?
8241         ENOSPC=28
8242         if [ $RC -ne $ENOSPC ] ; then
8243                 error "dd should fail for -ENOSPC, but succeed."
8244         fi
8245 }
8246 run_test 81b "OST should return -ENOSPC when retry still fails ======="
8247
8248 test_82() { # LU-1031
8249         dd if=/dev/zero of=$DIR/$tfile bs=1M count=10
8250         local gid1=14091995
8251         local gid2=16022000
8252
8253         multiop_bg_pause $DIR/$tfile OG${gid1}_g${gid1}c || return 1
8254         local MULTIPID1=$!
8255         multiop_bg_pause $DIR/$tfile O_G${gid2}r10g${gid2}c || return 2
8256         local MULTIPID2=$!
8257         kill -USR1 $MULTIPID2
8258         sleep 2
8259         if [[ `ps h -o comm -p $MULTIPID2` == "" ]]; then
8260                 error "First grouplock does not block second one"
8261         else
8262                 echo "Second grouplock blocks first one"
8263         fi
8264         kill -USR1 $MULTIPID1
8265         wait $MULTIPID1
8266         wait $MULTIPID2
8267 }
8268 run_test 82 "Basic grouplock test"
8269
8270 test_99() {
8271         [ -z "$(which cvs 2>/dev/null)" ] && skip_env "could not find cvs"
8272
8273         test_mkdir $DIR/$tdir.cvsroot
8274         chown $RUNAS_ID $DIR/$tdir.cvsroot
8275
8276         cd $TMP
8277         $RUNAS cvs -d $DIR/$tdir.cvsroot init || error "cvs init failed"
8278
8279         cd /etc/init.d
8280         # some versions of cvs import exit(1) when asked to import links or
8281         # files they can't read.  ignore those files.
8282         local toignore=$(find . -type l -printf '-I %f\n' -o \
8283                          ! -perm /4 -printf '-I %f\n')
8284         $RUNAS cvs -d $DIR/$tdir.cvsroot import -m "nomesg" $toignore \
8285                 $tdir.reposname vtag rtag
8286
8287         cd $DIR
8288         test_mkdir $DIR/$tdir.reposname
8289         chown $RUNAS_ID $DIR/$tdir.reposname
8290         $RUNAS cvs -d $DIR/$tdir.cvsroot co $tdir.reposname
8291
8292         cd $DIR/$tdir.reposname
8293         $RUNAS touch foo99
8294         $RUNAS cvs add -m 'addmsg' foo99
8295         $RUNAS cvs update
8296         $RUNAS cvs commit -m 'nomsg' foo99
8297         rm -fr $DIR/$tdir.cvsroot
8298 }
8299 run_test 99 "cvs strange file/directory operations"
8300
8301 test_100() {
8302         [ $PARALLEL == "yes" ] && skip "skip parallel run"
8303         [[ "$NETTYPE" =~ tcp ]] ||
8304                 skip_env "TCP secure port test, not useful for NETTYPE=$NETTYPE"
8305         remote_ost_nodsh && skip "remote OST with nodsh"
8306         remote_mds_nodsh && skip "remote MDS with nodsh"
8307         remote_servers ||
8308                 skip "useless for local single node setup"
8309
8310         netstat -tna | ( rc=1; while read PROT SND RCV LOCAL REMOTE STAT; do
8311                 [ "$PROT" != "tcp" ] && continue
8312                 RPORT=$(echo $REMOTE | cut -d: -f2)
8313                 [ "$RPORT" != "$ACCEPTOR_PORT" ] && continue
8314
8315                 rc=0
8316                 LPORT=`echo $LOCAL | cut -d: -f2`
8317                 if [ $LPORT -ge 1024 ]; then
8318                         echo "bad: $PROT $SND $RCV $LOCAL $REMOTE $STAT"
8319                         netstat -tna
8320                         error_exit "local: $LPORT > 1024, remote: $RPORT"
8321                 fi
8322         done
8323         [ "$rc" = 0 ] || error_exit "privileged port not found" )
8324 }
8325 run_test 100 "check local port using privileged port ==========="
8326
8327 function get_named_value()
8328 {
8329     local tag
8330
8331     tag=$1
8332     while read ;do
8333         line=$REPLY
8334         case $line in
8335         $tag*)
8336             echo $line | sed "s/^$tag[ ]*//"
8337             break
8338             ;;
8339         esac
8340     done
8341 }
8342
8343 export CACHE_MAX=$($LCTL get_param -n llite.*.max_cached_mb |
8344                    awk '/^max_cached_mb/ { print $2 }')
8345
8346 cleanup_101a() {
8347         $LCTL set_param -n llite.*.max_cached_mb $CACHE_MAX
8348         trap 0
8349 }
8350
8351 test_101a() {
8352         [ $PARALLEL == "yes" ] && skip "skip parallel run"
8353         [ $MDSCOUNT -ge 2 ] && skip_env "needs < 2 MDTs" #LU-4322
8354
8355         local s
8356         local discard
8357         local nreads=10000
8358         local cache_limit=32
8359
8360         $LCTL set_param -n osc.*-osc*.rpc_stats 0
8361         trap cleanup_101a EXIT
8362         $LCTL set_param -n llite.*.read_ahead_stats 0
8363         $LCTL set_param -n llite.*.max_cached_mb $cache_limit
8364
8365         #
8366         # randomly read 10000 of 64K chunks from file 3x 32MB in size
8367         #
8368         echo "nreads: $nreads file size: $((cache_limit * 3))MB"
8369         $READS -f $DIR/$tfile -s$((cache_limit * 3192 * 1024)) -b65536 -C -n$nreads -t 180
8370
8371         discard=0
8372         for s in $($LCTL get_param -n llite.*.read_ahead_stats |
8373                 get_named_value 'read but discarded' | cut -d" " -f1); do
8374                         discard=$(($discard + $s))
8375         done
8376         cleanup_101a
8377
8378         if [[ $(($discard * 10)) -gt $nreads ]]; then
8379                 $LCTL get_param osc.*-osc*.rpc_stats
8380                 $LCTL get_param llite.*.read_ahead_stats
8381                 error "too many ($discard) discarded pages"
8382         fi
8383         rm -f $DIR/$tfile || true
8384 }
8385 run_test 101a "check read-ahead for random reads"
8386
8387 setup_test101bc() {
8388         test_mkdir $DIR/$tdir
8389         local STRIPE_SIZE=$1
8390         local FILE_LENGTH=$2
8391         STRIPE_OFFSET=0
8392
8393         local FILE_SIZE_MB=$((FILE_LENGTH / STRIPE_SIZE))
8394
8395         local list=$(comma_list $(osts_nodes))
8396         set_osd_param $list '' read_cache_enable 0
8397         set_osd_param $list '' writethrough_cache_enable 0
8398
8399         trap cleanup_test101bc EXIT
8400         # prepare the read-ahead file
8401         $SETSTRIPE -S $STRIPE_SIZE -i $STRIPE_OFFSET -c $OSTCOUNT $DIR/$tfile
8402
8403         dd if=/dev/zero of=$DIR/$tfile bs=$STRIPE_SIZE \
8404                                 count=$FILE_SIZE_MB 2> /dev/null
8405
8406 }
8407
8408 cleanup_test101bc() {
8409         trap 0
8410         rm -rf $DIR/$tdir
8411         rm -f $DIR/$tfile
8412
8413         local list=$(comma_list $(osts_nodes))
8414         set_osd_param $list '' read_cache_enable 1
8415         set_osd_param $list '' writethrough_cache_enable 1
8416 }
8417
8418 calc_total() {
8419         awk 'BEGIN{total=0}; {total+=$1}; END{print total}'
8420 }
8421
8422 ra_check_101() {
8423         local READ_SIZE=$1
8424         local STRIPE_SIZE=$2
8425         local FILE_LENGTH=$3
8426         local RA_INC=1048576
8427         local STRIDE_LENGTH=$((STRIPE_SIZE/READ_SIZE))
8428         local discard_limit=$((((STRIDE_LENGTH - 1)*3/(STRIDE_LENGTH*OSTCOUNT))* \
8429                              (STRIDE_LENGTH*OSTCOUNT - STRIDE_LENGTH)))
8430         DISCARD=$($LCTL get_param -n llite.*.read_ahead_stats |
8431                         get_named_value 'read but discarded' |
8432                         cut -d" " -f1 | calc_total)
8433         if [[ $DISCARD -gt $discard_limit ]]; then
8434                 $LCTL get_param llite.*.read_ahead_stats
8435                 error "Too many ($DISCARD) discarded pages with size (${READ_SIZE})"
8436         else
8437                 echo "Read-ahead success for size ${READ_SIZE}"
8438         fi
8439 }
8440
8441 test_101b() {
8442         [ $PARALLEL == "yes" ] && skip "skip parallel run"
8443         [[ $OSTCOUNT -lt 2 ]] && skip_env "needs >= 2 OSTs"
8444
8445         local STRIPE_SIZE=1048576
8446         local STRIDE_SIZE=$((STRIPE_SIZE*OSTCOUNT))
8447
8448         if [ $SLOW == "yes" ]; then
8449                 local FILE_LENGTH=$((STRIDE_SIZE * 64))
8450         else
8451                 local FILE_LENGTH=$((STRIDE_SIZE * 8))
8452         fi
8453
8454         local ITERATION=$((FILE_LENGTH / STRIDE_SIZE))
8455
8456         # prepare the read-ahead file
8457         setup_test101bc $STRIPE_SIZE $FILE_LENGTH
8458         cancel_lru_locks osc
8459         for BIDX in 2 4 8 16 32 64 128 256
8460         do
8461                 local BSIZE=$((BIDX*4096))
8462                 local READ_COUNT=$((STRIPE_SIZE/BSIZE))
8463                 local STRIDE_LENGTH=$((STRIDE_SIZE/BSIZE))
8464                 local OFFSET=$((STRIPE_SIZE/BSIZE*(OSTCOUNT - 1)))
8465                 $LCTL set_param -n llite.*.read_ahead_stats 0
8466                 $READS -f $DIR/$tfile  -l $STRIDE_LENGTH -o $OFFSET \
8467                               -s $FILE_LENGTH -b $STRIPE_SIZE -a $READ_COUNT -n $ITERATION
8468                 cancel_lru_locks osc
8469                 ra_check_101 $BSIZE $STRIPE_SIZE $FILE_LENGTH
8470         done
8471         cleanup_test101bc
8472         true
8473 }
8474 run_test 101b "check stride-io mode read-ahead ================="
8475
8476 test_101c() {
8477         [ $PARALLEL == "yes" ] && skip "skip parallel run"
8478
8479         local STRIPE_SIZE=1048576
8480         local FILE_LENGTH=$((STRIPE_SIZE*100))
8481         local nreads=10000
8482         local rsize=65536
8483         local osc_rpc_stats
8484
8485         setup_test101bc $STRIPE_SIZE $FILE_LENGTH
8486
8487         cancel_lru_locks osc
8488         $LCTL set_param osc.*.rpc_stats 0
8489         $READS -f $DIR/$tfile -s$FILE_LENGTH -b$rsize -n$nreads -t 180
8490         for osc_rpc_stats in $($LCTL get_param -N osc.*.rpc_stats); do
8491                 local stats=$($LCTL get_param -n $osc_rpc_stats)
8492                 local lines=$(echo "$stats" | awk 'END {print NR;}')
8493                 local size
8494
8495                 if [ $lines -le 20 ]; then
8496                         continue
8497                 fi
8498                 for size in 1 2 4 8; do
8499                         local rpc=$(echo "$stats" |
8500                                     awk '($1 == "'$size':") {print $2; exit; }')
8501                         [ $rpc != 0 ] && ((size * PAGE_SIZE < rsize)) &&
8502                                 error "Small $((size*PAGE_SIZE)) read IO $rpc!"
8503                 done
8504                 echo "$osc_rpc_stats check passed!"
8505         done
8506         cleanup_test101bc
8507         true
8508 }
8509 run_test 101c "check stripe_size aligned read-ahead ================="
8510
8511 set_read_ahead() {
8512         $LCTL get_param -n llite.*.max_read_ahead_mb | head -n 1
8513         $LCTL set_param -n llite.*.max_read_ahead_mb $1 > /dev/null 2>&1
8514 }
8515
8516 test_101d() {
8517         [ $PARALLEL == "yes" ] && skip "skip parallel run"
8518
8519         local file=$DIR/$tfile
8520         local sz_MB=${FILESIZE_101d:-500}
8521         local ra_MB=${READAHEAD_MB:-40}
8522
8523         local free_MB=$(($(df -P $DIR | tail -n 1 | awk '{ print $4 }') / 1024))
8524         [ $free_MB -lt $sz_MB ] &&
8525                 skip "Need free space ${sz_MB}M, have ${free_MB}M"
8526
8527         echo "Create test file $file size ${sz_MB}M, ${free_MB}M free"
8528         $SETSTRIPE -c -1 $file || error "setstripe failed"
8529
8530         dd if=/dev/zero of=$file bs=1M count=$sz_MB || error "dd failed"
8531         echo Cancel LRU locks on lustre client to flush the client cache
8532         cancel_lru_locks osc
8533
8534         echo Disable read-ahead
8535         local old_READAHEAD=$(set_read_ahead 0)
8536
8537         echo Reading the test file $file with read-ahead disabled
8538         local raOFF=$(do_and_time "dd if=$file of=/dev/null bs=1M count=$sz_MB")
8539
8540         echo Cancel LRU locks on lustre client to flush the client cache
8541         cancel_lru_locks osc
8542         echo Enable read-ahead with ${ra_MB}MB
8543         set_read_ahead $ra_MB
8544
8545         echo Reading the test file $file with read-ahead enabled
8546         local raON=$(do_and_time "dd if=$file of=/dev/null bs=1M count=$sz_MB")
8547
8548         echo "read-ahead disabled time read $raOFF"
8549         echo "read-ahead enabled  time read $raON"
8550
8551         set_read_ahead $old_READAHEAD
8552         rm -f $file
8553         wait_delete_completed
8554
8555         [ $raOFF -le 1 -o $raON -lt $raOFF ] ||
8556                 error "readahead ${raON}s > no-readahead ${raOFF}s ${sz_MB}M"
8557 }
8558 run_test 101d "file read with and without read-ahead enabled"
8559
8560 test_101e() {
8561         [ $PARALLEL == "yes" ] && skip "skip parallel run"
8562
8563         local file=$DIR/$tfile
8564         local size_KB=500  #KB
8565         local count=100
8566         local bsize=1024
8567
8568         local free_KB=$(df -P $DIR | tail -n 1 | awk '{ print $4 }')
8569         local need_KB=$((count * size_KB))
8570         [[ $free_KB -le $need_KB ]] &&
8571                 skip_env "Need free space $need_KB, have $free_KB"
8572
8573         echo "Creating $count ${size_KB}K test files"
8574         for ((i = 0; i < $count; i++)); do
8575                 dd if=/dev/zero of=$file.$i bs=$bsize count=$size_KB 2>/dev/null
8576         done
8577
8578         echo "Cancel LRU locks on lustre client to flush the client cache"
8579         cancel_lru_locks $OSC
8580
8581         echo "Reset readahead stats"
8582         $LCTL set_param -n llite.*.read_ahead_stats 0
8583
8584         for ((i = 0; i < $count; i++)); do
8585                 dd if=$file.$i of=/dev/null bs=$bsize count=$size_KB 2>/dev/null
8586         done
8587
8588         local miss=$($LCTL get_param -n llite.*.read_ahead_stats |
8589                      get_named_value 'misses' | cut -d" " -f1 | calc_total)
8590
8591         for ((i = 0; i < $count; i++)); do
8592                 rm -rf $file.$i 2>/dev/null
8593         done
8594
8595         #10000 means 20% reads are missing in readahead
8596         [[ $miss -lt 10000 ]] ||  error "misses too much for small reads"
8597 }
8598 run_test 101e "check read-ahead for small read(1k) for small files(500k)"
8599
8600 test_101f() {
8601         which iozone || skip_env "no iozone installed"
8602
8603         local old_debug=$($LCTL get_param debug)
8604         old_debug=${old_debug#*=}
8605         $LCTL set_param debug="reada mmap"
8606
8607         # create a test file
8608         iozone -i 0 -+n -r 1m -s 128m -w -f $DIR/$tfile > /dev/null 2>&1
8609
8610         echo Cancel LRU locks on lustre client to flush the client cache
8611         cancel_lru_locks osc
8612
8613         echo Reset readahead stats
8614         $LCTL set_param -n llite.*.read_ahead_stats 0
8615
8616         echo mmap read the file with small block size
8617         iozone -i 1 -u 1 -l 1 -+n -r 32k -s 128m -B -f $DIR/$tfile \
8618                 > /dev/null 2>&1
8619
8620         echo checking missing pages
8621         $LCTL get_param llite.*.read_ahead_stats
8622         local miss=$($LCTL get_param -n llite.*.read_ahead_stats |
8623                         get_named_value 'misses' | cut -d" " -f1 | calc_total)
8624
8625         $LCTL set_param debug="$old_debug"
8626         [ $miss -lt 3 ] || error "misses too much pages ('$miss')!"
8627         rm -f $DIR/$tfile
8628 }
8629 run_test 101f "check mmap read performance"
8630
8631 test_101g_brw_size_test() {
8632         local mb=$1
8633         local pages=$((mb * 1048576 / PAGE_SIZE))
8634         local file=$DIR/$tfile
8635
8636         $LCTL set_param osc.*.max_pages_per_rpc=${mb}M ||
8637                 { error "unable to set max_pages_per_rpc=${mb}M"; return 1; }
8638         for mp in $($LCTL get_param -n osc.*.max_pages_per_rpc); do
8639                 [ $mp -ne $pages ] && error "max_pages_per_rpc $mp != $pages" &&
8640                         return 2
8641         done
8642
8643         stack_trap "rm -f $file" EXIT
8644         $LCTL set_param -n osc.*.rpc_stats=0
8645
8646         # 10 RPCs should be enough for the test
8647         local count=10
8648         dd if=/dev/zero of=$file bs=${mb}M count=$count ||
8649                 { error "dd write ${mb} MB blocks failed"; return 3; }
8650         cancel_lru_locks osc
8651         dd of=/dev/null if=$file bs=${mb}M count=$count ||
8652                 { error "dd write ${mb} MB blocks failed"; return 4; }
8653
8654         # calculate number of full-sized read and write RPCs
8655         rpcs=($($LCTL get_param -n 'osc.*.rpc_stats' |
8656                 sed -n '/pages per rpc/,/^$/p' |
8657                 awk '/'$pages':/ { reads += $2; writes += $6 }; \
8658                 END { print reads,writes }'))
8659         [ ${rpcs[0]} -ne $count ] && error "${rpcs[0]} != $count read RPCs" &&
8660                 return 5
8661         [ ${rpcs[1]} -ne $count ] && error "${rpcs[1]} != $count write RPCs" &&
8662                 return 6
8663
8664         return 0
8665 }
8666
8667 test_101g() {
8668         remote_ost_nodsh && skip "remote OST with nodsh"
8669
8670         local rpcs
8671         local osts=$(get_facets OST)
8672         local list=$(comma_list $(osts_nodes))
8673         local p="$TMP/$TESTSUITE-$TESTNAME.parameters"
8674         local brw_size="obdfilter.*.brw_size"
8675
8676         $LFS setstripe -i 0 -c 1 $DIR/$tfile
8677
8678         local orig_mb=$(do_facet ost1 $LCTL get_param -n $brw_size | head -n 1)
8679         if [ $OST1_VERSION -ge $(version_code 2.8.52) -o \
8680              \( $OST1_VERSION -ge $(version_code 2.7.17) -a \
8681                 $OST1_VERSION -lt $(version_code 2.7.50) \) ] &&
8682            [ $CLIENT_VERSION -ge $(version_code 2.8.52) -o \
8683              \( $CLIENT_VERSION -ge $(version_code 2.7.17) -a \
8684                 $CLIENT_VERSION -lt $(version_code 2.7.50) \) ]; then
8685                 [ $OST1_VERSION -ge $(version_code 2.9.52) ] && suffix="M"
8686                 if [[ $orig_mb -lt 16 ]]; then
8687                         save_lustre_params $osts "$brw_size" > $p
8688                         do_nodes $list $LCTL set_param -n $brw_size=16$suffix ||
8689                                 error "set 16MB RPC size failed"
8690
8691                         echo "remount client to enable new RPC size"
8692                         remount_client $MOUNT || error "remount_client failed"
8693                 fi
8694
8695                 test_101g_brw_size_test 16 || error "16MB RPC test failed"
8696                 # should be able to set brw_size=12, but no rpc_stats for that
8697                 test_101g_brw_size_test 8 || error "8MB RPC test failed"
8698         fi
8699
8700         test_101g_brw_size_test 4 || error "4MB RPC test failed"
8701
8702         if [[ $orig_mb -lt 16 ]]; then
8703                 restore_lustre_params < $p
8704                 remount_client $MOUNT || error "remount_client restore failed"
8705         fi
8706
8707         rm -f $p $DIR/$tfile
8708 }
8709 run_test 101g "Big bulk(4/16 MiB) readahead"
8710
8711 setup_test102() {
8712         test_mkdir $DIR/$tdir
8713         chown $RUNAS_ID $DIR/$tdir
8714         STRIPE_SIZE=65536
8715         STRIPE_OFFSET=1
8716         STRIPE_COUNT=$OSTCOUNT
8717         [[ $OSTCOUNT -gt 4 ]] && STRIPE_COUNT=4
8718
8719         trap cleanup_test102 EXIT
8720         cd $DIR
8721         $1 $SETSTRIPE -S $STRIPE_SIZE -i $STRIPE_OFFSET -c $STRIPE_COUNT $tdir
8722         cd $DIR/$tdir
8723         for num in 1 2 3 4; do
8724                 for count in $(seq 1 $STRIPE_COUNT); do
8725                         for idx in $(seq 0 $[$STRIPE_COUNT - 1]); do
8726                                 local size=`expr $STRIPE_SIZE \* $num`
8727                                 local file=file"$num-$idx-$count"
8728                                 $1 $SETSTRIPE -S $size -i $idx -c $count $file
8729                         done
8730                 done
8731         done
8732
8733         cd $DIR
8734         $1 tar cf $TMP/f102.tar $tdir --xattrs
8735 }
8736
8737 cleanup_test102() {
8738         trap 0
8739         rm -f $TMP/f102.tar
8740         rm -rf $DIR/d0.sanity/d102
8741 }
8742
8743 test_102a() {
8744         [ "$UID" != 0 ] && skip "must run as root"
8745         [ -z "$(lctl get_param -n mdc.*-mdc-*.connect_flags | grep xattr)" ] &&
8746                 skip_env "must have user_xattr"
8747
8748         [ -z "$(which setfattr 2>/dev/null)" ] &&
8749                 skip_env "could not find setfattr"
8750
8751         local testfile=$DIR/$tfile
8752
8753         touch $testfile
8754         echo "set/get xattr..."
8755         setfattr -n trusted.name1 -v value1 $testfile ||
8756                 error "setfattr -n trusted.name1=value1 $testfile failed"
8757         getfattr -n trusted.name1 $testfile 2> /dev/null |
8758           grep "trusted.name1=.value1" ||
8759                 error "$testfile missing trusted.name1=value1"
8760
8761         setfattr -n user.author1 -v author1 $testfile ||
8762                 error "setfattr -n user.author1=author1 $testfile failed"
8763         getfattr -n user.author1 $testfile 2> /dev/null |
8764           grep "user.author1=.author1" ||
8765                 error "$testfile missing trusted.author1=author1"
8766
8767         echo "listxattr..."
8768         setfattr -n trusted.name2 -v value2 $testfile ||
8769                 error "$testfile unable to set trusted.name2"
8770         setfattr -n trusted.name3 -v value3 $testfile ||
8771                 error "$testfile unable to set trusted.name3"
8772         [ $(getfattr -d -m "^trusted" $testfile 2> /dev/null |
8773             grep "trusted.name" | wc -l) -eq 3 ] ||
8774                 error "$testfile missing 3 trusted.name xattrs"
8775
8776         setfattr -n user.author2 -v author2 $testfile ||
8777                 error "$testfile unable to set user.author2"
8778         setfattr -n user.author3 -v author3 $testfile ||
8779                 error "$testfile unable to set user.author3"
8780         [ $(getfattr -d -m "^user" $testfile 2> /dev/null |
8781             grep "user.author" | wc -l) -eq 3 ] ||
8782                 error "$testfile missing 3 user.author xattrs"
8783
8784         echo "remove xattr..."
8785         setfattr -x trusted.name1 $testfile ||
8786                 error "$testfile error deleting trusted.name1"
8787         getfattr -d -m trusted $testfile 2> /dev/null | grep "trusted.name1" &&
8788                 error "$testfile did not delete trusted.name1 xattr"
8789
8790         setfattr -x user.author1 $testfile ||
8791                 error "$testfile error deleting user.author1"
8792         echo "set lustre special xattr ..."
8793         $LFS setstripe -c1 $testfile
8794         local lovea=$(getfattr -n "trusted.lov" -e hex $testfile |
8795                 awk -F "=" '/trusted.lov/ { print $2 }' )
8796         setfattr -n "trusted.lov" -v $lovea $testfile ||
8797                 error "$testfile doesn't ignore setting trusted.lov again"
8798         setfattr -n "trusted.lov" -v "invalid_value" $testfile &&
8799                 error "$testfile allow setting invalid trusted.lov"
8800         rm -f $testfile
8801 }
8802 run_test 102a "user xattr test =================================="
8803
8804 check_102b_layout() {
8805         local layout="$*"
8806         local testfile=$DIR/$tfile
8807
8808         echo "test layout '$layout'"
8809         $LFS setstripe $layout $testfile || error "setstripe failed"
8810         $LFS getstripe -y $testfile
8811
8812         echo "get/set/list trusted.lov xattr ..." # b=10930
8813         local value=$(getfattr -n trusted.lov -e hex $testfile | grep trusted)
8814         [[ "$value" =~ "trusted.lov" ]] ||
8815                 error "can't get trusted.lov from $testfile"
8816         local stripe_count_orig=$($LFS getstripe -c $testfile) ||
8817                 error "getstripe failed"
8818
8819         $MCREATE $testfile.2 || error "mcreate $testfile.2 failed"
8820
8821         value=$(cut -d= -f2 <<<$value)
8822         # LU-13168: truncated xattr should fail if short lov_user_md header
8823         [ $CLIENT_VERSION -lt $(version_code 2.13.53) ] &&
8824                 lens="${#value}" || lens="$(seq 4 2 ${#value})"
8825         for len in $lens; do
8826                 echo "setfattr $len $testfile.2"
8827                 setfattr -n trusted.lov -v ${value:0:$len} $testfile.2 &&
8828                         [ $len -lt 66 ] && error "short xattr len=$len worked"
8829         done
8830         local stripe_size=$($LFS getstripe -S $testfile.2)
8831         local stripe_count=$($LFS getstripe -c $testfile.2)
8832         [[ $stripe_size -eq 65536 ]] ||
8833                 error "stripe size $stripe_size != 65536"
8834         [[ $stripe_count -eq $stripe_count_orig ]] ||
8835                 error "stripe count $stripe_count != $stripe_count_orig"
8836         rm $testfile $testfile.2
8837 }
8838
8839 test_102b() {
8840         [ -z "$(which setfattr 2>/dev/null)" ] &&
8841                 skip_env "could not find setfattr"
8842         [[ $OSTCOUNT -lt 2 ]] && skip_env "needs >= 2 OSTs"
8843
8844         # check plain layout
8845         check_102b_layout -S 65536 -i 1 -c $OSTCOUNT
8846
8847         # and also check composite layout
8848         check_102b_layout -E 1M -S 65536 -i 1 -c $OSTCOUNT -Eeof -S4M
8849
8850 }
8851 run_test 102b "getfattr/setfattr for trusted.lov EAs"
8852
8853 test_102c() {
8854         [ -z "$(which setfattr 2>/dev/null)" ] &&
8855                 skip_env "could not find setfattr"
8856         [[ $OSTCOUNT -lt 2 ]] && skip_env "needs >= 2 OSTs"
8857
8858         # b10930: get/set/list lustre.lov xattr
8859         echo "get/set/list lustre.lov xattr ..."
8860         test_mkdir $DIR/$tdir
8861         chown $RUNAS_ID $DIR/$tdir
8862         local testfile=$DIR/$tdir/$tfile
8863         $RUNAS $SETSTRIPE -S 65536 -i 1 -c $OSTCOUNT $testfile ||
8864                 error "setstripe failed"
8865         local STRIPECOUNT=$($RUNAS $GETSTRIPE -c $testfile) ||
8866                 error "getstripe failed"
8867         $RUNAS getfattr -d -m "^lustre" $testfile 2> /dev/null | \
8868         grep "lustre.lov" || error "can't get lustre.lov from $testfile"
8869
8870         local testfile2=${testfile}2
8871         local value=`getfattr -n lustre.lov $testfile 2> /dev/null | \
8872                      grep "lustre.lov" |sed -e 's/[^=]\+=//'  `
8873
8874         $RUNAS $MCREATE $testfile2
8875         $RUNAS setfattr -n lustre.lov -v $value $testfile2
8876         local stripe_size=$($RUNAS $GETSTRIPE -S $testfile2)
8877         local stripe_count=$($RUNAS $GETSTRIPE -c $testfile2)
8878         [ $stripe_size -eq 65536 ] || error "stripe size $stripe_size != 65536"
8879         [ $stripe_count -eq $STRIPECOUNT ] ||
8880                 error "stripe count $stripe_count != $STRIPECOUNT"
8881 }
8882 run_test 102c "non-root getfattr/setfattr for lustre.lov EAs ==========="
8883
8884 compare_stripe_info1() {
8885         local stripe_index_all_zero=true
8886
8887         for num in 1 2 3 4; do
8888                 for count in $(seq 1 $STRIPE_COUNT); do
8889                         for offset in $(seq 0 $[$STRIPE_COUNT - 1]); do
8890                                 local size=$((STRIPE_SIZE * num))
8891                                 local file=file"$num-$offset-$count"
8892                                 stripe_size=$($LFS getstripe -S $PWD/$file)
8893                                 [[ $stripe_size -ne $size ]] &&
8894                                     error "$file: size $stripe_size != $size"
8895                                 stripe_count=$($LFS getstripe -c $PWD/$file)
8896                                 # allow fewer stripes to be created, ORI-601
8897                                 [[ $stripe_count -lt $(((3 * count + 3) / 4)) ]] &&
8898                                     error "$file: count $stripe_count != $count"
8899                                 stripe_index=$($LFS getstripe -i $PWD/$file)
8900                                 [[ $stripe_index -ne 0 ]] &&
8901                                         stripe_index_all_zero=false
8902                         done
8903                 done
8904         done
8905         $stripe_index_all_zero &&
8906                 error "all files are being extracted starting from OST index 0"
8907         return 0
8908 }
8909
8910 have_xattrs_include() {
8911         tar --help | grep -q xattrs-include &&
8912                 echo --xattrs-include="lustre.*"
8913 }
8914
8915 test_102d() {
8916         [ $PARALLEL == "yes" ] && skip "skip parallel run"
8917         [[ $OSTCOUNT -lt 2 ]] && skip_env "needs >= 2 OSTs"
8918
8919         XINC=$(have_xattrs_include)
8920         setup_test102
8921         tar xf $TMP/f102.tar -C $DIR/$tdir --xattrs $XINC
8922         cd $DIR/$tdir/$tdir
8923         compare_stripe_info1
8924 }
8925 run_test 102d "tar restore stripe info from tarfile,not keep osts"
8926
8927 test_102f() {
8928         [ $PARALLEL == "yes" ] && skip "skip parallel run"
8929         [[ $OSTCOUNT -lt 2 ]] && skip_env "needs >= 2 OSTs"
8930
8931         XINC=$(have_xattrs_include)
8932         setup_test102
8933         test_mkdir $DIR/$tdir.restore
8934         cd $DIR
8935         tar cf - --xattrs $tdir | tar xf - \
8936                 -C $DIR/$tdir.restore --xattrs $XINC
8937         cd $DIR/$tdir.restore/$tdir
8938         compare_stripe_info1
8939 }
8940 run_test 102f "tar copy files, not keep osts"
8941
8942 grow_xattr() {
8943         [ -z "$(lctl get_param -n mdc.*.connect_flags | grep xattr)" ] &&
8944                 skip "must have user_xattr"
8945         [ -z "$(which setfattr 2>/dev/null)" ] &&
8946                 skip_env "could not find setfattr"
8947         [ -z "$(which getfattr 2>/dev/null)" ] &&
8948                 skip_env "could not find getfattr"
8949
8950         local xsize=${1:-1024}  # in bytes
8951         local file=$DIR/$tfile
8952         local value="$(generate_string $xsize)"
8953         local xbig=trusted.big
8954
8955         touch $file
8956         log "save $xbig on $file"
8957         setfattr -n $xbig -v $value $file ||
8958                 error "saving $xbig on $file failed"
8959
8960         local orig=$(get_xattr_value $xbig $file)
8961         [[ "$orig" != "$value" ]] && error "$xbig different after saving $xbig"
8962
8963         local xsml=trusted.sml
8964         log "save $xsml on $file"
8965         setfattr -n $xsml -v val $file || error "saving $xsml on $file failed"
8966
8967         local new=$(get_xattr_value $xbig $file)
8968         [[ "$new" != "$orig" ]] && error "$xbig different after saving $xsml"
8969
8970         log "grow $xsml on $file"
8971         setfattr -n $xsml -v "$value" $file ||
8972                 error "growing $xsml on $file failed"
8973
8974         new=$(get_xattr_value $xbig $file)
8975         [[ "$new" != "$orig" ]] && error "$xbig different after growing $xsml"
8976         log "$xbig still valid after growing $xsml"
8977
8978         rm -f $file
8979 }
8980
8981 test_102h() { # bug 15777
8982         grow_xattr 1024
8983 }
8984 run_test 102h "grow xattr from inside inode to external block"
8985
8986 test_102ha() {
8987         large_xattr_enabled || skip_env "ea_inode feature disabled"
8988
8989         grow_xattr $(max_xattr_size)
8990 }
8991 run_test 102ha "grow xattr from inside inode to external inode"
8992
8993 test_102i() { # bug 17038
8994         [ -z "$(which getfattr 2>/dev/null)" ] &&
8995                 skip "could not find getfattr"
8996
8997         touch $DIR/$tfile
8998         ln -s $DIR/$tfile $DIR/${tfile}link
8999         getfattr -n trusted.lov $DIR/$tfile ||
9000                 error "lgetxattr on $DIR/$tfile failed"
9001         getfattr -h -n trusted.lov $DIR/${tfile}link 2>&1 |
9002                 grep -i "no such attr" ||
9003                 error "error for lgetxattr on $DIR/${tfile}link is not ENODATA"
9004         rm -f $DIR/$tfile $DIR/${tfile}link
9005 }
9006 run_test 102i "lgetxattr test on symbolic link ============"
9007
9008 test_102j() {
9009         [ $PARALLEL == "yes" ] && skip "skip parallel run"
9010         [[ $OSTCOUNT -lt 2 ]] && skip_env "needs >= 2 OSTs"
9011
9012         XINC=$(have_xattrs_include)
9013         setup_test102 "$RUNAS"
9014         chown $RUNAS_ID $DIR/$tdir
9015         $RUNAS tar xf $TMP/f102.tar -C $DIR/$tdir --xattrs $XINC
9016         cd $DIR/$tdir/$tdir
9017         compare_stripe_info1 "$RUNAS"
9018 }
9019 run_test 102j "non-root tar restore stripe info from tarfile, not keep osts ==="
9020
9021 test_102k() {
9022         [ -z "$(which setfattr 2>/dev/null)" ] &&
9023                 skip "could not find setfattr"
9024
9025         touch $DIR/$tfile
9026         # b22187 just check that does not crash for regular file.
9027         setfattr -n trusted.lov $DIR/$tfile
9028         # b22187 'setfattr -n trusted.lov' should remove LOV EA for directories
9029         local test_kdir=$DIR/$tdir
9030         test_mkdir $test_kdir
9031         local default_size=$($LFS getstripe -S $test_kdir)
9032         local default_count=$($LFS getstripe -c $test_kdir)
9033         local default_offset=$($LFS getstripe -i $test_kdir)
9034         $SETSTRIPE -S 65536 -i 0 -c $OSTCOUNT $test_kdir ||
9035                 error 'dir setstripe failed'
9036         setfattr -n trusted.lov $test_kdir
9037         local stripe_size=$($LFS getstripe -S $test_kdir)
9038         local stripe_count=$($LFS getstripe -c $test_kdir)
9039         local stripe_offset=$($LFS getstripe -i $test_kdir)
9040         [ $stripe_size -eq $default_size ] ||
9041                 error "stripe size $stripe_size != $default_size"
9042         [ $stripe_count -eq $default_count ] ||
9043                 error "stripe count $stripe_count != $default_count"
9044         [ $stripe_offset -eq $default_offset ] ||
9045                 error "stripe offset $stripe_offset != $default_offset"
9046         rm -rf $DIR/$tfile $test_kdir
9047 }
9048 run_test 102k "setfattr without parameter of value shouldn't cause a crash"
9049
9050 test_102l() {
9051         [ -z "$(which getfattr 2>/dev/null)" ] &&
9052                 skip "could not find getfattr"
9053
9054         # LU-532 trusted. xattr is invisible to non-root
9055         local testfile=$DIR/$tfile
9056
9057         touch $testfile
9058
9059         echo "listxattr as user..."
9060         chown $RUNAS_ID $testfile
9061         $RUNAS getfattr -d -m '.*' $testfile 2>&1 |
9062             grep -q "trusted" &&
9063                 error "$testfile trusted xattrs are user visible"
9064
9065         return 0;
9066 }
9067 run_test 102l "listxattr size test =================================="
9068
9069 test_102m() { # LU-3403 llite: error of listxattr when buffer is small
9070         local path=$DIR/$tfile
9071         touch $path
9072
9073         listxattr_size_check $path || error "listattr_size_check $path failed"
9074 }
9075 run_test 102m "Ensure listxattr fails on small bufffer ========"
9076
9077 cleanup_test102
9078
9079 getxattr() { # getxattr path name
9080         # Return the base64 encoding of the value of xattr name on path.
9081         local path=$1
9082         local name=$2
9083
9084         # # getfattr --absolute-names --encoding=base64 --name=trusted.lov $path
9085         # file: $path
9086         # trusted.lov=0s0AvRCwEAAAAGAAAAAAAAAAAEAAACAAAAAAAQAAEAA...AAAAAAAAA=
9087         #
9088         # We print just 0s0AvRCwEAAAAGAAAAAAAAAAAEAAACAAAAAAAQAAEAA...AAAAAAAAA=
9089
9090         getfattr --absolute-names --encoding=base64 --name=$name $path |
9091                 awk -F= -v name=$name '$1 == name {
9092                         print substr($0, index($0, "=") + 1);
9093         }'
9094 }
9095
9096 test_102n() { # LU-4101 mdt: protect internal xattrs
9097         [ -z "$(which setfattr 2>/dev/null)" ] &&
9098                 skip "could not find setfattr"
9099         if [ $MDS1_VERSION -lt $(version_code 2.5.50) ]
9100         then
9101                 skip "MDT < 2.5.50 allows setxattr on internal trusted xattrs"
9102         fi
9103
9104         local file0=$DIR/$tfile.0
9105         local file1=$DIR/$tfile.1
9106         local xattr0=$TMP/$tfile.0
9107         local xattr1=$TMP/$tfile.1
9108         local namelist="lov lma lmv link fid version som hsm"
9109         local name
9110         local value
9111
9112         rm -rf $file0 $file1 $xattr0 $xattr1
9113         touch $file0 $file1
9114
9115         # Get 'before' xattrs of $file1.
9116         getfattr --absolute-names --dump --match=- $file1 > $xattr0
9117
9118         [ $MDS1_VERSION -lt $(version_code 2.8.53) ] &&
9119                 namelist+=" lfsck_namespace"
9120         for name in $namelist; do
9121                 # Try to copy xattr from $file0 to $file1.
9122                 value=$(getxattr $file0 trusted.$name 2> /dev/null)
9123
9124                 setfattr --name=trusted.$name --value="$value" $file1 ||
9125                         error "setxattr 'trusted.$name' failed"
9126
9127                 # Try to set a garbage xattr.
9128                 value=0sVGhlIHF1aWNrIGJyb3duIGZveCBqdW1wcyBvdmVyIGl0c2VsZi4=
9129
9130                 if [[ x$name == "xlov" ]]; then
9131                         setfattr --name=trusted.lov --value="$value" $file1 &&
9132                         error "setxattr invalid 'trusted.lov' success"
9133                 else
9134                         setfattr --name=trusted.$name --value="$value" $file1 ||
9135                                 error "setxattr invalid 'trusted.$name' failed"
9136                 fi
9137
9138                 # Try to remove the xattr from $file1. We don't care if this
9139                 # appears to succeed or fail, we just don't want there to be
9140                 # any changes or crashes.
9141                 setfattr --remove=$trusted.$name $file1 2> /dev/null
9142         done
9143
9144         if [ $MDS1_VERSION -gt $(version_code 2.6.50) ]
9145         then
9146                 name="lfsck_ns"
9147                 # Try to copy xattr from $file0 to $file1.
9148                 value=$(getxattr $file0 trusted.$name 2> /dev/null)
9149
9150                 setfattr --name=trusted.$name --value="$value" $file1 ||
9151                         error "setxattr 'trusted.$name' failed"
9152
9153                 # Try to set a garbage xattr.
9154                 value=0sVGhlIHF1aWNrIGJyb3duIGZveCBqdW1wcyBvdmVyIGl0c2VsZi4=
9155
9156                 setfattr --name=trusted.$name --value="$value" $file1 ||
9157                         error "setxattr 'trusted.$name' failed"
9158
9159                 # Try to remove the xattr from $file1. We don't care if this
9160                 # appears to succeed or fail, we just don't want there to be
9161                 # any changes or crashes.
9162                 setfattr --remove=$trusted.$name $file1 2> /dev/null
9163         fi
9164
9165         # Get 'after' xattrs of file1.
9166         getfattr --absolute-names --dump --match=- $file1 > $xattr1
9167
9168         if ! diff $xattr0 $xattr1; then
9169                 error "before and after xattrs of '$file1' differ"
9170         fi
9171
9172         rm -rf $file0 $file1 $xattr0 $xattr1
9173
9174         return 0
9175 }
9176 run_test 102n "silently ignore setxattr on internal trusted xattrs"
9177
9178 test_102p() { # LU-4703 setxattr did not check ownership
9179         [ $MDS1_VERSION -lt $(version_code 2.5.56) ] &&
9180                 skip "MDS needs to be at least 2.5.56"
9181
9182         local testfile=$DIR/$tfile
9183
9184         touch $testfile
9185
9186         echo "setfacl as user..."
9187         $RUNAS setfacl -m "u:$RUNAS_ID:rwx" $testfile
9188         [ $? -ne 0 ] || error "setfacl by $RUNAS_ID was allowed on $testfile"
9189
9190         echo "setfattr as user..."
9191         setfacl -m "u:$RUNAS_ID:---" $testfile
9192         $RUNAS setfattr -x system.posix_acl_access $testfile
9193         [ $? -ne 0 ] || error "setfattr by $RUNAS_ID was allowed on $testfile"
9194 }
9195 run_test 102p "check setxattr(2) correctly fails without permission"
9196
9197 test_102q() {
9198         [ $MDS1_VERSION -lt $(version_code 2.6.92) ] &&
9199                 skip "MDS needs to be at least 2.6.92"
9200
9201         orphan_linkea_check $DIR/$tfile || error "orphan_linkea_check"
9202 }
9203 run_test 102q "flistxattr should not return trusted.link EAs for orphans"
9204
9205 test_102r() {
9206         [ $MDS1_VERSION -lt $(version_code 2.6.93) ] &&
9207                 skip "MDS needs to be at least 2.6.93"
9208
9209         touch $DIR/$tfile || error "touch"
9210         setfattr -n user.$(basename $tfile) $DIR/$tfile || error "setfattr"
9211         getfattr -n user.$(basename $tfile) $DIR/$tfile || error "getfattr"
9212         rm $DIR/$tfile || error "rm"
9213
9214         #normal directory
9215         mkdir -p $DIR/$tdir || error "mkdir"
9216         setfattr -n user.$(basename $tdir) $DIR/$tdir || error "setfattr dir"
9217         getfattr -n user.$(basename $tdir) $DIR/$tdir || error "getfattr dir"
9218         setfattr -x user.$(basename $tdir) $DIR/$tdir ||
9219                 error "$testfile error deleting user.author1"
9220         getfattr -d -m user.$(basename $tdir) 2> /dev/null |
9221                 grep "user.$(basename $tdir)" &&
9222                 error "$tdir did not delete user.$(basename $tdir)"
9223         rmdir $DIR/$tdir || error "rmdir"
9224
9225         #striped directory
9226         test_mkdir $DIR/$tdir
9227         setfattr -n user.$(basename $tdir) $DIR/$tdir || error "setfattr dir"
9228         getfattr -n user.$(basename $tdir) $DIR/$tdir || error "getfattr dir"
9229         setfattr -x user.$(basename $tdir) $DIR/$tdir ||
9230                 error "$testfile error deleting user.author1"
9231         getfattr -d -m user.$(basename $tdir) 2> /dev/null |
9232                 grep "user.$(basename $tdir)" &&
9233                 error "$tdir did not delete user.$(basename $tdir)"
9234         rmdir $DIR/$tdir || error "rm striped dir"
9235 }
9236 run_test 102r "set EAs with empty values"
9237
9238 test_102s() {
9239         [ $MDS1_VERSION -lt $(version_code 2.11.52) ] &&
9240                 skip "MDS needs to be at least 2.11.52"
9241
9242         local save="$TMP/$TESTSUITE-$TESTNAME.parameters"
9243
9244         save_lustre_params client "llite.*.xattr_cache" > $save
9245
9246         for cache in 0 1; do
9247                 lctl set_param llite.*.xattr_cache=$cache
9248
9249                 rm -f $DIR/$tfile
9250                 touch $DIR/$tfile || error "touch"
9251                 for prefix in lustre security system trusted user; do
9252                         # Note getxattr() may fail with 'Operation not
9253                         # supported' or 'No such attribute' depending
9254                         # on prefix and cache.
9255                         getfattr -n $prefix.n102s $DIR/$tfile &&
9256                                 error "getxattr '$prefix.n102s' should fail (cache = $cache)"
9257                 done
9258         done
9259
9260         restore_lustre_params < $save
9261 }
9262 run_test 102s "getting nonexistent xattrs should fail"
9263
9264 test_102t() {
9265         [ $MDS1_VERSION -lt $(version_code 2.11.52) ] &&
9266                 skip "MDS needs to be at least 2.11.52"
9267
9268         local save="$TMP/$TESTSUITE-$TESTNAME.parameters"
9269
9270         save_lustre_params client "llite.*.xattr_cache" > $save
9271
9272         for cache in 0 1; do
9273                 lctl set_param llite.*.xattr_cache=$cache
9274
9275                 for buf_size in 0 256; do
9276                         rm -f $DIR/$tfile
9277                         touch $DIR/$tfile || error "touch"
9278                         setfattr -n user.multiop $DIR/$tfile
9279                         $MULTIOP $DIR/$tfile oa$buf_size ||
9280                                 error "cannot get zero length xattr value (buf_size = $buf_size)"
9281                 done
9282         done
9283
9284         restore_lustre_params < $save
9285 }
9286 run_test 102t "zero length xattr values handled correctly"
9287
9288 run_acl_subtest()
9289 {
9290     $LUSTRE/tests/acl/run $LUSTRE/tests/acl/$1.test
9291     return $?
9292 }
9293
9294 test_103a() {
9295         [ "$UID" != 0 ] && skip "must run as root"
9296         $GSS && skip_env "could not run under gss"
9297         [ -z "$(lctl get_param -n mdc.*-mdc-*.connect_flags | grep acl)" ] &&
9298                 skip_env "must have acl enabled"
9299         [ -z "$(which setfacl 2>/dev/null)" ] &&
9300                 skip_env "could not find setfacl"
9301         remote_mds_nodsh && skip "remote MDS with nodsh"
9302
9303         gpasswd -a daemon bin                           # LU-5641
9304         do_facet $SINGLEMDS gpasswd -a daemon bin       # LU-5641
9305
9306         declare -a identity_old
9307
9308         for num in $(seq $MDSCOUNT); do
9309                 switch_identity $num true || identity_old[$num]=$?
9310         done
9311
9312         SAVE_UMASK=$(umask)
9313         umask 0022
9314         mkdir -p $DIR/$tdir
9315         cd $DIR/$tdir
9316
9317         echo "performing cp ..."
9318         run_acl_subtest cp || error "run_acl_subtest cp failed"
9319         echo "performing getfacl-noacl..."
9320         run_acl_subtest getfacl-noacl || error "getfacl-noacl test failed"
9321         echo "performing misc..."
9322         run_acl_subtest misc || error  "misc test failed"
9323         echo "performing permissions..."
9324         run_acl_subtest permissions || error "permissions failed"
9325         # LU-1482 mdd: Setting xattr are properly checked with and without ACLs
9326         if [ $MDS1_VERSION -gt $(version_code 2.8.55) ] ||
9327                 { [ $MDS1_VERSION -lt $(version_code 2.6) ] &&
9328                         [ $MDS1_VERSION -ge $(version_code 2.5.29) ]; }
9329         then
9330                 echo "performing permissions xattr..."
9331                 run_acl_subtest permissions_xattr ||
9332                         error "permissions_xattr failed"
9333         fi
9334         echo "performing setfacl..."
9335         run_acl_subtest setfacl || error  "setfacl test failed"
9336
9337         # inheritance test got from HP
9338         echo "performing inheritance..."
9339         cp $LUSTRE/tests/acl/make-tree . || error "cannot copy make-tree"
9340         chmod +x make-tree || error "chmod +x failed"
9341         run_acl_subtest inheritance || error "inheritance test failed"
9342         rm -f make-tree
9343
9344         echo "LU-974 ignore umask when acl is enabled..."
9345         run_acl_subtest 974 || error "LU-974 umask test failed"
9346         if [ $MDSCOUNT -ge 2 ]; then
9347                 run_acl_subtest 974_remote ||
9348                         error "LU-974 umask test failed under remote dir"
9349         fi
9350
9351         echo "LU-2561 newly created file is same size as directory..."
9352         if [ "$mds1_FSTYPE" != "zfs" ]; then
9353                 run_acl_subtest 2561 || error "LU-2561 test failed"
9354         else
9355                 run_acl_subtest 2561_zfs || error "LU-2561 zfs test failed"
9356         fi
9357
9358         run_acl_subtest 4924 || error "LU-4924 test failed"
9359
9360         cd $SAVE_PWD
9361         umask $SAVE_UMASK
9362
9363         for num in $(seq $MDSCOUNT); do
9364                 if [ "${identity_old[$num]}" = 1 ]; then
9365                         switch_identity $num false || identity_old[$num]=$?
9366                 fi
9367         done
9368 }
9369 run_test 103a "acl test"
9370
9371 test_103b() {
9372         declare -a pids
9373         local U
9374
9375         for U in {0..511}; do
9376                 {
9377                 local O=$(printf "%04o" $U)
9378
9379                 umask $(printf "%04o" $((511 ^ $O)))
9380                 $LFS setstripe -c 1 $DIR/$tfile.s$O
9381                 local S=$(printf "%04o" 0$(stat -c%a $DIR/$tfile.s$O))
9382
9383                 (( $S == ($O & 0666) )) ||
9384                         error "lfs setstripe $DIR/$tfile.s$O '$S' != '$O'"
9385
9386                 $LFS setstripe -E16M -c 1 -E1G -S4M $DIR/$tfile.p$O
9387                 S=$(printf "%04o" 0$(stat -c%a $DIR/$tfile.p$O))
9388                 (( $S == ($O & 0666) )) ||
9389                         error "lfs setstripe -E $DIR/$tfile.p$O '$S' != '$O'"
9390
9391                 $LFS setstripe -N2 -c 1 $DIR/$tfile.m$O
9392                 S=$(printf "%04o" 0$(stat -c%a $DIR/$tfile.m$O))
9393                 (( $S == ($O & 0666) )) ||
9394                         error "lfs setstripe -N2 $DIR/$tfile.m$O '$S' != '$O'"
9395                 rm -f $DIR/$tfile.[smp]$0
9396                 } &
9397                 local pid=$!
9398
9399                 # limit the concurrently running threads to 64. LU-11878
9400                 local idx=$((U % 64))
9401                 [ -z "${pids[idx]}" ] || wait ${pids[idx]}
9402                 pids[idx]=$pid
9403         done
9404         wait
9405 }
9406 run_test 103b "umask lfs setstripe"
9407
9408 test_103c() {
9409         mkdir -p $DIR/$tdir
9410         cp -rp $DIR/$tdir $DIR/$tdir.bak
9411
9412         [ -n "$(getfattr -d -m. $DIR/$tdir | grep posix_acl_default)" ] &&
9413                 error "$DIR/$tdir shouldn't contain default ACL"
9414         [ -n "$(getfattr -d -m. $DIR/$tdir.bak | grep posix_acl_default)" ] &&
9415                 error "$DIR/$tdir.bak shouldn't contain default ACL"
9416         true
9417 }
9418 run_test 103c "'cp -rp' won't set empty acl"
9419
9420 test_104a() {
9421         [ $PARALLEL == "yes" ] && skip "skip parallel run"
9422
9423         touch $DIR/$tfile
9424         lfs df || error "lfs df failed"
9425         lfs df -ih || error "lfs df -ih failed"
9426         lfs df -h $DIR || error "lfs df -h $DIR failed"
9427         lfs df -i $DIR || error "lfs df -i $DIR failed"
9428         lfs df $DIR/$tfile || error "lfs df $DIR/$tfile failed"
9429         lfs df -ih $DIR/$tfile || error "lfs df -ih $DIR/$tfile failed"
9430
9431         local OSC=$(lctl dl | grep OST0000-osc-[^M] | awk '{ print $4 }')
9432         lctl --device %$OSC deactivate
9433         lfs df || error "lfs df with deactivated OSC failed"
9434         lctl --device %$OSC activate
9435         # wait the osc back to normal
9436         wait_osc_import_ready client ost
9437
9438         lfs df || error "lfs df with reactivated OSC failed"
9439         rm -f $DIR/$tfile
9440 }
9441 run_test 104a "lfs df [-ih] [path] test ========================="
9442
9443 test_104b() {
9444         [ $PARALLEL == "yes" ] && skip "skip parallel run"
9445         [ $RUNAS_ID -eq $UID ] &&
9446                 skip_env "RUNAS_ID = UID = $UID -- skipping"
9447
9448         denied_cnt=$(($($RUNAS $LFS check servers 2>&1 |
9449                         grep "Permission denied" | wc -l)))
9450         if [ $denied_cnt -ne 0 ]; then
9451                 error "lfs check servers test failed"
9452         fi
9453 }
9454 run_test 104b "$RUNAS lfs check servers test ===================="
9455
9456 test_105a() {
9457         # doesn't work on 2.4 kernels
9458         touch $DIR/$tfile
9459         if $(flock_is_enabled); then
9460                 flocks_test 1 on -f $DIR/$tfile || error "fail flock on"
9461         else
9462                 flocks_test 1 off -f $DIR/$tfile || error "fail flock off"
9463         fi
9464         rm -f $DIR/$tfile
9465 }
9466 run_test 105a "flock when mounted without -o flock test ========"
9467
9468 test_105b() {
9469         touch $DIR/$tfile
9470         if $(flock_is_enabled); then
9471                 flocks_test 1 on -c $DIR/$tfile || error "fail flock on"
9472         else
9473                 flocks_test 1 off -c $DIR/$tfile || error "fail flock off"
9474         fi
9475         rm -f $DIR/$tfile
9476 }
9477 run_test 105b "fcntl when mounted without -o flock test ========"
9478
9479 test_105c() {
9480         touch $DIR/$tfile
9481         if $(flock_is_enabled); then
9482                 flocks_test 1 on -l $DIR/$tfile || error "fail flock on"
9483         else
9484                 flocks_test 1 off -l $DIR/$tfile || error "fail flock off"
9485         fi
9486         rm -f $DIR/$tfile
9487 }
9488 run_test 105c "lockf when mounted without -o flock test"
9489
9490 test_105d() { # bug 15924
9491         [ $PARALLEL == "yes" ] && skip "skip parallel run"
9492
9493         test_mkdir $DIR/$tdir
9494         flock_is_enabled || skip_env "mount w/o flock enabled"
9495         #define OBD_FAIL_LDLM_CP_CB_WAIT  0x315
9496         $LCTL set_param fail_loc=0x80000315
9497         flocks_test 2 $DIR/$tdir
9498 }
9499 run_test 105d "flock race (should not freeze) ========"
9500
9501 test_105e() { # bug 22660 && 22040
9502         flock_is_enabled || skip_env "mount w/o flock enabled"
9503
9504         touch $DIR/$tfile
9505         flocks_test 3 $DIR/$tfile
9506 }
9507 run_test 105e "Two conflicting flocks from same process"
9508
9509 test_106() { #bug 10921
9510         test_mkdir $DIR/$tdir
9511         $DIR/$tdir && error "exec $DIR/$tdir succeeded"
9512         chmod 777 $DIR/$tdir || error "chmod $DIR/$tdir failed"
9513 }
9514 run_test 106 "attempt exec of dir followed by chown of that dir"
9515
9516 test_107() {
9517         [ $PARALLEL == "yes" ] && skip "skip parallel run"
9518
9519         CDIR=`pwd`
9520         local file=core
9521
9522         cd $DIR
9523         rm -f $file
9524
9525         local save_pattern=$(sysctl -n kernel.core_pattern)
9526         local save_uses_pid=$(sysctl -n kernel.core_uses_pid)
9527         sysctl -w kernel.core_pattern=$file
9528         sysctl -w kernel.core_uses_pid=0
9529
9530         ulimit -c unlimited
9531         sleep 60 &
9532         SLEEPPID=$!
9533
9534         sleep 1
9535
9536         kill -s 11 $SLEEPPID
9537         wait $SLEEPPID
9538         if [ -e $file ]; then
9539                 size=`stat -c%s $file`
9540                 [ $size -eq 0 ] && error "Fail to create core file $file"
9541         else
9542                 error "Fail to create core file $file"
9543         fi
9544         rm -f $file
9545         sysctl -w kernel.core_pattern=$save_pattern
9546         sysctl -w kernel.core_uses_pid=$save_uses_pid
9547         cd $CDIR
9548 }
9549 run_test 107 "Coredump on SIG"
9550
9551 test_110() {
9552         test_mkdir $DIR/$tdir
9553         test_mkdir $DIR/$tdir/$(str_repeat 'a' 255)
9554         $LFS mkdir -c $MDSCOUNT $DIR/$tdir/$(str_repeat 'b' 256) &&
9555                 error "mkdir with 256 char should fail, but did not"
9556         touch $DIR/$tdir/$(str_repeat 'x' 255) ||
9557                 error "create with 255 char failed"
9558         touch $DIR/$tdir/$(str_repeat 'y' 256) &&
9559                 error "create with 256 char should fail, but did not"
9560
9561         ls -l $DIR/$tdir
9562         rm -rf $DIR/$tdir
9563 }
9564 run_test 110 "filename length checking"
9565
9566 #
9567 # Purpose: To verify dynamic thread (OSS) creation.
9568 #
9569 test_115() {
9570         [ $PARALLEL == "yes" ] && skip "skip parallel run"
9571         remote_ost_nodsh && skip "remote OST with nodsh"
9572
9573         # Lustre does not stop service threads once they are started.
9574         # Reset number of running threads to default.
9575         stopall
9576         setupall
9577
9578         local OSTIO_pre
9579         local save_params="$TMP/sanity-$TESTNAME.parameters"
9580
9581         # Get ll_ost_io count before I/O
9582         OSTIO_pre=$(do_facet ost1 \
9583                 "$LCTL get_param ost.OSS.ost_io.threads_started | cut -d= -f2")
9584         # Exit if lustre is not running (ll_ost_io not running).
9585         [ -z "$OSTIO_pre" ] && error "no OSS threads"
9586
9587         echo "Starting with $OSTIO_pre threads"
9588         local thread_max=$((OSTIO_pre * 2))
9589         local rpc_in_flight=$((thread_max * 2))
9590         # Number of I/O Process proposed to be started.
9591         local nfiles
9592         local facets=$(get_facets OST)
9593
9594         save_lustre_params client "osc.*OST*.max_rpcs_in_flight" > $save_params
9595         save_lustre_params $facets "ost.OSS.ost_io.threads_max" >> $save_params
9596
9597         # Set in_flight to $rpc_in_flight
9598         $LCTL set_param osc.*OST*.max_rpcs_in_flight=$rpc_in_flight ||
9599                 error "Failed to set max_rpcs_in_flight to $rpc_in_flight"
9600         nfiles=${rpc_in_flight}
9601         # Set ost thread_max to $thread_max
9602         do_facet ost1 "$LCTL set_param ost.OSS.ost_io.threads_max=$thread_max"
9603
9604         # 5 Minutes should be sufficient for max number of OSS
9605         # threads(thread_max) to be created.
9606         local timeout=300
9607
9608         # Start I/O.
9609         local WTL=${WTL:-"$LUSTRE/tests/write_time_limit"}
9610         test_mkdir $DIR/$tdir
9611         for i in $(seq $nfiles); do
9612                 local file=$DIR/$tdir/${tfile}-$i
9613                 $LFS setstripe -c -1 -i 0 $file
9614                 ($WTL $file $timeout)&
9615         done
9616
9617         # I/O Started - Wait for thread_started to reach thread_max or report
9618         # error if thread_started is more than thread_max.
9619         echo "Waiting for thread_started to reach thread_max"
9620         local thread_started=0
9621         local end_time=$((SECONDS + timeout))
9622
9623         while [ $SECONDS -le $end_time ] ; do
9624                 echo -n "."
9625                 # Get ost i/o thread_started count.
9626                 thread_started=$(do_facet ost1 \
9627                         "$LCTL get_param \
9628                         ost.OSS.ost_io.threads_started | cut -d= -f2")
9629                 # Break out if thread_started is equal/greater than thread_max
9630                 if [[ $thread_started -ge $thread_max ]]; then
9631                         echo ll_ost_io thread_started $thread_started, \
9632                                 equal/greater than thread_max $thread_max
9633                         break
9634                 fi
9635                 sleep 1
9636         done
9637
9638         # Cleanup - We have the numbers, Kill i/o jobs if running.
9639         jobcount=($(jobs -p))
9640         for i in $(seq 0 $((${#jobcount[@]}-1)))
9641         do
9642                 kill -9 ${jobcount[$i]}
9643                 if [ $? -ne 0 ] ; then
9644                         echo Warning: \
9645                         Failed to Kill \'WTL\(I/O\)\' with pid ${jobcount[$i]}
9646                 fi
9647         done
9648
9649         # Cleanup files left by WTL binary.
9650         for i in $(seq $nfiles); do
9651                 local file=$DIR/$tdir/${tfile}-$i
9652                 rm -rf $file
9653                 if [ $? -ne 0 ] ; then
9654                         echo "Warning: Failed to delete file $file"
9655                 fi
9656         done
9657
9658         restore_lustre_params <$save_params
9659         rm -f $save_params || echo "Warning: delete file '$save_params' failed"
9660
9661         # Error out if no new thread has started or Thread started is greater
9662         # than thread max.
9663         if [[ $thread_started -le $OSTIO_pre ||
9664                         $thread_started -gt $thread_max ]]; then
9665                 error "ll_ost_io: thread_started $thread_started" \
9666                       "OSTIO_pre $OSTIO_pre, thread_max $thread_max." \
9667                       "No new thread started or thread started greater " \
9668                       "than thread_max."
9669         fi
9670 }
9671 run_test 115 "verify dynamic thread creation===================="
9672
9673 free_min_max () {
9674         wait_delete_completed
9675         AVAIL=($(lctl get_param -n osc.*[oO][sS][cC]-[^M]*.kbytesavail))
9676         echo "OST kbytes available: ${AVAIL[@]}"
9677         MAXV=${AVAIL[0]}
9678         MAXI=0
9679         MINV=${AVAIL[0]}
9680         MINI=0
9681         for ((i = 0; i < ${#AVAIL[@]}; i++)); do
9682                 #echo OST $i: ${AVAIL[i]}kb
9683                 if [[ ${AVAIL[i]} -gt $MAXV ]]; then
9684                         MAXV=${AVAIL[i]}
9685                         MAXI=$i
9686                 fi
9687                 if [[ ${AVAIL[i]} -lt $MINV ]]; then
9688                         MINV=${AVAIL[i]}
9689                         MINI=$i
9690                 fi
9691         done
9692         echo "Min free space: OST $MINI: $MINV"
9693         echo "Max free space: OST $MAXI: $MAXV"
9694 }
9695
9696 test_116a() { # was previously test_116()
9697         [ $PARALLEL == "yes" ] && skip "skip parallel run"
9698         [[ $OSTCOUNT -lt 2 ]] && skip_env "needs >= 2 OSTs"
9699         remote_mds_nodsh && skip "remote MDS with nodsh"
9700
9701         echo -n "Free space priority "
9702         do_facet $SINGLEMDS lctl get_param -n lo[vd].*-mdtlov.qos_prio_free |
9703                 head -n1
9704         declare -a AVAIL
9705         free_min_max
9706
9707         [ $MINV -eq 0 ] && skip "no free space in OST$MINI, skip"
9708         [ $MINV -gt 10000000 ] && skip "too much free space in OST$MINI, skip"
9709         trap simple_cleanup_common EXIT
9710
9711         # Check if we need to generate uneven OSTs
9712         test_mkdir -p $DIR/$tdir/OST${MINI}
9713         local FILL=$((MINV / 4))
9714         local DIFF=$((MAXV - MINV))
9715         local DIFF2=$((DIFF * 100 / MINV))
9716
9717         local threshold=$(do_facet $SINGLEMDS \
9718                 lctl get_param -n *.*MDT0000-mdtlov.qos_threshold_rr | head -n1)
9719         threshold=${threshold%%%}
9720         echo -n "Check for uneven OSTs: "
9721         echo -n "diff=${DIFF}KB (${DIFF2}%) must be > ${threshold}% ..."
9722
9723         if [[ $DIFF2 -gt $threshold ]]; then
9724                 echo "ok"
9725                 echo "Don't need to fill OST$MINI"
9726         else
9727                 # generate uneven OSTs. Write 2% over the QOS threshold value
9728                 echo "no"
9729                 DIFF=$((threshold - DIFF2 + 2))
9730                 DIFF2=$((MINV * DIFF / 100))
9731                 echo "Fill $DIFF% remaining space in OST$MINI with ${DIFF2}KB"
9732                 $SETSTRIPE -i $MINI -c 1 $DIR/$tdir/OST${MINI} ||
9733                         error "setstripe failed"
9734                 DIFF=$((DIFF2 / 2048))
9735                 i=0
9736                 while [ $i -lt $DIFF ]; do
9737                         i=$((i + 1))
9738                         dd if=/dev/zero of=$DIR/$tdir/OST${MINI}/$tfile-$i \
9739                                 bs=2M count=1 2>/dev/null
9740                         echo -n .
9741                 done
9742                 echo .
9743                 sync
9744                 sleep_maxage
9745                 free_min_max
9746         fi
9747
9748         DIFF=$((MAXV - MINV))
9749         DIFF2=$((DIFF * 100 / MINV))
9750         echo -n "diff=$DIFF=$DIFF2% must be > $threshold% for QOS mode..."
9751         if [ $DIFF2 -gt $threshold ]; then
9752                 echo "ok"
9753         else
9754                 echo "failed - QOS mode won't be used"
9755                 simple_cleanup_common
9756                 skip "QOS imbalance criteria not met"
9757         fi
9758
9759         MINI1=$MINI
9760         MINV1=$MINV
9761         MAXI1=$MAXI
9762         MAXV1=$MAXV
9763
9764         # now fill using QOS
9765         $SETSTRIPE -c 1 $DIR/$tdir
9766         FILL=$((FILL / 200))
9767         if [ $FILL -gt 600 ]; then
9768                 FILL=600
9769         fi
9770         echo "writing $FILL files to QOS-assigned OSTs"
9771         i=0
9772         while [ $i -lt $FILL ]; do
9773                 i=$((i + 1))
9774                 dd if=/dev/zero of=$DIR/$tdir/$tfile-$i bs=200k \
9775                         count=1 2>/dev/null
9776                 echo -n .
9777         done
9778         echo "wrote $i 200k files"
9779         sync
9780         sleep_maxage
9781
9782         echo "Note: free space may not be updated, so measurements might be off"
9783         free_min_max
9784         DIFF2=$((MAXV - MINV))
9785         echo "free space delta: orig $DIFF final $DIFF2"
9786         [ $DIFF2 -gt $DIFF ] && echo "delta got worse!"
9787         DIFF=$((MINV1 - ${AVAIL[$MINI1]}))
9788         echo "Wrote ${DIFF}KB to smaller OST $MINI1"
9789         DIFF2=$((MAXV1 - ${AVAIL[$MAXI1]}))
9790         echo "Wrote ${DIFF2}KB to larger OST $MAXI1"
9791         if [[ $DIFF -gt 0 ]]; then
9792                 FILL=$((DIFF2 * 100 / DIFF - 100))
9793                 echo "Wrote ${FILL}% more data to larger OST $MAXI1"
9794         fi
9795
9796         # Figure out which files were written where
9797         UUID=$(lctl get_param -n lov.${FSNAME}-clilov-*.target_obd |
9798                awk '/'$MINI1': / {print $2; exit}')
9799         echo $UUID
9800         MINC=$($GETSTRIPE --ost $UUID $DIR/$tdir | grep $DIR | wc -l)
9801         echo "$MINC files created on smaller OST $MINI1"
9802         UUID=$(lctl get_param -n lov.${FSNAME}-clilov-*.target_obd |
9803                awk '/'$MAXI1': / {print $2; exit}')
9804         echo $UUID
9805         MAXC=$($GETSTRIPE --ost $UUID $DIR/$tdir | grep $DIR | wc -l)
9806         echo "$MAXC files created on larger OST $MAXI1"
9807         if [[ $MINC -gt 0 ]]; then
9808                 FILL=$((MAXC * 100 / MINC - 100))
9809                 echo "Wrote ${FILL}% more files to larger OST $MAXI1"
9810         fi
9811         [[ $MAXC -gt $MINC ]] ||
9812                 error_ignore LU-9 "stripe QOS didn't balance free space"
9813         simple_cleanup_common
9814 }
9815 run_test 116a "stripe QOS: free space balance ==================="
9816
9817 test_116b() { # LU-2093
9818         [ $PARALLEL == "yes" ] && skip "skip parallel run"
9819         remote_mds_nodsh && skip "remote MDS with nodsh"
9820
9821 #define OBD_FAIL_MDS_OSC_CREATE_FAIL     0x147
9822         local old_rr=$(do_facet $SINGLEMDS lctl get_param -n \
9823                        lo[vd].$FSNAME-MDT0000-mdtlov.qos_threshold_rr | head -1)
9824         [ -z "$old_rr" ] && skip "no QOS"
9825         do_facet $SINGLEMDS lctl set_param \
9826                 lo[vd].$FSNAME-MDT0000-mdtlov.qos_threshold_rr=0
9827         mkdir -p $DIR/$tdir
9828         do_facet $SINGLEMDS lctl set_param fail_loc=0x147
9829         createmany -o $DIR/$tdir/f- 20 || error "can't create"
9830         do_facet $SINGLEMDS lctl set_param fail_loc=0
9831         rm -rf $DIR/$tdir
9832         do_facet $SINGLEMDS lctl set_param \
9833                 lo[vd].$FSNAME-MDT0000-mdtlov.qos_threshold_rr=$old_rr
9834 }
9835 run_test 116b "QoS shouldn't LBUG if not enough OSTs found on the 2nd pass"
9836
9837 test_117() # bug 10891
9838 {
9839         [ $PARALLEL == "yes" ] && skip "skip parallel run"
9840
9841         dd if=/dev/zero of=$DIR/$tfile bs=1M count=1
9842         #define OBD_FAIL_OST_SETATTR_CREDITS 0x21e
9843         lctl set_param fail_loc=0x21e
9844         > $DIR/$tfile || error "truncate failed"
9845         lctl set_param fail_loc=0
9846         echo "Truncate succeeded."
9847         rm -f $DIR/$tfile
9848 }
9849 run_test 117 "verify osd extend =========="
9850
9851 NO_SLOW_RESENDCOUNT=4
9852 export OLD_RESENDCOUNT=""
9853 set_resend_count () {
9854         local PROC_RESENDCOUNT="osc.${FSNAME}-OST*-osc-*.resend_count"
9855         OLD_RESENDCOUNT=$(lctl get_param -n $PROC_RESENDCOUNT | head -n1)
9856         lctl set_param -n $PROC_RESENDCOUNT $1
9857         echo resend_count is set to $(lctl get_param -n $PROC_RESENDCOUNT)
9858 }
9859
9860 # for reduce test_118* time (b=14842)
9861 [ "$SLOW" = "no" ] && set_resend_count $NO_SLOW_RESENDCOUNT
9862
9863 # Reset async IO behavior after error case
9864 reset_async() {
9865         FILE=$DIR/reset_async
9866
9867         # Ensure all OSCs are cleared
9868         $SETSTRIPE -c -1 $FILE
9869         dd if=/dev/zero of=$FILE bs=64k count=$OSTCOUNT
9870         sync
9871         rm $FILE
9872 }
9873
9874 test_118a() #bug 11710
9875 {
9876         [ $PARALLEL == "yes" ] && skip "skip parallel run"
9877
9878         reset_async
9879
9880         $MULTIOP $DIR/$tfile oO_CREAT:O_RDWR:O_SYNC:w4096c
9881         DIRTY=$(lctl get_param -n llite.*.dump_page_cache | grep -c dirty)
9882         WRITEBACK=$(lctl get_param -n llite.*.dump_page_cache | grep -c writeback)
9883
9884         if [[ $DIRTY -ne 0 || $WRITEBACK -ne 0 ]]; then
9885                 error "Dirty pages not flushed to disk, dirty=$DIRTY, writeback=$WRITEBACK"
9886                 return 1;
9887         fi
9888         rm -f $DIR/$tfile
9889 }
9890 run_test 118a "verify O_SYNC works =========="
9891
9892 test_118b()
9893 {
9894         [ $PARALLEL == "yes" ] && skip "skip parallel run"
9895         remote_ost_nodsh && skip "remote OST with nodsh"
9896
9897         reset_async
9898
9899         #define OBD_FAIL_SRV_ENOENT 0x217
9900         set_nodes_failloc "$(osts_nodes)" 0x217
9901         $MULTIOP $DIR/$tfile oO_CREAT:O_RDWR:O_SYNC:w4096c
9902         RC=$?
9903         set_nodes_failloc "$(osts_nodes)" 0
9904         DIRTY=$(lctl get_param -n llite.*.dump_page_cache | grep -c dirty)
9905         WRITEBACK=$(lctl get_param -n llite.*.dump_page_cache |
9906                     grep -c writeback)
9907
9908         if [[ $RC -eq 0 ]]; then
9909                 error "Must return error due to dropped pages, rc=$RC"
9910                 return 1;
9911         fi
9912
9913         if [[ $DIRTY -ne 0 || $WRITEBACK -ne 0 ]]; then
9914                 error "Dirty pages not flushed to disk, dirty=$DIRTY, writeback=$WRITEBACK"
9915                 return 1;
9916         fi
9917
9918         echo "Dirty pages not leaked on ENOENT"
9919
9920         # Due to the above error the OSC will issue all RPCs syncronously
9921         # until a subsequent RPC completes successfully without error.
9922         $MULTIOP $DIR/$tfile Ow4096yc
9923         rm -f $DIR/$tfile
9924
9925         return 0
9926 }
9927 run_test 118b "Reclaim dirty pages on fatal error =========="
9928
9929 test_118c()
9930 {
9931         [ $PARALLEL == "yes" ] && skip "skip parallel run"
9932
9933         # for 118c, restore the original resend count, LU-1940
9934         [ "$SLOW" = "no" ] && [ -n "$OLD_RESENDCOUNT" ] &&
9935                                 set_resend_count $OLD_RESENDCOUNT
9936         remote_ost_nodsh && skip "remote OST with nodsh"
9937
9938         reset_async
9939
9940         #define OBD_FAIL_OST_EROFS               0x216
9941         set_nodes_failloc "$(osts_nodes)" 0x216
9942
9943         # multiop should block due to fsync until pages are written
9944         $MULTIOP $DIR/$tfile oO_CREAT:O_RDWR:O_SYNC:w4096c &
9945         MULTIPID=$!
9946         sleep 1
9947
9948         if [[ `ps h -o comm -p $MULTIPID` != "multiop" ]]; then
9949                 error "Multiop failed to block on fsync, pid=$MULTIPID"
9950         fi
9951
9952         WRITEBACK=$(lctl get_param -n llite.*.dump_page_cache |
9953                     grep -c writeback)
9954         if [[ $WRITEBACK -eq 0 ]]; then
9955                 error "No page in writeback, writeback=$WRITEBACK"
9956         fi
9957
9958         set_nodes_failloc "$(osts_nodes)" 0
9959         wait $MULTIPID
9960         RC=$?
9961         if [[ $RC -ne 0 ]]; then
9962                 error "Multiop fsync failed, rc=$RC"
9963         fi
9964
9965         DIRTY=$(lctl get_param -n llite.*.dump_page_cache | grep -c dirty)
9966         WRITEBACK=$(lctl get_param -n llite.*.dump_page_cache |
9967                     grep -c writeback)
9968         if [[ $DIRTY -ne 0 || $WRITEBACK -ne 0 ]]; then
9969                 error "Dirty pages not flushed to disk, dirty=$DIRTY, writeback=$WRITEBACK"
9970         fi
9971
9972         rm -f $DIR/$tfile
9973         echo "Dirty pages flushed via fsync on EROFS"
9974         return 0
9975 }
9976 run_test 118c "Fsync blocks on EROFS until dirty pages are flushed =========="
9977
9978 # continue to use small resend count to reduce test_118* time (b=14842)
9979 [ "$SLOW" = "no" ] && set_resend_count $NO_SLOW_RESENDCOUNT
9980
9981 test_118d()
9982 {
9983         [ $PARALLEL == "yes" ] && skip "skip parallel run"
9984         remote_ost_nodsh && skip "remote OST with nodsh"
9985
9986         reset_async
9987
9988         #define OBD_FAIL_OST_BRW_PAUSE_BULK
9989         set_nodes_failloc "$(osts_nodes)" 0x214
9990         # multiop should block due to fsync until pages are written
9991         $MULTIOP $DIR/$tfile oO_CREAT:O_RDWR:O_SYNC:w4096c &
9992         MULTIPID=$!
9993         sleep 1
9994
9995         if [[ `ps h -o comm -p $MULTIPID` != "multiop" ]]; then
9996                 error "Multiop failed to block on fsync, pid=$MULTIPID"
9997         fi
9998
9999         WRITEBACK=$(lctl get_param -n llite.*.dump_page_cache |
10000                     grep -c writeback)
10001         if [[ $WRITEBACK -eq 0 ]]; then
10002                 error "No page in writeback, writeback=$WRITEBACK"
10003         fi
10004
10005         wait $MULTIPID || error "Multiop fsync failed, rc=$?"
10006         set_nodes_failloc "$(osts_nodes)" 0
10007
10008         DIRTY=$(lctl get_param -n llite.*.dump_page_cache | grep -c dirty)
10009         WRITEBACK=$(lctl get_param -n llite.*.dump_page_cache |
10010                     grep -c writeback)
10011         if [[ $DIRTY -ne 0 || $WRITEBACK -ne 0 ]]; then
10012                 error "Dirty pages not flushed to disk, dirty=$DIRTY, writeback=$WRITEBACK"
10013         fi
10014
10015         rm -f $DIR/$tfile
10016         echo "Dirty pages gaurenteed flushed via fsync"
10017         return 0
10018 }
10019 run_test 118d "Fsync validation inject a delay of the bulk =========="
10020
10021 test_118f() {
10022         [ $PARALLEL == "yes" ] && skip "skip parallel run"
10023
10024         reset_async
10025
10026         #define OBD_FAIL_OSC_BRW_PREP_REQ2        0x40a
10027         lctl set_param fail_loc=0x8000040a
10028
10029         # Should simulate EINVAL error which is fatal
10030         $MULTIOP $DIR/$tfile oO_CREAT:O_RDWR:O_SYNC:w4096c
10031         RC=$?
10032         if [[ $RC -eq 0 ]]; then
10033                 error "Must return error due to dropped pages, rc=$RC"
10034         fi
10035
10036         lctl set_param fail_loc=0x0
10037
10038         LOCKED=$(lctl get_param -n llite.*.dump_page_cache | grep -c locked)
10039         DIRTY=$(lctl get_param -n llite.*.dump_page_cache | grep -c dirty)
10040         WRITEBACK=$(lctl get_param -n llite.*.dump_page_cache |
10041                     grep -c writeback)
10042         if [[ $LOCKED -ne 0 ]]; then
10043                 error "Locked pages remain in cache, locked=$LOCKED"
10044         fi
10045
10046         if [[ $DIRTY -ne 0 || $WRITEBACK -ne 0 ]]; then
10047                 error "Dirty pages not flushed to disk, dirty=$DIRTY, writeback=$WRITEBACK"
10048         fi
10049
10050         rm -f $DIR/$tfile
10051         echo "No pages locked after fsync"
10052
10053         reset_async
10054         return 0
10055 }
10056 run_test 118f "Simulate unrecoverable OSC side error =========="
10057
10058 test_118g() {
10059         [ $PARALLEL == "yes" ] && skip "skip parallel run"
10060
10061         reset_async
10062
10063         #define OBD_FAIL_OSC_BRW_PREP_REQ        0x406
10064         lctl set_param fail_loc=0x406
10065
10066         # simulate local -ENOMEM
10067         $MULTIOP $DIR/$tfile oO_CREAT:O_RDWR:O_SYNC:w4096c
10068         RC=$?
10069
10070         lctl set_param fail_loc=0
10071         if [[ $RC -eq 0 ]]; then
10072                 error "Must return error due to dropped pages, rc=$RC"
10073         fi
10074
10075         LOCKED=$(lctl get_param -n llite.*.dump_page_cache | grep -c locked)
10076         DIRTY=$(lctl get_param -n llite.*.dump_page_cache | grep -c dirty)
10077         WRITEBACK=$(lctl get_param -n llite.*.dump_page_cache |
10078                         grep -c writeback)
10079         if [[ $LOCKED -ne 0 ]]; then
10080                 error "Locked pages remain in cache, locked=$LOCKED"
10081         fi
10082
10083         if [[ $DIRTY -ne 0 || $WRITEBACK -ne 0 ]]; then
10084                 error "Dirty pages not flushed to disk, dirty=$DIRTY, writeback=$WRITEBACK"
10085         fi
10086
10087         rm -f $DIR/$tfile
10088         echo "No pages locked after fsync"
10089
10090         reset_async
10091         return 0
10092 }
10093 run_test 118g "Don't stay in wait if we got local -ENOMEM  =========="
10094
10095 test_118h() {
10096         [ $PARALLEL == "yes" ] && skip "skip parallel run"
10097         remote_ost_nodsh && skip "remote OST with nodsh"
10098
10099         reset_async
10100
10101         #define OBD_FAIL_OST_BRW_WRITE_BULK      0x20e
10102         set_nodes_failloc "$(osts_nodes)" 0x20e
10103         # Should simulate ENOMEM error which is recoverable and should be handled by timeout
10104         $MULTIOP $DIR/$tfile oO_CREAT:O_RDWR:O_SYNC:w4096c
10105         RC=$?
10106
10107         set_nodes_failloc "$(osts_nodes)" 0
10108         if [[ $RC -eq 0 ]]; then
10109                 error "Must return error due to dropped pages, rc=$RC"
10110         fi
10111
10112         LOCKED=$(lctl get_param -n llite.*.dump_page_cache | grep -c locked)
10113         DIRTY=$(lctl get_param -n llite.*.dump_page_cache | grep -c dirty)
10114         WRITEBACK=$(lctl get_param -n llite.*.dump_page_cache |
10115                     grep -c writeback)
10116         if [[ $LOCKED -ne 0 ]]; then
10117                 error "Locked pages remain in cache, locked=$LOCKED"
10118         fi
10119
10120         if [[ $DIRTY -ne 0 || $WRITEBACK -ne 0 ]]; then
10121                 error "Dirty pages not flushed to disk, dirty=$DIRTY, writeback=$WRITEBACK"
10122         fi
10123
10124         rm -f $DIR/$tfile
10125         echo "No pages locked after fsync"
10126
10127         return 0
10128 }
10129 run_test 118h "Verify timeout in handling recoverables errors  =========="
10130
10131 [ "$SLOW" = "no" ] && [ -n "$OLD_RESENDCOUNT" ] && set_resend_count $OLD_RESENDCOUNT
10132
10133 test_118i() {
10134         [ $PARALLEL == "yes" ] && skip "skip parallel run"
10135         remote_ost_nodsh && skip "remote OST with nodsh"
10136
10137         reset_async
10138
10139         #define OBD_FAIL_OST_BRW_WRITE_BULK      0x20e
10140         set_nodes_failloc "$(osts_nodes)" 0x20e
10141
10142         # Should simulate ENOMEM error which is recoverable and should be handled by timeout
10143         $MULTIOP $DIR/$tfile oO_CREAT:O_RDWR:O_SYNC:w4096c &
10144         PID=$!
10145         sleep 5
10146         set_nodes_failloc "$(osts_nodes)" 0
10147
10148         wait $PID
10149         RC=$?
10150         if [[ $RC -ne 0 ]]; then
10151                 error "got error, but should be not, rc=$RC"
10152         fi
10153
10154         LOCKED=$(lctl get_param -n llite.*.dump_page_cache | grep -c locked)
10155         DIRTY=$(lctl get_param -n llite.*.dump_page_cache | grep -c dirty)
10156         WRITEBACK=$(lctl get_param -n llite.*.dump_page_cache | grep -c writeback)
10157         if [[ $LOCKED -ne 0 ]]; then
10158                 error "Locked pages remain in cache, locked=$LOCKED"
10159         fi
10160
10161         if [[ $DIRTY -ne 0 || $WRITEBACK -ne 0 ]]; then
10162                 error "Dirty pages not flushed to disk, dirty=$DIRTY, writeback=$WRITEBACK"
10163         fi
10164
10165         rm -f $DIR/$tfile
10166         echo "No pages locked after fsync"
10167
10168         return 0
10169 }
10170 run_test 118i "Fix error before timeout in recoverable error  =========="
10171
10172 [ "$SLOW" = "no" ] && set_resend_count 4
10173
10174 test_118j() {
10175         [ $PARALLEL == "yes" ] && skip "skip parallel run"
10176         remote_ost_nodsh && skip "remote OST with nodsh"
10177
10178         reset_async
10179
10180         #define OBD_FAIL_OST_BRW_WRITE_BULK2     0x220
10181         set_nodes_failloc "$(osts_nodes)" 0x220
10182
10183         # return -EIO from OST
10184         $MULTIOP $DIR/$tfile oO_CREAT:O_RDWR:O_SYNC:w4096c
10185         RC=$?
10186         set_nodes_failloc "$(osts_nodes)" 0x0
10187         if [[ $RC -eq 0 ]]; then
10188                 error "Must return error due to dropped pages, rc=$RC"
10189         fi
10190
10191         LOCKED=$(lctl get_param -n llite.*.dump_page_cache | grep -c locked)
10192         DIRTY=$(lctl get_param -n llite.*.dump_page_cache | grep -c dirty)
10193         WRITEBACK=$(lctl get_param -n llite.*.dump_page_cache | grep -c writeback)
10194         if [[ $LOCKED -ne 0 ]]; then
10195                 error "Locked pages remain in cache, locked=$LOCKED"
10196         fi
10197
10198         # in recoverable error on OST we want resend and stay until it finished
10199         if [[ $DIRTY -ne 0 || $WRITEBACK -ne 0 ]]; then
10200                 error "Dirty pages not flushed to disk, dirty=$DIRTY, writeback=$WRITEBACK"
10201         fi
10202
10203         rm -f $DIR/$tfile
10204         echo "No pages locked after fsync"
10205
10206         return 0
10207 }
10208 run_test 118j "Simulate unrecoverable OST side error =========="
10209
10210 test_118k()
10211 {
10212         [ $PARALLEL == "yes" ] && skip "skip parallel run"
10213         remote_ost_nodsh && skip "remote OSTs with nodsh"
10214
10215         #define OBD_FAIL_OST_BRW_WRITE_BULK      0x20e
10216         set_nodes_failloc "$(osts_nodes)" 0x20e
10217         test_mkdir $DIR/$tdir
10218
10219         for ((i=0;i<10;i++)); do
10220                 (dd if=/dev/zero of=$DIR/$tdir/$tfile-$i bs=1M count=10 || \
10221                         error "dd to $DIR/$tdir/$tfile-$i failed" )&
10222                 SLEEPPID=$!
10223                 sleep 0.500s
10224                 kill $SLEEPPID
10225                 wait $SLEEPPID
10226         done
10227
10228         set_nodes_failloc "$(osts_nodes)" 0
10229         rm -rf $DIR/$tdir
10230 }
10231 run_test 118k "bio alloc -ENOMEM and IO TERM handling ========="
10232
10233 test_118l() # LU-646
10234 {
10235         [ $PARALLEL == "yes" ] && skip "skip parallel run"
10236
10237         test_mkdir $DIR/$tdir
10238         $MULTIOP $DIR/$tdir Dy || error "fsync dir failed"
10239         rm -rf $DIR/$tdir
10240 }
10241 run_test 118l "fsync dir"
10242
10243 test_118m() # LU-3066
10244 {
10245         [ $PARALLEL == "yes" ] && skip "skip parallel run"
10246
10247         test_mkdir $DIR/$tdir
10248         $MULTIOP $DIR/$tdir DY || error "fdatasync dir failed"
10249         rm -rf $DIR/$tdir
10250 }
10251 run_test 118m "fdatasync dir ========="
10252
10253 [ "$SLOW" = "no" ] && [ -n "$OLD_RESENDCOUNT" ] && set_resend_count $OLD_RESENDCOUNT
10254
10255 test_118n()
10256 {
10257         local begin
10258         local end
10259
10260         [ $PARALLEL == "yes" ] && skip "skip parallel run"
10261         remote_ost_nodsh && skip "remote OSTs with nodsh"
10262
10263         # Sleep to avoid a cached response.
10264         #define OBD_STATFS_CACHE_SECONDS 1
10265         sleep 2
10266
10267         # Inject a 10 second delay in the OST_STATFS handler.
10268         #define OBD_FAIL_OST_STATFS_DELAY 0x242
10269         set_nodes_failloc "$(osts_nodes)" 0x242
10270
10271         begin=$SECONDS
10272         stat --file-system $MOUNT > /dev/null
10273         end=$SECONDS
10274
10275         set_nodes_failloc "$(osts_nodes)" 0
10276
10277         if ((end - begin > 20)); then
10278             error "statfs took $((end - begin)) seconds, expected 10"
10279         fi
10280 }
10281 run_test 118n "statfs() sends OST_STATFS requests in parallel"
10282
10283 test_119a() # bug 11737
10284 {
10285         BSIZE=$((512 * 1024))
10286         directio write $DIR/$tfile 0 1 $BSIZE
10287         # We ask to read two blocks, which is more than a file size.
10288         # directio will indicate an error when requested and actual
10289         # sizes aren't equeal (a normal situation in this case) and
10290         # print actual read amount.
10291         NOB=`directio read $DIR/$tfile 0 2 $BSIZE | awk '/error/ {print $6}'`
10292         if [ "$NOB" != "$BSIZE" ]; then
10293                 error "read $NOB bytes instead of $BSIZE"
10294         fi
10295         rm -f $DIR/$tfile
10296 }
10297 run_test 119a "Short directIO read must return actual read amount"
10298
10299 test_119b() # bug 11737
10300 {
10301         [[ $OSTCOUNT -lt 2 ]] && skip_env "needs >= 2 OSTs"
10302
10303         $SETSTRIPE -c 2 $DIR/$tfile || error "setstripe failed"
10304         dd if=/dev/zero of=$DIR/$tfile bs=1M count=1 seek=1 || error "dd failed"
10305         sync
10306         $MULTIOP $DIR/$tfile oO_RDONLY:O_DIRECT:r$((2048 * 1024)) ||
10307                 error "direct read failed"
10308         rm -f $DIR/$tfile
10309 }
10310 run_test 119b "Sparse directIO read must return actual read amount"
10311
10312 test_119c() # bug 13099
10313 {
10314         BSIZE=1048576
10315         directio write $DIR/$tfile 3 1 $BSIZE || error "direct write failed"
10316         directio readhole $DIR/$tfile 0 2 $BSIZE || error "reading hole failed"
10317         rm -f $DIR/$tfile
10318 }
10319 run_test 119c "Testing for direct read hitting hole"
10320
10321 test_119d() # bug 15950
10322 {
10323         [ $PARALLEL == "yes" ] && skip "skip parallel run"
10324
10325         MAX_RPCS_IN_FLIGHT=`$LCTL get_param -n osc.*OST0000-osc-[^mM]*.max_rpcs_in_flight`
10326         $LCTL set_param -n osc.*OST0000-osc-[^mM]*.max_rpcs_in_flight 1
10327         BSIZE=1048576
10328         $SETSTRIPE $DIR/$tfile -i 0 -c 1 || error "setstripe failed"
10329         $DIRECTIO write $DIR/$tfile 0 1 $BSIZE || error "first directio failed"
10330         #define OBD_FAIL_OSC_DIO_PAUSE           0x40d
10331         lctl set_param fail_loc=0x40d
10332         $DIRECTIO write $DIR/$tfile 1 4 $BSIZE &
10333         pid_dio=$!
10334         sleep 1
10335         cat $DIR/$tfile > /dev/null &
10336         lctl set_param fail_loc=0
10337         pid_reads=$!
10338         wait $pid_dio
10339         log "the DIO writes have completed, now wait for the reads (should not block very long)"
10340         sleep 2
10341         [ -n "`ps h -p $pid_reads -o comm`" ] && \
10342         error "the read rpcs have not completed in 2s"
10343         rm -f $DIR/$tfile
10344         $LCTL set_param -n osc.*OST0000-osc-[^mM]*.max_rpcs_in_flight $MAX_RPCS_IN_FLIGHT
10345 }
10346 run_test 119d "The DIO path should try to send a new rpc once one is completed"
10347
10348 test_120a() {
10349         [ $PARALLEL == "yes" ] && skip "skip parallel run"
10350         remote_mds_nodsh && skip "remote MDS with nodsh"
10351         test_mkdir $DIR/$tdir
10352         $LCTL get_param -n mdc.*.connect_flags | grep -q early_lock_cancel ||
10353                 skip_env "no early lock cancel on server"
10354
10355         lru_resize_disable mdc
10356         lru_resize_disable osc
10357         cancel_lru_locks mdc
10358         # asynchronous object destroy at MDT could cause bl ast to client
10359         cancel_lru_locks osc
10360
10361         stat $DIR/$tdir > /dev/null
10362         can1=$(do_facet $SINGLEMDS \
10363                "$LCTL get_param -n ldlm.services.ldlm_canceld.stats" |
10364                awk '/ldlm_cancel/ {print $2}')
10365         blk1=$($LCTL get_param -n ldlm.services.ldlm_cbd.stats |
10366                awk '/ldlm_bl_callback/ {print $2}')
10367         test_mkdir -c1 $DIR/$tdir/d1
10368         can2=$(do_facet $SINGLEMDS \
10369                "$LCTL get_param -n ldlm.services.ldlm_canceld.stats" |
10370                awk '/ldlm_cancel/ {print $2}')
10371         blk2=$($LCTL get_param -n ldlm.services.ldlm_cbd.stats |
10372                awk '/ldlm_bl_callback/ {print $2}')
10373         [ $can1 -eq $can2 ] || error $((can2-can1)) "cancel RPC occured."
10374         [ $blk1 -eq $blk2 ] || error $((blk2-blk1)) "blocking RPC occured."
10375         lru_resize_enable mdc
10376         lru_resize_enable osc
10377 }
10378 run_test 120a "Early Lock Cancel: mkdir test"
10379
10380 test_120b() {
10381         [ $PARALLEL == "yes" ] && skip "skip parallel run"
10382         remote_mds_nodsh && skip "remote MDS with nodsh"
10383         test_mkdir $DIR/$tdir
10384         $LCTL get_param -n mdc.*.connect_flags | grep -q early_lock_cancel ||
10385                 skip_env "no early lock cancel on server"
10386
10387         lru_resize_disable mdc
10388         lru_resize_disable osc
10389         cancel_lru_locks mdc
10390         stat $DIR/$tdir > /dev/null
10391         can1=$(do_facet $SINGLEMDS \
10392                "$LCTL get_param -n ldlm.services.ldlm_canceld.stats" |
10393                awk '/ldlm_cancel/ {print $2}')
10394         blk1=$($LCTL get_param -n ldlm.services.ldlm_cbd.stats |
10395                awk '/ldlm_bl_callback/ {print $2}')
10396         touch $DIR/$tdir/f1
10397         can2=$(do_facet $SINGLEMDS \
10398                "$LCTL get_param -n ldlm.services.ldlm_canceld.stats" |
10399                awk '/ldlm_cancel/ {print $2}')
10400         blk2=$($LCTL get_param -n ldlm.services.ldlm_cbd.stats |
10401                awk '/ldlm_bl_callback/ {print $2}')
10402         [ $can1 -eq $can2 ] || error $((can2-can1)) "cancel RPC occured."
10403         [ $blk1 -eq $blk2 ] || error $((blk2-blk1)) "blocking RPC occured."
10404         lru_resize_enable mdc
10405         lru_resize_enable osc
10406 }
10407 run_test 120b "Early Lock Cancel: create test"
10408
10409 test_120c() {
10410         [ $PARALLEL == "yes" ] && skip "skip parallel run"
10411         remote_mds_nodsh && skip "remote MDS with nodsh"
10412         test_mkdir -c1 $DIR/$tdir
10413         $LCTL get_param -n mdc.*.connect_flags | grep -q early_lock_cancel ||
10414                 skip "no early lock cancel on server"
10415
10416         lru_resize_disable mdc
10417         lru_resize_disable osc
10418         test_mkdir -c1 $DIR/$tdir/d1
10419         test_mkdir -c1 $DIR/$tdir/d2
10420         touch $DIR/$tdir/d1/f1
10421         cancel_lru_locks mdc
10422         stat $DIR/$tdir/d1 $DIR/$tdir/d2 $DIR/$tdir/d1/f1 > /dev/null
10423         can1=$(do_facet $SINGLEMDS \
10424                "$LCTL get_param -n ldlm.services.ldlm_canceld.stats" |
10425                awk '/ldlm_cancel/ {print $2}')
10426         blk1=$($LCTL get_param -n ldlm.services.ldlm_cbd.stats |
10427                awk '/ldlm_bl_callback/ {print $2}')
10428         ln $DIR/$tdir/d1/f1 $DIR/$tdir/d2/f2
10429         can2=$(do_facet $SINGLEMDS \
10430                "$LCTL get_param -n ldlm.services.ldlm_canceld.stats" |
10431                awk '/ldlm_cancel/ {print $2}')
10432         blk2=$($LCTL get_param -n ldlm.services.ldlm_cbd.stats |
10433                awk '/ldlm_bl_callback/ {print $2}')
10434         [ $can1 -eq $can2 ] || error $((can2-can1)) "cancel RPC occured."
10435         [ $blk1 -eq $blk2 ] || error $((blk2-blk1)) "blocking RPC occured."
10436         lru_resize_enable mdc
10437         lru_resize_enable osc
10438 }
10439 run_test 120c "Early Lock Cancel: link test"
10440
10441 test_120d() {
10442         [ $PARALLEL == "yes" ] && skip "skip parallel run"
10443         remote_mds_nodsh && skip "remote MDS with nodsh"
10444         test_mkdir -c1 $DIR/$tdir
10445         $LCTL get_param -n mdc.*.connect_flags | grep -q early_lock_cancel ||
10446                 skip_env "no early lock cancel on server"
10447
10448         lru_resize_disable mdc
10449         lru_resize_disable osc
10450         touch $DIR/$tdir
10451         cancel_lru_locks mdc
10452         stat $DIR/$tdir > /dev/null
10453         can1=$(do_facet $SINGLEMDS \
10454                "$LCTL get_param -n ldlm.services.ldlm_canceld.stats" |
10455                awk '/ldlm_cancel/ {print $2}')
10456         blk1=$($LCTL get_param -n ldlm.services.ldlm_cbd.stats |
10457                awk '/ldlm_bl_callback/ {print $2}')
10458         chmod a+x $DIR/$tdir
10459         can2=$(do_facet $SINGLEMDS \
10460                "$LCTL get_param -n ldlm.services.ldlm_canceld.stats" |
10461                awk '/ldlm_cancel/ {print $2}')
10462         blk2=$($LCTL get_param -n ldlm.services.ldlm_cbd.stats |
10463                awk '/ldlm_bl_callback/ {print $2}')
10464         [ $can1 -eq $can2 ] || error $((can2-can1)) "cancel RPC occured."
10465         [ $blk1 -eq $blk2 ] || error $((blk2-blk1)) "blocking RPC occured."
10466         lru_resize_enable mdc
10467         lru_resize_enable osc
10468 }
10469 run_test 120d "Early Lock Cancel: setattr test"
10470
10471 test_120e() {
10472         [ $PARALLEL == "yes" ] && skip "skip parallel run"
10473         $LCTL get_param -n mdc.*.connect_flags | grep -q early_lock_cancel ||
10474                 skip_env "no early lock cancel on server"
10475         remote_mds_nodsh && skip "remote MDS with nodsh"
10476
10477         local dlmtrace_set=false
10478
10479         test_mkdir -c1 $DIR/$tdir
10480         lru_resize_disable mdc
10481         lru_resize_disable osc
10482         ! $LCTL get_param debug | grep -q dlmtrace &&
10483                 $LCTL set_param debug=+dlmtrace && dlmtrace_set=true
10484         dd if=/dev/zero of=$DIR/$tdir/f1 count=1
10485         cancel_lru_locks mdc
10486         cancel_lru_locks osc
10487         dd if=$DIR/$tdir/f1 of=/dev/null
10488         stat $DIR/$tdir $DIR/$tdir/f1 > /dev/null
10489         # XXX client can not do early lock cancel of OST lock
10490         # during unlink (LU-4206), so cancel osc lock now.
10491         sleep 2
10492         cancel_lru_locks osc
10493         can1=$(do_facet $SINGLEMDS \
10494                "$LCTL get_param -n ldlm.services.ldlm_canceld.stats" |
10495                awk '/ldlm_cancel/ {print $2}')
10496         blk1=$($LCTL get_param -n ldlm.services.ldlm_cbd.stats |
10497                awk '/ldlm_bl_callback/ {print $2}')
10498         unlink $DIR/$tdir/f1
10499         sleep 5
10500         can2=$(do_facet $SINGLEMDS \
10501                "$LCTL get_param -n ldlm.services.ldlm_canceld.stats" |
10502                awk '/ldlm_cancel/ {print $2}')
10503         blk2=$($LCTL get_param -n ldlm.services.ldlm_cbd.stats |
10504                awk '/ldlm_bl_callback/ {print $2}')
10505         [ $can1 -ne $can2 ] && error "$((can2 - can1)) cancel RPC occured" &&
10506                 $LCTL dk $TMP/cancel.debug.txt
10507         [ $blk1 -ne $blk2 ] && error "$((blk2 - blk1)) blocking RPC occured" &&
10508                 $LCTL dk $TMP/blocking.debug.txt
10509         $dlmtrace_set && $LCTL set_param debug=-dlmtrace
10510         lru_resize_enable mdc
10511         lru_resize_enable osc
10512 }
10513 run_test 120e "Early Lock Cancel: unlink test"
10514
10515 test_120f() {
10516         [ $PARALLEL == "yes" ] && skip "skip parallel run"
10517         $LCTL get_param -n mdc.*.connect_flags | grep -q early_lock_cancel ||
10518                 skip_env "no early lock cancel on server"
10519         remote_mds_nodsh && skip "remote MDS with nodsh"
10520
10521         test_mkdir -c1 $DIR/$tdir
10522         lru_resize_disable mdc
10523         lru_resize_disable osc
10524         test_mkdir -c1 $DIR/$tdir/d1
10525         test_mkdir -c1 $DIR/$tdir/d2
10526         dd if=/dev/zero of=$DIR/$tdir/d1/f1 count=1
10527         dd if=/dev/zero of=$DIR/$tdir/d2/f2 count=1
10528         cancel_lru_locks mdc
10529         cancel_lru_locks osc
10530         dd if=$DIR/$tdir/d1/f1 of=/dev/null
10531         dd if=$DIR/$tdir/d2/f2 of=/dev/null
10532         stat $DIR/$tdir/d1 $DIR/$tdir/d2 $DIR/$tdir/d1/f1 $DIR/$tdir/d2/f2 > /dev/null
10533         # XXX client can not do early lock cancel of OST lock
10534         # during rename (LU-4206), so cancel osc lock now.
10535         sleep 2
10536         cancel_lru_locks osc
10537         can1=$(do_facet $SINGLEMDS \
10538                "$LCTL get_param -n ldlm.services.ldlm_canceld.stats" |
10539                awk '/ldlm_cancel/ {print $2}')
10540         blk1=$($LCTL get_param -n ldlm.services.ldlm_cbd.stats |
10541                awk '/ldlm_bl_callback/ {print $2}')
10542         mrename $DIR/$tdir/d1/f1 $DIR/$tdir/d2/f2
10543         sleep 5
10544         can2=$(do_facet $SINGLEMDS \
10545                "$LCTL get_param -n ldlm.services.ldlm_canceld.stats" |
10546                awk '/ldlm_cancel/ {print $2}')
10547         blk2=$($LCTL get_param -n ldlm.services.ldlm_cbd.stats |
10548                awk '/ldlm_bl_callback/ {print $2}')
10549         [ $can1 -eq $can2 ] || error $((can2-can1)) "cancel RPC occured."
10550         [ $blk1 -eq $blk2 ] || error $((blk2-blk1)) "blocking RPC occured."
10551         lru_resize_enable mdc
10552         lru_resize_enable osc
10553 }
10554 run_test 120f "Early Lock Cancel: rename test"
10555
10556 test_120g() {
10557         [ $PARALLEL == "yes" ] && skip "skip parallel run"
10558         $LCTL get_param -n mdc.*.connect_flags | grep -q early_lock_cancel ||
10559                 skip_env "no early lock cancel on server"
10560         remote_mds_nodsh && skip "remote MDS with nodsh"
10561
10562         lru_resize_disable mdc
10563         lru_resize_disable osc
10564         count=10000
10565         echo create $count files
10566         test_mkdir $DIR/$tdir
10567         cancel_lru_locks mdc
10568         cancel_lru_locks osc
10569         t0=$(date +%s)
10570
10571         can0=$(do_facet $SINGLEMDS \
10572                "$LCTL get_param -n ldlm.services.ldlm_canceld.stats" |
10573                awk '/ldlm_cancel/ {print $2}')
10574         blk0=$($LCTL get_param -n ldlm.services.ldlm_cbd.stats |
10575                awk '/ldlm_bl_callback/ {print $2}')
10576         createmany -o $DIR/$tdir/f $count
10577         sync
10578         can1=$(do_facet $SINGLEMDS \
10579                "$LCTL get_param -n ldlm.services.ldlm_canceld.stats" |
10580                awk '/ldlm_cancel/ {print $2}')
10581         blk1=$($LCTL get_param -n ldlm.services.ldlm_cbd.stats |
10582                awk '/ldlm_bl_callback/ {print $2}')
10583         t1=$(date +%s)
10584         echo total: $((can1-can0)) cancels, $((blk1-blk0)) blockings
10585         echo rm $count files
10586         rm -r $DIR/$tdir
10587         sync
10588         can2=$(do_facet $SINGLEMDS \
10589                "$LCTL get_param -n ldlm.services.ldlm_canceld.stats" |
10590                awk '/ldlm_cancel/ {print $2}')
10591         blk2=$($LCTL get_param -n ldlm.services.ldlm_cbd.stats |
10592                awk '/ldlm_bl_callback/ {print $2}')
10593         t2=$(date +%s)
10594         echo total: $count removes in $((t2-t1))
10595         echo total: $((can2-can1)) cancels, $((blk2-blk1)) blockings
10596         sleep 2
10597         # wait for commitment of removal
10598         lru_resize_enable mdc
10599         lru_resize_enable osc
10600 }
10601 run_test 120g "Early Lock Cancel: performance test"
10602
10603 test_121() { #bug #10589
10604         [ $PARALLEL == "yes" ] && skip "skip parallel run"
10605
10606         rm -rf $DIR/$tfile
10607         writes=$(LANG=C dd if=/dev/zero of=$DIR/$tfile count=1 2>&1 | awk -F '+' '/out$/ {print $1}')
10608 #define OBD_FAIL_LDLM_CANCEL_RACE        0x310
10609         lctl set_param fail_loc=0x310
10610         cancel_lru_locks osc > /dev/null
10611         reads=$(LANG=C dd if=$DIR/$tfile of=/dev/null 2>&1 | awk -F '+' '/in$/ {print $1}')
10612         lctl set_param fail_loc=0
10613         [[ $reads -eq $writes ]] ||
10614                 error "read $reads blocks, must be $writes blocks"
10615 }
10616 run_test 121 "read cancel race ========="
10617
10618 test_123a() { # was test 123, statahead(bug 11401)
10619         [ $PARALLEL == "yes" ] && skip "skip parallel run"
10620
10621         SLOWOK=0
10622         if ! grep -q "processor.*: 1" /proc/cpuinfo; then
10623                 log "testing UP system. Performance may be lower than expected."
10624                 SLOWOK=1
10625         fi
10626
10627         rm -rf $DIR/$tdir
10628         test_mkdir $DIR/$tdir
10629         NUMFREE=$(df -i -P $DIR | tail -n 1 | awk '{ print $4 }')
10630         [[ $NUMFREE -gt 100000 ]] && NUMFREE=100000 || NUMFREE=$((NUMFREE-1000))
10631         MULT=10
10632         for ((i=100, j=0; i<=$NUMFREE; j=$i, i=$((i * MULT)) )); do
10633                 createmany -o $DIR/$tdir/$tfile $j $((i - j))
10634
10635                 max=`lctl get_param -n llite.*.statahead_max | head -n 1`
10636                 lctl set_param -n llite.*.statahead_max 0
10637                 lctl get_param llite.*.statahead_max
10638                 cancel_lru_locks mdc
10639                 cancel_lru_locks osc
10640                 stime=`date +%s`
10641                 time ls -l $DIR/$tdir | wc -l
10642                 etime=`date +%s`
10643                 delta=$((etime - stime))
10644                 log "ls $i files without statahead: $delta sec"
10645                 lctl set_param llite.*.statahead_max=$max
10646
10647                 swrong=`lctl get_param -n llite.*.statahead_stats | grep "statahead wrong:" | awk '{print $3}'`
10648                 lctl get_param -n llite.*.statahead_max | grep '[0-9]'
10649                 cancel_lru_locks mdc
10650                 cancel_lru_locks osc
10651                 stime=`date +%s`
10652                 time ls -l $DIR/$tdir | wc -l
10653                 etime=`date +%s`
10654                 delta_sa=$((etime - stime))
10655                 log "ls $i files with statahead: $delta_sa sec"
10656                 lctl get_param -n llite.*.statahead_stats
10657                 ewrong=`lctl get_param -n llite.*.statahead_stats | grep "statahead wrong:" | awk '{print $3}'`
10658
10659                 [[ $swrong -lt $ewrong ]] &&
10660                         log "statahead was stopped, maybe too many locks held!"
10661                 [[ $delta -eq 0 || $delta_sa -eq 0 ]] && continue
10662
10663                 if [ $((delta_sa * 100)) -gt $((delta * 105)) -a $delta_sa -gt $((delta + 2)) ]; then
10664                     max=`lctl get_param -n llite.*.statahead_max | head -n 1`
10665                     lctl set_param -n llite.*.statahead_max 0
10666                     lctl get_param llite.*.statahead_max
10667                     cancel_lru_locks mdc
10668                     cancel_lru_locks osc
10669                     stime=`date +%s`
10670                     time ls -l $DIR/$tdir | wc -l
10671                     etime=`date +%s`
10672                     delta=$((etime - stime))
10673                     log "ls $i files again without statahead: $delta sec"
10674                     lctl set_param llite.*.statahead_max=$max
10675                     if [ $((delta_sa * 100)) -gt $((delta * 105)) -a $delta_sa -gt $((delta + 2)) ]; then
10676                         if [  $SLOWOK -eq 0 ]; then
10677                                 error "ls $i files is slower with statahead!"
10678                         else
10679                                 log "ls $i files is slower with statahead!"
10680                         fi
10681                         break
10682                     fi
10683                 fi
10684
10685                 [ $delta -gt 20 ] && break
10686                 [ $delta -gt 8 ] && MULT=$((50 / delta))
10687                 [ "$SLOW" = "no" -a $delta -gt 5 ] && break
10688         done
10689         log "ls done"
10690
10691         stime=`date +%s`
10692         rm -r $DIR/$tdir
10693         sync
10694         etime=`date +%s`
10695         delta=$((etime - stime))
10696         log "rm -r $DIR/$tdir/: $delta seconds"
10697         log "rm done"
10698         lctl get_param -n llite.*.statahead_stats
10699 }
10700 run_test 123a "verify statahead work"
10701
10702 test_123b () { # statahead(bug 15027)
10703         [ $PARALLEL == "yes" ] && skip "skip parallel run"
10704
10705         test_mkdir $DIR/$tdir
10706         createmany -o $DIR/$tdir/$tfile-%d 1000
10707
10708         cancel_lru_locks mdc
10709         cancel_lru_locks osc
10710
10711 #define OBD_FAIL_MDC_GETATTR_ENQUEUE     0x803
10712         lctl set_param fail_loc=0x80000803
10713         ls -lR $DIR/$tdir > /dev/null
10714         log "ls done"
10715         lctl set_param fail_loc=0x0
10716         lctl get_param -n llite.*.statahead_stats
10717         rm -r $DIR/$tdir
10718         sync
10719
10720 }
10721 run_test 123b "not panic with network error in statahead enqueue (bug 15027)"
10722
10723 test_123c() {
10724         [[ $MDSCOUNT -lt 2 ]] && skip_env "needs >= 2 MDTs"
10725
10726         test_mkdir -i 0 -c 1 $DIR/$tdir.0
10727         test_mkdir -i 1 -c 1 $DIR/$tdir.1
10728         touch $DIR/$tdir.1/{1..3}
10729         mv $DIR/$tdir.1/{1..3} $DIR/$tdir.0
10730
10731         remount_client $MOUNT
10732
10733         $MULTIOP $DIR/$tdir.0 Q
10734
10735         # let statahead to complete
10736         ls -l $DIR/$tdir.0 > /dev/null
10737
10738         testid=$(echo $TESTNAME | tr '_' ' ')
10739         dmesg | tac | sed "/$testid/,$ d" | grep "Can not initialize inode" &&
10740                 error "statahead warning" || true
10741 }
10742 run_test 123c "Can not initialize inode warning on DNE statahead"
10743
10744 test_124a() {
10745         [ $PARALLEL == "yes" ] && skip "skip parallel run"
10746         $LCTL get_param -n mdc.*.connect_flags | grep -q lru_resize ||
10747                 skip_env "no lru resize on server"
10748
10749         local NR=2000
10750
10751         test_mkdir $DIR/$tdir
10752
10753         log "create $NR files at $DIR/$tdir"
10754         createmany -o $DIR/$tdir/f $NR ||
10755                 error "failed to create $NR files in $DIR/$tdir"
10756
10757         cancel_lru_locks mdc
10758         ls -l $DIR/$tdir > /dev/null
10759
10760         local NSDIR=""
10761         local LRU_SIZE=0
10762         for VALUE in $($LCTL get_param ldlm.namespaces.*mdc-*.lru_size); do
10763                 local PARAM=$(echo ${VALUE[0]} | cut -d "=" -f1)
10764                 LRU_SIZE=$($LCTL get_param -n $PARAM)
10765                 if [[ $LRU_SIZE -gt $(default_lru_size) ]]; then
10766                         NSDIR=$(echo $PARAM | cut -d "." -f1-3)
10767                         log "NSDIR=$NSDIR"
10768                         log "NS=$(basename $NSDIR)"
10769                         break
10770                 fi
10771         done
10772
10773         if [[ -z "$NSDIR" || $LRU_SIZE -lt $(default_lru_size) ]]; then
10774                 skip "Not enough cached locks created!"
10775         fi
10776         log "LRU=$LRU_SIZE"
10777
10778         local SLEEP=30
10779
10780         # We know that lru resize allows one client to hold $LIMIT locks
10781         # for 10h. After that locks begin to be killed by client.
10782         local MAX_HRS=10
10783         local LIMIT=$($LCTL get_param -n $NSDIR.pool.limit)
10784         log "LIMIT=$LIMIT"
10785         if [ $LIMIT -lt $LRU_SIZE ]; then
10786                 skip "Limit is too small $LIMIT"
10787         fi
10788
10789         # Make LVF so higher that sleeping for $SLEEP is enough to _start_
10790         # killing locks. Some time was spent for creating locks. This means
10791         # that up to the moment of sleep finish we must have killed some of
10792         # them (10-100 locks). This depends on how fast ther were created.
10793         # Many of them were touched in almost the same moment and thus will
10794         # be killed in groups.
10795         local LVF=$(($MAX_HRS * 60 * 60 / $SLEEP * $LIMIT / $LRU_SIZE))
10796
10797         # Use $LRU_SIZE_B here to take into account real number of locks
10798         # created in the case of CMD, LRU_SIZE_B != $NR in most of cases
10799         local LRU_SIZE_B=$LRU_SIZE
10800         log "LVF=$LVF"
10801         local OLD_LVF=$($LCTL get_param -n $NSDIR.pool.lock_volume_factor)
10802         log "OLD_LVF=$OLD_LVF"
10803         $LCTL set_param -n $NSDIR.pool.lock_volume_factor $LVF
10804
10805         # Let's make sure that we really have some margin. Client checks
10806         # cached locks every 10 sec.
10807         SLEEP=$((SLEEP+20))
10808         log "Sleep ${SLEEP} sec"
10809         local SEC=0
10810         while ((SEC<$SLEEP)); do
10811                 echo -n "..."
10812                 sleep 5
10813                 SEC=$((SEC+5))
10814                 LRU_SIZE=$($LCTL get_param -n $NSDIR/lru_size)
10815                 echo -n "$LRU_SIZE"
10816         done
10817         echo ""
10818         $LCTL set_param -n $NSDIR.pool.lock_volume_factor $OLD_LVF
10819         local LRU_SIZE_A=$($LCTL get_param -n $NSDIR.lru_size)
10820
10821         [[ $LRU_SIZE_B -gt $LRU_SIZE_A ]] || {
10822                 error "No locks dropped in ${SLEEP}s. LRU size: $LRU_SIZE_A"
10823                 unlinkmany $DIR/$tdir/f $NR
10824                 return
10825         }
10826
10827         log "Dropped "$((LRU_SIZE_B-LRU_SIZE_A))" locks in ${SLEEP}s"
10828         log "unlink $NR files at $DIR/$tdir"
10829         unlinkmany $DIR/$tdir/f $NR
10830 }
10831 run_test 124a "lru resize ======================================="
10832
10833 get_max_pool_limit()
10834 {
10835         local limit=$($LCTL get_param \
10836                       -n ldlm.namespaces.*-MDT0000-mdc-*.pool.limit)
10837         local max=0
10838         for l in $limit; do
10839                 if [[ $l -gt $max ]]; then
10840                         max=$l
10841                 fi
10842         done
10843         echo $max
10844 }
10845
10846 test_124b() {
10847         [ $PARALLEL == "yes" ] && skip "skip parallel run"
10848         $LCTL get_param -n mdc.*.connect_flags | grep -q lru_resize ||
10849                 skip_env "no lru resize on server"
10850
10851         LIMIT=$(get_max_pool_limit)
10852
10853         NR=$(($(default_lru_size)*20))
10854         if [[ $NR -gt $LIMIT ]]; then
10855                 log "Limit lock number by $LIMIT locks"
10856                 NR=$LIMIT
10857         fi
10858
10859         IFree=$(mdsrate_inodes_available)
10860         if [ $IFree -lt $NR ]; then
10861                 log "Limit lock number by $IFree inodes"
10862                 NR=$IFree
10863         fi
10864
10865         lru_resize_disable mdc
10866         test_mkdir -p $DIR/$tdir/disable_lru_resize
10867
10868         createmany -o $DIR/$tdir/disable_lru_resize/f $NR
10869         log "doing ls -la $DIR/$tdir/disable_lru_resize 3 times"
10870         cancel_lru_locks mdc
10871         stime=`date +%s`
10872         PID=""
10873         ls -la $DIR/$tdir/disable_lru_resize > /dev/null &
10874         PID="$PID $!"
10875         sleep 2
10876         ls -la $DIR/$tdir/disable_lru_resize > /dev/null &
10877         PID="$PID $!"
10878         sleep 2
10879         ls -la $DIR/$tdir/disable_lru_resize > /dev/null &
10880         PID="$PID $!"
10881         wait $PID
10882         etime=`date +%s`
10883         nolruresize_delta=$((etime-stime))
10884         log "ls -la time: $nolruresize_delta seconds"
10885         log "lru_size = $(lctl get_param -n ldlm.namespaces.*mdc*.lru_size)"
10886         unlinkmany $DIR/$tdir/disable_lru_resize/f $NR
10887
10888         lru_resize_enable mdc
10889         test_mkdir -p $DIR/$tdir/enable_lru_resize
10890
10891         createmany -o $DIR/$tdir/enable_lru_resize/f $NR
10892         log "doing ls -la $DIR/$tdir/enable_lru_resize 3 times"
10893         cancel_lru_locks mdc
10894         stime=`date +%s`
10895         PID=""
10896         ls -la $DIR/$tdir/enable_lru_resize > /dev/null &
10897         PID="$PID $!"
10898         sleep 2
10899         ls -la $DIR/$tdir/enable_lru_resize > /dev/null &
10900         PID="$PID $!"
10901         sleep 2
10902         ls -la $DIR/$tdir/enable_lru_resize > /dev/null &
10903         PID="$PID $!"
10904         wait $PID
10905         etime=`date +%s`
10906         lruresize_delta=$((etime-stime))
10907         log "ls -la time: $lruresize_delta seconds"
10908         log "lru_size = $(lctl get_param -n ldlm.namespaces.*mdc*.lru_size)"
10909
10910         if [ $lruresize_delta -gt $nolruresize_delta ]; then
10911                 log "ls -la is $(((lruresize_delta - $nolruresize_delta) * 100 / $nolruresize_delta))% slower with lru resize enabled"
10912         elif [ $nolruresize_delta -gt $lruresize_delta ]; then
10913                 log "ls -la is $(((nolruresize_delta - $lruresize_delta) * 100 / $nolruresize_delta))% faster with lru resize enabled"
10914         else
10915                 log "lru resize performs the same with no lru resize"
10916         fi
10917         unlinkmany $DIR/$tdir/enable_lru_resize/f $NR
10918 }
10919 run_test 124b "lru resize (performance test) ======================="
10920
10921 test_124c() {
10922         [ $PARALLEL == "yes" ] && skip "skip parallel run"
10923         $LCTL get_param -n mdc.*.connect_flags | grep -q lru_resize ||
10924                 skip_env "no lru resize on server"
10925
10926         # cache ununsed locks on client
10927         local nr=100
10928         cancel_lru_locks mdc
10929         test_mkdir $DIR/$tdir
10930         createmany -o $DIR/$tdir/f $nr ||
10931                 error "failed to create $nr files in $DIR/$tdir"
10932         ls -l $DIR/$tdir > /dev/null
10933
10934         local nsdir="ldlm.namespaces.*-MDT0000-mdc-*"
10935         local unused=$($LCTL get_param -n $nsdir.lock_unused_count)
10936         local max_age=$($LCTL get_param -n $nsdir.lru_max_age)
10937         local recalc_p=$($LCTL get_param -n $nsdir.pool.recalc_period)
10938         echo "unused=$unused, max_age=$max_age, recalc_p=$recalc_p"
10939
10940         # set lru_max_age to 1 sec
10941         $LCTL set_param $nsdir.lru_max_age=1000 # milliseconds
10942         echo "sleep $((recalc_p * 2)) seconds..."
10943         sleep $((recalc_p * 2))
10944
10945         local remaining=$($LCTL get_param -n $nsdir.lock_unused_count)
10946         # restore lru_max_age
10947         $LCTL set_param -n $nsdir.lru_max_age $max_age
10948         [ $remaining -eq 0 ] || error "$remaining locks are not canceled"
10949         unlinkmany $DIR/$tdir/f $nr
10950 }
10951 run_test 124c "LRUR cancel very aged locks"
10952
10953 test_124d() {
10954         [ $PARALLEL == "yes" ] && skip "skip parallel run"
10955         $LCTL get_param -n mdc.*.connect_flags | grep -q lru_resize ||
10956                 skip_env "no lru resize on server"
10957
10958         # cache ununsed locks on client
10959         local nr=100
10960
10961         lru_resize_disable mdc
10962         stack_trap "lru_resize_enable mdc" EXIT
10963
10964         cancel_lru_locks mdc
10965
10966         # asynchronous object destroy at MDT could cause bl ast to client
10967         test_mkdir $DIR/$tdir
10968         createmany -o $DIR/$tdir/f $nr ||
10969                 error "failed to create $nr files in $DIR/$tdir"
10970         stack_trap "unlinkmany $DIR/$tdir/f $nr" EXIT
10971
10972         ls -l $DIR/$tdir > /dev/null
10973
10974         local nsdir="ldlm.namespaces.*-MDT0000-mdc-*"
10975         local unused=$($LCTL get_param -n $nsdir.lock_unused_count)
10976         local max_age=$($LCTL get_param -n $nsdir.lru_max_age)
10977         local recalc_p=$($LCTL get_param -n $nsdir.pool.recalc_period)
10978
10979         echo "unused=$unused, max_age=$max_age, recalc_p=$recalc_p"
10980
10981         # set lru_max_age to 1 sec
10982         $LCTL set_param $nsdir.lru_max_age=1000 # milliseconds
10983         stack_trap "$LCTL set_param -n $nsdir.lru_max_age $max_age" EXIT
10984
10985         echo "sleep $((recalc_p * 2)) seconds..."
10986         sleep $((recalc_p * 2))
10987
10988         local remaining=$($LCTL get_param -n $nsdir.lock_unused_count)
10989
10990         [ $remaining -eq 0 ] || error "$remaining locks are not canceled"
10991 }
10992 run_test 124d "cancel very aged locks if lru-resize diasbaled"
10993
10994 test_125() { # 13358
10995         $LCTL get_param -n llite.*.client_type | grep -q local ||
10996                 skip "must run as local client"
10997         $LCTL get_param -n mdc.*-mdc-*.connect_flags | grep -q acl ||
10998                 skip_env "must have acl enabled"
10999         [ -z "$(which setfacl)" ] && skip_env "must have setfacl tool"
11000
11001         test_mkdir $DIR/$tdir
11002         $LFS setstripe -S 65536 -c -1 $DIR/$tdir || error "setstripe failed"
11003         setfacl -R -m u:bin:rwx $DIR/$tdir || error "setfacl $DIR/$tdir failed"
11004         ls -ld $DIR/$tdir || error "cannot access $DIR/$tdir"
11005 }
11006 run_test 125 "don't return EPROTO when a dir has a non-default striping and ACLs"
11007
11008 test_126() { # bug 12829/13455
11009         $GSS && skip_env "must run as gss disabled"
11010         $LCTL get_param -n llite.*.client_type | grep -q local ||
11011                 skip "must run as local client"
11012         [ "$UID" != 0 ] && skip "must run as root, not UID $UID"
11013
11014         $RUNAS -u 0 -g 1 touch $DIR/$tfile || error "touch failed"
11015         gid=`ls -n $DIR/$tfile | awk '{print $4}'`
11016         rm -f $DIR/$tfile
11017         [ $gid -eq "1" ] || error "gid is set to" $gid "instead of 1"
11018 }
11019 run_test 126 "check that the fsgid provided by the client is taken into account"
11020
11021 test_127a() { # bug 15521
11022         [ $PARALLEL == "yes" ] && skip "skip parallel run"
11023
11024         $SETSTRIPE -i 0 -c 1 $DIR/$tfile || error "setstripe failed"
11025         $LCTL set_param osc.*.stats=0
11026         FSIZE=$((2048 * 1024))
11027         dd if=/dev/zero of=$DIR/$tfile bs=$FSIZE count=1
11028         cancel_lru_locks osc
11029         dd if=$DIR/$tfile of=/dev/null bs=$FSIZE
11030
11031         $LCTL get_param osc.*0000-osc-*.stats | grep samples > $DIR/${tfile}.tmp
11032         while read NAME COUNT SAMP UNIT MIN MAX SUM SUMSQ; do
11033                 echo "got $COUNT $NAME"
11034                 [ ! $MIN ] && error "Missing min value for $NAME proc entry"
11035                 eval $NAME=$COUNT || error "Wrong proc format"
11036
11037                 case $NAME in
11038                         read_bytes|write_bytes)
11039                         [ $MIN -lt 4096 ] && error "min is too small: $MIN"
11040                         [ $MIN -gt $FSIZE ] && error "min is too big: $MIN"
11041                         [ $MAX -lt 4096 ] && error "max is too small: $MAX"
11042                         [ $MAX -gt $FSIZE ] && error "max is too big: $MAX"
11043                         [ $SUM -ne $FSIZE ] && error "sum is wrong: $SUM"
11044                         [ $SUMSQ -lt $(((FSIZE /4096) * (4096 * 4096))) ] &&
11045                                 error "sumsquare is too small: $SUMSQ"
11046                         [ $SUMSQ -gt $((FSIZE * FSIZE)) ] &&
11047                                 error "sumsquare is too big: $SUMSQ"
11048                         ;;
11049                         *) ;;
11050                 esac
11051         done < $DIR/${tfile}.tmp
11052
11053         #check that we actually got some stats
11054         [ "$read_bytes" ] || error "Missing read_bytes stats"
11055         [ "$write_bytes" ] || error "Missing write_bytes stats"
11056         [ "$read_bytes" != 0 ] || error "no read done"
11057         [ "$write_bytes" != 0 ] || error "no write done"
11058 }
11059 run_test 127a "verify the client stats are sane"
11060
11061 test_127b() { # bug LU-333
11062         [ $PARALLEL == "yes" ] && skip "skip parallel run"
11063         local name count samp unit min max sum sumsq
11064
11065         $LCTL set_param llite.*.stats=0
11066
11067         # perform 2 reads and writes so MAX is different from SUM.
11068         dd if=/dev/zero of=$DIR/$tfile bs=$PAGE_SIZE count=1
11069         dd if=/dev/zero of=$DIR/$tfile bs=$PAGE_SIZE count=1
11070         cancel_lru_locks osc
11071         dd if=$DIR/$tfile of=/dev/null bs=$PAGE_SIZE count=1
11072         dd if=$DIR/$tfile of=/dev/null bs=$PAGE_SIZE count=1
11073
11074         $LCTL get_param llite.*.stats | grep samples > $TMP/$tfile.tmp
11075         while read name count samp unit min max sum sumsq; do
11076                 echo "got $count $name"
11077                 eval $name=$count || error "Wrong proc format"
11078
11079                 case $name in
11080                 read_bytes)
11081                         [ $count -ne 2 ] && error "count is not 2: $count"
11082                         [ $min -ne $PAGE_SIZE ] &&
11083                                 error "min is not $PAGE_SIZE: $min"
11084                         [ $max -ne $PAGE_SIZE ] &&
11085                                 error "max is incorrect: $max"
11086                         [ $sum -ne $((PAGE_SIZE * 2)) ] &&
11087                                 error "sum is wrong: $sum"
11088                         ;;
11089                 write_bytes)
11090                         [ $count -ne 2 ] && error "count is not 2: $count"
11091                         [ $min -ne $PAGE_SIZE ] &&
11092                                 error "min is not $PAGE_SIZE: $min"
11093                         [ $max -ne $PAGE_SIZE ] &&
11094                                 error "max is incorrect: $max"
11095                         [ $sum -ne $((PAGE_SIZE * 2)) ] &&
11096                                 error "sum is wrong: $sum"
11097                         ;;
11098                 *) ;;
11099                 esac
11100         done < $TMP/$tfile.tmp
11101
11102         #check that we actually got some stats
11103         [ "$read_bytes" ] || error "Missing read_bytes stats"
11104         [ "$write_bytes" ] || error "Missing write_bytes stats"
11105         [ "$read_bytes" != 0 ] || error "no read done"
11106         [ "$write_bytes" != 0 ] || error "no write done"
11107
11108         rm -f $TMP/${tfile}.tmp
11109 }
11110 run_test 127b "verify the llite client stats are sane"
11111
11112 test_127c() { # LU-12394
11113         [ "$OSTCOUNT" -lt "2" ] && skip_env "needs >= 2 OSTs"
11114         local size
11115         local bsize
11116         local reads
11117         local writes
11118         local count
11119
11120         $LCTL set_param llite.*.extents_stats=1
11121         stack_trap "$LCTL set_param llite.*.extents_stats=0" EXIT
11122
11123         # Use two stripes so there is enough space in default config
11124         $LFS setstripe -c 2 $DIR/$tfile
11125
11126         # Extent stats start at 0-4K and go in power of two buckets
11127         # LL_HIST_START = 12 --> 2^12 = 4K
11128         # We do 3K*2^i, so 3K, 6K, 12K, 24K... hitting each bucket.
11129         # We do not do buckets larger than 64 MiB to avoid ENOSPC issues on
11130         # small configs
11131         for size in 3K 6K 12K 24K 48K 96K 192K 384K 768K 1536K 3M 6M 12M 24M 48M;
11132                 do
11133                 # Write and read, 2x each, second time at a non-zero offset
11134                 dd if=/dev/zero of=$DIR/$tfile bs=$size count=1
11135                 dd if=/dev/zero of=$DIR/$tfile bs=$size count=1 seek=10
11136                 dd if=$DIR/$tfile of=/dev/null bs=$size count=1
11137                 dd if=$DIR/$tfile of=/dev/null bs=$size count=1 seek=10
11138                 rm -f $DIR/$tfile
11139         done
11140
11141         $LCTL get_param llite.*.extents_stats
11142
11143         count=2
11144         for bsize in 4K 8K 16K 32K 64K 128K 256K 512K 1M 2M 4M 8M 16M 32M 64M;
11145                 do
11146                 local bucket=$($LCTL get_param -n llite.*.extents_stats |
11147                                 grep -m 1 $bsize)
11148                 reads=$(echo $bucket | awk '{print $5}')
11149                 writes=$(echo $bucket | awk '{print $9}')
11150                 [ "$reads" -eq $count ] ||
11151                         error "$reads reads in < $bsize bucket, expect $count"
11152                 [ "$writes" -eq $count ] ||
11153                         error "$writes writes in < $bsize bucket, expect $count"
11154         done
11155
11156         # Test mmap write and read
11157         $LCTL set_param llite.*.extents_stats=c
11158         size=512
11159         dd if=/dev/zero of=$DIR/$tfile bs=${size}K count=1
11160         $MULTIOP $DIR/$tfile OSMRUc || error "$MULTIOP $DIR/$tfile failed"
11161         $MULTIOP $DIR/$tfile OSMWUc || error "$MULTIOP $DIR/$tfile failed"
11162
11163         $LCTL get_param llite.*.extents_stats
11164
11165         count=$(((size*1024) / PAGE_SIZE))
11166
11167         bsize=$((2 * PAGE_SIZE / 1024))K
11168
11169         bucket=$($LCTL get_param -n llite.*.extents_stats |
11170                         grep -m 1 $bsize)
11171         reads=$(echo $bucket | awk '{print $5}')
11172         writes=$(echo $bucket | awk '{print $9}')
11173         # mmap writes fault in the page first, creating an additonal read
11174         [ "$reads" -eq $((2 * count)) ] ||
11175                 error "$reads reads in < $bsize bucket, expect $count"
11176         [ "$writes" -eq $count ] ||
11177                 error "$writes writes in < $bsize bucket, expect $count"
11178 }
11179 run_test 127c "test llite extent stats with regular & mmap i/o"
11180
11181 test_128() { # bug 15212
11182         touch $DIR/$tfile
11183         $LFS 2>&1 <<-EOF | tee $TMP/$tfile.log
11184                 find $DIR/$tfile
11185                 find $DIR/$tfile
11186         EOF
11187
11188         result=$(grep error $TMP/$tfile.log)
11189         rm -f $DIR/$tfile $TMP/$tfile.log
11190         [ -z "$result" ] ||
11191                 error "consecutive find's under interactive lfs failed"
11192 }
11193 run_test 128 "interactive lfs for 2 consecutive find's"
11194
11195 set_dir_limits () {
11196         local mntdev
11197         local canondev
11198         local node
11199
11200         local ldproc=/proc/fs/ldiskfs
11201         local facets=$(get_facets MDS)
11202
11203         for facet in ${facets//,/ }; do
11204                 canondev=$(ldiskfs_canon \
11205                            *.$(convert_facet2label $facet).mntdev $facet)
11206                 do_facet $facet "test -e $ldproc/$canondev/max_dir_size" ||
11207                         ldproc=/sys/fs/ldiskfs
11208                 do_facet $facet "echo $1 >$ldproc/$canondev/max_dir_size"
11209                 do_facet $facet "echo $2 >$ldproc/$canondev/warning_dir_size"
11210         done
11211 }
11212
11213 check_mds_dmesg() {
11214         local facets=$(get_facets MDS)
11215         for facet in ${facets//,/ }; do
11216                 do_facet $facet "dmesg | tail -3 | grep -q $1" && return 0
11217         done
11218         return 1
11219 }
11220
11221 test_129() {
11222         [ $PARALLEL == "yes" ] && skip "skip parallel run"
11223         [[ $MDS1_VERSION -ge $(version_code 2.5.56) ]] ||
11224                 skip "Need MDS version with at least 2.5.56"
11225         if [ "$mds1_FSTYPE" != ldiskfs ]; then
11226                 skip_env "ldiskfs only test"
11227         fi
11228         remote_mds_nodsh && skip "remote MDS with nodsh"
11229
11230         local ENOSPC=28
11231         local EFBIG=27
11232         local has_warning=false
11233
11234         rm -rf $DIR/$tdir
11235         mkdir -p $DIR/$tdir
11236
11237         # block size of mds1
11238         local maxsize=$(($($LCTL get_param -n mdc.*MDT0000*.blocksize) * 5))
11239         set_dir_limits $maxsize $maxsize
11240         local dirsize=$(stat -c%s "$DIR/$tdir")
11241         local nfiles=0
11242         while [[ $dirsize -le $maxsize ]]; do
11243                 $MULTIOP $DIR/$tdir/file_base_$nfiles Oc
11244                 rc=$?
11245                 if ! $has_warning; then
11246                         check_mds_dmesg '"is approaching"' && has_warning=true
11247                 fi
11248                 # check two errors:
11249                 # ENOSPC for new ext4 max_dir_size (kernel commit df981d03ee)
11250                 # EFBIG for previous versions included in ldiskfs series
11251                 if [ $rc -eq $EFBIG -o $rc -eq $ENOSPC ]; then
11252                         set_dir_limits 0 0
11253                         echo "return code $rc received as expected"
11254
11255                         createmany -o $DIR/$tdir/file_extra_$nfiles. 5 ||
11256                                 error_exit "create failed w/o dir size limit"
11257
11258                         check_mds_dmesg '"has reached"' ||
11259                                 error_exit "reached message should be output"
11260
11261                         [ $has_warning = "false" ] &&
11262                                 error_exit "warning message should be output"
11263
11264                         dirsize=$(stat -c%s "$DIR/$tdir")
11265
11266                         [[ $dirsize -ge $maxsize ]] && return 0
11267                         error_exit "current dir size $dirsize, " \
11268                                    "previous limit $maxsize"
11269                 elif [ $rc -ne 0 ]; then
11270                         set_dir_limits 0 0
11271                         error_exit "return $rc received instead of expected " \
11272                                    "$EFBIG or $ENOSPC, files in dir $dirsize"
11273                 fi
11274                 nfiles=$((nfiles + 1))
11275                 dirsize=$(stat -c%s "$DIR/$tdir")
11276         done
11277
11278         set_dir_limits 0 0
11279         error "exceeded dir size limit $maxsize($MDSCOUNT) : $dirsize bytes"
11280 }
11281 run_test 129 "test directory size limit ========================"
11282
11283 OLDIFS="$IFS"
11284 cleanup_130() {
11285         trap 0
11286         IFS="$OLDIFS"
11287 }
11288
11289 test_130a() {
11290         local filefrag_op=$(filefrag -e 2>&1 | grep "invalid option")
11291         [ -n "$filefrag_op" ] && skip_env "filefrag does not support FIEMAP"
11292
11293         trap cleanup_130 EXIT RETURN
11294
11295         local fm_file=$DIR/$tfile
11296         $SETSTRIPE -S 65536 -c 1 $fm_file || error "setstripe on $fm_file"
11297         dd if=/dev/zero of=$fm_file bs=65536 count=1 ||
11298                 error "dd failed for $fm_file"
11299
11300         # LU-1795: test filefrag/FIEMAP once, even if unsupported
11301         filefrag -ves $fm_file
11302         RC=$?
11303         [ "$(facet_fstype ost$(($($GETSTRIPE -i $fm_file) + 1)))" = "zfs" ] &&
11304                 skip_env "ORI-366/LU-1941: FIEMAP unimplemented on ZFS"
11305         [ $RC != 0 ] && error "filefrag $fm_file failed"
11306
11307         filefrag_op=$(filefrag -ve -k $fm_file |
11308                         sed -n '/ext:/,/found/{/ext:/d; /found/d; p}')
11309         lun=$($GETSTRIPE -i $fm_file)
11310
11311         start_blk=`echo $filefrag_op | cut -d: -f2 | cut -d. -f1`
11312         IFS=$'\n'
11313         tot_len=0
11314         for line in $filefrag_op
11315         do
11316                 frag_lun=`echo $line | cut -d: -f5`
11317                 ext_len=`echo $line | cut -d: -f4`
11318                 if (( $frag_lun != $lun )); then
11319                         cleanup_130
11320                         error "FIEMAP on 1-stripe file($fm_file) failed"
11321                         return
11322                 fi
11323                 (( tot_len += ext_len ))
11324         done
11325
11326         if (( lun != frag_lun || start_blk != 0 || tot_len != 64 )); then
11327                 cleanup_130
11328                 error "FIEMAP on 1-stripe file($fm_file) failed;"
11329                 return
11330         fi
11331
11332         cleanup_130
11333
11334         echo "FIEMAP on single striped file succeeded"
11335 }
11336 run_test 130a "FIEMAP (1-stripe file)"
11337
11338 test_130b() {
11339         [ "$OSTCOUNT" -lt "2" ] && skip_env "needs >= 2 OSTs"
11340
11341         local filefrag_op=$(filefrag -e 2>&1 | grep "invalid option")
11342         [ -n "$filefrag_op" ] && skip_env "filefrag does not support FIEMAP"
11343
11344         trap cleanup_130 EXIT RETURN
11345
11346         local fm_file=$DIR/$tfile
11347         $SETSTRIPE -S 65536 -c $OSTCOUNT $fm_file ||
11348                         error "setstripe on $fm_file"
11349         [ "$(facet_fstype ost$(($($GETSTRIPE -i $fm_file) + 1)))" = "zfs" ] &&
11350                 skip_env "ORI-366/LU-1941: FIEMAP unimplemented on ZFS"
11351
11352         dd if=/dev/zero of=$fm_file bs=1M count=$OSTCOUNT ||
11353                 error "dd failed on $fm_file"
11354
11355         filefrag -ves $fm_file || error "filefrag $fm_file failed"
11356         filefrag_op=$(filefrag -ve -k $fm_file |
11357                         sed -n '/ext:/,/found/{/ext:/d; /found/d; p}')
11358
11359         last_lun=$(echo $filefrag_op | cut -d: -f5 |
11360                 sed -e 's/^[ \t]*/0x/' | sed -e 's/0x0x/0x/')
11361
11362         IFS=$'\n'
11363         tot_len=0
11364         num_luns=1
11365         for line in $filefrag_op
11366         do
11367                 frag_lun=$(echo $line | cut -d: -f5 |
11368                         sed -e 's/^[ \t]*/0x/' | sed -e 's/0x0x/0x/')
11369                 ext_len=$(echo $line | cut -d: -f4)
11370                 if (( $frag_lun != $last_lun )); then
11371                         if (( tot_len != 1024 )); then
11372                                 cleanup_130
11373                                 error "FIEMAP on $fm_file failed; returned " \
11374                                 "len $tot_len for OST $last_lun instead of 1024"
11375                                 return
11376                         else
11377                                 (( num_luns += 1 ))
11378                                 tot_len=0
11379                         fi
11380                 fi
11381                 (( tot_len += ext_len ))
11382                 last_lun=$frag_lun
11383         done
11384         if (( num_luns != $OSTCOUNT || tot_len != 1024 )); then
11385                 cleanup_130
11386                 error "FIEMAP on $fm_file failed; returned wrong number of " \
11387                         "luns or wrong len for OST $last_lun"
11388                 return
11389         fi
11390
11391         cleanup_130
11392
11393         echo "FIEMAP on $OSTCOUNT-stripe file succeeded"
11394 }
11395 run_test 130b "FIEMAP ($OSTCOUNT-stripe file)"
11396
11397 test_130c() {
11398         [[ $OSTCOUNT -lt 2 ]] && skip_env "needs >= 2 OSTs"
11399
11400         filefrag_op=$(filefrag -e 2>&1 | grep "invalid option")
11401         [ -n "$filefrag_op" ] && skip "filefrag does not support FIEMAP"
11402
11403         trap cleanup_130 EXIT RETURN
11404
11405         local fm_file=$DIR/$tfile
11406         $SETSTRIPE -S 65536 -c 2 $fm_file || error "setstripe on $fm_file"
11407         [ "$(facet_fstype ost$(($($GETSTRIPE -i $fm_file) + 1)))" = "zfs" ] &&
11408                 skip_env "ORI-366/LU-1941: FIEMAP unimplemented on ZFS"
11409
11410         dd if=/dev/zero of=$fm_file seek=1 bs=1M count=1 ||
11411                         error "dd failed on $fm_file"
11412
11413         filefrag -ves $fm_file || error "filefrag $fm_file failed"
11414         filefrag_op=$(filefrag -ve -k $fm_file |
11415                 sed -n '/ext:/,/found/{/ext:/d; /found/d; p}')
11416
11417         last_lun=$(echo $filefrag_op | cut -d: -f5 |
11418                 sed -e 's/^[ \t]*/0x/' | sed -e 's/0x0x/0x/')
11419
11420         IFS=$'\n'
11421         tot_len=0
11422         num_luns=1
11423         for line in $filefrag_op
11424         do
11425                 frag_lun=$(echo $line | cut -d: -f5 |
11426                         sed -e 's/^[ \t]*/0x/' | sed -e 's/0x0x/0x/')
11427                 ext_len=$(echo $line | cut -d: -f4)
11428                 if (( $frag_lun != $last_lun )); then
11429                         logical=`echo $line | cut -d: -f2 | cut -d. -f1`
11430                         if (( logical != 512 )); then
11431                                 cleanup_130
11432                                 error "FIEMAP on $fm_file failed; returned " \
11433                                 "logical start for lun $logical instead of 512"
11434                                 return
11435                         fi
11436                         if (( tot_len != 512 )); then
11437                                 cleanup_130
11438                                 error "FIEMAP on $fm_file failed; returned " \
11439                                 "len $tot_len for OST $last_lun instead of 1024"
11440                                 return
11441                         else
11442                                 (( num_luns += 1 ))
11443                                 tot_len=0
11444                         fi
11445                 fi
11446                 (( tot_len += ext_len ))
11447                 last_lun=$frag_lun
11448         done
11449         if (( num_luns != 2 || tot_len != 512 )); then
11450                 cleanup_130
11451                 error "FIEMAP on $fm_file failed; returned wrong number of " \
11452                         "luns or wrong len for OST $last_lun"
11453                 return
11454         fi
11455
11456         cleanup_130
11457
11458         echo "FIEMAP on 2-stripe file with hole succeeded"
11459 }
11460 run_test 130c "FIEMAP (2-stripe file with hole)"
11461
11462 test_130d() {
11463         [[ $OSTCOUNT -lt 3 ]] && skip_env "needs >= 3 OSTs"
11464
11465         filefrag_op=$(filefrag -e 2>&1 | grep "invalid option")
11466         [ -n "$filefrag_op" ] && skip "filefrag does not support FIEMAP"
11467
11468         trap cleanup_130 EXIT RETURN
11469
11470         local fm_file=$DIR/$tfile
11471         $SETSTRIPE -S 65536 -c $OSTCOUNT $fm_file ||
11472                         error "setstripe on $fm_file"
11473         [ "$(facet_fstype ost$(($($GETSTRIPE -i $fm_file) + 1)))" = "zfs" ] &&
11474                 skip_env "ORI-366/LU-1941: FIEMAP unimplemented on ZFS"
11475
11476         local actual_stripe_count=$($GETSTRIPE -c $fm_file)
11477         dd if=/dev/zero of=$fm_file bs=1M count=$actual_stripe_count ||
11478                 error "dd failed on $fm_file"
11479
11480         filefrag -ves $fm_file || error "filefrag $fm_file failed"
11481         filefrag_op=$(filefrag -ve -k $fm_file |
11482                         sed -n '/ext:/,/found/{/ext:/d; /found/d; p}')
11483
11484         last_lun=$(echo $filefrag_op | cut -d: -f5 |
11485                 sed -e 's/^[ \t]*/0x/' | sed -e 's/0x0x/0x/')
11486
11487         IFS=$'\n'
11488         tot_len=0
11489         num_luns=1
11490         for line in $filefrag_op
11491         do
11492                 frag_lun=$(echo $line | cut -d: -f5 |
11493                         sed -e 's/^[ \t]*/0x/' | sed -e 's/0x0x/0x/')
11494                 ext_len=$(echo $line | cut -d: -f4)
11495                 if (( $frag_lun != $last_lun )); then
11496                         if (( tot_len != 1024 )); then
11497                                 cleanup_130
11498                                 error "FIEMAP on $fm_file failed; returned " \
11499                                 "len $tot_len for OST $last_lun instead of 1024"
11500                                 return
11501                         else
11502                                 (( num_luns += 1 ))
11503                                 tot_len=0
11504                         fi
11505                 fi
11506                 (( tot_len += ext_len ))
11507                 last_lun=$frag_lun
11508         done
11509         if (( num_luns != actual_stripe_count || tot_len != 1024 )); then
11510                 cleanup_130
11511                 error "FIEMAP on $fm_file failed; returned wrong number of " \
11512                         "luns or wrong len for OST $last_lun"
11513                 return
11514         fi
11515
11516         cleanup_130
11517
11518         echo "FIEMAP on N-stripe file succeeded"
11519 }
11520 run_test 130d "FIEMAP (N-stripe file)"
11521
11522 test_130e() {
11523         [[ $OSTCOUNT -lt 2 ]] && skip_env "needs >= 2 OSTs"
11524
11525         filefrag_op=$(filefrag -e 2>&1 | grep "invalid option")
11526         [ -n "$filefrag_op" ] && skip_env "filefrag does not support FIEMAP"
11527
11528         trap cleanup_130 EXIT RETURN
11529
11530         local fm_file=$DIR/$tfile
11531         $SETSTRIPE -S 131072 -c 2 $fm_file || error "setstripe on $fm_file"
11532         [ "$(facet_fstype ost$(($($GETSTRIPE -i $fm_file) + 1)))" = "zfs" ] &&
11533                 skip_env "ORI-366/LU-1941: FIEMAP unimplemented on ZFS"
11534
11535         NUM_BLKS=512
11536         EXPECTED_LEN=$(( (NUM_BLKS / 2) * 64 ))
11537         for ((i = 0; i < $NUM_BLKS; i++))
11538         do
11539                 dd if=/dev/zero of=$fm_file count=1 bs=64k seek=$((2*$i)) conv=notrunc > /dev/null 2>&1
11540         done
11541
11542         filefrag -ves $fm_file || error "filefrag $fm_file failed"
11543         filefrag_op=$(filefrag -ve -k $fm_file |
11544                         sed -n '/ext:/,/found/{/ext:/d; /found/d; p}')
11545
11546         last_lun=$(echo $filefrag_op | cut -d: -f5 |
11547                 sed -e 's/^[ \t]*/0x/' | sed -e 's/0x0x/0x/')
11548
11549         IFS=$'\n'
11550         tot_len=0
11551         num_luns=1
11552         for line in $filefrag_op
11553         do
11554                 frag_lun=$(echo $line | cut -d: -f5 |
11555                         sed -e 's/^[ \t]*/0x/' | sed -e 's/0x0x/0x/')
11556                 ext_len=$(echo $line | cut -d: -f4)
11557                 if (( $frag_lun != $last_lun )); then
11558                         if (( tot_len != $EXPECTED_LEN )); then
11559                                 cleanup_130
11560                                 error "FIEMAP on $fm_file failed; returned " \
11561                                 "len $tot_len for OST $last_lun instead " \
11562                                 "of $EXPECTED_LEN"
11563                                 return
11564                         else
11565                                 (( num_luns += 1 ))
11566                                 tot_len=0
11567                         fi
11568                 fi
11569                 (( tot_len += ext_len ))
11570                 last_lun=$frag_lun
11571         done
11572         if (( num_luns != 2 || tot_len != $EXPECTED_LEN )); then
11573                 cleanup_130
11574                 error "FIEMAP on $fm_file failed; returned wrong number " \
11575                         "of luns or wrong len for OST $last_lun"
11576                 return
11577         fi
11578
11579         cleanup_130
11580
11581         echo "FIEMAP with continuation calls succeeded"
11582 }
11583 run_test 130e "FIEMAP (test continuation FIEMAP calls)"
11584
11585 test_130f() {
11586         filefrag_op=$(filefrag -e 2>&1 | grep "invalid option")
11587         [ -n "$filefrag_op" ] && skip "filefrag does not support FIEMAP"
11588
11589         local fm_file=$DIR/$tfile
11590         $MULTIOP $fm_file oO_RDWR:O_CREAT:O_LOV_DELAY_CREATE:T33554432c ||
11591                 error "multiop create with lov_delay_create on $fm_file"
11592
11593         filefrag -ves $fm_file || error "filefrag $fm_file failed"
11594         filefrag_extents=$(filefrag -vek $fm_file |
11595                            awk '/extents? found/ { print $2 }')
11596         if [[ "$filefrag_extents" != "0" ]]; then
11597                 error "FIEMAP on $fm_file failed; " \
11598                       "returned $filefrag_extents expected 0"
11599         fi
11600
11601         rm -f $fm_file
11602 }
11603 run_test 130f "FIEMAP (unstriped file)"
11604
11605 # Test for writev/readv
11606 test_131a() {
11607         rwv -f $DIR/$tfile -w -n 3 524288 1048576 1572864 ||
11608                 error "writev test failed"
11609         rwv -f $DIR/$tfile -r -v -n 2 1572864 1048576 ||
11610                 error "readv failed"
11611         rm -f $DIR/$tfile
11612 }
11613 run_test 131a "test iov's crossing stripe boundary for writev/readv"
11614
11615 test_131b() {
11616         local fsize=$((524288 + 1048576 + 1572864))
11617         rwv -f $DIR/$tfile -w -a -n 3 524288 1048576 1572864 &&
11618                 $CHECKSTAT -t file $DIR/$tfile -s $fsize ||
11619                         error "append writev test failed"
11620
11621         ((fsize += 1572864 + 1048576))
11622         rwv -f $DIR/$tfile -w -a -n 2 1572864 1048576 &&
11623                 $CHECKSTAT -t file $DIR/$tfile -s $fsize ||
11624                         error "append writev test failed"
11625         rm -f $DIR/$tfile
11626 }
11627 run_test 131b "test append writev"
11628
11629 test_131c() {
11630         rwv -f $DIR/$tfile -w -d -n 1 1048576 || return 0
11631         error "NOT PASS"
11632 }
11633 run_test 131c "test read/write on file w/o objects"
11634
11635 test_131d() {
11636         rwv -f $DIR/$tfile -w -n 1 1572864
11637         NOB=`rwv -f $DIR/$tfile -r -n 3 524288 524288 1048576 | awk '/error/ {print $6}'`
11638         if [ "$NOB" != 1572864 ]; then
11639                 error "Short read filed: read $NOB bytes instead of 1572864"
11640         fi
11641         rm -f $DIR/$tfile
11642 }
11643 run_test 131d "test short read"
11644
11645 test_131e() {
11646         rwv -f $DIR/$tfile -w -s 1048576 -n 1 1048576
11647         rwv -f $DIR/$tfile -r -z -s 0 -n 1 524288 || \
11648         error "read hitting hole failed"
11649         rm -f $DIR/$tfile
11650 }
11651 run_test 131e "test read hitting hole"
11652
11653 check_stats() {
11654         local facet=$1
11655         local op=$2
11656         local want=${3:-0}
11657         local res
11658
11659         case $facet in
11660         mds*) res=$(do_facet $facet \
11661                    $LCTL get_param mdt.$FSNAME-MDT0000.md_stats | grep "$op")
11662                  ;;
11663         ost*) res=$(do_facet $facet \
11664                    $LCTL get_param obdfilter.$FSNAME-OST0000.stats | grep "$op")
11665                  ;;
11666         *) error "Wrong facet '$facet'" ;;
11667         esac
11668         [ "$res" ] || error "The counter for $op on $facet was not incremented"
11669         # if the argument $3 is zero, it means any stat increment is ok.
11670         if [[ $want -gt 0 ]]; then
11671                 local count=$(echo $res | awk '{ print $2 }')
11672                 [[ $count -ne $want ]] &&
11673                         error "The $op counter on $facet is $count, not $want"
11674         fi
11675 }
11676
11677 test_133a() {
11678         [ $PARALLEL == "yes" ] && skip "skip parallel run"
11679         remote_ost_nodsh && skip "remote OST with nodsh"
11680         remote_mds_nodsh && skip "remote MDS with nodsh"
11681         do_facet $SINGLEMDS $LCTL list_param mdt.*.rename_stats ||
11682                 skip_env "MDS doesn't support rename stats"
11683
11684         local testdir=$DIR/${tdir}/stats_testdir
11685
11686         mkdir -p $DIR/${tdir}
11687
11688         # clear stats.
11689         do_facet $SINGLEMDS $LCTL set_param mdt.*.md_stats=clear
11690         do_facet ost1 $LCTL set_param obdfilter.*.stats=clear
11691
11692         # verify mdt stats first.
11693         mkdir ${testdir} || error "mkdir failed"
11694         check_stats $SINGLEMDS "mkdir" 1
11695         touch ${testdir}/${tfile} || error "touch failed"
11696         check_stats $SINGLEMDS "open" 1
11697         check_stats $SINGLEMDS "close" 1
11698         [ $MDS1_VERSION -ge $(version_code 2.8.54) ] && {
11699                 mknod ${testdir}/${tfile}-pipe p || error "mknod failed"
11700                 check_stats $SINGLEMDS "mknod" 2
11701         }
11702         rm -f ${testdir}/${tfile}-pipe || error "pipe remove failed"
11703         check_stats $SINGLEMDS "unlink" 1
11704         rm -f ${testdir}/${tfile} || error "file remove failed"
11705         check_stats $SINGLEMDS "unlink" 2
11706
11707         # remove working dir and check mdt stats again.
11708         rmdir ${testdir} || error "rmdir failed"
11709         check_stats $SINGLEMDS "rmdir" 1
11710
11711         local testdir1=$DIR/${tdir}/stats_testdir1
11712         mkdir -p ${testdir}
11713         mkdir -p ${testdir1}
11714         touch ${testdir1}/test1
11715         mv ${testdir1}/test1 ${testdir} || error "file crossdir rename"
11716         check_stats $SINGLEMDS "crossdir_rename" 1
11717
11718         mv ${testdir}/test1 ${testdir}/test0 || error "file samedir rename"
11719         check_stats $SINGLEMDS "samedir_rename" 1
11720
11721         rm -rf $DIR/${tdir}
11722 }
11723 run_test 133a "Verifying MDT stats ========================================"
11724
11725 test_133b() {
11726         local res
11727
11728         [ $PARALLEL == "yes" ] && skip "skip parallel run"
11729         remote_ost_nodsh && skip "remote OST with nodsh"
11730         remote_mds_nodsh && skip "remote MDS with nodsh"
11731
11732         local testdir=$DIR/${tdir}/stats_testdir
11733
11734         mkdir -p ${testdir} || error "mkdir failed"
11735         touch ${testdir}/${tfile} || error "touch failed"
11736         cancel_lru_locks mdc
11737
11738         # clear stats.
11739         do_facet $SINGLEMDS $LCTL set_param mdt.*.md_stats=clear
11740         do_facet ost1 $LCTL set_param obdfilter.*.stats=clear
11741
11742         # extra mdt stats verification.
11743         chmod 444 ${testdir}/${tfile} || error "chmod failed"
11744         check_stats $SINGLEMDS "setattr" 1
11745         do_facet $SINGLEMDS $LCTL set_param mdt.*.md_stats=clear
11746         if [ $MDS1_VERSION -ne $(version_code 2.2.0) ]
11747         then            # LU-1740
11748                 ls -l ${testdir}/${tfile} > /dev/null|| error "ls failed"
11749                 check_stats $SINGLEMDS "getattr" 1
11750         fi
11751         rm -rf $DIR/${tdir}
11752
11753         # when DNE is enabled, MDT uses STATFS RPC to ping other targets
11754         # so the check below is not reliable
11755         [ $MDSCOUNT -eq 1 ] || return 0
11756
11757         # Sleep to avoid a cached response.
11758         #define OBD_STATFS_CACHE_SECONDS 1
11759         sleep 2
11760         do_facet $SINGLEMDS $LCTL set_param mdt.*.md_stats=clear
11761         do_facet ost1 $LCTL set_param obdfilter.*.exports.*.stats=clear
11762         $LFS df || error "lfs failed"
11763         check_stats $SINGLEMDS "statfs" 1
11764
11765         # check aggregated statfs (LU-10018)
11766         [ $MDS1_VERSION -lt $(version_code 2.11.54) ] &&
11767                 return 0
11768         [ $CLIENT_VERSION -lt $(version_code 2.11.54) ] &&
11769                 return 0
11770         sleep 2
11771         do_facet $SINGLEMDS $LCTL set_param mdt.*.md_stats=clear
11772         do_facet ost1 $LCTL set_param obdfilter.*.exports.*.stats=clear
11773         df $DIR
11774         check_stats $SINGLEMDS "statfs" 1
11775
11776         # We want to check that the client didn't send OST_STATFS to
11777         # ost1 but the MDT also uses OST_STATFS for precreate. So some
11778         # extra care is needed here.
11779         if remote_mds; then
11780                 local nid=$($LCTL list_nids | head -1 | sed  "s/\./\\\./g")
11781                 local param="obdfilter.$FSNAME-OST0000.exports.'$nid'.stats"
11782
11783                 res=$(do_facet ost1 $LCTL get_param $param | grep statfs)
11784                 [ "$res" ] && error "OST got STATFS"
11785         fi
11786
11787         return 0
11788 }
11789 run_test 133b "Verifying extra MDT stats =================================="
11790
11791 test_133c() {
11792         [ $PARALLEL == "yes" ] && skip "skip parallel run"
11793         remote_ost_nodsh && skip "remote OST with nodsh"
11794         remote_mds_nodsh && skip "remote MDS with nodsh"
11795
11796         local testdir=$DIR/$tdir/stats_testdir
11797
11798         test_mkdir -p $testdir
11799
11800         # verify obdfilter stats.
11801         $SETSTRIPE -c 1 -i 0 $testdir/$tfile
11802         sync
11803         cancel_lru_locks osc
11804         wait_delete_completed
11805
11806         # clear stats.
11807         do_facet $SINGLEMDS $LCTL set_param mdt.*.md_stats=clear
11808         do_facet ost1 $LCTL set_param obdfilter.*.stats=clear
11809
11810         dd if=/dev/zero of=$testdir/$tfile conv=notrunc bs=512k count=1 ||
11811                 error "dd failed"
11812         sync
11813         cancel_lru_locks osc
11814         check_stats ost1 "write" 1
11815
11816         dd if=$testdir/$tfile of=/dev/null bs=1k count=1 || error "dd failed"
11817         check_stats ost1 "read" 1
11818
11819         > $testdir/$tfile || error "truncate failed"
11820         check_stats ost1 "punch" 1
11821
11822         rm -f $testdir/$tfile || error "file remove failed"
11823         wait_delete_completed
11824         check_stats ost1 "destroy" 1
11825
11826         rm -rf $DIR/$tdir
11827 }
11828 run_test 133c "Verifying OST stats ========================================"
11829
11830 order_2() {
11831         local value=$1
11832         local orig=$value
11833         local order=1
11834
11835         while [ $value -ge 2 ]; do
11836                 order=$((order*2))
11837                 value=$((value/2))
11838         done
11839
11840         if [ $orig -gt $order ]; then
11841                 order=$((order*2))
11842         fi
11843         echo $order
11844 }
11845
11846 size_in_KMGT() {
11847     local value=$1
11848     local size=('K' 'M' 'G' 'T');
11849     local i=0
11850     local size_string=$value
11851
11852     while [ $value -ge 1024 ]; do
11853         if [ $i -gt 3 ]; then
11854             #T is the biggest unit we get here, if that is bigger,
11855             #just return XXXT
11856             size_string=${value}T
11857             break
11858         fi
11859         value=$((value >> 10))
11860         if [ $value -lt 1024 ]; then
11861             size_string=${value}${size[$i]}
11862             break
11863         fi
11864         i=$((i + 1))
11865     done
11866
11867     echo $size_string
11868 }
11869
11870 get_rename_size() {
11871         local size=$1
11872         local context=${2:-.}
11873         local sample=$(do_facet $SINGLEMDS $LCTL \
11874                 get_param mdt.$FSNAME-MDT0000.rename_stats |
11875                 grep -A1 $context |
11876                 awk '/ '${size}'/ {print $4}' | sed -e "s/,//g")
11877         echo $sample
11878 }
11879
11880 test_133d() {
11881         [ $PARALLEL == "yes" ] && skip "skip parallel run"
11882         remote_ost_nodsh && skip "remote OST with nodsh"
11883         remote_mds_nodsh && skip "remote MDS with nodsh"
11884         do_facet $SINGLEMDS $LCTL list_param mdt.*.rename_stats ||
11885                 skip_env "MDS doesn't support rename stats"
11886
11887         local testdir1=$DIR/${tdir}/stats_testdir1
11888         local testdir2=$DIR/${tdir}/stats_testdir2
11889         mkdir -p $DIR/${tdir}
11890
11891         do_facet $SINGLEMDS $LCTL set_param mdt.*.rename_stats=clear
11892
11893         lfs mkdir -i 0 -c 1 ${testdir1} || error "mkdir failed"
11894         lfs mkdir -i 0 -c 1 ${testdir2} || error "mkdir failed"
11895
11896         createmany -o $testdir1/test 512 || error "createmany failed"
11897
11898         # check samedir rename size
11899         mv ${testdir1}/test0 ${testdir1}/test_0
11900
11901         local testdir1_size=$(ls -l $DIR/${tdir} |
11902                 awk '/stats_testdir1/ {print $5}')
11903         local testdir2_size=$(ls -l $DIR/${tdir} |
11904                 awk '/stats_testdir2/ {print $5}')
11905
11906         testdir1_size=$(order_2 $testdir1_size)
11907         testdir2_size=$(order_2 $testdir2_size)
11908
11909         testdir1_size=$(size_in_KMGT $testdir1_size)
11910         testdir2_size=$(size_in_KMGT $testdir2_size)
11911
11912         echo "source rename dir size: ${testdir1_size}"
11913         echo "target rename dir size: ${testdir2_size}"
11914
11915         local cmd="do_facet $SINGLEMDS $LCTL "
11916         cmd+="get_param mdt.$FSNAME-MDT0000.rename_stats"
11917
11918         eval $cmd || error "$cmd failed"
11919         local samedir=$($cmd | grep 'same_dir')
11920         local same_sample=$(get_rename_size $testdir1_size)
11921         [ -z "$samedir" ] && error "samedir_rename_size count error"
11922         [[ $same_sample -eq 1 ]] ||
11923                 error "samedir_rename_size error $same_sample"
11924         echo "Check same dir rename stats success"
11925
11926         do_facet $SINGLEMDS $LCTL set_param mdt.*.rename_stats=clear
11927
11928         # check crossdir rename size
11929         mv ${testdir1}/test_0 ${testdir2}/test_0
11930
11931         testdir1_size=$(ls -l $DIR/${tdir} |
11932                 awk '/stats_testdir1/ {print $5}')
11933         testdir2_size=$(ls -l $DIR/${tdir} |
11934                 awk '/stats_testdir2/ {print $5}')
11935
11936         testdir1_size=$(order_2 $testdir1_size)
11937         testdir2_size=$(order_2 $testdir2_size)
11938
11939         testdir1_size=$(size_in_KMGT $testdir1_size)
11940         testdir2_size=$(size_in_KMGT $testdir2_size)
11941
11942         echo "source rename dir size: ${testdir1_size}"
11943         echo "target rename dir size: ${testdir2_size}"
11944
11945         eval $cmd || error "$cmd failed"
11946         local crossdir=$($cmd | grep 'crossdir')
11947         local src_sample=$(get_rename_size $testdir1_size crossdir_src)
11948         local tgt_sample=$(get_rename_size $testdir2_size crossdir_tgt)
11949         [ -z "$crossdir" ] && error "crossdir_rename_size count error"
11950         [[ $src_sample -eq 1 ]] ||
11951                 error "crossdir_rename_size error $src_sample"
11952         [[ $tgt_sample -eq 1 ]] ||
11953                 error "crossdir_rename_size error $tgt_sample"
11954         echo "Check cross dir rename stats success"
11955         rm -rf $DIR/${tdir}
11956 }
11957 run_test 133d "Verifying rename_stats ========================================"
11958
11959 test_133e() {
11960         remote_mds_nodsh && skip "remote MDS with nodsh"
11961         remote_ost_nodsh && skip "remote OST with nodsh"
11962         [ $PARALLEL == "yes" ] && skip "skip parallel run"
11963
11964         local testdir=$DIR/${tdir}/stats_testdir
11965         local ctr f0 f1 bs=32768 count=42 sum
11966
11967         mkdir -p ${testdir} || error "mkdir failed"
11968
11969         $SETSTRIPE -c 1 -i 0 ${testdir}/${tfile}
11970
11971         for ctr in {write,read}_bytes; do
11972                 sync
11973                 cancel_lru_locks osc
11974
11975                 do_facet ost1 $LCTL set_param -n \
11976                         "obdfilter.*.exports.clear=clear"
11977
11978                 if [ $ctr = write_bytes ]; then
11979                         f0=/dev/zero
11980                         f1=${testdir}/${tfile}
11981                 else
11982                         f0=${testdir}/${tfile}
11983                         f1=/dev/null
11984                 fi
11985
11986                 dd if=$f0 of=$f1 conv=notrunc bs=$bs count=$count || \
11987                         error "dd failed"
11988                 sync
11989                 cancel_lru_locks osc
11990
11991                 sum=$(do_facet ost1 $LCTL get_param \
11992                         "obdfilter.*.exports.*.stats" |
11993                         awk -v ctr=$ctr 'BEGIN { sum = 0 }
11994                                 $1 == ctr { sum += $7 }
11995                                 END { printf("%0.0f", sum) }')
11996
11997                 if ((sum != bs * count)); then
11998                         error "Bad $ctr sum, expected $((bs * count)), got $sum"
11999                 fi
12000         done
12001
12002         rm -rf $DIR/${tdir}
12003 }
12004 run_test 133e "Verifying OST {read,write}_bytes nid stats ================="
12005
12006 proc_regexp="/{proc,sys}/{fs,sys,kernel/debug}/{lustre,lnet}/"
12007
12008 # Some versions of find (4.5.11, 4.5.14) included in CentOS 7.3-7.5 do
12009 # not honor the -ignore_readdir_race option correctly. So we call
12010 # error_ignore() rather than error() in these cases. See LU-11152.
12011 error_133() {
12012         if (find --version; do_facet mds1 find --version) |
12013                 grep -q '\b4\.5\.1[1-4]\b'; then
12014                 error_ignore LU-11152 "$@"
12015         else
12016                 error "$@"
12017         fi
12018 }
12019
12020 test_133f() {
12021         # First without trusting modes.
12022         local proc_dirs=$(eval \ls -d $proc_regexp 2>/dev/null)
12023         echo "proc_dirs='$proc_dirs'"
12024         [ -n "$proc_dirs" ] || error "no proc_dirs on $HOSTNAME"
12025         find $proc_dirs -exec cat '{}' \; &> /dev/null
12026
12027         # Second verifying readability.
12028         $LCTL get_param -R '*' &> /dev/null
12029
12030         # Verifing writability with badarea_io.
12031         find $proc_dirs \
12032                 -ignore_readdir_race \
12033                 -type f \
12034                 -not -name force_lbug \
12035                 -not -name changelog_mask \
12036                 -exec badarea_io '{}' \; ||
12037                         error_133 "find $proc_dirs failed"
12038 }
12039 run_test 133f "Check reads/writes of client lustre proc files with bad area io"
12040
12041 test_133g() {
12042         remote_mds_nodsh && skip "remote MDS with nodsh"
12043         remote_ost_nodsh && skip "remote OST with nodsh"
12044
12045         # eventually, this can also be replaced with "lctl get_param -R",
12046         # but not until that option is always available on the server
12047         local facet
12048         for facet in mds1 ost1; do
12049                 [ $(lustre_version_code $facet) -le $(version_code 2.5.54) ] &&
12050                         skip_noexit "Too old lustre on $facet"
12051                 local facet_proc_dirs=$(do_facet $facet \
12052                                         \\\ls -d $proc_regexp 2>/dev/null)
12053                 echo "${facet}_proc_dirs='$facet_proc_dirs'"
12054                 [ -z "$facet_proc_dirs" ] && error "no proc_dirs on $facet"
12055                 do_facet $facet find $facet_proc_dirs \
12056                         ! -name req_history \
12057                         -exec cat '{}' \\\; &> /dev/null
12058
12059                 do_facet $facet find $facet_proc_dirs \
12060                         ! -name req_history \
12061                         -type f \
12062                         -exec cat '{}' \\\; &> /dev/null ||
12063                                 error "proc file read failed"
12064
12065                 do_facet $facet find $facet_proc_dirs \
12066                         -ignore_readdir_race \
12067                         -type f \
12068                         -not -name force_lbug \
12069                         -not -name changelog_mask \
12070                         -exec badarea_io '{}' \\\; ||
12071                                 error_133 "$facet find $facet_proc_dirs failed"
12072         done
12073
12074         # remount the FS in case writes/reads /proc break the FS
12075         cleanup || error "failed to unmount"
12076         setup || error "failed to setup"
12077         true
12078 }
12079 run_test 133g "Check reads/writes of server lustre proc files with bad area io"
12080
12081 test_133h() {
12082         remote_mds_nodsh && skip "remote MDS with nodsh"
12083         remote_ost_nodsh && skip "remote OST with nodsh"
12084         [[ $MDS1_VERSION -lt $(version_code 2.9.54) ]] &&
12085                 skip "Need MDS version at least 2.9.54"
12086
12087         local facet
12088
12089         for facet in client mds1 ost1; do
12090                 local facet_proc_dirs=$(do_facet $facet \
12091                                         \\\ls -d $proc_regexp 2> /dev/null)
12092                 [ -z "$facet_proc_dirs" ] && error "no proc_dirs on $facet"
12093                 echo "${facet}_proc_dirs='$facet_proc_dirs'"
12094                 # Get the list of files that are missing the terminating newline
12095                 local missing=($(do_facet $facet \
12096                         find ${facet_proc_dirs} -type f \|              \
12097                                 while read F\; do                       \
12098                                         awk -v FS='\v' -v RS='\v\v'     \
12099                                         "'END { if(NR>0 &&              \
12100                                         \\\$NF !~ /.*\\\n\$/)           \
12101                                                 print FILENAME}'"       \
12102                                         '\$F'\;                         \
12103                                 done 2>/dev/null))
12104                 [ ${#missing[*]} -eq 0 ] ||
12105                         error "files do not end with newline: ${missing[*]}"
12106         done
12107 }
12108 run_test 133h "Proc files should end with newlines"
12109
12110 test_134a() {
12111         remote_mds_nodsh && skip "remote MDS with nodsh"
12112         [[ $MDS1_VERSION -lt $(version_code 2.7.54) ]] &&
12113                 skip "Need MDS version at least 2.7.54"
12114
12115         mkdir -p $DIR/$tdir || error "failed to create $DIR/$tdir"
12116         cancel_lru_locks mdc
12117
12118         local nsdir="ldlm.namespaces.*-MDT0000-mdc-*"
12119         local unused=$($LCTL get_param -n $nsdir.lock_unused_count)
12120         [ $unused -eq 0 ] || error "$unused locks are not cleared"
12121
12122         local nr=1000
12123         createmany -o $DIR/$tdir/f $nr ||
12124                 error "failed to create $nr files in $DIR/$tdir"
12125         unused=$($LCTL get_param -n $nsdir.lock_unused_count)
12126
12127         #define OBD_FAIL_LDLM_WATERMARK_LOW     0x327
12128         do_facet mds1 $LCTL set_param fail_loc=0x327
12129         do_facet mds1 $LCTL set_param fail_val=500
12130         touch $DIR/$tdir/m
12131
12132         echo "sleep 10 seconds ..."
12133         sleep 10
12134         local lck_cnt=$($LCTL get_param -n $nsdir.lock_unused_count)
12135
12136         do_facet mds1 $LCTL set_param fail_loc=0
12137         do_facet mds1 $LCTL set_param fail_val=0
12138         [ $lck_cnt -lt $unused ] ||
12139                 error "No locks reclaimed, before:$unused, after:$lck_cnt"
12140
12141         rm $DIR/$tdir/m
12142         unlinkmany $DIR/$tdir/f $nr
12143 }
12144 run_test 134a "Server reclaims locks when reaching lock_reclaim_threshold"
12145
12146 test_134b() {
12147         remote_mds_nodsh && skip "remote MDS with nodsh"
12148         [[ $MDS1_VERSION -lt $(version_code 2.7.54) ]] &&
12149                 skip "Need MDS version at least 2.7.54"
12150
12151         mkdir -p $DIR/$tdir || error "failed to create $DIR/$tdir"
12152         cancel_lru_locks mdc
12153
12154         local low_wm=$(do_facet mds1 $LCTL get_param -n \
12155                         ldlm.lock_reclaim_threshold_mb)
12156         # disable reclaim temporarily
12157         do_facet mds1 $LCTL set_param ldlm.lock_reclaim_threshold_mb=0
12158
12159         #define OBD_FAIL_LDLM_WATERMARK_HIGH     0x328
12160         do_facet mds1 $LCTL set_param fail_loc=0x328
12161         do_facet mds1 $LCTL set_param fail_val=500
12162
12163         $LCTL set_param debug=+trace
12164
12165         local nr=600
12166         createmany -o $DIR/$tdir/f $nr &
12167         local create_pid=$!
12168
12169         echo "Sleep $TIMEOUT seconds ..."
12170         sleep $TIMEOUT
12171         if ! ps -p $create_pid  > /dev/null 2>&1; then
12172                 do_facet mds1 $LCTL set_param fail_loc=0
12173                 do_facet mds1 $LCTL set_param fail_val=0
12174                 do_facet mds1 $LCTL set_param \
12175                         ldlm.lock_reclaim_threshold_mb=${low_wm}m
12176                 error "createmany finished incorrectly!"
12177         fi
12178         do_facet mds1 $LCTL set_param fail_loc=0
12179         do_facet mds1 $LCTL set_param fail_val=0
12180         do_facet mds1 $LCTL set_param ldlm.lock_reclaim_threshold_mb=${low_wm}m
12181         wait $create_pid || return 1
12182
12183         unlinkmany $DIR/$tdir/f $nr
12184 }
12185 run_test 134b "Server rejects lock request when reaching lock_limit_mb"
12186
12187 test_140() { #bug-17379
12188         [ $PARALLEL == "yes" ] && skip "skip parallel run"
12189
12190         test_mkdir $DIR/$tdir
12191         cd $DIR/$tdir || error "Changing to $DIR/$tdir"
12192         cp $(which stat) . || error "Copying stat to $DIR/$tdir"
12193
12194         # VFS limits max symlink depth to 5(4KSTACK) or 7(8KSTACK) or 8
12195         # For kernel > 3.5, bellow only tests consecutive symlink (MAX 40)
12196         local i=0
12197         while i=$((i + 1)); do
12198                 test_mkdir $i
12199                 cd $i || error "Changing to $i"
12200                 ln -s ../stat stat || error "Creating stat symlink"
12201                 # Read the symlink until ELOOP present,
12202                 # not LBUGing the system is considered success,
12203                 # we didn't overrun the stack.
12204                 $OPENFILE -f O_RDONLY stat >/dev/null 2>&1; ret=$?
12205                 if [ $ret -ne 0 ]; then
12206                         if [ $ret -eq 40 ]; then
12207                                 break  # -ELOOP
12208                         else
12209                                 error "Open stat symlink"
12210                                         return
12211                         fi
12212                 fi
12213         done
12214         i=$((i - 1))
12215         echo "The symlink depth = $i"
12216         [ $i -eq 5 -o $i -eq 7 -o $i -eq 8 -o $i -eq 40 ] ||
12217                                         error "Invalid symlink depth"
12218
12219         # Test recursive symlink
12220         ln -s symlink_self symlink_self
12221         $OPENFILE -f O_RDONLY symlink_self >/dev/null 2>&1; ret=$?
12222         echo "open symlink_self returns $ret"
12223         [ $ret -eq 40 ] || error "recursive symlink doesn't return -ELOOP"
12224 }
12225 run_test 140 "Check reasonable stack depth (shouldn't LBUG) ===="
12226
12227 test_150() {
12228         [ $PARALLEL == "yes" ] && skip "skip parallel run"
12229
12230         local TF="$TMP/$tfile"
12231
12232         dd if=/dev/urandom of=$TF bs=6096 count=1 || error "dd failed"
12233         cp $TF $DIR/$tfile
12234         cancel_lru_locks $OSC
12235         cmp $TF $DIR/$tfile || error "$TMP/$tfile $DIR/$tfile differ"
12236         remount_client $MOUNT
12237         df -P $MOUNT
12238         cmp $TF $DIR/$tfile || error "$TF $DIR/$tfile differ (remount)"
12239
12240         $TRUNCATE $TF 6000
12241         $TRUNCATE $DIR/$tfile 6000
12242         cancel_lru_locks $OSC
12243         cmp $TF $DIR/$tfile || error "$TF $DIR/$tfile differ (truncate1)"
12244
12245         echo "12345" >>$TF
12246         echo "12345" >>$DIR/$tfile
12247         cancel_lru_locks $OSC
12248         cmp $TF $DIR/$tfile || error "$TF $DIR/$tfile differ (append1)"
12249
12250         echo "12345" >>$TF
12251         echo "12345" >>$DIR/$tfile
12252         cancel_lru_locks $OSC
12253         cmp $TF $DIR/$tfile || error "$TF $DIR/$tfile differ (append2)"
12254
12255         rm -f $TF
12256         true
12257 }
12258 run_test 150 "truncate/append tests"
12259
12260 #LU-2902 roc_hit was not able to read all values from lproc
12261 function roc_hit_init() {
12262         local list=$(comma_list $(osts_nodes))
12263         local dir=$DIR/$tdir-check
12264         local file=$dir/$tfile
12265         local BEFORE
12266         local AFTER
12267         local idx
12268
12269         test_mkdir $dir
12270         #use setstripe to do a write to every ost
12271         for i in $(seq 0 $((OSTCOUNT-1))); do
12272                 $SETSTRIPE -c 1 -i $i $dir || error "$SETSTRIPE $file failed"
12273                 dd if=/dev/urandom of=$file bs=4k count=4 2>&1 > /dev/null
12274                 idx=$(printf %04x $i)
12275                 BEFORE=$(get_osd_param $list *OST*$idx stats |
12276                         awk '$1 == "cache_access" {sum += $7}
12277                                 END { printf("%0.0f", sum) }')
12278
12279                 cancel_lru_locks osc
12280                 cat $file >/dev/null
12281
12282                 AFTER=$(get_osd_param $list *OST*$idx stats |
12283                         awk '$1 == "cache_access" {sum += $7}
12284                                 END { printf("%0.0f", sum) }')
12285
12286                 echo BEFORE:$BEFORE AFTER:$AFTER
12287                 if ! let "AFTER - BEFORE == 4"; then
12288                         rm -rf $dir
12289                         error "roc_hit is not safe to use"
12290                 fi
12291                 rm $file
12292         done
12293
12294         rm -rf $dir
12295 }
12296
12297 function roc_hit() {
12298         local list=$(comma_list $(osts_nodes))
12299         echo $(get_osd_param $list '' stats |
12300                 awk '$1 == "cache_hit" {sum += $7}
12301                         END { printf("%0.0f", sum) }')
12302 }
12303
12304 function set_cache() {
12305         local on=1
12306
12307         if [ "$2" == "off" ]; then
12308                 on=0;
12309         fi
12310         local list=$(comma_list $(osts_nodes))
12311         set_osd_param $list '' $1_cache_enable $on
12312
12313         cancel_lru_locks osc
12314 }
12315
12316 test_151() {
12317         [ $PARALLEL == "yes" ] && skip "skip parallel run"
12318         remote_ost_nodsh && skip "remote OST with nodsh"
12319
12320         local CPAGES=3
12321         local list=$(comma_list $(osts_nodes))
12322
12323         # check whether obdfilter is cache capable at all
12324         if ! get_osd_param $list '' read_cache_enable >/dev/null; then
12325                 skip "not cache-capable obdfilter"
12326         fi
12327
12328         # check cache is enabled on all obdfilters
12329         if get_osd_param $list '' read_cache_enable | grep 0; then
12330                 skip "oss cache is disabled"
12331         fi
12332
12333         set_osd_param $list '' writethrough_cache_enable 1
12334
12335         # check write cache is enabled on all obdfilters
12336         if get_osd_param $list '' writethrough_cache_enable | grep 0; then
12337                 skip "oss write cache is NOT enabled"
12338         fi
12339
12340         roc_hit_init
12341
12342         #define OBD_FAIL_OBD_NO_LRU  0x609
12343         do_nodes $list $LCTL set_param fail_loc=0x609
12344
12345         # pages should be in the case right after write
12346         dd if=/dev/urandom of=$DIR/$tfile bs=4k count=$CPAGES ||
12347                 error "dd failed"
12348
12349         local BEFORE=$(roc_hit)
12350         cancel_lru_locks osc
12351         cat $DIR/$tfile >/dev/null
12352         local AFTER=$(roc_hit)
12353
12354         do_nodes $list $LCTL set_param fail_loc=0
12355
12356         if ! let "AFTER - BEFORE == CPAGES"; then
12357                 error "NOT IN CACHE: before: $BEFORE, after: $AFTER"
12358         fi
12359
12360         # the following read invalidates the cache
12361         cancel_lru_locks osc
12362         set_osd_param $list '' read_cache_enable 0
12363         cat $DIR/$tfile >/dev/null
12364
12365         # now data shouldn't be found in the cache
12366         BEFORE=$(roc_hit)
12367         cancel_lru_locks osc
12368         cat $DIR/$tfile >/dev/null
12369         AFTER=$(roc_hit)
12370         if let "AFTER - BEFORE != 0"; then
12371                 error "IN CACHE: before: $BEFORE, after: $AFTER"
12372         fi
12373
12374         set_osd_param $list '' read_cache_enable 1
12375         rm -f $DIR/$tfile
12376 }
12377 run_test 151 "test cache on oss and controls ==============================="
12378
12379 test_152() {
12380         [ $PARALLEL == "yes" ] && skip "skip parallel run"
12381
12382         local TF="$TMP/$tfile"
12383
12384         # simulate ENOMEM during write
12385 #define OBD_FAIL_OST_NOMEM      0x226
12386         lctl set_param fail_loc=0x80000226
12387         dd if=/dev/urandom of=$TF bs=6096 count=1 || error "dd failed"
12388         cp $TF $DIR/$tfile
12389         sync || error "sync failed"
12390         lctl set_param fail_loc=0
12391
12392         # discard client's cache
12393         cancel_lru_locks osc
12394
12395         # simulate ENOMEM during read
12396         lctl set_param fail_loc=0x80000226
12397         cmp $TF $DIR/$tfile || error "cmp failed"
12398         lctl set_param fail_loc=0
12399
12400         rm -f $TF
12401 }
12402 run_test 152 "test read/write with enomem ============================"
12403
12404 test_153() {
12405         $MULTIOP $DIR/$tfile Ow4096Ycu || error "multiop failed"
12406 }
12407 run_test 153 "test if fdatasync does not crash ======================="
12408
12409 dot_lustre_fid_permission_check() {
12410         local fid=$1
12411         local ffid=$MOUNT/.lustre/fid/$fid
12412         local test_dir=$2
12413
12414         echo "stat fid $fid"
12415         stat $ffid > /dev/null || error "stat $ffid failed."
12416         echo "touch fid $fid"
12417         touch $ffid || error "touch $ffid failed."
12418         echo "write to fid $fid"
12419         cat /etc/hosts > $ffid || error "write $ffid failed."
12420         echo "read fid $fid"
12421         diff /etc/hosts $ffid || error "read $ffid failed."
12422         echo "append write to fid $fid"
12423         cat /etc/hosts >> $ffid || error "append write $ffid failed."
12424         echo "rename fid $fid"
12425         mv $ffid $test_dir/$tfile.1 &&
12426                 error "rename $ffid to $tfile.1 should fail."
12427         touch $test_dir/$tfile.1
12428         mv $test_dir/$tfile.1 $ffid &&
12429                 error "rename $tfile.1 to $ffid should fail."
12430         rm -f $test_dir/$tfile.1
12431         echo "truncate fid $fid"
12432         $TRUNCATE $ffid 777 || error "truncate $ffid failed."
12433         echo "link fid $fid"
12434         ln -f $ffid $test_dir/tfile.lnk || error "link $ffid failed."
12435         if [[ $($LCTL get_param -n mdc.*-mdc-*.connect_flags) =~ acl ]]; then
12436                 echo "setfacl fid $fid"
12437                 setfacl -R -m u:bin:rwx $ffid || error "setfacl $ffid failed."
12438                 echo "getfacl fid $fid"
12439                 getfacl $ffid >/dev/null || error "getfacl $ffid failed."
12440         fi
12441         echo "unlink fid $fid"
12442         unlink $MOUNT/.lustre/fid/$fid && error "unlink $ffid should fail."
12443         echo "mknod fid $fid"
12444         mknod $ffid c 1 3 && error "mknod $ffid should fail."
12445
12446         fid=[0xf00000400:0x1:0x0]
12447         ffid=$MOUNT/.lustre/fid/$fid
12448
12449         echo "stat non-exist fid $fid"
12450         stat $ffid > /dev/null && error "stat non-exist $ffid should fail."
12451         echo "write to non-exist fid $fid"
12452         cat /etc/hosts > $ffid && error "write non-exist $ffid should fail."
12453         echo "link new fid $fid"
12454         ln $test_dir/$tfile $ffid && error "link $ffid should fail."
12455
12456         mkdir -p $test_dir/$tdir
12457         touch $test_dir/$tdir/$tfile
12458         fid=$($LFS path2fid $test_dir/$tdir)
12459         rc=$?
12460         [ $rc -ne 0 ] &&
12461                 error "error: could not get fid for $test_dir/$dir/$tfile."
12462
12463         ffid=$MOUNT/.lustre/fid/$fid
12464
12465         echo "ls $fid"
12466         ls $ffid > /dev/null || error "ls $ffid failed."
12467         echo "touch $fid/$tfile.1"
12468         touch $ffid/$tfile.1 || error "touch $ffid/$tfile.1 failed."
12469
12470         echo "touch $MOUNT/.lustre/fid/$tfile"
12471         touch $MOUNT/.lustre/fid/$tfile && \
12472                 error "touch $MOUNT/.lustre/fid/$tfile should fail."
12473
12474         echo "setxattr to $MOUNT/.lustre/fid"
12475         setfattr -n trusted.name1 -v value1 $MOUNT/.lustre/fid
12476
12477         echo "listxattr for $MOUNT/.lustre/fid"
12478         getfattr -d -m "^trusted" $MOUNT/.lustre/fid
12479
12480         echo "delxattr from $MOUNT/.lustre/fid"
12481         setfattr -x trusted.name1 $MOUNT/.lustre/fid
12482
12483         echo "touch invalid fid: $MOUNT/.lustre/fid/[0x200000400:0x2:0x3]"
12484         touch $MOUNT/.lustre/fid/[0x200000400:0x2:0x3] &&
12485                 error "touch invalid fid should fail."
12486
12487         echo "touch non-normal fid: $MOUNT/.lustre/fid/[0x1:0x2:0x0]"
12488         touch $MOUNT/.lustre/fid/[0x1:0x2:0x0] &&
12489                 error "touch non-normal fid should fail."
12490
12491         echo "rename $tdir to $MOUNT/.lustre/fid"
12492         mrename $test_dir/$tdir $MOUNT/.lustre/fid &&
12493                 error "rename to $MOUNT/.lustre/fid should fail."
12494
12495         if [ $MDS1_VERSION -ge $(version_code 2.3.51) ]
12496         then            # LU-3547
12497                 local old_obf_mode=$(stat --format="%a" $DIR/.lustre/fid)
12498                 local new_obf_mode=777
12499
12500                 echo "change mode of $DIR/.lustre/fid to $new_obf_mode"
12501                 chmod $new_obf_mode $DIR/.lustre/fid ||
12502                         error "chmod $new_obf_mode $DIR/.lustre/fid failed"
12503
12504                 local obf_mode=$(stat --format=%a $DIR/.lustre/fid)
12505                 [ $obf_mode -eq $new_obf_mode ] ||
12506                         error "stat $DIR/.lustre/fid returned wrong mode $obf_mode"
12507
12508                 echo "restore mode of $DIR/.lustre/fid to $old_obf_mode"
12509                 chmod $old_obf_mode $DIR/.lustre/fid ||
12510                         error "chmod $old_obf_mode $DIR/.lustre/fid failed"
12511         fi
12512
12513         $OPENFILE -f O_LOV_DELAY_CREATE:O_CREAT $test_dir/$tfile-2
12514         fid=$($LFS path2fid $test_dir/$tfile-2)
12515
12516         if [ $MDS1_VERSION -ge $(version_code 2.6.50) ]
12517         then # LU-5424
12518                 echo "cp /etc/passwd $MOUNT/.lustre/fid/$fid"
12519                 cp /etc/passwd $MOUNT/.lustre/fid/$fid ||
12520                         error "create lov data thru .lustre failed"
12521         fi
12522         echo "cp /etc/passwd $test_dir/$tfile-2"
12523         cp /etc/passwd $test_dir/$tfile-2 ||
12524                 error "copy to $test_dir/$tfile-2 failed."
12525         echo "diff /etc/passwd $MOUNT/.lustre/fid/$fid"
12526         diff /etc/passwd $MOUNT/.lustre/fid/$fid ||
12527                 error "diff /etc/passwd $MOUNT/.lustre/fid/$fid failed."
12528
12529         rm -rf $test_dir/tfile.lnk
12530         rm -rf $test_dir/$tfile-2
12531 }
12532
12533 test_154A() {
12534         [[ $MDS1_VERSION -lt $(version_code 2.4.1) ]] &&
12535                 skip "Need MDS version at least 2.4.1"
12536
12537         local tf=$DIR/$tfile
12538         touch $tf
12539
12540         local fid=$($LFS path2fid $tf)
12541         [ -z "$fid" ] && error "path2fid unable to get $tf FID"
12542
12543         # check that we get the same pathname back
12544         local found=$($LFS fid2path $MOUNT "$fid")
12545         [ -z "$found" ] && error "fid2path unable to get '$fid' path"
12546         [ "$found" == "$tf" ] ||
12547                 error "fid2path($fid=path2fid($tf)) = $found != $tf"
12548 }
12549 run_test 154A "lfs path2fid and fid2path basic checks"
12550
12551 test_154B() {
12552         [[ $MDS1_VERSION -lt $(version_code 2.4.1) ]] &&
12553                 skip "Need MDS version at least 2.4.1"
12554
12555         mkdir -p $DIR/$tdir || error "mkdir $tdir failed"
12556         touch $DIR/$tdir/$tfile || error "touch $DIR/$tdir/$tfile failed"
12557         local linkea=$($LL_DECODE_LINKEA $DIR/$tdir/$tfile | grep 'pfid')
12558         [ -z "$linkea" ] && error "decode linkea $DIR/$tdir/$tfile failed"
12559
12560         local name=$(echo $linkea | awk '/pfid/ {print $5}' | sed -e "s/'//g")
12561         local PFID=$(echo $linkea | awk '/pfid/ {print $3}' | sed -e "s/,//g")
12562
12563         # check that we get the same pathname
12564         echo "PFID: $PFID, name: $name"
12565         local FOUND=$($LFS fid2path $MOUNT "$PFID")
12566         [ -z "$FOUND" ] && error "fid2path unable to get $PFID path"
12567         [ "$FOUND/$name" != "$DIR/$tdir/$tfile" ] &&
12568                 error "ll_decode_linkea has $FOUND/$name != $DIR/$tdir/$tfile"
12569
12570         rm -rf $DIR/$tdir || error "Can not delete directory $DIR/$tdir"
12571 }
12572 run_test 154B "verify the ll_decode_linkea tool"
12573
12574 test_154a() {
12575         [ $PARALLEL == "yes" ] && skip "skip parallel run"
12576         [ -n "$FILESET" ] && skip "SKIP due to FILESET set"
12577         [[ $MDS1_VERSION -ge $(version_code 2.2.51) ]] ||
12578                 skip "Need MDS version at least 2.2.51"
12579         [ -z "$(which setfacl)" ] && skip_env "must have setfacl tool"
12580
12581         cp /etc/hosts $DIR/$tfile
12582
12583         fid=$($LFS path2fid $DIR/$tfile)
12584         rc=$?
12585         [ $rc -ne 0 ] && error "error: could not get fid for $DIR/$tfile."
12586
12587         dot_lustre_fid_permission_check "$fid" $DIR ||
12588                 error "dot lustre permission check $fid failed"
12589
12590         ls -a $MOUNT | grep "\.lustre" && error ".lustre should not be listed"
12591
12592         rm -rf $MOUNT/.lustre && error ".lustre is not allowed to be unlinked"
12593
12594         touch $MOUNT/.lustre/file &&
12595                 error "creation is not allowed under .lustre"
12596
12597         mkdir $MOUNT/.lustre/dir &&
12598                 error "mkdir is not allowed under .lustre"
12599
12600         rm -rf $DIR/$tfile
12601 }
12602 run_test 154a "Open-by-FID"
12603
12604 test_154b() {
12605         [ $PARALLEL == "yes" ] && skip "skip parallel run"
12606         [ -n "$FILESET" ] && skip "SKIP due to FILESET set"
12607         [ $MDSCOUNT -lt 2 ] && skip_env "needs >= 2 MDTs"
12608         [[ $MDS1_VERSION -ge $(version_code 2.2.51) ]] ||
12609                 skip "Need MDS version at least 2.2.51"
12610
12611         local remote_dir=$DIR/$tdir/remote_dir
12612         local MDTIDX=1
12613         local rc=0
12614
12615         mkdir -p $DIR/$tdir
12616         $LFS mkdir -i $MDTIDX $remote_dir ||
12617                 error "create remote directory failed"
12618
12619         cp /etc/hosts $remote_dir/$tfile
12620
12621         fid=$($LFS path2fid $remote_dir/$tfile)
12622         rc=$?
12623         [ $rc -ne 0 ] && error "error: could not get fid for $remote_dir/$tfile"
12624
12625         dot_lustre_fid_permission_check "$fid" $remote_dir ||
12626                 error "dot lustre permission check $fid failed"
12627         rm -rf $DIR/$tdir
12628 }
12629 run_test 154b "Open-by-FID for remote directory"
12630
12631 test_154c() {
12632         [[ $MDS1_VERSION -lt $(version_code 2.4.1) ]] &&
12633                 skip "Need MDS version at least 2.4.1"
12634
12635         touch $DIR/$tfile.1 $DIR/$tfile.2 $DIR/$tfile.3
12636         local FID1=$($LFS path2fid $DIR/$tfile.1)
12637         local FID2=$($LFS path2fid $DIR/$tfile.2)
12638         local FID3=$($LFS path2fid $DIR/$tfile.3)
12639
12640         local N=1
12641         $LFS path2fid $DIR/$tfile.[123] | while read PATHNAME FID; do
12642                 [ "$PATHNAME" = "$DIR/$tfile.$N:" ] ||
12643                         error "path2fid pathname $PATHNAME != $DIR/$tfile.$N:"
12644                 local want=FID$N
12645                 [ "$FID" = "${!want}" ] ||
12646                         error "path2fid $PATHNAME FID $FID != FID$N ${!want}"
12647                 N=$((N + 1))
12648         done
12649
12650         $LFS fid2path $MOUNT "$FID1" "$FID2" "$FID3" | while read PATHNAME;
12651         do
12652                 [ "$PATHNAME" = "$DIR/$tfile.$N" ] ||
12653                         error "fid2path pathname $PATHNAME != $DIR/$tfile.$N:"
12654                 N=$((N + 1))
12655         done
12656 }
12657 run_test 154c "lfs path2fid and fid2path multiple arguments"
12658
12659 test_154d() {
12660         remote_mds_nodsh && skip "remote MDS with nodsh"
12661         [[ $MDS1_VERSION -lt $(version_code 2.5.53) ]] &&
12662                 skip "Need MDS version at least 2.5.53"
12663
12664         if remote_mds; then
12665                 nid=$($LCTL list_nids | sed  "s/\./\\\./g")
12666         else
12667                 nid="0@lo"
12668         fi
12669         local proc_ofile="mdt.*.exports.'$nid'.open_files"
12670         local fd
12671         local cmd
12672
12673         rm -f $DIR/$tfile
12674         touch $DIR/$tfile
12675
12676         local fid=$($LFS path2fid $DIR/$tfile)
12677         # Open the file
12678         fd=$(free_fd)
12679         cmd="exec $fd<$DIR/$tfile"
12680         eval $cmd
12681         local fid_list=$(do_facet $SINGLEMDS $LCTL get_param $proc_ofile)
12682         echo "$fid_list" | grep "$fid"
12683         rc=$?
12684
12685         cmd="exec $fd>/dev/null"
12686         eval $cmd
12687         if [ $rc -ne 0 ]; then
12688                 error "FID $fid not found in open files list $fid_list"
12689         fi
12690 }
12691 run_test 154d "Verify open file fid"
12692
12693 test_154e()
12694 {
12695         [[ $MDS1_VERSION -lt $(version_code 2.6.50) ]] &&
12696                 skip "Need MDS version at least 2.6.50"
12697
12698         if ls -a $MOUNT | grep -q '^\.lustre$'; then
12699                 error ".lustre returned by readdir"
12700         fi
12701 }
12702 run_test 154e ".lustre is not returned by readdir"
12703
12704 test_154f() {
12705         [ -n "$FILESET" ] && skip "SKIP due to FILESET set"
12706
12707         # create parent directory on a single MDT to avoid cross-MDT hardlinks
12708         test_mkdir -p -c1 $DIR/$tdir/d
12709         # test dirs inherit from its stripe
12710         mkdir -p $DIR/$tdir/d/foo1 || error "mkdir error"
12711         mkdir -p $DIR/$tdir/d/foo2 || error "mkdir error"
12712         cp /etc/hosts $DIR/$tdir/d/foo1/$tfile
12713         ln $DIR/$tdir/d/foo1/$tfile $DIR/$tdir/d/foo2/link
12714         touch $DIR/f
12715
12716         # get fid of parents
12717         local FID0=$($LFS path2fid $DIR/$tdir/d)
12718         local FID1=$($LFS path2fid $DIR/$tdir/d/foo1)
12719         local FID2=$($LFS path2fid $DIR/$tdir/d/foo2)
12720         local FID3=$($LFS path2fid $DIR)
12721
12722         # check that path2fid --parents returns expected <parent_fid>/name
12723         # 1) test for a directory (single parent)
12724         local parent=$($LFS path2fid --parents $DIR/$tdir/d/foo1)
12725         [ "$parent" == "$FID0/foo1" ] ||
12726                 error "expected parent: $FID0/foo1, got: $parent"
12727
12728         # 2) test for a file with nlink > 1 (multiple parents)
12729         parent=$($LFS path2fid --parents $DIR/$tdir/d/foo1/$tfile)
12730         echo "$parent" | grep -F "$FID1/$tfile" ||
12731                 error "$FID1/$tfile not returned in parent list"
12732         echo "$parent" | grep -F "$FID2/link" ||
12733                 error "$FID2/link not returned in parent list"
12734
12735         # 3) get parent by fid
12736         local file_fid=$($LFS path2fid $DIR/$tdir/d/foo1/$tfile)
12737         parent=$($LFS path2fid --parents $MOUNT/.lustre/fid/$file_fid)
12738         echo "$parent" | grep -F "$FID1/$tfile" ||
12739                 error "$FID1/$tfile not returned in parent list (by fid)"
12740         echo "$parent" | grep -F "$FID2/link" ||
12741                 error "$FID2/link not returned in parent list (by fid)"
12742
12743         # 4) test for entry in root directory
12744         parent=$($LFS path2fid --parents $DIR/f)
12745         echo "$parent" | grep -F "$FID3/f" ||
12746                 error "$FID3/f not returned in parent list"
12747
12748         # 5) test it on root directory
12749         [ -z "$($LFS path2fid --parents $MOUNT 2>/dev/null)" ] ||
12750                 error "$MOUNT should not have parents"
12751
12752         # enable xattr caching and check that linkea is correctly updated
12753         local save="$TMP/$TESTSUITE-$TESTNAME.parameters"
12754         save_lustre_params client "llite.*.xattr_cache" > $save
12755         lctl set_param llite.*.xattr_cache 1
12756
12757         # 6.1) linkea update on rename
12758         mv $DIR/$tdir/d/foo1/$tfile $DIR/$tdir/d/foo2/$tfile.moved
12759
12760         # get parents by fid
12761         parent=$($LFS path2fid --parents $MOUNT/.lustre/fid/$file_fid)
12762         # foo1 should no longer be returned in parent list
12763         echo "$parent" | grep -F "$FID1" &&
12764                 error "$FID1 should no longer be in parent list"
12765         # the new path should appear
12766         echo "$parent" | grep -F "$FID2/$tfile.moved" ||
12767                 error "$FID2/$tfile.moved is not in parent list"
12768
12769         # 6.2) linkea update on unlink
12770         rm -f $DIR/$tdir/d/foo2/link
12771         parent=$($LFS path2fid --parents $MOUNT/.lustre/fid/$file_fid)
12772         # foo2/link should no longer be returned in parent list
12773         echo "$parent" | grep -F "$FID2/link" &&
12774                 error "$FID2/link should no longer be in parent list"
12775         true
12776
12777         rm -f $DIR/f
12778         restore_lustre_params < $save
12779         rm -f $save
12780 }
12781 run_test 154f "get parent fids by reading link ea"
12782
12783 test_154g()
12784 {
12785         [ -n "$FILESET" ] && skip "SKIP due to FILESET set"
12786         [[ $MDS1_VERSION -ge $(version_code 2.6.92) &&
12787            $CLIENT_VERSION -gt $(version_code 2.6.99) ]] ||
12788                 skip "Need MDS version at least 2.6.92"
12789
12790         mkdir -p $DIR/$tdir
12791         llapi_fid_test -d $DIR/$tdir
12792 }
12793 run_test 154g "various llapi FID tests"
12794
12795 test_155_small_load() {
12796     local temp=$TMP/$tfile
12797     local file=$DIR/$tfile
12798
12799     dd if=/dev/urandom of=$temp bs=6096 count=1 || \
12800         error "dd of=$temp bs=6096 count=1 failed"
12801     cp $temp $file
12802     cancel_lru_locks $OSC
12803     cmp $temp $file || error "$temp $file differ"
12804
12805     $TRUNCATE $temp 6000
12806     $TRUNCATE $file 6000
12807     cmp $temp $file || error "$temp $file differ (truncate1)"
12808
12809     echo "12345" >>$temp
12810     echo "12345" >>$file
12811     cmp $temp $file || error "$temp $file differ (append1)"
12812
12813     echo "12345" >>$temp
12814     echo "12345" >>$file
12815     cmp $temp $file || error "$temp $file differ (append2)"
12816
12817     rm -f $temp $file
12818     true
12819 }
12820
12821 test_155_big_load() {
12822         remote_ost_nodsh && skip "remote OST with nodsh"
12823
12824         local temp=$TMP/$tfile
12825         local file=$DIR/$tfile
12826
12827         free_min_max
12828         local cache_size=$(do_facet ost$((MAXI+1)) \
12829                 "awk '/cache/ {sum+=\\\$4} END {print sum}' /proc/cpuinfo")
12830         local large_file_size=$((cache_size * 2))
12831
12832         echo "OSS cache size: $cache_size KB"
12833         echo "Large file size: $large_file_size KB"
12834
12835         [ $MAXV -le $large_file_size ] &&
12836                 skip_env "max available OST size needs > $large_file_size KB"
12837
12838         $SETSTRIPE $file -c 1 -i $MAXI || error "$SETSTRIPE $file failed"
12839
12840         dd if=/dev/urandom of=$temp bs=$large_file_size count=1k ||
12841                 error "dd of=$temp bs=$large_file_size count=1k failed"
12842         cp $temp $file
12843         ls -lh $temp $file
12844         cancel_lru_locks osc
12845         cmp $temp $file || error "$temp $file differ"
12846
12847         rm -f $temp $file
12848         true
12849 }
12850
12851 save_writethrough() {
12852         local facets=$(get_facets OST)
12853
12854         save_lustre_params $facets "osd-*.*.writethrough_cache_enable" > $1
12855 }
12856
12857 test_155a() {
12858         [ $PARALLEL == "yes" ] && skip "skip parallel run"
12859
12860         local p="$TMP/$TESTSUITE-$TESTNAME.parameters"
12861
12862         save_writethrough $p
12863
12864         set_cache read on
12865         set_cache writethrough on
12866         test_155_small_load
12867         restore_lustre_params < $p
12868         rm -f $p
12869 }
12870 run_test 155a "Verify small file correctness: read cache:on write_cache:on"
12871
12872 test_155b() {
12873         [ $PARALLEL == "yes" ] && skip "skip parallel run"
12874
12875         local p="$TMP/$TESTSUITE-$TESTNAME.parameters"
12876
12877         save_writethrough $p
12878
12879         set_cache read on
12880         set_cache writethrough off
12881         test_155_small_load
12882         restore_lustre_params < $p
12883         rm -f $p
12884 }
12885 run_test 155b "Verify small file correctness: read cache:on write_cache:off"
12886
12887 test_155c() {
12888         [ $PARALLEL == "yes" ] && skip "skip parallel run"
12889
12890         local p="$TMP/$TESTSUITE-$TESTNAME.parameters"
12891
12892         save_writethrough $p
12893
12894         set_cache read off
12895         set_cache writethrough on
12896         test_155_small_load
12897         restore_lustre_params < $p
12898         rm -f $p
12899 }
12900 run_test 155c "Verify small file correctness: read cache:off write_cache:on"
12901
12902 test_155d() {
12903         [ $PARALLEL == "yes" ] && skip "skip parallel run"
12904
12905         local p="$TMP/$TESTSUITE-$TESTNAME.parameters"
12906
12907         save_writethrough $p
12908
12909         set_cache read off
12910         set_cache writethrough off
12911         test_155_small_load
12912         restore_lustre_params < $p
12913         rm -f $p
12914 }
12915 run_test 155d "Verify small file correctness: read cache:off write_cache:off"
12916
12917 test_155e() {
12918         [ $PARALLEL == "yes" ] && skip "skip parallel run"
12919
12920         local p="$TMP/$TESTSUITE-$TESTNAME.parameters"
12921
12922         save_writethrough $p
12923
12924         set_cache read on
12925         set_cache writethrough on
12926         test_155_big_load
12927         restore_lustre_params < $p
12928         rm -f $p
12929 }
12930 run_test 155e "Verify big file correctness: read cache:on write_cache:on"
12931
12932 test_155f() {
12933         [ $PARALLEL == "yes" ] && skip "skip parallel run"
12934
12935         local p="$TMP/$TESTSUITE-$TESTNAME.parameters"
12936
12937         save_writethrough $p
12938
12939         set_cache read on
12940         set_cache writethrough off
12941         test_155_big_load
12942         restore_lustre_params < $p
12943         rm -f $p
12944 }
12945 run_test 155f "Verify big file correctness: read cache:on write_cache:off"
12946
12947 test_155g() {
12948         [ $PARALLEL == "yes" ] && skip "skip parallel run"
12949
12950         local p="$TMP/$TESTSUITE-$TESTNAME.parameters"
12951
12952         save_writethrough $p
12953
12954         set_cache read off
12955         set_cache writethrough on
12956         test_155_big_load
12957         restore_lustre_params < $p
12958         rm -f $p
12959 }
12960 run_test 155g "Verify big file correctness: read cache:off write_cache:on"
12961
12962 test_155h() {
12963         [ $PARALLEL == "yes" ] && skip "skip parallel run"
12964
12965         local p="$TMP/$TESTSUITE-$TESTNAME.parameters"
12966
12967         save_writethrough $p
12968
12969         set_cache read off
12970         set_cache writethrough off
12971         test_155_big_load
12972         restore_lustre_params < $p
12973         rm -f $p
12974 }
12975 run_test 155h "Verify big file correctness: read cache:off write_cache:off"
12976
12977 test_156() {
12978         [ $PARALLEL == "yes" ] && skip "skip parallel run"
12979         remote_ost_nodsh && skip "remote OST with nodsh"
12980         [ $OST1_VERSION -lt $(version_code 2.6.93) ] &&
12981                 skip "stats not implemented on old servers"
12982         [ "$ost1_FSTYPE" = "zfs" ] &&
12983                 skip "LU-1956/LU-2261: stats not implemented on OSD ZFS"
12984
12985         local CPAGES=3
12986         local BEFORE
12987         local AFTER
12988         local file="$DIR/$tfile"
12989         local p="$TMP/$TESTSUITE-$TESTNAME.parameters"
12990
12991         save_writethrough $p
12992         roc_hit_init
12993
12994         log "Turn on read and write cache"
12995         set_cache read on
12996         set_cache writethrough on
12997
12998         log "Write data and read it back."
12999         log "Read should be satisfied from the cache."
13000         dd if=/dev/urandom of=$file bs=4k count=$CPAGES || error "dd failed"
13001         BEFORE=$(roc_hit)
13002         cancel_lru_locks osc
13003         cat $file >/dev/null
13004         AFTER=$(roc_hit)
13005         if ! let "AFTER - BEFORE == CPAGES"; then
13006                 error "NOT IN CACHE: before: $BEFORE, after: $AFTER"
13007         else
13008                 log "cache hits:: before: $BEFORE, after: $AFTER"
13009         fi
13010
13011         log "Read again; it should be satisfied from the cache."
13012         BEFORE=$AFTER
13013         cancel_lru_locks osc
13014         cat $file >/dev/null
13015         AFTER=$(roc_hit)
13016         if ! let "AFTER - BEFORE == CPAGES"; then
13017                 error "NOT IN CACHE: before: $BEFORE, after: $AFTER"
13018         else
13019                 log "cache hits:: before: $BEFORE, after: $AFTER"
13020         fi
13021
13022         log "Turn off the read cache and turn on the write cache"
13023         set_cache read off
13024         set_cache writethrough on
13025
13026         log "Read again; it should be satisfied from the cache."
13027         BEFORE=$(roc_hit)
13028         cancel_lru_locks osc
13029         cat $file >/dev/null
13030         AFTER=$(roc_hit)
13031         if ! let "AFTER - BEFORE == CPAGES"; then
13032                 error "NOT IN CACHE: before: $BEFORE, after: $AFTER"
13033         else
13034                 log "cache hits:: before: $BEFORE, after: $AFTER"
13035         fi
13036
13037         log "Read again; it should not be satisfied from the cache."
13038         BEFORE=$AFTER
13039         cancel_lru_locks osc
13040         cat $file >/dev/null
13041         AFTER=$(roc_hit)
13042         if ! let "AFTER - BEFORE == 0"; then
13043                 error "IN CACHE: before: $BEFORE, after: $AFTER"
13044         else
13045                 log "cache hits:: before: $BEFORE, after: $AFTER"
13046         fi
13047
13048         log "Write data and read it back."
13049         log "Read should be satisfied from the cache."
13050         dd if=/dev/urandom of=$file bs=4k count=$CPAGES || error "dd failed"
13051         BEFORE=$(roc_hit)
13052         cancel_lru_locks osc
13053         cat $file >/dev/null
13054         AFTER=$(roc_hit)
13055         if ! let "AFTER - BEFORE == CPAGES"; then
13056                 error "NOT IN CACHE: before: $BEFORE, after: $AFTER"
13057         else
13058                 log "cache hits:: before: $BEFORE, after: $AFTER"
13059         fi
13060
13061         log "Read again; it should not be satisfied from the cache."
13062         BEFORE=$AFTER
13063         cancel_lru_locks osc
13064         cat $file >/dev/null
13065         AFTER=$(roc_hit)
13066         if ! let "AFTER - BEFORE == 0"; then
13067                 error "IN CACHE: before: $BEFORE, after: $AFTER"
13068         else
13069                 log "cache hits:: before: $BEFORE, after: $AFTER"
13070         fi
13071
13072         log "Turn off read and write cache"
13073         set_cache read off
13074         set_cache writethrough off
13075
13076         log "Write data and read it back"
13077         log "It should not be satisfied from the cache."
13078         rm -f $file
13079         dd if=/dev/urandom of=$file bs=4k count=$CPAGES || error "dd failed"
13080         cancel_lru_locks osc
13081         BEFORE=$(roc_hit)
13082         cat $file >/dev/null
13083         AFTER=$(roc_hit)
13084         if ! let "AFTER - BEFORE == 0"; then
13085                 error_ignore bz20762 "IN CACHE: before: $BEFORE, after: $AFTER"
13086         else
13087                 log "cache hits:: before: $BEFORE, after: $AFTER"
13088         fi
13089
13090         log "Turn on the read cache and turn off the write cache"
13091         set_cache read on
13092         set_cache writethrough off
13093
13094         log "Write data and read it back"
13095         log "It should not be satisfied from the cache."
13096         rm -f $file
13097         dd if=/dev/urandom of=$file bs=4k count=$CPAGES || error "dd failed"
13098         BEFORE=$(roc_hit)
13099         cancel_lru_locks osc
13100         cat $file >/dev/null
13101         AFTER=$(roc_hit)
13102         if ! let "AFTER - BEFORE == 0"; then
13103                 error_ignore bz20762 "IN CACHE: before: $BEFORE, after: $AFTER"
13104         else
13105                 log "cache hits:: before: $BEFORE, after: $AFTER"
13106         fi
13107
13108         log "Read again; it should be satisfied from the cache."
13109         BEFORE=$(roc_hit)
13110         cancel_lru_locks osc
13111         cat $file >/dev/null
13112         AFTER=$(roc_hit)
13113         if ! let "AFTER - BEFORE == CPAGES"; then
13114                 error "NOT IN CACHE: before: $BEFORE, after: $AFTER"
13115         else
13116                 log "cache hits:: before: $BEFORE, after: $AFTER"
13117         fi
13118
13119         restore_lustre_params < $p
13120         rm -f $p $file
13121 }
13122 run_test 156 "Verification of tunables"
13123
13124 test_160a() {
13125         [ $PARALLEL == "yes" ] && skip "skip parallel run"
13126         remote_mds_nodsh && skip "remote MDS with nodsh"
13127         [ $MDS1_VERSION -ge $(version_code 2.2.0) ] ||
13128                 skip "Need MDS version at least 2.2.0"
13129
13130         changelog_register || error "changelog_register failed"
13131         local cl_user="${CL_USERS[$SINGLEMDS]%% *}"
13132         changelog_users $SINGLEMDS | grep -q $cl_user ||
13133                 error "User $cl_user not found in changelog_users"
13134
13135         # change something
13136         test_mkdir -p $DIR/$tdir/pics/2008/zachy
13137         changelog_clear 0 || error "changelog_clear failed"
13138         touch $DIR/$tdir/pics/2008/zachy/$tfile                 # open 1
13139         cp /etc/hosts $DIR/$tdir/pics/2008/zachy/pic1.jpg       # open 2
13140         mv $DIR/$tdir/pics/2008/zachy $DIR/$tdir/pics/zach
13141         ln $DIR/$tdir/pics/zach/pic1.jpg $DIR/$tdir/pics/2008/portland.jpg
13142         ln -s $DIR/$tdir/pics/2008/portland.jpg $DIR/$tdir/pics/desktop.jpg
13143         rm $DIR/$tdir/pics/desktop.jpg
13144
13145         changelog_dump | tail -10
13146
13147         echo "verifying changelog mask"
13148         changelog_chmask "-MKDIR"
13149         changelog_chmask "-CLOSE"
13150
13151         test_mkdir -p $DIR/$tdir/pics/zach/sofia                # not logged
13152         echo "zzzzzz" > $DIR/$tdir/pics/zach/file               # not logged
13153
13154         changelog_chmask "+MKDIR"
13155         changelog_chmask "+CLOSE"
13156
13157         test_mkdir -p $DIR/$tdir/pics/2008/sofia                # mkdir 1
13158         echo "zzzzzz" > $DIR/$tdir/pics/zach/file               # open 3
13159
13160         changelog_dump | tail -10
13161         MKDIRS=$(changelog_dump | grep -c "MKDIR")
13162         CLOSES=$(changelog_dump | grep -c "CLOSE")
13163         [ $MKDIRS -eq 1 ] || error "MKDIR changelog mask count $MKDIRS != 1"
13164         [ $CLOSES -eq 3 ] || error "CLOSE changelog mask count $CLOSES != 3"
13165
13166         # verify contents
13167         echo "verifying target fid"
13168         local fidc=$(changelog_extract_field "CREAT" "$tfile" "t=")
13169         local fidf=$($LFS path2fid $DIR/$tdir/pics/zach/$tfile)
13170         [ "$fidc" == "$fidf" ] ||
13171                 error "changelog '$tfile' fid $fidc != file fid $fidf"
13172         echo "verifying parent fid"
13173         # The FID returned from the Changelog may be the directory shard on
13174         # a different MDT, and not the FID returned by path2fid on the parent.
13175         # Instead of comparing FIDs, verify that fid2path(fidp) is correct,
13176         # since this is what will matter when recreating this file in the tree.
13177         local fidp=$(changelog_extract_field "CREAT" "$tfile" "p=")
13178         local pathp=$($LFS fid2path $MOUNT "$fidp")
13179         [ "${pathp%/}" == "$DIR/$tdir/pics/zach" ] ||
13180                 error "changelog fid2path($fidc) $pathp != $DIR/$tdir/pics/zach"
13181
13182         echo "getting records for $cl_user"
13183         changelog_users $SINGLEMDS
13184         local user_rec1=$(changelog_user_rec $SINGLEMDS $cl_user)
13185         local nclr=3
13186         __changelog_clear $SINGLEMDS $cl_user +$nclr ||
13187                 error "changelog_clear failed"
13188         local user_rec2=$(changelog_user_rec $SINGLEMDS $cl_user)
13189         echo "verifying user clear: $user_rec1 + $nclr == $user_rec2"
13190         [ $user_rec2 == $((user_rec1 + nclr)) ] ||
13191                 error "user index expect $user_rec1 + $nclr != $user_rec2"
13192
13193         local min0_rec=$(changelog_users $SINGLEMDS |
13194                 awk 'min == "" || $2 < min { min = $2 }; END { print min }')
13195         local first_rec=$($LFS changelog $(facet_svc $SINGLEMDS) |
13196                           awk '{ print $1; exit; }')
13197
13198         changelog_dump | tail -n 5
13199         echo "verifying user min purge: $min0_rec + 1 == $first_rec"
13200         [ $first_rec == $((min0_rec + 1)) ] ||
13201                 error "first index should be $min0_rec + 1 not $first_rec"
13202
13203         # LU-3446 changelog index reset on MDT restart
13204         local cur_rec1=$(changelog_users $SINGLEMDS |
13205                          awk '/^current.index:/ { print $NF }')
13206         changelog_clear 0 ||
13207                 error "clear all changelog records for $cl_user failed"
13208         stop $SINGLEMDS || error "Fail to stop $SINGLEMDS"
13209         start $SINGLEMDS $(mdsdevname ${SINGLEMDS//mds/}) $MDS_MOUNT_OPTS ||
13210                 error "Fail to start $SINGLEMDS"
13211         local cur_rec2=$(changelog_users $SINGLEMDS |
13212                          awk '/^current.index:/ { print $NF }')
13213         echo "verifying index survives MDT restart: $cur_rec1 == $cur_rec2"
13214         [ $cur_rec1 == $cur_rec2 ] ||
13215                 error "current index should be $cur_rec1 not $cur_rec2"
13216
13217         echo "verifying users from this test are deregistered"
13218         changelog_deregister || error "changelog_deregister failed"
13219         changelog_users $SINGLEMDS | grep -q $cl_user &&
13220                 error "User '$cl_user' still in changelog_users"
13221
13222         # lctl get_param -n mdd.*.changelog_users
13223         # current index: 144
13224         # ID    index (idle seconds)
13225         # cl3   144 (2)
13226         if ! changelog_users $SINGLEMDS | grep "^cl"; then
13227                 # this is the normal case where all users were deregistered
13228                 # make sure no new records are added when no users are present
13229                 local last_rec1=$(changelog_users $SINGLEMDS |
13230                                   awk '/^current.index:/ { print $NF }')
13231                 touch $DIR/$tdir/chloe
13232                 local last_rec2=$(changelog_users $SINGLEMDS |
13233                                   awk '/^current.index:/ { print $NF }')
13234                 echo "verify changelogs are off: $last_rec1 == $last_rec2"
13235                 [ $last_rec1 == $last_rec2 ] || error "changelogs not off"
13236         else
13237                 # any changelog users must be leftovers from a previous test
13238                 changelog_users $SINGLEMDS
13239                 echo "other changelog users; can't verify off"
13240         fi
13241 }
13242 run_test 160a "changelog sanity"
13243
13244 test_160b() { # LU-3587
13245         [ $PARALLEL == "yes" ] && skip "skip parallel run"
13246         remote_mds_nodsh && skip "remote MDS with nodsh"
13247         [ $MDS1_VERSION -ge $(version_code 2.2.0) ] ||
13248                 skip "Need MDS version at least 2.2.0"
13249
13250         changelog_register || error "changelog_register failed"
13251         local cl_user="${CL_USERS[$SINGLEMDS]%% *}"
13252         changelog_users $SINGLEMDS | grep -q $cl_user ||
13253                 error "User '$cl_user' not found in changelog_users"
13254
13255         local longname1=$(str_repeat a 255)
13256         local longname2=$(str_repeat b 255)
13257
13258         cd $DIR
13259         echo "creating very long named file"
13260         touch $longname1 || error "create of '$longname1' failed"
13261         echo "renaming very long named file"
13262         mv $longname1 $longname2
13263
13264         changelog_dump | grep RENME | tail -n 5
13265         rm -f $longname2
13266 }
13267 run_test 160b "Verify that very long rename doesn't crash in changelog"
13268
13269 test_160c() {
13270         [ $PARALLEL == "yes" ] && skip "skip parallel run"
13271         remote_mds_nodsh && skip "remote MDS with nodsh"
13272
13273         [[ $MDS1_VERSION -gt $(version_code 2.5.57) ]] ||
13274                 [[ $MDS1_VERSION -gt $(version_code 2.5.1) &&
13275                    $MDS1_VERSION -lt $(version_code 2.5.50) ]] ||
13276                 skip "Need MDS version at least 2.5.58 or 2.5.2+"
13277
13278         local rc=0
13279
13280         # Registration step
13281         changelog_register || error "changelog_register failed"
13282
13283         rm -rf $DIR/$tdir
13284         mkdir -p $DIR/$tdir
13285         $MCREATE $DIR/$tdir/foo_160c
13286         changelog_chmask "-TRUNC"
13287         $TRUNCATE $DIR/$tdir/foo_160c 200
13288         changelog_chmask "+TRUNC"
13289         $TRUNCATE $DIR/$tdir/foo_160c 199
13290         changelog_dump | tail -n 5
13291         local truncs=$(changelog_dump | tail -n 5 | grep -c TRUNC)
13292         [ $truncs -eq 1 ] || error "TRUNC changelog mask count $truncs != 1"
13293 }
13294 run_test 160c "verify that changelog log catch the truncate event"
13295
13296 test_160d() {
13297         remote_mds_nodsh && skip "remote MDS with nodsh"
13298         [ $MDSCOUNT -lt 2 ] && skip_env "needs >= 2 MDTs"
13299         [ $PARALLEL == "yes" ] && skip "skip parallel run"
13300         [[ $MDS1_VERSION -ge $(version_code 2.7.60) ]] ||
13301                 skip "Need MDS version at least 2.7.60"
13302
13303         # Registration step
13304         changelog_register || error "changelog_register failed"
13305
13306         mkdir -p $DIR/$tdir/migrate_dir
13307         changelog_clear 0 || error "changelog_clear failed"
13308
13309         $LFS migrate -m 1 $DIR/$tdir/migrate_dir || error "migrate fails"
13310         changelog_dump | tail -n 5
13311         local migrates=$(changelog_dump | grep -c "MIGRT")
13312         [ $migrates -eq 1 ] || error "MIGRATE changelog count $migrates != 1"
13313 }
13314 run_test 160d "verify that changelog log catch the migrate event"
13315
13316 test_160e() {
13317         remote_mds_nodsh && skip "remote MDS with nodsh"
13318
13319         # Create a user
13320         changelog_register || error "changelog_register failed"
13321
13322         # Delete a future user (expect fail)
13323         local MDT0=$(facet_svc $SINGLEMDS)
13324         do_facet $SINGLEMDS $LCTL --device $MDT0 changelog_deregister "cl77"
13325         local rc=$?
13326
13327         if [ $rc -eq 0 ]; then
13328                 error "Deleted non-existant user cl77"
13329         elif [ $rc -ne 2 ]; then
13330                 error "changelog_deregister failed with $rc, expect 2 (ENOENT)"
13331         fi
13332
13333         # Clear to a bad index (1 billion should be safe)
13334         $LFS changelog_clear $MDT0 "${CL_USERS[$SINGLEMDS]%% *}" 1000000000
13335         rc=$?
13336
13337         if [ $rc -eq 0 ]; then
13338                 error "Successfully cleared to invalid CL index"
13339         elif [ $rc -ne 22 ]; then
13340                 error "changelog_clear failed with $rc, expected 22 (EINVAL)"
13341         fi
13342 }
13343 run_test 160e "changelog negative testing (should return errors)"
13344
13345 test_160f() {
13346         remote_mds_nodsh && skip "remote MDS with nodsh" && return
13347         [[ $MDS1_VERSION -ge $(version_code 2.10.56) ]] ||
13348                 skip "Need MDS version at least 2.10.56"
13349
13350         local mdts=$(comma_list $(mdts_nodes))
13351
13352         # Create a user
13353         changelog_register || error "first changelog_register failed"
13354         changelog_register || error "second changelog_register failed"
13355         local cl_users
13356         declare -A cl_user1
13357         declare -A cl_user2
13358         local user_rec1
13359         local user_rec2
13360         local i
13361
13362         # generate some changelog records to accumulate on each MDT
13363         test_mkdir -c $MDSCOUNT $DIR/$tdir || error "test_mkdir $tdir failed"
13364         log "$(date +%s): creating first files"
13365         createmany -m $DIR/$tdir/$tfile $((MDSCOUNT * 2)) ||
13366                 error "create $DIR/$tdir/$tfile failed"
13367
13368         # check changelogs have been generated
13369         local start=$SECONDS
13370         local idle_time=$((MDSCOUNT * 5 + 5))
13371         local nbcl=$(changelog_dump | wc -l)
13372         [[ $nbcl -eq 0 ]] && error "no changelogs found"
13373
13374         for param in "changelog_max_idle_time=$idle_time" \
13375                      "changelog_gc=1" \
13376                      "changelog_min_gc_interval=2" \
13377                      "changelog_min_free_cat_entries=3"; do
13378                 local MDT0=$(facet_svc $SINGLEMDS)
13379                 local var="${param%=*}"
13380                 local old=$(do_facet mds1 "$LCTL get_param -n mdd.$MDT0.$var")
13381
13382                 stack_trap "do_nodes $mdts $LCTL set_param mdd.*.$var=$old" EXIT
13383                 do_nodes $mdts $LCTL set_param mdd.*.$param
13384         done
13385
13386         # force cl_user2 to be idle (1st part), but also cancel the
13387         # cl_user1 records so that it is not evicted later in the test.
13388         local sleep1=$((idle_time / 2))
13389         echo "$(date +%s): sleep1 $sleep1/${idle_time}s"
13390         sleep $sleep1
13391
13392         # simulate changelog catalog almost full
13393         #define OBD_FAIL_CAT_FREE_RECORDS       0x1313
13394         do_nodes $mdts $LCTL set_param fail_loc=0x1313 fail_val=3
13395
13396         for i in $(seq $MDSCOUNT); do
13397                 cl_users=(${CL_USERS[mds$i]})
13398                 cl_user1[mds$i]="${cl_users[0]}"
13399                 cl_user2[mds$i]="${cl_users[1]}"
13400
13401                 [ -n "${cl_user1[mds$i]}" ] ||
13402                         error "mds$i: no user registered"
13403                 [ -n "${cl_user2[mds$i]}" ] ||
13404                         error "mds$i: only ${cl_user2[mds$i]} is registered"
13405
13406                 user_rec1=$(changelog_user_rec mds$i ${cl_user1[mds$i]})
13407                 [ -n "$user_rec1" ] ||
13408                         error "mds$i: User ${cl_user1[mds$i]} not registered"
13409                 __changelog_clear mds$i ${cl_user1[mds$i]} +2
13410                 user_rec2=$(changelog_user_rec mds$i ${cl_user1[mds$i]})
13411                 [ -n "$user_rec2" ] ||
13412                         error "mds$i: User ${cl_user1[mds$i]} not registered"
13413                 echo "mds$i: verifying user ${cl_user1[mds$i]} clear: " \
13414                      "$user_rec1 + 2 == $user_rec2"
13415                 [ $((user_rec1 + 2)) == $user_rec2 ] ||
13416                         error "mds$i: user ${cl_user1[mds$i]} index expected " \
13417                               "$user_rec1 + 2, but is $user_rec2"
13418                 user_rec2=$(changelog_user_rec mds$i ${cl_user2[mds$i]})
13419                 [ -n "$user_rec2" ] ||
13420                         error "mds$i: User ${cl_user2[mds$i]} not registered"
13421                 [ $user_rec1 == $user_rec2 ] ||
13422                         error "mds$i: user ${cl_user2[mds$i]} index expected " \
13423                               "$user_rec1, but is $user_rec2"
13424         done
13425
13426         # force cl_user2 idle (2nd part) to just exceed changelog_max_idle_time
13427         local sleep2=$((idle_time - (SECONDS - start) + 1))
13428         echo "$(date +%s): sleep2 $sleep2/${idle_time}s"
13429         sleep $sleep2
13430
13431         # Generate one more changelog to trigger GC at fail_loc for cl_user2.
13432         # cl_user1 should be OK because it recently processed records.
13433         echo "$(date +%s): creating $((MDSCOUNT * 2)) files"
13434         createmany -m $DIR/$tdir/${tfile}b $((MDSCOUNT * 2)) ||
13435                 error "create $DIR/$tdir/${tfile}b failed"
13436
13437         # ensure gc thread is done
13438         for i in $(mdts_nodes); do
13439                 wait_update $i \
13440                         "ps -e -o comm= | grep chlg_gc_thread" "" 20 ||
13441                         error "$i: GC-thread not done"
13442         done
13443
13444         local first_rec
13445         for i in $(seq $MDSCOUNT); do
13446                 # check cl_user1 still registered
13447                 changelog_users mds$i | grep -q "${cl_user1[mds$i]}" ||
13448                         error "mds$i: User ${cl_user1[mds$i]} not registered"
13449                 # check cl_user2 unregistered
13450                 changelog_users mds$i | grep -q "${cl_user2[mds$i]}" &&
13451                         error "mds$i: User ${cl_user2[mds$i]} still registered"
13452
13453                 # check changelogs are present and starting at $user_rec1 + 1
13454                 user_rec1=$(changelog_user_rec mds$i ${cl_user1[mds$i]})
13455                 [ -n "$user_rec1" ] ||
13456                         error "mds$i: User ${cl_user1[mds$i]} not registered"
13457                 first_rec=$($LFS changelog $(facet_svc mds$i) |
13458                             awk '{ print $1; exit; }')
13459
13460                 echo "mds$i: verifying first index $user_rec1 + 1 == $first_rec"
13461                 [ $((user_rec1 + 1)) == $first_rec ] ||
13462                         error "mds$i: first index should be $user_rec1 + 1, " \
13463                               "but is $first_rec"
13464         done
13465 }
13466 run_test 160f "changelog garbage collect (timestamped users)"
13467
13468 test_160g() {
13469         remote_mds_nodsh && skip "remote MDS with nodsh"
13470         [[ $MDS1_VERSION -ge $(version_code 2.10.56) ]] ||
13471                 skip "Need MDS version at least 2.10.56"
13472
13473         local mdts=$(comma_list $(mdts_nodes))
13474
13475         #define OBD_FAIL_TIME_IN_CHLOG_USER     0x1314
13476         do_nodes $mdts $LCTL set_param fail_loc=0x1314
13477
13478         # Create a user
13479         changelog_register || error "first changelog_register failed"
13480         changelog_register || error "second changelog_register failed"
13481         local cl_users
13482         declare -A cl_user1
13483         declare -A cl_user2
13484         local user_rec1
13485         local user_rec2
13486         local i
13487
13488         # generate some changelog records to accumulate on each MDT
13489         test_mkdir -c $MDSCOUNT $DIR/$tdir || error "mkdir $tdir failed"
13490         createmany -m $DIR/$tdir/$tfile $((MDSCOUNT * 2)) ||
13491                 error "create $DIR/$tdir/$tfile failed"
13492
13493         # check changelogs have been generated
13494         local nbcl=$(changelog_dump | wc -l)
13495         [[ $nbcl -eq 0 ]] && error "no changelogs found"
13496
13497         # reduce the max_idle_indexes value to make sure we exceed it
13498         max_ndx=$((nbcl / 2 - 1))
13499
13500         for param in "changelog_max_idle_indexes=$max_ndx" \
13501                      "changelog_gc=1" \
13502                      "changelog_min_gc_interval=2" \
13503                      "changelog_min_free_cat_entries=3"; do
13504                 local MDT0=$(facet_svc $SINGLEMDS)
13505                 local var="${param%=*}"
13506                 local old=$(do_facet mds1 "$LCTL get_param -n mdd.$MDT0.$var")
13507
13508                 stack_trap "do_nodes $mdts $LCTL set_param mdd.*.$var=$old" EXIT
13509                 do_nodes $mdts $LCTL set_param mdd.*.$param ||
13510                         error "unable to set mdd.*.$param"
13511         done
13512
13513         # simulate changelog catalog almost full
13514         #define OBD_FAIL_CAT_FREE_RECORDS       0x1313
13515         do_nodes $mdts $LCTL set_param fail_loc=0x1313 fail_val=3
13516
13517         for i in $(seq $MDSCOUNT); do
13518                 cl_users=(${CL_USERS[mds$i]})
13519                 cl_user1[mds$i]="${cl_users[0]}"
13520                 cl_user2[mds$i]="${cl_users[1]}"
13521
13522                 [ -n "${cl_user1[mds$i]}" ] ||
13523                         error "mds$i: no user registered"
13524                 [ -n "${cl_user2[mds$i]}" ] ||
13525                         error "mds$i: only ${cl_user1[mds$i]} is registered"
13526
13527                 user_rec1=$(changelog_user_rec mds$i ${cl_user1[mds$i]})
13528                 [ -n "$user_rec1" ] ||
13529                         error "mds$i: User ${cl_user1[mds$i]} not registered"
13530                 __changelog_clear mds$i ${cl_user1[mds$i]} +2
13531                 user_rec2=$(changelog_user_rec mds$i ${cl_user1[mds$i]})
13532                 [ -n "$user_rec2" ] ||
13533                         error "mds$i: User ${cl_user1[mds$i]} not registered"
13534                 echo "mds$i: verifying user ${cl_user1[mds$i]} clear: " \
13535                      "$user_rec1 + 2 == $user_rec2"
13536                 [ $((user_rec1 + 2)) == $user_rec2 ] ||
13537                         error "mds$i: user ${cl_user1[mds$i]} index expected " \
13538                               "$user_rec1 + 2, but is $user_rec2"
13539                 user_rec2=$(changelog_user_rec mds$i ${cl_user2[mds$i]})
13540                 [ -n "$user_rec2" ] ||
13541                         error "mds$i: User ${cl_user2[mds$i]} not registered"
13542                 [ $user_rec1 == $user_rec2 ] ||
13543                         error "mds$i: user ${cl_user2[mds$i]} index expected " \
13544                               "$user_rec1, but is $user_rec2"
13545         done
13546
13547         # ensure we are past the previous changelog_min_gc_interval set above
13548         sleep 2
13549
13550         # generate one more changelog to trigger fail_loc
13551         createmany -m $DIR/$tdir/${tfile}bis $((MDSCOUNT * 2)) ||
13552                 error "create $DIR/$tdir/${tfile}bis failed"
13553
13554         # ensure gc thread is done
13555         for i in $(mdts_nodes); do
13556                 wait_update $i \
13557                         "ps -e -o comm= | grep chlg_gc_thread" "" 20 ||
13558                         error "$i: GC-thread not done"
13559         done
13560
13561         local first_rec
13562         for i in $(seq $MDSCOUNT); do
13563                 # check cl_user1 still registered
13564                 changelog_users mds$i | grep -q "${cl_user1[mds$i]}" ||
13565                         error "mds$i: User ${cl_user1[mds$i]} not registered"
13566                 # check cl_user2 unregistered
13567                 changelog_users mds$i | grep -q "${cl_user2[mds$i]}" &&
13568                         error "mds$i: User ${cl_user2[mds$i]} still registered"
13569
13570                 # check changelogs are present and starting at $user_rec1 + 1
13571                 user_rec1=$(changelog_user_rec mds$i ${cl_user1[mds$i]})
13572                 [ -n "$user_rec1" ] ||
13573                         error "mds$i: User ${cl_user1[mds$i]} not registered"
13574                 first_rec=$($LFS changelog $(facet_svc mds$i) |
13575                             awk '{ print $1; exit; }')
13576
13577                 echo "mds$i: verifying first index $user_rec1 + 1 == $first_rec"
13578                 [ $((user_rec1 + 1)) == $first_rec ] ||
13579                         error "mds$i: first index should be $user_rec1 + 1, " \
13580                               "but is $first_rec"
13581         done
13582 }
13583 run_test 160g "changelog garbage collect (old users)"
13584
13585 test_160h() {
13586         remote_mds_nodsh && skip "remote MDS with nodsh" && return
13587         [[ $MDS1_VERSION -ge $(version_code 2.10.56) ]] ||
13588                 skip "Need MDS version at least 2.10.56"
13589
13590         local mdts=$(comma_list $(mdts_nodes))
13591
13592         # Create a user
13593         changelog_register || error "first changelog_register failed"
13594         changelog_register || error "second changelog_register failed"
13595         local cl_users
13596         declare -A cl_user1
13597         declare -A cl_user2
13598         local user_rec1
13599         local user_rec2
13600         local i
13601
13602         # generate some changelog records to accumulate on each MDT
13603         test_mkdir -c $MDSCOUNT $DIR/$tdir || error "test_mkdir $tdir failed"
13604         createmany -m $DIR/$tdir/$tfile $((MDSCOUNT * 2)) ||
13605                 error "create $DIR/$tdir/$tfile failed"
13606
13607         # check changelogs have been generated
13608         local nbcl=$(changelog_dump | wc -l)
13609         [[ $nbcl -eq 0 ]] && error "no changelogs found"
13610
13611         for param in "changelog_max_idle_time=10" \
13612                      "changelog_gc=1" \
13613                      "changelog_min_gc_interval=2"; do
13614                 local MDT0=$(facet_svc $SINGLEMDS)
13615                 local var="${param%=*}"
13616                 local old=$(do_facet mds1 "$LCTL get_param -n mdd.$MDT0.$var")
13617
13618                 stack_trap "do_nodes $mdts $LCTL set_param mdd.*.$var=$old" EXIT
13619                 do_nodes $mdts $LCTL set_param mdd.*.$param
13620         done
13621
13622         # force cl_user2 to be idle (1st part)
13623         sleep 9
13624
13625         for i in $(seq $MDSCOUNT); do
13626                 cl_users=(${CL_USERS[mds$i]})
13627                 cl_user1[mds$i]="${cl_users[0]}"
13628                 cl_user2[mds$i]="${cl_users[1]}"
13629
13630                 [ -n "${cl_user1[mds$i]}" ] ||
13631                         error "mds$i: no user registered"
13632                 [ -n "${cl_user2[mds$i]}" ] ||
13633                         error "mds$i: only ${cl_user2[mds$i]} is registered"
13634
13635                 user_rec1=$(changelog_user_rec mds$i ${cl_user1[mds$i]})
13636                 [ -n "$user_rec1" ] ||
13637                         error "mds$i: User ${cl_user1[mds$i]} not registered"
13638                 __changelog_clear mds$i ${cl_user1[mds$i]} +2
13639                 user_rec2=$(changelog_user_rec mds$i ${cl_user1[mds$i]})
13640                 [ -n "$user_rec2" ] ||
13641                         error "mds$i: User ${cl_user1[mds$i]} not registered"
13642                 echo "mds$i: verifying user ${cl_user1[mds$i]} clear: " \
13643                      "$user_rec1 + 2 == $user_rec2"
13644                 [ $((user_rec1 + 2)) == $user_rec2 ] ||
13645                         error "mds$i: user ${cl_user1[mds$i]} index expected " \
13646                               "$user_rec1 + 2, but is $user_rec2"
13647                 user_rec2=$(changelog_user_rec mds$i ${cl_user2[mds$i]})
13648                 [ -n "$user_rec2" ] ||
13649                         error "mds$i: User ${cl_user2[mds$i]} not registered"
13650                 [ $user_rec1 == $user_rec2 ] ||
13651                         error "mds$i: user ${cl_user2[mds$i]} index expected " \
13652                               "$user_rec1, but is $user_rec2"
13653         done
13654
13655         # force cl_user2 to be idle (2nd part) and to reach
13656         # changelog_max_idle_time
13657         sleep 2
13658
13659         # force each GC-thread start and block then
13660         # one per MDT/MDD, set fail_val accordingly
13661         #define OBD_FAIL_FORCE_GC_THREAD 0x1316
13662         do_nodes $mdts $LCTL set_param fail_loc=0x1316
13663
13664         # generate more changelogs to trigger fail_loc
13665         createmany -m $DIR/$tdir/${tfile}bis $((MDSCOUNT * 2)) ||
13666                 error "create $DIR/$tdir/${tfile}bis failed"
13667
13668         # stop MDT to stop GC-thread, should be done in back-ground as it will
13669         # block waiting for the thread to be released and exit
13670         declare -A stop_pids
13671         for i in $(seq $MDSCOUNT); do
13672                 stop mds$i &
13673                 stop_pids[mds$i]=$!
13674         done
13675
13676         for i in $(mdts_nodes); do
13677                 local facet
13678                 local nb=0
13679                 local facets=$(facets_up_on_host $i)
13680
13681                 for facet in ${facets//,/ }; do
13682                         if [[ $facet == mds* ]]; then
13683                                 nb=$((nb + 1))
13684                         fi
13685                 done
13686                 # ensure each MDS's gc threads are still present and all in "R"
13687                 # state (OBD_FAIL_FORCE_GC_THREAD effect!)
13688                 [[ $(do_node $i pgrep chlg_gc_thread | wc -l) -eq $nb ]] ||
13689                         error "$i: expected $nb GC-thread"
13690                 wait_update $i \
13691                         "ps -C chlg_gc_thread -o state --no-headers | uniq" \
13692                         "R" 20 ||
13693                         error "$i: GC-thread not found in R-state"
13694                 # check umounts of each MDT on MDS have reached kthread_stop()
13695                 [[ $(do_node $i pgrep umount | wc -l) -eq $nb ]] ||
13696                         error "$i: expected $nb umount"
13697                 wait_update $i \
13698                         "ps -C umount -o state --no-headers | uniq" "D" 20 ||
13699                         error "$i: umount not found in D-state"
13700         done
13701
13702         # release all GC-threads
13703         do_nodes $mdts $LCTL set_param fail_loc=0
13704
13705         # wait for MDT stop to complete
13706         for i in $(seq $MDSCOUNT); do
13707                 wait ${stop_pids[mds$i]} || error "mds$i: stop failed"
13708         done
13709
13710         # XXX
13711         # may try to check if any orphan changelog records are present
13712         # via ldiskfs/zfs and llog_reader...
13713
13714         # re-start/mount MDTs
13715         for i in $(seq $MDSCOUNT); do
13716                 start mds$i $(mdsdevname $i) $MDS_MOUNT_OPTS ||
13717                         error "Fail to start mds$i"
13718         done
13719
13720         local first_rec
13721         for i in $(seq $MDSCOUNT); do
13722                 # check cl_user1 still registered
13723                 changelog_users mds$i | grep -q "${cl_user1[mds$i]}" ||
13724                         error "mds$i: User ${cl_user1[mds$i]} not registered"
13725                 # check cl_user2 unregistered
13726                 changelog_users mds$i | grep -q "${cl_user2[mds$i]}" &&
13727                         error "mds$i: User ${cl_user2[mds$i]} still registered"
13728
13729                 # check changelogs are present and starting at $user_rec1 + 1
13730                 user_rec1=$(changelog_user_rec mds$i ${cl_user1[mds$i]})
13731                 [ -n "$user_rec1" ] ||
13732                         error "mds$i: User ${cl_user1[mds$i]} not registered"
13733                 first_rec=$($LFS changelog $(facet_svc mds$i) |
13734                             awk '{ print $1; exit; }')
13735
13736                 echo "mds$i: verifying first index $user_rec1 + 1 == $first_rec"
13737                 [ $((user_rec1 + 1)) == $first_rec ] ||
13738                         error "mds$i: first index should be $user_rec1 + 1, " \
13739                               "but is $first_rec"
13740         done
13741 }
13742 run_test 160h "changelog gc thread stop upon umount, orphan records delete " \
13743               "during mount"
13744
13745 test_160i() {
13746
13747         local mdts=$(comma_list $(mdts_nodes))
13748
13749         changelog_register || error "first changelog_register failed"
13750
13751         # generate some changelog records to accumulate on each MDT
13752         test_mkdir -c $MDSCOUNT $DIR/$tdir || error "mkdir $tdir failed"
13753         createmany -m $DIR/$tdir/$tfile $((MDSCOUNT * 2)) ||
13754                 error "create $DIR/$tdir/$tfile failed"
13755
13756         # check changelogs have been generated
13757         local nbcl=$(changelog_dump | wc -l)
13758         [[ $nbcl -eq 0 ]] && error "no changelogs found"
13759
13760         # simulate race between register and unregister
13761         # XXX as fail_loc is set per-MDS, with DNE configs the race
13762         # simulation will only occur for one MDT per MDS and for the
13763         # others the normal race scenario will take place
13764         #define CFS_FAIL_CHLOG_USER_REG_UNREG_RACE          0x1315
13765         do_nodes $mdts $LCTL set_param fail_loc=0x10001315
13766         do_nodes $mdts $LCTL set_param fail_val=1
13767
13768         # unregister 1st user
13769         changelog_deregister &
13770         local pid1=$!
13771         # wait some time for deregister work to reach race rdv
13772         sleep 2
13773         # register 2nd user
13774         changelog_register || error "2nd user register failed"
13775
13776         wait $pid1 || error "1st user deregister failed"
13777
13778         local i
13779         local last_rec
13780         declare -A LAST_REC
13781         for i in $(seq $MDSCOUNT); do
13782                 if changelog_users mds$i | grep "^cl"; then
13783                         # make sure new records are added with one user present
13784                         LAST_REC[mds$i]=$(changelog_users $SINGLEMDS |
13785                                           awk '/^current.index:/ { print $NF }')
13786                 else
13787                         error "mds$i has no user registered"
13788                 fi
13789         done
13790
13791         # generate more changelog records to accumulate on each MDT
13792         createmany -m $DIR/$tdir/${tfile}bis $((MDSCOUNT * 2)) ||
13793                 error "create $DIR/$tdir/${tfile}bis failed"
13794
13795         for i in $(seq $MDSCOUNT); do
13796                 last_rec=$(changelog_users $SINGLEMDS |
13797                            awk '/^current.index:/ { print $NF }')
13798                 echo "verify changelogs are on: $last_rec != ${LAST_REC[mds$i]}"
13799                 [ $last_rec != ${LAST_REC[mds$i]} ] ||
13800                         error "changelogs are off on mds$i"
13801         done
13802 }
13803 run_test 160i "changelog user register/unregister race"
13804
13805 test_160k() {
13806         [ $PARALLEL == "yes" ] && skip "skip parallel run"
13807         remote_mds_nodsh && skip "remote MDS with nodsh"
13808
13809         mkdir -p $DIR/$tdir/1/1
13810
13811         changelog_register || error "changelog_register failed"
13812         local cl_user="${CL_USERS[$SINGLEMDS]%% *}"
13813
13814         changelog_users $SINGLEMDS | grep -q $cl_user ||
13815                 error "User '$cl_user' not found in changelog_users"
13816 #define OBD_FAIL_MDS_CHANGELOG_REORDER 0x15d
13817         do_facet mds1 $LCTL set_param fail_loc=0x8000015d fail_val=3
13818         rmdir $DIR/$tdir/1/1 & sleep 1
13819         mkdir $DIR/$tdir/2
13820         touch $DIR/$tdir/2/2
13821         rm -rf $DIR/$tdir/2
13822
13823         wait
13824         sleep 4
13825
13826         changelog_dump | grep rmdir || error "rmdir not recorded"
13827
13828         rm -rf $DIR/$tdir
13829         changelog_deregister
13830 }
13831 run_test 160k "Verify that changelog records are not lost"
13832
13833 test_160j() {
13834         remote_mds_nodsh && skip "remote MDS with nodsh"
13835         [[ $MDS1_VERSION -lt $(version_code 2.12.56) ]] &&
13836                 skip "Need MDS version at least 2.12.56"
13837
13838         mount_client $MOUNT2 || error "mount_client on $MOUNT2 failed"
13839
13840         changelog_register || error "first changelog_register failed"
13841
13842         # generate some changelog
13843         test_mkdir -c $MDSCOUNT $DIR/$tdir || error "mkdir $tdir failed"
13844         createmany -m $DIR/$tdir/${tfile}bis $((MDSCOUNT * 2)) ||
13845                 error "create $DIR/$tdir/${tfile}bis failed"
13846
13847         # open the changelog device
13848         exec 3>/dev/changelog-$FSNAME-MDT0000
13849         exec 4</dev/changelog-$FSNAME-MDT0000
13850
13851         # umount the first lustre mount
13852         umount $MOUNT
13853
13854         # read changelog
13855         cat <&4 >/dev/null || error "read changelog failed"
13856
13857         # clear changelog
13858         local cl_user="${CL_USERS[$SINGLEMDS]%% *}"
13859         changelog_users $SINGLEMDS | grep -q $cl_user ||
13860                 error "User $cl_user not found in changelog_users"
13861
13862         printf 'clear:'$cl_user':0' >&3
13863
13864         # close
13865         exec 3>&-
13866         exec 4<&-
13867
13868         # cleanup
13869         changelog_deregister || error "changelog_deregister failed"
13870
13871         umount $MOUNT2
13872         mount_client $MOUNT || error "mount_client on $MOUNT failed"
13873 }
13874 run_test 160j "client can be umounted  while its chanangelog is being used"
13875
13876 test_161a() {
13877         [ $PARALLEL == "yes" ] && skip "skip parallel run"
13878
13879         test_mkdir -c1 $DIR/$tdir
13880         cp /etc/hosts $DIR/$tdir/$tfile
13881         test_mkdir -c1 $DIR/$tdir/foo1
13882         test_mkdir -c1 $DIR/$tdir/foo2
13883         ln $DIR/$tdir/$tfile $DIR/$tdir/foo1/sofia
13884         ln $DIR/$tdir/$tfile $DIR/$tdir/foo2/zachary
13885         ln $DIR/$tdir/$tfile $DIR/$tdir/foo1/luna
13886         ln $DIR/$tdir/$tfile $DIR/$tdir/foo2/thor
13887         local FID=$($LFS path2fid $DIR/$tdir/$tfile | tr -d '[]')
13888         if [ "$($LFS fid2path $DIR $FID | wc -l)" != "5" ]; then
13889                 $LFS fid2path $DIR $FID
13890                 error "bad link ea"
13891         fi
13892         # middle
13893         rm $DIR/$tdir/foo2/zachary
13894         # last
13895         rm $DIR/$tdir/foo2/thor
13896         # first
13897         rm $DIR/$tdir/$tfile
13898         # rename
13899         mv $DIR/$tdir/foo1/sofia $DIR/$tdir/foo2/maggie
13900         [ "$($LFS fid2path $FSNAME --link 1 $FID)" != "$tdir/foo2/maggie" ] &&
13901                 { $LFS fid2path $DIR $FID; error "bad link rename"; }
13902         rm $DIR/$tdir/foo2/maggie
13903
13904         # overflow the EA
13905         local longname=$tfile.avg_len_is_thirty_two_
13906         stack_trap "unlinkmany $DIR/$tdir/foo2/$longname 1000 || \
13907                 error_noexit 'failed to unlink many hardlinks'" EXIT
13908         createmany -l$DIR/$tdir/foo1/luna $DIR/$tdir/foo2/$longname 1000 ||
13909                 error "failed to hardlink many files"
13910         links=$($LFS fid2path $DIR $FID | wc -l)
13911         echo -n "${links}/1000 links in link EA"
13912         [[ $links -gt 60 ]] || error "expected at least 60 links in link EA"
13913 }
13914 run_test 161a "link ea sanity"
13915
13916 test_161b() {
13917         [ $PARALLEL == "yes" ] && skip "skip parallel run"
13918         [ $MDSCOUNT -lt 2 ] && skip_env "skipping remote directory test"
13919
13920         local MDTIDX=1
13921         local remote_dir=$DIR/$tdir/remote_dir
13922
13923         mkdir -p $DIR/$tdir
13924         $LFS mkdir -i $MDTIDX $remote_dir ||
13925                 error "create remote directory failed"
13926
13927         cp /etc/hosts $remote_dir/$tfile
13928         mkdir -p $remote_dir/foo1
13929         mkdir -p $remote_dir/foo2
13930         ln $remote_dir/$tfile $remote_dir/foo1/sofia
13931         ln $remote_dir/$tfile $remote_dir/foo2/zachary
13932         ln $remote_dir/$tfile $remote_dir/foo1/luna
13933         ln $remote_dir/$tfile $remote_dir/foo2/thor
13934
13935         local FID=$($LFS path2fid $remote_dir/$tfile | tr -d '[' |
13936                      tr -d ']')
13937         if [ "$($LFS fid2path $DIR $FID | wc -l)" != "5" ]; then
13938                 $LFS fid2path $DIR $FID
13939                 error "bad link ea"
13940         fi
13941         # middle
13942         rm $remote_dir/foo2/zachary
13943         # last
13944         rm $remote_dir/foo2/thor
13945         # first
13946         rm $remote_dir/$tfile
13947         # rename
13948         mv $remote_dir/foo1/sofia $remote_dir/foo2/maggie
13949         local link_path=$($LFS fid2path $FSNAME --link 1 $FID)
13950         if [ "$DIR/$link_path" != "$remote_dir/foo2/maggie" ]; then
13951                 $LFS fid2path $DIR $FID
13952                 error "bad link rename"
13953         fi
13954         rm $remote_dir/foo2/maggie
13955
13956         # overflow the EA
13957         local longname=filename_avg_len_is_thirty_two_
13958         createmany -l$remote_dir/foo1/luna $remote_dir/foo2/$longname 1000 ||
13959                 error "failed to hardlink many files"
13960         links=$($LFS fid2path $DIR $FID | wc -l)
13961         echo -n "${links}/1000 links in link EA"
13962         [[ ${links} -gt 60 ]] ||
13963                 error "expected at least 60 links in link EA"
13964         unlinkmany $remote_dir/foo2/$longname 1000 ||
13965         error "failed to unlink many hardlinks"
13966 }
13967 run_test 161b "link ea sanity under remote directory"
13968
13969 test_161c() {
13970         remote_mds_nodsh && skip "remote MDS with nodsh"
13971         [ $PARALLEL == "yes" ] && skip "skip parallel run"
13972         [[ $MDS1_VERSION -lt $(version_code 2.1.5) ]] &&
13973                 skip "Need MDS version at least 2.1.5"
13974
13975         # define CLF_RENAME_LAST 0x0001
13976         # rename overwrite a target having nlink = 1 (changelog flag 0x1)
13977         changelog_register || error "changelog_register failed"
13978
13979         rm -rf $DIR/$tdir
13980         test_mkdir -i $((MDSCOUNT - 1)) $DIR/$tdir
13981         touch $DIR/$tdir/foo_161c
13982         touch $DIR/$tdir/bar_161c
13983         mv -f $DIR/$tdir/foo_161c $DIR/$tdir/bar_161c
13984         changelog_dump | grep RENME | tail -n 5
13985         local flags=$(changelog_dump | grep "RENME.*bar_161c" | cut -f5 -d' ')
13986         changelog_clear 0 || error "changelog_clear failed"
13987         if [ x$flags != "x0x1" ]; then
13988                 error "flag $flags is not 0x1"
13989         fi
13990
13991         echo "rename overwrite target with nlink = 1, changelog flags=$flags"
13992         # rename overwrite a target having nlink > 1 (changelog flag 0x0)
13993         touch $DIR/$tdir/foo_161c
13994         touch $DIR/$tdir/bar_161c
13995         ln $DIR/$tdir/bar_161c $DIR/$tdir/foobar_161c
13996         mv -f $DIR/$tdir/foo_161c $DIR/$tdir/bar_161c
13997         changelog_dump | grep RENME | tail -n 5
13998         flags=$(changelog_dump | grep "RENME.*bar_161c" | cut -f5 -d' ')
13999         changelog_clear 0 || error "changelog_clear failed"
14000         if [ x$flags != "x0x0" ]; then
14001                 error "flag $flags is not 0x0"
14002         fi
14003         echo "rename overwrite a target having nlink > 1," \
14004                 "changelog record has flags of $flags"
14005
14006         # rename doesn't overwrite a target (changelog flag 0x0)
14007         touch $DIR/$tdir/foo_161c
14008         mv -f $DIR/$tdir/foo_161c $DIR/$tdir/foo2_161c
14009         changelog_dump | grep RENME | tail -n 5
14010         flags=$(changelog_dump | grep RENME | tail -1 | cut -f5 -d' ')
14011         changelog_clear 0 || error "changelog_clear failed"
14012         if [ x$flags != "x0x0" ]; then
14013                 error "flag $flags is not 0x0"
14014         fi
14015         echo "rename doesn't overwrite a target," \
14016                 "changelog record has flags of $flags"
14017
14018         # define CLF_UNLINK_LAST 0x0001
14019         # unlink a file having nlink = 1 (changelog flag 0x1)
14020         rm -f $DIR/$tdir/foo2_161c
14021         changelog_dump | grep UNLNK | tail -n 5
14022         flags=$(changelog_dump | grep UNLNK | tail -1 | cut -f5 -d' ')
14023         changelog_clear 0 || error "changelog_clear failed"
14024         if [ x$flags != "x0x1" ]; then
14025                 error "flag $flags is not 0x1"
14026         fi
14027         echo "unlink a file having nlink = 1," \
14028                 "changelog record has flags of $flags"
14029
14030         # unlink a file having nlink > 1 (changelog flag 0x0)
14031         ln -f $DIR/$tdir/bar_161c $DIR/$tdir/foobar_161c
14032         rm -f $DIR/$tdir/foobar_161c
14033         changelog_dump | grep UNLNK | tail -n 5
14034         flags=$(changelog_dump | grep UNLNK | tail -1 | cut -f5 -d' ')
14035         changelog_clear 0 || error "changelog_clear failed"
14036         if [ x$flags != "x0x0" ]; then
14037                 error "flag $flags is not 0x0"
14038         fi
14039         echo "unlink a file having nlink > 1, changelog record flags '$flags'"
14040 }
14041 run_test 161c "check CL_RENME[UNLINK] changelog record flags"
14042
14043 test_161d() {
14044         remote_mds_nodsh && skip "remote MDS with nodsh"
14045
14046         local pid
14047         local fid
14048
14049         changelog_register || error "changelog_register failed"
14050
14051         # work in a standalone dir to avoid locking on $DIR/$MOUNT to
14052         # interfer with $MOUNT/.lustre/fid/ access
14053         mkdir $DIR/$tdir
14054         [[ $? -eq 0 ]] || error "mkdir failed"
14055
14056         #define OBD_FAIL_LLITE_CREATE_NODE_PAUSE 0x140c | OBD_FAIL_ONCE
14057         $LCTL set_param fail_loc=0x8000140c
14058         # 5s pause
14059         $LCTL set_param fail_val=5
14060
14061         # create file
14062         echo foofoo > $DIR/$tdir/$tfile &
14063         pid=$!
14064
14065         # wait for create to be delayed
14066         sleep 2
14067
14068         ps -p $pid
14069         [[ $? -eq 0 ]] || error "create should be blocked"
14070
14071         local tempfile=$(mktemp)
14072         fid=$(changelog_extract_field "CREAT" "$tfile" "t=")
14073         cat $MOUNT/.lustre/fid/$fid 2>/dev/null >$tempfile || error "cat failed"
14074         # some delay may occur during ChangeLog publishing and file read just
14075         # above, that could allow file write to happen finally
14076         [[ -s $tempfile ]] && echo "file should be empty"
14077
14078         $LCTL set_param fail_loc=0
14079
14080         wait $pid
14081         [[ $? -eq 0 ]] || error "create failed"
14082 }
14083 run_test 161d "create with concurrent .lustre/fid access"
14084
14085 check_path() {
14086         local expected="$1"
14087         shift
14088         local fid="$2"
14089
14090         local path
14091         path=$($LFS fid2path "$@")
14092         local rc=$?
14093
14094         if [ $rc -ne 0 ]; then
14095                 error "path looked up of '$expected' failed: rc=$rc"
14096         elif [ "$path" != "$expected" ]; then
14097                 error "path looked up '$path' instead of '$expected'"
14098         else
14099                 echo "FID '$fid' resolves to path '$path' as expected"
14100         fi
14101 }
14102
14103 test_162a() { # was test_162
14104         test_mkdir -p -c1 $DIR/$tdir/d2
14105         touch $DIR/$tdir/d2/$tfile
14106         touch $DIR/$tdir/d2/x1
14107         touch $DIR/$tdir/d2/x2
14108         test_mkdir -p -c1 $DIR/$tdir/d2/a/b/c
14109         test_mkdir -p -c1 $DIR/$tdir/d2/p/q/r
14110         # regular file
14111         local fid=$($LFS path2fid $DIR/$tdir/d2/$tfile | tr -d '[]')
14112         check_path "$tdir/d2/$tfile" $FSNAME "$fid" --link 0
14113
14114         # softlink
14115         ln -s $DIR/$tdir/d2/$tfile $DIR/$tdir/d2/p/q/r/slink
14116         fid=$($LFS path2fid $DIR/$tdir/d2/p/q/r/slink | tr -d '[]')
14117         check_path "$tdir/d2/p/q/r/slink" $FSNAME "$fid" --link 0
14118
14119         # softlink to wrong file
14120         ln -s /this/is/garbage $DIR/$tdir/d2/p/q/r/slink.wrong
14121         fid=$($LFS path2fid $DIR/$tdir/d2/p/q/r/slink.wrong | tr -d '[]')
14122         check_path "$tdir/d2/p/q/r/slink.wrong" $FSNAME "$fid" --link 0
14123
14124         # hardlink
14125         ln $DIR/$tdir/d2/$tfile $DIR/$tdir/d2/p/q/r/hlink
14126         mv $DIR/$tdir/d2/$tfile $DIR/$tdir/d2/a/b/c/new_file
14127         fid=$($LFS path2fid $DIR/$tdir/d2/a/b/c/new_file | tr -d '[]')
14128         # fid2path dir/fsname should both work
14129         check_path "$tdir/d2/a/b/c/new_file" $FSNAME "$fid" --link 1
14130         check_path "$DIR/$tdir/d2/p/q/r/hlink" $DIR "$fid" --link 0
14131
14132         # hardlink count: check that there are 2 links
14133         local nlinks=$($LFS fid2path $DIR "$fid" | wc -l)
14134         [ $nlinks -eq 2 ] || error "expect 2 links, found $nlinks"
14135
14136         # hardlink indexing: remove the first link
14137         rm $DIR/$tdir/d2/p/q/r/hlink
14138         check_path "$tdir/d2/a/b/c/new_file" $FSNAME $fid --link 0
14139 }
14140 run_test 162a "path lookup sanity"
14141
14142 test_162b() {
14143         [ $PARALLEL == "yes" ] && skip "skip parallel run"
14144         [ $MDSCOUNT -lt 2 ] && skip_env "needs >= 2 MDTs"
14145
14146         mkdir $DIR/$tdir
14147         $LFS setdirstripe -i0 -c$MDSCOUNT -H all_char $DIR/$tdir/striped_dir ||
14148                                 error "create striped dir failed"
14149
14150         local FID=$($LFS getdirstripe $DIR/$tdir/striped_dir |
14151                                         tail -n 1 | awk '{print $2}')
14152         stat $MOUNT/.lustre/fid/$FID && error "sub_stripe can be accessed"
14153
14154         touch $DIR/$tdir/striped_dir/f{0..4} || error "touch f0..4 failed"
14155         mkdir $DIR/$tdir/striped_dir/d{0..4} || error "mkdir d0..4 failed"
14156
14157         # regular file
14158         for ((i=0;i<5;i++)); do
14159                 FID=$($LFS path2fid $DIR/$tdir/striped_dir/f$i | tr -d '[]') ||
14160                         error "get fid for f$i failed"
14161                 check_path "$tdir/striped_dir/f$i" $FSNAME $FID --link 0
14162
14163                 FID=$($LFS path2fid $DIR/$tdir/striped_dir/d$i | tr -d '[]') ||
14164                         error "get fid for d$i failed"
14165                 check_path "$tdir/striped_dir/d$i" $FSNAME $FID --link 0
14166         done
14167
14168         return 0
14169 }
14170 run_test 162b "striped directory path lookup sanity"
14171
14172 # LU-4239: Verify fid2path works with paths 100 or more directories deep
14173 test_162c() {
14174         [[ $MDS1_VERSION -lt $(version_code 2.7.51) ]] &&
14175                 skip "Need MDS version at least 2.7.51"
14176
14177         local lpath=$tdir.local
14178         local rpath=$tdir.remote
14179
14180         test_mkdir $DIR/$lpath
14181         test_mkdir $DIR/$rpath
14182
14183         for ((i = 0; i <= 101; i++)); do
14184                 lpath="$lpath/$i"
14185                 mkdir $DIR/$lpath
14186                 FID=$($LFS path2fid $DIR/$lpath | tr -d '[]') ||
14187                         error "get fid for local directory $DIR/$lpath failed"
14188                 check_path "$DIR/$lpath" $MOUNT $FID --link 0
14189
14190                 rpath="$rpath/$i"
14191                 test_mkdir $DIR/$rpath
14192                 FID=$($LFS path2fid $DIR/$rpath | tr -d '[]') ||
14193                         error "get fid for remote directory $DIR/$rpath failed"
14194                 check_path "$DIR/$rpath" $MOUNT $FID --link 0
14195         done
14196
14197         return 0
14198 }
14199 run_test 162c "fid2path works with paths 100 or more directories deep"
14200
14201 test_169() {
14202         # do directio so as not to populate the page cache
14203         log "creating a 10 Mb file"
14204         $MULTIOP $DIR/$tfile oO_CREAT:O_DIRECT:O_RDWR:w$((10*1048576))c || error "multiop failed while creating a file"
14205         log "starting reads"
14206         dd if=$DIR/$tfile of=/dev/null bs=4096 &
14207         log "truncating the file"
14208         $MULTIOP $DIR/$tfile oO_TRUNC:c || error "multiop failed while truncating the file"
14209         log "killing dd"
14210         kill %+ || true # reads might have finished
14211         echo "wait until dd is finished"
14212         wait
14213         log "removing the temporary file"
14214         rm -rf $DIR/$tfile || error "tmp file removal failed"
14215 }
14216 run_test 169 "parallel read and truncate should not deadlock"
14217
14218 test_170() {
14219         [ $PARALLEL == "yes" ] && skip "skip parallel run"
14220
14221         $LCTL clear     # bug 18514
14222         $LCTL debug_daemon start $TMP/${tfile}_log_good
14223         touch $DIR/$tfile
14224         $LCTL debug_daemon stop
14225         sed -e "s/^...../a/g" $TMP/${tfile}_log_good > $TMP/${tfile}_log_bad ||
14226                 error "sed failed to read log_good"
14227
14228         $LCTL debug_daemon start $TMP/${tfile}_log_good
14229         rm -rf $DIR/$tfile
14230         $LCTL debug_daemon stop
14231
14232         $LCTL df $TMP/${tfile}_log_bad > $TMP/${tfile}_log_bad.out 2>&1 ||
14233                error "lctl df log_bad failed"
14234
14235         local bad_line=$(tail -n 1 $TMP/${tfile}_log_bad.out | awk '{print $9}')
14236         local good_line1=$(tail -n 1 $TMP/${tfile}_log_bad.out | awk '{print $5}')
14237
14238         $LCTL df $TMP/${tfile}_log_good > $TMP/${tfile}_log_good.out 2>&1
14239         local good_line2=$(tail -n 1 $TMP/${tfile}_log_good.out | awk '{print $5}')
14240
14241         [ "$bad_line" ] && [ "$good_line1" ] && [ "$good_line2" ] ||
14242                 error "bad_line good_line1 good_line2 are empty"
14243
14244         cat $TMP/${tfile}_log_good >> $TMP/${tfile}_logs_corrupt
14245         cat $TMP/${tfile}_log_bad >> $TMP/${tfile}_logs_corrupt
14246         cat $TMP/${tfile}_log_good >> $TMP/${tfile}_logs_corrupt
14247
14248         $LCTL df $TMP/${tfile}_logs_corrupt > $TMP/${tfile}_log_bad.out 2>&1
14249         local bad_line_new=$(tail -n 1 $TMP/${tfile}_log_bad.out | awk '{print $9}')
14250         local good_line_new=$(tail -n 1 $TMP/${tfile}_log_bad.out | awk '{print $5}')
14251
14252         [ "$bad_line_new" ] && [ "$good_line_new" ] ||
14253                 error "bad_line_new good_line_new are empty"
14254
14255         local expected_good=$((good_line1 + good_line2*2))
14256
14257         rm -f $TMP/${tfile}*
14258         # LU-231, short malformed line may not be counted into bad lines
14259         if [ $bad_line -ne $bad_line_new ] &&
14260                    [ $bad_line -ne $((bad_line_new - 1)) ]; then
14261                 error "expected $bad_line bad lines, but got $bad_line_new"
14262                 return 1
14263         fi
14264
14265         if [ $expected_good -ne $good_line_new ]; then
14266                 error "expected $expected_good good lines, but got $good_line_new"
14267                 return 2
14268         fi
14269         true
14270 }
14271 run_test 170 "test lctl df to handle corrupted log ====================="
14272
14273 test_171() { # bug20592
14274         [ $PARALLEL == "yes" ] && skip "skip parallel run"
14275
14276         #define OBD_FAIL_PTLRPC_DUMP_LOG         0x50e
14277         $LCTL set_param fail_loc=0x50e
14278         $LCTL set_param fail_val=3000
14279         multiop_bg_pause $DIR/$tfile O_s || true
14280         local MULTIPID=$!
14281         kill -USR1 $MULTIPID
14282         # cause log dump
14283         sleep 3
14284         wait $MULTIPID
14285         if dmesg | grep "recursive fault"; then
14286                 error "caught a recursive fault"
14287         fi
14288         $LCTL set_param fail_loc=0
14289         true
14290 }
14291 run_test 171 "test libcfs_debug_dumplog_thread stuck in do_exit() ======"
14292
14293 # it would be good to share it with obdfilter-survey/iokit-libecho code
14294 setup_obdecho_osc () {
14295         local rc=0
14296         local ost_nid=$1
14297         local obdfilter_name=$2
14298         echo "Creating new osc for $obdfilter_name on $ost_nid"
14299         # make sure we can find loopback nid
14300         $LCTL add_uuid $ost_nid $ost_nid >/dev/null 2>&1
14301
14302         [ $rc -eq 0 ] && { $LCTL attach osc ${obdfilter_name}_osc     \
14303                            ${obdfilter_name}_osc_UUID || rc=2; }
14304         [ $rc -eq 0 ] && { $LCTL --device ${obdfilter_name}_osc setup \
14305                            ${obdfilter_name}_UUID  $ost_nid || rc=3; }
14306         return $rc
14307 }
14308
14309 cleanup_obdecho_osc () {
14310         local obdfilter_name=$1
14311         $LCTL --device ${obdfilter_name}_osc cleanup >/dev/null
14312         $LCTL --device ${obdfilter_name}_osc detach  >/dev/null
14313         return 0
14314 }
14315
14316 obdecho_test() {
14317         local OBD=$1
14318         local node=$2
14319         local pages=${3:-64}
14320         local rc=0
14321         local id
14322
14323         local count=10
14324         local obd_size=$(get_obd_size $node $OBD)
14325         local page_size=$(get_page_size $node)
14326         if [[ -n "$obd_size" ]]; then
14327                 local new_count=$((obd_size / (pages * page_size / 1024)))
14328                 [[ $new_count -ge $count ]] || count=$new_count
14329         fi
14330
14331         do_facet $node "$LCTL attach echo_client ec ec_uuid" || rc=1
14332         [ $rc -eq 0 ] && { do_facet $node "$LCTL --device ec setup $OBD" ||
14333                            rc=2; }
14334         if [ $rc -eq 0 ]; then
14335             id=$(do_facet $node "$LCTL --device ec create 1"  | awk '/object id/ {print $6}')
14336             [ ${PIPESTATUS[0]} -eq 0 -a -n "$id" ] || rc=3
14337         fi
14338         echo "New object id is $id"
14339         [ $rc -eq 0 ] && { do_facet $node "$LCTL --device ec getattr $id" ||
14340                            rc=4; }
14341         [ $rc -eq 0 ] && { do_facet $node "$LCTL --device ec "                 \
14342                            "test_brw $count w v $pages $id" || rc=4; }
14343         [ $rc -eq 0 ] && { do_facet $node "$LCTL --device ec destroy $id 1" ||
14344                            rc=4; }
14345         [ $rc -eq 0 -o $rc -gt 2 ] && { do_facet $node "$LCTL --device ec "    \
14346                                         "cleanup" || rc=5; }
14347         [ $rc -eq 0 -o $rc -gt 1 ] && { do_facet $node "$LCTL --device ec "    \
14348                                         "detach" || rc=6; }
14349         [ $rc -ne 0 ] && echo "obecho_create_test failed: $rc"
14350         return $rc
14351 }
14352
14353 test_180a() {
14354         [ $PARALLEL == "yes" ] && skip "skip parallel run"
14355
14356         if ! module_loaded obdecho; then
14357                 load_module obdecho/obdecho &&
14358                         stack_trap "rmmod obdecho" EXIT ||
14359                         error "unable to load obdecho on client"
14360         fi
14361
14362         local osc=$($LCTL dl | grep -v mdt | awk '$3 == "osc" {print $4; exit}')
14363         local host=$($LCTL get_param -n osc.$osc.import |
14364                      awk '/current_connection:/ { print $2 }' )
14365         local target=$($LCTL get_param -n osc.$osc.import |
14366                        awk '/target:/ { print $2 }' )
14367         target=${target%_UUID}
14368
14369         if [ -n "$target" ]; then
14370                 setup_obdecho_osc $host $target &&
14371                         stack_trap "cleanup_obdecho_osc $target" EXIT ||
14372                         { error "obdecho setup failed with $?"; return; }
14373
14374                 obdecho_test ${target}_osc client ||
14375                         error "obdecho_test failed on ${target}_osc"
14376         else
14377                 $LCTL get_param osc.$osc.import
14378                 error "there is no osc.$osc.import target"
14379         fi
14380 }
14381 run_test 180a "test obdecho on osc"
14382
14383 test_180b() {
14384         [ $PARALLEL == "yes" ] && skip "skip parallel run"
14385         remote_ost_nodsh && skip "remote OST with nodsh"
14386
14387         do_rpc_nodes $(facet_active_host ost1) load_module obdecho/obdecho &&
14388                 stack_trap "do_facet ost1 rmmod obdecho" EXIT ||
14389                 error "failed to load module obdecho"
14390
14391         local target=$(do_facet ost1 $LCTL dl |
14392                        awk '/obdfilter/ { print $4; exit; }')
14393
14394         if [ -n "$target" ]; then
14395                 obdecho_test $target ost1 || error "obdecho_test failed with $?"
14396         else
14397                 do_facet ost1 $LCTL dl
14398                 error "there is no obdfilter target on ost1"
14399         fi
14400 }
14401 run_test 180b "test obdecho directly on obdfilter"
14402
14403 test_180c() { # LU-2598
14404         [ $PARALLEL == "yes" ] && skip "skip parallel run"
14405         remote_ost_nodsh && skip "remote OST with nodsh"
14406         [[ $MDS1_VERSION -lt $(version_code 2.4.0) ]] &&
14407                 skip "Need MDS version at least 2.4.0"
14408
14409         do_rpc_nodes $(facet_active_host ost1) load_module obdecho/obdecho &&
14410                 stack_trap "do_facet ost1 rmmod obdecho" EXIT ||
14411                 error "failed to load module obdecho"
14412
14413         local target=$(do_facet ost1 $LCTL dl |
14414                        awk '/obdfilter/ { print $4; exit; }')
14415
14416         if [ -n "$target" ]; then
14417                 local pages=16384 # 64MB bulk I/O RPC size
14418
14419                 obdecho_test "$target" ost1 "$pages" ||
14420                         error "obdecho_test with pages=$pages failed with $?"
14421         else
14422                 do_facet ost1 $LCTL dl
14423                 error "there is no obdfilter target on ost1"
14424         fi
14425 }
14426 run_test 180c "test huge bulk I/O size on obdfilter, don't LASSERT"
14427
14428 test_181() { # bug 22177
14429         test_mkdir $DIR/$tdir
14430         # create enough files to index the directory
14431         createmany -o $DIR/$tdir/foobar 4000
14432         # print attributes for debug purpose
14433         lsattr -d .
14434         # open dir
14435         multiop_bg_pause $DIR/$tdir D_Sc || return 1
14436         MULTIPID=$!
14437         # remove the files & current working dir
14438         unlinkmany $DIR/$tdir/foobar 4000
14439         rmdir $DIR/$tdir
14440         kill -USR1 $MULTIPID
14441         wait $MULTIPID
14442         stat $DIR/$tdir && error "open-unlinked dir was not removed!"
14443         return 0
14444 }
14445 run_test 181 "Test open-unlinked dir ========================"
14446
14447 test_182() {
14448         local fcount=1000
14449         local tcount=10
14450
14451         mkdir -p $DIR/$tdir || error "creating dir $DIR/$tdir"
14452
14453         $LCTL set_param mdc.*.rpc_stats=clear
14454
14455         for (( i = 0; i < $tcount; i++ )) ; do
14456                 mkdir $DIR/$tdir/$i
14457         done
14458
14459         for (( i = 0; i < $tcount; i++ )) ; do
14460                 createmany -o $DIR/$tdir/$i/f- $fcount &
14461         done
14462         wait
14463
14464         for (( i = 0; i < $tcount; i++ )) ; do
14465                 unlinkmany $DIR/$tdir/$i/f- $fcount &
14466         done
14467         wait
14468
14469         $LCTL get_param mdc.*.rpc_stats
14470
14471         rm -rf $DIR/$tdir
14472 }
14473 run_test 182 "Test parallel modify metadata operations ================"
14474
14475 test_183() { # LU-2275
14476         [ $PARALLEL == "yes" ] && skip "skip parallel run"
14477         remote_mds_nodsh && skip "remote MDS with nodsh"
14478         [[ $MDS1_VERSION -lt $(version_code 2.3.56) ]] &&
14479                 skip "Need MDS version at least 2.3.56"
14480
14481         mkdir -p $DIR/$tdir || error "creating dir $DIR/$tdir"
14482         echo aaa > $DIR/$tdir/$tfile
14483
14484 #define OBD_FAIL_MDS_NEGATIVE_POSITIVE  0x148
14485         do_facet $SINGLEMDS $LCTL set_param fail_loc=0x148
14486
14487         ls -l $DIR/$tdir && error "ls succeeded, should have failed"
14488         cat $DIR/$tdir/$tfile && error "cat succeeded, should have failed"
14489
14490         do_facet $SINGLEMDS $LCTL set_param fail_loc=0
14491
14492         # Flush negative dentry cache
14493         touch $DIR/$tdir/$tfile
14494
14495         # We are not checking for any leaked references here, they'll
14496         # become evident next time we do cleanup with module unload.
14497         rm -rf $DIR/$tdir
14498 }
14499 run_test 183 "No crash or request leak in case of strange dispositions ========"
14500
14501 # test suite 184 is for LU-2016, LU-2017
14502 test_184a() {
14503         check_swap_layouts_support
14504
14505         dir0=$DIR/$tdir/$testnum
14506         test_mkdir -p -c1 $dir0
14507         ref1=/etc/passwd
14508         ref2=/etc/group
14509         file1=$dir0/f1
14510         file2=$dir0/f2
14511         $SETSTRIPE -c1 $file1
14512         cp $ref1 $file1
14513         $SETSTRIPE -c2 $file2
14514         cp $ref2 $file2
14515         gen1=$($GETSTRIPE -g $file1)
14516         gen2=$($GETSTRIPE -g $file2)
14517
14518         $LFS swap_layouts $file1 $file2 || error "swap of file layout failed"
14519         gen=$($GETSTRIPE -g $file1)
14520         [[ $gen1 != $gen ]] ||
14521                 "Layout generation on $file1 does not change"
14522         gen=$($GETSTRIPE -g $file2)
14523         [[ $gen2 != $gen ]] ||
14524                 "Layout generation on $file2 does not change"
14525
14526         cmp $ref1 $file2 || error "content compare failed ($ref1 != $file2)"
14527         cmp $ref2 $file1 || error "content compare failed ($ref2 != $file1)"
14528
14529         lfsck_verify_pfid $file1 $file2 || error "PFID are not transferred"
14530 }
14531 run_test 184a "Basic layout swap"
14532
14533 test_184b() {
14534         check_swap_layouts_support
14535
14536         dir0=$DIR/$tdir/$testnum
14537         mkdir -p $dir0 || error "creating dir $dir0"
14538         file1=$dir0/f1
14539         file2=$dir0/f2
14540         file3=$dir0/f3
14541         dir1=$dir0/d1
14542         dir2=$dir0/d2
14543         mkdir $dir1 $dir2
14544         $SETSTRIPE -c1 $file1
14545         $SETSTRIPE -c2 $file2
14546         $SETSTRIPE -c1 $file3
14547         chown $RUNAS_ID $file3
14548         gen1=$($GETSTRIPE -g $file1)
14549         gen2=$($GETSTRIPE -g $file2)
14550
14551         $LFS swap_layouts $dir1 $dir2 &&
14552                 error "swap of directories layouts should fail"
14553         $LFS swap_layouts $dir1 $file1 &&
14554                 error "swap of directory and file layouts should fail"
14555         $RUNAS $LFS swap_layouts $file1 $file2 &&
14556                 error "swap of file we cannot write should fail"
14557         $LFS swap_layouts $file1 $file3 &&
14558                 error "swap of file with different owner should fail"
14559         /bin/true # to clear error code
14560 }
14561 run_test 184b "Forbidden layout swap (will generate errors)"
14562
14563 test_184c() {
14564         local cmpn_arg=$(cmp -n 2>&1 | grep "invalid option")
14565         [ -n "$cmpn_arg" ] && skip_env "cmp does not support -n"
14566         check_swap_layouts_support
14567
14568         local dir0=$DIR/$tdir/$testnum
14569         mkdir -p $dir0 || error "creating dir $dir0"
14570
14571         local ref1=$dir0/ref1
14572         local ref2=$dir0/ref2
14573         local file1=$dir0/file1
14574         local file2=$dir0/file2
14575         # create a file large enough for the concurrent test
14576         dd if=/dev/urandom of=$ref1 bs=1M count=$((RANDOM % 50 + 20))
14577         dd if=/dev/urandom of=$ref2 bs=1M count=$((RANDOM % 50 + 20))
14578         echo "ref file size: ref1($(stat -c %s $ref1))," \
14579              "ref2($(stat -c %s $ref2))"
14580
14581         cp $ref2 $file2
14582         dd if=$ref1 of=$file1 bs=16k &
14583         local DD_PID=$!
14584
14585         # Make sure dd starts to copy file
14586         while [ ! -f $file1 ]; do sleep 0.1; done
14587
14588         $LFS swap_layouts $file1 $file2
14589         local rc=$?
14590         wait $DD_PID
14591         [[ $? == 0 ]] || error "concurrent write on $file1 failed"
14592         [[ $rc == 0 ]] || error "swap of $file1 and $file2 failed"
14593
14594         # how many bytes copied before swapping layout
14595         local copied=$(stat -c %s $file2)
14596         local remaining=$(stat -c %s $ref1)
14597         remaining=$((remaining - copied))
14598         echo "Copied $copied bytes before swapping layout..."
14599
14600         cmp -n $copied $file1 $ref2 | grep differ &&
14601                 error "Content mismatch [0, $copied) of ref2 and file1"
14602         cmp -n $copied $file2 $ref1 ||
14603                 error "Content mismatch [0, $copied) of ref1 and file2"
14604         cmp -i $copied:$copied -n $remaining $file1 $ref1 ||
14605                 error "Content mismatch [$copied, EOF) of ref1 and file1"
14606
14607         # clean up
14608         rm -f $ref1 $ref2 $file1 $file2
14609 }
14610 run_test 184c "Concurrent write and layout swap"
14611
14612 test_184d() {
14613         check_swap_layouts_support
14614         [ -z "$(which getfattr 2>/dev/null)" ] &&
14615                 skip_env "no getfattr command"
14616
14617         local file1=$DIR/$tdir/$tfile-1
14618         local file2=$DIR/$tdir/$tfile-2
14619         local file3=$DIR/$tdir/$tfile-3
14620         local lovea1
14621         local lovea2
14622
14623         mkdir -p $DIR/$tdir
14624         touch $file1 || error "create $file1 failed"
14625         $OPENFILE -f O_CREAT:O_LOV_DELAY_CREATE $file2 ||
14626                 error "create $file2 failed"
14627         $OPENFILE -f O_CREAT:O_LOV_DELAY_CREATE $file3 ||
14628                 error "create $file3 failed"
14629         lovea1=$(get_layout_param $file1)
14630
14631         $LFS swap_layouts $file2 $file3 ||
14632                 error "swap $file2 $file3 layouts failed"
14633         $LFS swap_layouts $file1 $file2 ||
14634                 error "swap $file1 $file2 layouts failed"
14635
14636         lovea2=$(get_layout_param $file2)
14637         echo "$lovea1"
14638         echo "$lovea2"
14639         [ "$lovea1" == "$lovea2" ] || error "lovea $lovea1 != $lovea2"
14640
14641         lovea1=$(getfattr -n trusted.lov $file1 | grep ^trusted)
14642         [[ -z "$lovea1" ]] || error "$file1 shouldn't have lovea"
14643 }
14644 run_test 184d "allow stripeless layouts swap"
14645
14646 test_184e() {
14647         [[ $MDS1_VERSION -ge $(version_code 2.6.94) ]] ||
14648                 skip "Need MDS version at least 2.6.94"
14649         check_swap_layouts_support
14650         [ -z "$(which getfattr 2>/dev/null)" ] &&
14651                 skip_env "no getfattr command"
14652
14653         local file1=$DIR/$tdir/$tfile-1
14654         local file2=$DIR/$tdir/$tfile-2
14655         local file3=$DIR/$tdir/$tfile-3
14656         local lovea
14657
14658         mkdir -p $DIR/$tdir
14659         touch $file1 || error "create $file1 failed"
14660         $OPENFILE -f O_CREAT:O_LOV_DELAY_CREATE $file2 ||
14661                 error "create $file2 failed"
14662         $OPENFILE -f O_CREAT:O_LOV_DELAY_CREATE $file3 ||
14663                 error "create $file3 failed"
14664
14665         $LFS swap_layouts $file1 $file2 ||
14666                 error "swap $file1 $file2 layouts failed"
14667
14668         lovea=$(getfattr -n trusted.lov $file1 | grep ^trusted)
14669         [[ -z "$lovea" ]] || error "$file1 shouldn't have lovea"
14670
14671         echo 123 > $file1 || error "Should be able to write into $file1"
14672
14673         $LFS swap_layouts $file1 $file3 ||
14674                 error "swap $file1 $file3 layouts failed"
14675
14676         echo 123 > $file1 || error "Should be able to write into $file1"
14677
14678         rm -rf $file1 $file2 $file3
14679 }
14680 run_test 184e "Recreate layout after stripeless layout swaps"
14681
14682 test_184f() {
14683         # Create a file with name longer than sizeof(struct stat) ==
14684         # 144 to see if we can get chars from the file name to appear
14685         # in the returned striping. Note that 'f' == 0x66.
14686         local file=$(for ((i = 0; i < 200; i++)); do echo -n f; done)
14687
14688         mkdir -p $DIR/$tdir
14689         mcreate $DIR/$tdir/$file
14690         if lfs find --stripe-count 0x6666 $DIR/$tdir | grep $file; then
14691                 error "IOC_MDC_GETFILEINFO returned garbage striping"
14692         fi
14693 }
14694 run_test 184f "IOC_MDC_GETFILEINFO for files with long names but no striping"
14695
14696 test_185() { # LU-2441
14697         # LU-3553 - no volatile file support in old servers
14698         [[ $MDS1_VERSION -ge $(version_code 2.3.60) ]] ||
14699                 skip "Need MDS version at least 2.3.60"
14700
14701         mkdir -p $DIR/$tdir || error "creating dir $DIR/$tdir"
14702         touch $DIR/$tdir/spoo
14703         local mtime1=$(stat -c "%Y" $DIR/$tdir)
14704         local fid=$($MULTIOP $DIR/$tdir VFw4096c) ||
14705                 error "cannot create/write a volatile file"
14706         [ "$FILESET" == "" ] &&
14707         $CHECKSTAT -t file $MOUNT/.lustre/fid/$fid 2>/dev/null &&
14708                 error "FID is still valid after close"
14709
14710         multiop_bg_pause $DIR/$tdir vVw4096_c
14711         local multi_pid=$!
14712
14713         local OLD_IFS=$IFS
14714         IFS=":"
14715         local fidv=($fid)
14716         IFS=$OLD_IFS
14717         # assume that the next FID for this client is sequential, since stdout
14718         # is unfortunately eaten by multiop_bg_pause
14719         local n=$((${fidv[1]} + 1))
14720         local next_fid="${fidv[0]}:$(printf "0x%x" $n):${fidv[2]}"
14721         if [ "$FILESET" == "" ]; then
14722                 $CHECKSTAT -t file $MOUNT/.lustre/fid/$next_fid ||
14723                         error "FID is missing before close"
14724         fi
14725         kill -USR1 $multi_pid
14726         # 1 second delay, so if mtime change we will see it
14727         sleep 1
14728         local mtime2=$(stat -c "%Y" $DIR/$tdir)
14729         [[ $mtime1 == $mtime2 ]] || error "mtime has changed"
14730 }
14731 run_test 185 "Volatile file support"
14732
14733 function create_check_volatile() {
14734         local idx=$1
14735         local tgt
14736
14737         $MULTIOP $MOUNT/.lustre/fid V${idx}Fw4096_c >&/tmp/${tfile}.fid &
14738         local PID=$!
14739         sleep 1
14740         local FID=$(cat /tmp/${tfile}.fid)
14741         [ "$FID" == "" ] && error "can't get FID for volatile"
14742         $CHECKSTAT -t file $MOUNT/.lustre/fid/$FID || error "can't stat $FID"
14743         tgt=$($LFS getstripe -m $MOUNT/.lustre/fid/$FID)
14744         [ "$tgt" != "$idx" ] && error "wrong MDS $tgt, expected $idx"
14745         kill -USR1 $PID
14746         wait
14747         sleep 1
14748         cancel_lru_locks mdc # flush opencache
14749         $CHECKSTAT -t file $MOUNT/.lustre/fid/$FID && error "can stat $FID"
14750         return 0
14751 }
14752
14753 test_185a(){
14754         # LU-12516 - volatile creation via .lustre
14755         [[ $MDS1_VERSION -ge $(version_code 2.12.2) ]] ||
14756                 skip "Need MDS version at least 2.12.2"
14757
14758         create_check_volatile 0
14759         [ $MDSCOUNT -lt 2 ] && return 0
14760
14761         # DNE case
14762         create_check_volatile 1
14763
14764         return 0
14765 }
14766 run_test 185a "Volatile file creation in .lustre/fid/"
14767
14768 test_187a() {
14769         remote_mds_nodsh && skip "remote MDS with nodsh"
14770         [ $MDS1_VERSION -lt $(version_code 2.3.0) ] &&
14771                 skip "Need MDS version at least 2.3.0"
14772
14773         local dir0=$DIR/$tdir/$testnum
14774         mkdir -p $dir0 || error "creating dir $dir0"
14775
14776         local file=$dir0/file1
14777         dd if=/dev/urandom of=$file count=10 bs=1M conv=fsync
14778         local dv1=$($LFS data_version $file)
14779         dd if=/dev/urandom of=$file seek=10 count=1 bs=1M conv=fsync
14780         local dv2=$($LFS data_version $file)
14781         [[ $dv1 != $dv2 ]] ||
14782                 error "data version did not change on write $dv1 == $dv2"
14783
14784         # clean up
14785         rm -f $file1
14786 }
14787 run_test 187a "Test data version change"
14788
14789 test_187b() {
14790         remote_mds_nodsh && skip "remote MDS with nodsh"
14791         [ $MDS1_VERSION -lt $(version_code 2.3.0) ] &&
14792                 skip "Need MDS version at least 2.3.0"
14793
14794         local dir0=$DIR/$tdir/$testnum
14795         mkdir -p $dir0 || error "creating dir $dir0"
14796
14797         declare -a DV=$($MULTIOP $dir0 Vw1000xYw1000xY | cut -f3 -d" ")
14798         [[ ${DV[0]} != ${DV[1]} ]] ||
14799                 error "data version did not change on write"\
14800                       " ${DV[0]} == ${DV[1]}"
14801
14802         # clean up
14803         rm -f $file1
14804 }
14805 run_test 187b "Test data version change on volatile file"
14806
14807 test_200() {
14808         [ $PARALLEL == "yes" ] && skip "skip parallel run"
14809         remote_mgs_nodsh && skip "remote MGS with nodsh"
14810         [ -n "$FILESET" ] && skip "SKIP due to FILESET set"
14811
14812         local POOL=${POOL:-cea1}
14813         local POOL_ROOT=${POOL_ROOT:-$DIR/d200.pools}
14814         local POOL_DIR_NAME=${POOL_DIR_NAME:-dir_tst}
14815         # Pool OST targets
14816         local first_ost=0
14817         local last_ost=$(($OSTCOUNT - 1))
14818         local ost_step=2
14819         local ost_list=$(seq $first_ost $ost_step $last_ost)
14820         local ost_range="$first_ost $last_ost $ost_step"
14821         local test_path=$POOL_ROOT/$POOL_DIR_NAME
14822         local file_dir=$POOL_ROOT/file_tst
14823         local subdir=$test_path/subdir
14824         local rc=0
14825
14826         while : ; do
14827                 # former test_200a test_200b
14828                 pool_add $POOL                          || { rc=$? ; break; }
14829                 pool_add_targets  $POOL $ost_range      || { rc=$? ; break; }
14830                 # former test_200c test_200d
14831                 mkdir -p $test_path
14832                 pool_set_dir      $POOL $test_path      || { rc=$? ; break; }
14833                 pool_check_dir    $POOL $test_path      || { rc=$? ; break; }
14834                 mkdir -p $subdir
14835                 pool_check_dir    $POOL $subdir         || { rc=$? ; break; }
14836                 pool_dir_rel_path $POOL $POOL_DIR_NAME $POOL_ROOT \
14837                                                         || { rc=$? ; break; }
14838                 # former test_200e test_200f
14839                 local files=$((OSTCOUNT*3))
14840                 pool_alloc_files  $POOL $test_path $files "$ost_list" \
14841                                                         || { rc=$? ; break; }
14842                 pool_create_files $POOL $file_dir $files "$ost_list" \
14843                                                         || { rc=$? ; break; }
14844                 # former test_200g test_200h
14845                 pool_lfs_df $POOL                       || { rc=$? ; break; }
14846                 pool_file_rel_path $POOL $test_path     || { rc=$? ; break; }
14847
14848                 # former test_201a test_201b test_201c
14849                 pool_remove_first_target $POOL          || { rc=$? ; break; }
14850
14851                 local f=$test_path/$tfile
14852                 pool_remove_all_targets $POOL $f        || { rc=$? ; break; }
14853                 pool_remove $POOL $f                    || { rc=$? ; break; }
14854                 break
14855         done
14856
14857         destroy_test_pools
14858
14859         return $rc
14860 }
14861 run_test 200 "OST pools"
14862
14863 # usage: default_attr <count | size | offset>
14864 default_attr() {
14865         $LCTL get_param -n lov.$FSNAME-clilov-\*.stripe${1}
14866 }
14867
14868 # usage: check_default_stripe_attr
14869 check_default_stripe_attr() {
14870         ACTUAL=$($GETSTRIPE $* $DIR/$tdir)
14871         case $1 in
14872         --stripe-count|-c)
14873                 [ -n "$2" ] && EXPECTED=0 || EXPECTED=$(default_attr count);;
14874         --stripe-size|-S)
14875                 [ -n "$2" ] && EXPECTED=0 || EXPECTED=$(default_attr size);;
14876         --stripe-index|-i)
14877                 EXPECTED=-1;;
14878         *)
14879                 error "unknown getstripe attr '$1'"
14880         esac
14881
14882         [ $ACTUAL == $EXPECTED ] ||
14883                 error "$DIR/$tdir has $1 '$ACTUAL', not '$EXPECTED'"
14884 }
14885
14886 test_204a() {
14887         test_mkdir $DIR/$tdir
14888         $SETSTRIPE --stripe-count 0 --stripe-size 0 --stripe-index -1 $DIR/$tdir
14889
14890         check_default_stripe_attr --stripe-count
14891         check_default_stripe_attr --stripe-size
14892         check_default_stripe_attr --stripe-index
14893 }
14894 run_test 204a "Print default stripe attributes"
14895
14896 test_204b() {
14897         test_mkdir $DIR/$tdir
14898         $SETSTRIPE --stripe-count 1 $DIR/$tdir
14899
14900         check_default_stripe_attr --stripe-size
14901         check_default_stripe_attr --stripe-index
14902 }
14903 run_test 204b "Print default stripe size and offset"
14904
14905 test_204c() {
14906         test_mkdir $DIR/$tdir
14907         $SETSTRIPE --stripe-size 65536 $DIR/$tdir
14908
14909         check_default_stripe_attr --stripe-count
14910         check_default_stripe_attr --stripe-index
14911 }
14912 run_test 204c "Print default stripe count and offset"
14913
14914 test_204d() {
14915         test_mkdir $DIR/$tdir
14916         $SETSTRIPE --stripe-index 0 $DIR/$tdir
14917
14918         check_default_stripe_attr --stripe-count
14919         check_default_stripe_attr --stripe-size
14920 }
14921 run_test 204d "Print default stripe count and size"
14922
14923 test_204e() {
14924         test_mkdir $DIR/$tdir
14925         $SETSTRIPE -d $DIR/$tdir
14926
14927         check_default_stripe_attr --stripe-count --raw
14928         check_default_stripe_attr --stripe-size --raw
14929         check_default_stripe_attr --stripe-index --raw
14930 }
14931 run_test 204e "Print raw stripe attributes"
14932
14933 test_204f() {
14934         test_mkdir $DIR/$tdir
14935         $SETSTRIPE --stripe-count 1 $DIR/$tdir
14936
14937         check_default_stripe_attr --stripe-size --raw
14938         check_default_stripe_attr --stripe-index --raw
14939 }
14940 run_test 204f "Print raw stripe size and offset"
14941
14942 test_204g() {
14943         test_mkdir $DIR/$tdir
14944         $SETSTRIPE --stripe-size 65536 $DIR/$tdir
14945
14946         check_default_stripe_attr --stripe-count --raw
14947         check_default_stripe_attr --stripe-index --raw
14948 }
14949 run_test 204g "Print raw stripe count and offset"
14950
14951 test_204h() {
14952         test_mkdir $DIR/$tdir
14953         $SETSTRIPE --stripe-index 0 $DIR/$tdir
14954
14955         check_default_stripe_attr --stripe-count --raw
14956         check_default_stripe_attr --stripe-size --raw
14957 }
14958 run_test 204h "Print raw stripe count and size"
14959
14960 # Figure out which job scheduler is being used, if any,
14961 # or use a fake one
14962 if [ -n "$SLURM_JOB_ID" ]; then # SLURM
14963         JOBENV=SLURM_JOB_ID
14964 elif [ -n "$LSB_JOBID" ]; then # Load Sharing Facility
14965         JOBENV=LSB_JOBID
14966 elif [ -n "$PBS_JOBID" ]; then # PBS/Maui/Moab
14967         JOBENV=PBS_JOBID
14968 elif [ -n "$LOADL_STEPID" ]; then # LoadLeveller
14969         JOBENV=LOADL_STEP_ID
14970 elif [ -n "$JOB_ID" ]; then # Sun Grid Engine
14971         JOBENV=JOB_ID
14972 else
14973         $LCTL list_param jobid_name > /dev/null 2>&1
14974         if [ $? -eq 0 ]; then
14975                 JOBENV=nodelocal
14976         else
14977                 JOBENV=FAKE_JOBID
14978         fi
14979 fi
14980 LUSTRE_JOBID_SIZE=31 # plus NUL terminator
14981
14982 verify_jobstats() {
14983         local cmd=($1)
14984         shift
14985         local facets="$@"
14986
14987 # we don't really need to clear the stats for this test to work, since each
14988 # command has a unique jobid, but it makes debugging easier if needed.
14989 #       for facet in $facets; do
14990 #               local dev=$(convert_facet2label $facet)
14991 #               # clear old jobstats
14992 #               do_facet $facet lctl set_param *.$dev.job_stats="clear"
14993 #       done
14994
14995         # use a new JobID for each test, or we might see an old one
14996         [ "$JOBENV" = "FAKE_JOBID" ] &&
14997                 FAKE_JOBID=id.$testnum.$(basename ${cmd[0]}).$RANDOM
14998
14999         JOBVAL=${!JOBENV:0:$LUSTRE_JOBID_SIZE}
15000
15001         [ "$JOBENV" = "nodelocal" ] && {
15002                 FAKE_JOBID=id.$testnum.%e.$RANDOM
15003                 $LCTL set_param jobid_name=$FAKE_JOBID
15004                 JOBVAL=${FAKE_JOBID/\%e/$(basename ${cmd[0]})}
15005         }
15006
15007         log "Test: ${cmd[*]}"
15008         log "Using JobID environment $($LCTL get_param -n jobid_var)=$JOBVAL"
15009
15010         if [ $JOBENV = "FAKE_JOBID" ]; then
15011                 FAKE_JOBID=$JOBVAL ${cmd[*]}
15012         else
15013                 ${cmd[*]}
15014         fi
15015
15016         # all files are created on OST0000
15017         for facet in $facets; do
15018                 local stats="*.$(convert_facet2label $facet).job_stats"
15019
15020                 # strip out libtool wrappers for in-tree executables
15021                 if [ $(do_facet $facet lctl get_param $stats |
15022                        sed -e 's/\.lt-/./' | grep -c $JOBVAL) -ne 1 ]; then
15023                         do_facet $facet lctl get_param $stats
15024                         error "No jobstats for $JOBVAL found on $facet::$stats"
15025                 fi
15026         done
15027 }
15028
15029 jobstats_set() {
15030         local new_jobenv=$1
15031
15032         set_persistent_param_and_check client "jobid_var" \
15033                 "$FSNAME.sys.jobid_var" $new_jobenv
15034 }
15035
15036 test_205a() { # Job stats
15037         [ $PARALLEL == "yes" ] && skip "skip parallel run"
15038         [[ $MDS1_VERSION -ge $(version_code 2.7.1) ]] ||
15039                 skip "Need MDS version with at least 2.7.1"
15040         remote_mgs_nodsh && skip "remote MGS with nodsh"
15041         remote_mds_nodsh && skip "remote MDS with nodsh"
15042         remote_ost_nodsh && skip "remote OST with nodsh"
15043         [ -z "$(lctl get_param -n mdc.*.connect_flags | grep jobstats)" ] &&
15044                 skip "Server doesn't support jobstats"
15045         [[ $JOBID_VAR = disable ]] && skip_env "jobstats is disabled"
15046
15047         local old_jobenv=$($LCTL get_param -n jobid_var)
15048         [ $old_jobenv != $JOBENV ] && jobstats_set $JOBENV
15049
15050         if [[ $PERM_CMD = *"set_param -P"* ]]; then
15051                 stack_trap "do_facet mgs $PERM_CMD jobid_var=$old_jobenv" EXIT
15052         else
15053                 stack_trap "do_facet mgs $PERM_CMD \
15054                         $FSNAME.sys.jobid_var=$old_jobenv" EXIT
15055         fi
15056         changelog_register
15057
15058         local old_interval=$(do_facet $SINGLEMDS lctl get_param -n \
15059                                 mdt.*.job_cleanup_interval | head -n 1)
15060         local new_interval=5
15061         do_facet $SINGLEMDS \
15062                 $LCTL set_param mdt.*.job_cleanup_interval=$new_interval
15063         stack_trap "do_facet $SINGLEMDS \
15064                 $LCTL set_param mdt.*.job_cleanup_interval=$old_interval" EXIT
15065         local start=$SECONDS
15066
15067         local cmd
15068         # mkdir
15069         cmd="mkdir $DIR/$tdir"
15070         verify_jobstats "$cmd" "$SINGLEMDS"
15071         # rmdir
15072         cmd="rmdir $DIR/$tdir"
15073         verify_jobstats "$cmd" "$SINGLEMDS"
15074         # mkdir on secondary MDT
15075         if [ $MDSCOUNT -gt 1 ]; then
15076                 cmd="lfs mkdir -i 1 $DIR/$tdir.remote"
15077                 verify_jobstats "$cmd" "mds2"
15078         fi
15079         # mknod
15080         cmd="mknod $DIR/$tfile c 1 3"
15081         verify_jobstats "$cmd" "$SINGLEMDS"
15082         # unlink
15083         cmd="rm -f $DIR/$tfile"
15084         verify_jobstats "$cmd" "$SINGLEMDS"
15085         # create all files on OST0000 so verify_jobstats can find OST stats
15086         # open & close
15087         cmd="$SETSTRIPE -i 0 -c 1 $DIR/$tfile"
15088         verify_jobstats "$cmd" "$SINGLEMDS"
15089         # setattr
15090         cmd="touch $DIR/$tfile"
15091         verify_jobstats "$cmd" "$SINGLEMDS ost1"
15092         # write
15093         cmd="dd if=/dev/zero of=$DIR/$tfile bs=1M count=1 oflag=sync"
15094         verify_jobstats "$cmd" "ost1"
15095         # read
15096         cancel_lru_locks osc
15097         cmd="dd if=$DIR/$tfile of=/dev/null bs=1M count=1 iflag=direct"
15098         verify_jobstats "$cmd" "ost1"
15099         # truncate
15100         cmd="$TRUNCATE $DIR/$tfile 0"
15101         verify_jobstats "$cmd" "$SINGLEMDS ost1"
15102         # rename
15103         cmd="mv -f $DIR/$tfile $DIR/$tdir.rename"
15104         verify_jobstats "$cmd" "$SINGLEMDS"
15105         # jobstats expiry - sleep until old stats should be expired
15106         local left=$((new_interval + 5 - (SECONDS - start)))
15107         [ $left -ge 0 ] && wait_update_facet $SINGLEMDS \
15108                 "lctl get_param *.*.job_stats | grep -c 'job_id.*mkdir'" \
15109                         "0" $left
15110         cmd="mkdir $DIR/$tdir.expire"
15111         verify_jobstats "$cmd" "$SINGLEMDS"
15112         [ $(do_facet $SINGLEMDS lctl get_param *.*.job_stats |
15113             grep -c "job_id.*mkdir") -gt 1 ] && error "old jobstats not expired"
15114
15115         # Ensure that jobid are present in changelog (if supported by MDS)
15116         if [ $MDS1_VERSION -ge $(version_code 2.6.52) ];then
15117                 changelog_dump | tail -10
15118                 jobids=$(changelog_dump | tail -9 | grep -c "j=")
15119                 [ $jobids -eq 9 ] ||
15120                         error "Wrong changelog jobid count $jobids != 9"
15121
15122                 # LU-5862
15123                 JOBENV="disable"
15124                 jobstats_set $JOBENV
15125                 touch $DIR/$tfile
15126                 changelog_dump | grep $tfile
15127                 jobids=$(changelog_dump | grep $tfile | tail -1 | grep -c "j=")
15128                 [ $jobids -eq 0 ] ||
15129                         error "Unexpected jobids when jobid_var=$JOBENV"
15130         fi
15131
15132         lctl set_param jobid_var=USER jobid_name="S.%j.%e.%u.%h.E"
15133         JOBENV="JOBCOMPLEX"
15134         JOBCOMPLEX="S.$USER.touch.$(id -u).$(hostname).E"
15135
15136         verify_jobstats "touch $DIR/$tfile" $SINGLEMDS
15137 }
15138 run_test 205a "Verify job stats"
15139
15140 # LU-13117
15141 test_205b() {
15142         $LCTL set_param jobid_var=USER jobid_name="%e.%u"
15143         env -i USERTESTJOBSTATS=foolish touch $DIR/$tfile.1
15144         do_facet $SINGLEMDS $LCTL get_param mdt.*.job_stats |
15145                 grep job_id: | grep foolish &&
15146                         error "Unexpected jobid found"
15147         true
15148 }
15149 run_test 205b "Verify job stats jobid parsing"
15150
15151 # LU-1480, LU-1773 and LU-1657
15152 test_206() {
15153         mkdir -p $DIR/$tdir
15154         $SETSTRIPE -c -1 $DIR/$tdir
15155 #define OBD_FAIL_LOV_INIT 0x1403
15156         $LCTL set_param fail_loc=0xa0001403
15157         $LCTL set_param fail_val=1
15158         touch $DIR/$tdir/$tfile || true
15159 }
15160 run_test 206 "fail lov_init_raid0() doesn't lbug"
15161
15162 test_207a() {
15163         dd if=/dev/zero of=$DIR/$tfile bs=4k count=$((RANDOM%10+1))
15164         local fsz=`stat -c %s $DIR/$tfile`
15165         cancel_lru_locks mdc
15166
15167         # do not return layout in getattr intent
15168 #define OBD_FAIL_MDS_NO_LL_GETATTR 0x170
15169         $LCTL set_param fail_loc=0x170
15170         local sz=`stat -c %s $DIR/$tfile`
15171
15172         [ $fsz -eq $sz ] || error "file size expected $fsz, actual $sz"
15173
15174         rm -rf $DIR/$tfile
15175 }
15176 run_test 207a "can refresh layout at glimpse"
15177
15178 test_207b() {
15179         dd if=/dev/zero of=$DIR/$tfile bs=4k count=$((RANDOM%10+1))
15180         local cksum=`md5sum $DIR/$tfile`
15181         local fsz=`stat -c %s $DIR/$tfile`
15182         cancel_lru_locks mdc
15183         cancel_lru_locks osc
15184
15185         # do not return layout in getattr intent
15186 #define OBD_FAIL_MDS_NO_LL_OPEN 0x171
15187         $LCTL set_param fail_loc=0x171
15188
15189         # it will refresh layout after the file is opened but before read issues
15190         echo checksum is "$cksum"
15191         echo "$cksum" |md5sum -c --quiet || error "file differs"
15192
15193         rm -rf $DIR/$tfile
15194 }
15195 run_test 207b "can refresh layout at open"
15196
15197 test_208() {
15198         # FIXME: in this test suite, only RD lease is used. This is okay
15199         # for now as only exclusive open is supported. After generic lease
15200         # is done, this test suite should be revised. - Jinshan
15201
15202         remote_mds_nodsh && skip "remote MDS with nodsh"
15203         [[ $MDS1_VERSION -ge $(version_code 2.4.52) ]] ||
15204                 skip "Need MDS version at least 2.4.52"
15205
15206         echo "==== test 1: verify get lease work"
15207         $MULTIOP $DIR/$tfile oO_CREAT:O_RDWR:eRE+eU || error "get lease error"
15208
15209         echo "==== test 2: verify lease can be broken by upcoming open"
15210         $MULTIOP $DIR/$tfile oO_RDONLY:eR_E-eUc &
15211         local PID=$!
15212         sleep 1
15213
15214         $MULTIOP $DIR/$tfile oO_RDONLY:c
15215         kill -USR1 $PID && wait $PID || error "break lease error"
15216
15217         echo "==== test 3: verify lease can't be granted if an open already exists"
15218         $MULTIOP $DIR/$tfile oO_RDONLY:_c &
15219         local PID=$!
15220         sleep 1
15221
15222         $MULTIOP $DIR/$tfile oO_RDONLY:eReUc && error "apply lease should fail"
15223         kill -USR1 $PID && wait $PID || error "open file error"
15224
15225         echo "==== test 4: lease can sustain over recovery"
15226         $MULTIOP $DIR/$tfile oO_RDONLY:eR_E+eUc &
15227         PID=$!
15228         sleep 1
15229
15230         fail mds1
15231
15232         kill -USR1 $PID && wait $PID || error "lease broken over recovery"
15233
15234         echo "==== test 5: lease broken can't be regained by replay"
15235         $MULTIOP $DIR/$tfile oO_RDONLY:eR_E-eUc &
15236         PID=$!
15237         sleep 1
15238
15239         # open file to break lease and then recovery
15240         $MULTIOP $DIR/$tfile oO_RDWR:c || error "open file error"
15241         fail mds1
15242
15243         kill -USR1 $PID && wait $PID || error "lease not broken over recovery"
15244
15245         rm -f $DIR/$tfile
15246 }
15247 run_test 208 "Exclusive open"
15248
15249 test_209() {
15250         [ -z "$(lctl get_param -n mdc.*.connect_flags | grep disp_stripe)" ] &&
15251                 skip_env "must have disp_stripe"
15252
15253         touch $DIR/$tfile
15254         sync; sleep 5; sync;
15255
15256         echo 3 > /proc/sys/vm/drop_caches
15257         req_before=$(awk '/ptlrpc_cache / { print $2 }' /proc/slabinfo)
15258
15259         # open/close 500 times
15260         for i in $(seq 500); do
15261                 cat $DIR/$tfile
15262         done
15263
15264         echo 3 > /proc/sys/vm/drop_caches
15265         req_after=$(awk '/ptlrpc_cache / { print $2 }' /proc/slabinfo)
15266
15267         echo "before: $req_before, after: $req_after"
15268         [ $((req_after - req_before)) -ge 300 ] &&
15269                 error "open/close requests are not freed"
15270         return 0
15271 }
15272 run_test 209 "read-only open/close requests should be freed promptly"
15273
15274 test_212() {
15275         size=`date +%s`
15276         size=$((size % 8192 + 1))
15277         dd if=/dev/urandom of=$DIR/f212 bs=1k count=$size
15278         sendfile $DIR/f212 $DIR/f212.xyz || error "sendfile wrong"
15279         rm -f $DIR/f212 $DIR/f212.xyz
15280 }
15281 run_test 212 "Sendfile test ============================================"
15282
15283 test_213() {
15284         dd if=/dev/zero of=$DIR/$tfile bs=4k count=4
15285         cancel_lru_locks osc
15286         lctl set_param fail_loc=0x8000040f
15287         # generate a read lock
15288         cat $DIR/$tfile > /dev/null
15289         # write to the file, it will try to cancel the above read lock.
15290         cat /etc/hosts >> $DIR/$tfile
15291 }
15292 run_test 213 "OSC lock completion and cancel race don't crash - bug 18829"
15293
15294 test_214() { # for bug 20133
15295         mkdir -p $DIR/$tdir/d214c || error "mkdir $DIR/$tdir/d214c failed"
15296         for (( i=0; i < 340; i++ )) ; do
15297                 touch $DIR/$tdir/d214c/a$i
15298         done
15299
15300         ls -l $DIR/$tdir || error "ls -l $DIR/d214p failed"
15301         mv $DIR/$tdir/d214c $DIR/ || error "mv $DIR/d214p/d214c $DIR/ failed"
15302         ls $DIR/d214c || error "ls $DIR/d214c failed"
15303         rm -rf $DIR/$tdir || error "rm -rf $DIR/d214* failed"
15304         rm -rf $DIR/d214* || error "rm -rf $DIR/d214* failed"
15305 }
15306 run_test 214 "hash-indexed directory test - bug 20133"
15307
15308 # having "abc" as 1st arg, creates $TMP/lnet_abc.out and $TMP/lnet_abc.sys
15309 create_lnet_proc_files() {
15310         lctl get_param -n $1 >$TMP/lnet_$1.sys || error "cannot read lnet.$1"
15311 }
15312
15313 # counterpart of create_lnet_proc_files
15314 remove_lnet_proc_files() {
15315         rm -f $TMP/lnet_$1.sys
15316 }
15317
15318 # uses 1st arg as trailing part of filename, 2nd arg as description for reports,
15319 # 3rd arg as regexp for body
15320 check_lnet_proc_stats() {
15321         local l=$(cat "$TMP/lnet_$1" |wc -l)
15322         [ $l = 1 ] || (cat "$TMP/lnet_$1" && error "$2 is not of 1 line: $l")
15323
15324         grep -E "$3" "$TMP/lnet_$1" || (cat "$TMP/lnet_$1" && error "$2 misformatted")
15325 }
15326
15327 # uses 1st arg as trailing part of filename, 2nd arg as description for reports,
15328 # 3rd arg as regexp for body, 4th arg as regexp for 1st line, 5th arg is
15329 # optional and can be regexp for 2nd line (lnet.routes case)
15330 check_lnet_proc_entry() {
15331         local blp=2          # blp stands for 'position of 1st line of body'
15332         [ -z "$5" ] || blp=3 # lnet.routes case
15333
15334         local l=$(cat "$TMP/lnet_$1" |wc -l)
15335         # subtracting one from $blp because the body can be empty
15336         [ "$l" -ge "$(($blp - 1))" ] || (cat "$TMP/lnet_$1" && error "$2 is too short: $l")
15337
15338         sed -n '1 p' "$TMP/lnet_$1" |grep -E "$4" >/dev/null ||
15339                 (cat "$TMP/lnet_$1" && error "1st line of $2 misformatted")
15340
15341         [ "$5" = "" ] || sed -n '2 p' "$TMP/lnet_$1" |grep -E "$5" >/dev/null ||
15342                 (cat "$TMP/lnet_$1" && error "2nd line of $2 misformatted")
15343
15344         # bail out if any unexpected line happened
15345         sed -n "$blp p" "$TMP/lnet_$1" | grep -Ev "$3"
15346         [ "$?" != 0 ] || error "$2 misformatted"
15347 }
15348
15349 test_215() { # for bugs 18102, 21079, 21517
15350         [ $PARALLEL == "yes" ] && skip "skip parallel run"
15351
15352         local N='(0|[1-9][0-9]*)'       # non-negative numeric
15353         local P='[1-9][0-9]*'           # positive numeric
15354         local I='(0|-?[1-9][0-9]*|NA)'  # any numeric (0 | >0 | <0) or NA if no value
15355         local NET='[a-z][a-z0-9]*'      # LNET net like o2ib2
15356         local ADDR='[0-9.]+'            # LNET addr like 10.0.0.1
15357         local NID="$ADDR@$NET"          # LNET nid like 10.0.0.1@o2ib2
15358
15359         local L1 # regexp for 1st line
15360         local L2 # regexp for 2nd line (optional)
15361         local BR # regexp for the rest (body)
15362
15363         # lnet.stats should look as 11 space-separated non-negative numerics
15364         BR="^$N $N $N $N $N $N $N $N $N $N $N$"
15365         create_lnet_proc_files "stats"
15366         check_lnet_proc_stats "stats.sys" "lnet.stats" "$BR"
15367         remove_lnet_proc_files "stats"
15368
15369         # lnet.routes should look like this:
15370         # Routing disabled/enabled
15371         # net hops priority state router
15372         # where net is a string like tcp0, hops > 0, priority >= 0,
15373         # state is up/down,
15374         # router is a string like 192.168.1.1@tcp2
15375         L1="^Routing (disabled|enabled)$"
15376         L2="^net +hops +priority +state +router$"
15377         BR="^$NET +$N +(0|1) +(up|down) +$NID$"
15378         create_lnet_proc_files "routes"
15379         check_lnet_proc_entry "routes.sys" "lnet.routes" "$BR" "$L1" "$L2"
15380         remove_lnet_proc_files "routes"
15381
15382         # lnet.routers should look like this:
15383         # ref rtr_ref alive_cnt state last_ping ping_sent deadline down_ni router
15384         # where ref > 0, rtr_ref > 0, alive_cnt >= 0, state is up/down,
15385         # last_ping >= 0, ping_sent is boolean (0/1), deadline and down_ni are
15386         # numeric (0 or >0 or <0), router is a string like 192.168.1.1@tcp2
15387         L1="^ref +rtr_ref +alive_cnt +state +last_ping +ping_sent +deadline +down_ni +router$"
15388         BR="^$P +$P +$N +(up|down) +$N +(0|1) +$I +$I +$NID$"
15389         create_lnet_proc_files "routers"
15390         check_lnet_proc_entry "routers.sys" "lnet.routers" "$BR" "$L1"
15391         remove_lnet_proc_files "routers"
15392
15393         # lnet.peers should look like this:
15394         # nid refs state last max rtr min tx min queue
15395         # where nid is a string like 192.168.1.1@tcp2, refs > 0,
15396         # state is up/down/NA, max >= 0. last, rtr, min, tx, min are
15397         # numeric (0 or >0 or <0), queue >= 0.
15398         L1="^nid +refs +state +last +max +rtr +min +tx +min +queue$"
15399         BR="^$NID +$P +(up|down|NA) +$I +$N +$I +$I +$I +$I +$N$"
15400         create_lnet_proc_files "peers"
15401         check_lnet_proc_entry "peers.sys" "lnet.peers" "$BR" "$L1"
15402         remove_lnet_proc_files "peers"
15403
15404         # lnet.buffers  should look like this:
15405         # pages count credits min
15406         # where pages >=0, count >=0, credits and min are numeric (0 or >0 or <0)
15407         L1="^pages +count +credits +min$"
15408         BR="^ +$N +$N +$I +$I$"
15409         create_lnet_proc_files "buffers"
15410         check_lnet_proc_entry "buffers.sys" "lnet.buffers" "$BR" "$L1"
15411         remove_lnet_proc_files "buffers"
15412
15413         # lnet.nis should look like this:
15414         # nid status alive refs peer rtr max tx min
15415         # where nid is a string like 192.168.1.1@tcp2, status is up/down,
15416         # alive is numeric (0 or >0 or <0), refs >= 0, peer >= 0,
15417         # rtr >= 0, max >=0, tx and min are numeric (0 or >0 or <0).
15418         L1="^nid +status +alive +refs +peer +rtr +max +tx +min$"
15419         BR="^$NID +(up|down) +$I +$N +$N +$N +$N +$I +$I$"
15420         create_lnet_proc_files "nis"
15421         check_lnet_proc_entry "nis.sys" "lnet.nis" "$BR" "$L1"
15422         remove_lnet_proc_files "nis"
15423
15424         # can we successfully write to lnet.stats?
15425         lctl set_param -n stats=0 || error "cannot write to lnet.stats"
15426 }
15427 run_test 215 "lnet exists and has proper content - bugs 18102, 21079, 21517"
15428
15429 test_216() { # bug 20317
15430         [ $PARALLEL == "yes" ] && skip "skip parallel run"
15431         remote_ost_nodsh && skip "remote OST with nodsh"
15432
15433         local node
15434         local facets=$(get_facets OST)
15435         local p="$TMP/$TESTSUITE-$TESTNAME.parameters"
15436
15437         save_lustre_params client "osc.*.contention_seconds" > $p
15438         save_lustre_params $facets \
15439                 "ldlm.namespaces.filter-*.max_nolock_bytes" >> $p
15440         save_lustre_params $facets \
15441                 "ldlm.namespaces.filter-*.contended_locks" >> $p
15442         save_lustre_params $facets \
15443                 "ldlm.namespaces.filter-*.contention_seconds" >> $p
15444         clear_stats osc.*.osc_stats
15445
15446         # agressive lockless i/o settings
15447         do_nodes $(comma_list $(osts_nodes)) \
15448                 "lctl set_param -n ldlm.namespaces.*.max_nolock_bytes=2000000 \
15449                         ldlm.namespaces.filter-*.contended_locks=0 \
15450                         ldlm.namespaces.filter-*.contention_seconds=60"
15451         lctl set_param -n osc.*.contention_seconds=60
15452
15453         $DIRECTIO write $DIR/$tfile 0 10 4096
15454         $CHECKSTAT -s 40960 $DIR/$tfile
15455
15456         # disable lockless i/o
15457         do_nodes $(comma_list $(osts_nodes)) \
15458                 "lctl set_param -n ldlm.namespaces.filter-*.max_nolock_bytes=0 \
15459                         ldlm.namespaces.filter-*.contended_locks=32 \
15460                         ldlm.namespaces.filter-*.contention_seconds=0"
15461         lctl set_param -n osc.*.contention_seconds=0
15462         clear_stats osc.*.osc_stats
15463
15464         dd if=/dev/zero of=$DIR/$tfile count=0
15465         $CHECKSTAT -s 0 $DIR/$tfile
15466
15467         restore_lustre_params <$p
15468         rm -f $p
15469         rm $DIR/$tfile
15470 }
15471 run_test 216 "check lockless direct write updates file size and kms correctly"
15472
15473 test_217() { # bug 22430
15474         [ $PARALLEL == "yes" ] && skip "skip parallel run"
15475
15476         local node
15477         local nid
15478
15479         for node in $(nodes_list); do
15480                 nid=$(host_nids_address $node $NETTYPE)
15481                 if [[ $nid = *-* ]] ; then
15482                         echo "lctl ping $(h2nettype $nid)"
15483                         lctl ping $(h2nettype $nid)
15484                 else
15485                         echo "skipping $node (no hyphen detected)"
15486                 fi
15487         done
15488 }
15489 run_test 217 "check lctl ping for hostnames with hiphen ('-')"
15490
15491 test_218() {
15492        # do directio so as not to populate the page cache
15493        log "creating a 10 Mb file"
15494        $MULTIOP $DIR/$tfile oO_CREAT:O_DIRECT:O_RDWR:w$((10*1048576))c || error "multiop failed while creating a file"
15495        log "starting reads"
15496        dd if=$DIR/$tfile of=/dev/null bs=4096 &
15497        log "truncating the file"
15498        $MULTIOP $DIR/$tfile oO_TRUNC:c || error "multiop failed while truncating the file"
15499        log "killing dd"
15500        kill %+ || true # reads might have finished
15501        echo "wait until dd is finished"
15502        wait
15503        log "removing the temporary file"
15504        rm -rf $DIR/$tfile || error "tmp file removal failed"
15505 }
15506 run_test 218 "parallel read and truncate should not deadlock"
15507
15508 test_219() {
15509         [ $PARALLEL == "yes" ] && skip "skip parallel run"
15510
15511         # write one partial page
15512         dd if=/dev/zero of=$DIR/$tfile bs=1024 count=1
15513         # set no grant so vvp_io_commit_write will do sync write
15514         $LCTL set_param fail_loc=0x411
15515         # write a full page at the end of file
15516         dd if=/dev/zero of=$DIR/$tfile bs=4096 count=1 seek=1 conv=notrunc
15517
15518         $LCTL set_param fail_loc=0
15519         dd if=/dev/zero of=$DIR/$tfile bs=4096 count=1 seek=3
15520         $LCTL set_param fail_loc=0x411
15521         dd if=/dev/zero of=$DIR/$tfile bs=1024 count=1 seek=2 conv=notrunc
15522
15523         # LU-4201
15524         dd if=/dev/zero of=$DIR/$tfile-2 bs=1024 count=1
15525         $CHECKSTAT -s 1024 $DIR/$tfile-2 || error "checkstat wrong size"
15526 }
15527 run_test 219 "LU-394: Write partial won't cause uncontiguous pages vec at LND"
15528
15529 test_220() { #LU-325
15530         [ $PARALLEL == "yes" ] && skip "skip parallel run"
15531         remote_ost_nodsh && skip "remote OST with nodsh"
15532         remote_mds_nodsh && skip "remote MDS with nodsh"
15533         remote_mgs_nodsh && skip "remote MGS with nodsh"
15534
15535         local OSTIDX=0
15536
15537         # create on MDT0000 so the last_id and next_id are correct
15538         mkdir $DIR/$tdir
15539         local OST=$($LFS df $DIR | awk '/OST:'$OSTIDX'/ { print $1 }')
15540         OST=${OST%_UUID}
15541
15542         # on the mdt's osc
15543         local mdtosc_proc1=$(get_mdtosc_proc_path $SINGLEMDS $OST)
15544         local last_id=$(do_facet $SINGLEMDS lctl get_param -n \
15545                         osp.$mdtosc_proc1.prealloc_last_id)
15546         local next_id=$(do_facet $SINGLEMDS lctl get_param -n \
15547                         osp.$mdtosc_proc1.prealloc_next_id)
15548
15549         $LFS df -i
15550
15551         do_facet ost$((OSTIDX + 1)) lctl set_param fail_val=-1
15552         #define OBD_FAIL_OST_ENOINO              0x229
15553         do_facet ost$((OSTIDX + 1)) lctl set_param fail_loc=0x229
15554         create_pool $FSNAME.$TESTNAME || return 1
15555         do_facet mgs $LCTL pool_add $FSNAME.$TESTNAME $OST || return 2
15556
15557         $SETSTRIPE $DIR/$tdir -i $OSTIDX -c 1 -p $FSNAME.$TESTNAME
15558
15559         MDSOBJS=$((last_id - next_id))
15560         echo "preallocated objects on MDS is $MDSOBJS" "($last_id - $next_id)"
15561
15562         blocks=$($LFS df $MOUNT | awk '($1 == '$OSTIDX') { print $4 }')
15563         echo "OST still has $count kbytes free"
15564
15565         echo "create $MDSOBJS files @next_id..."
15566         createmany -o $DIR/$tdir/f $MDSOBJS || return 3
15567
15568         local last_id2=$(do_facet mds${MDSIDX} lctl get_param -n \
15569                         osp.$mdtosc_proc1.prealloc_last_id)
15570         local next_id2=$(do_facet mds${MDSIDX} lctl get_param -n \
15571                         osp.$mdtosc_proc1.prealloc_next_id)
15572
15573         echo "after creation, last_id=$last_id2, next_id=$next_id2"
15574         $LFS df -i
15575
15576         echo "cleanup..."
15577
15578         do_facet ost$((OSTIDX + 1)) lctl set_param fail_val=0
15579         do_facet ost$((OSTIDX + 1)) lctl set_param fail_loc=0
15580
15581         do_facet mgs $LCTL pool_remove $FSNAME.$TESTNAME $OST ||
15582                 error "$LCTL pool_remove $FSNAME.$TESTNAME $OST failed"
15583         do_facet mgs $LCTL pool_destroy $FSNAME.$TESTNAME ||
15584                 error "$LCTL pool_destroy $FSNAME.$TESTNAME failed"
15585         echo "unlink $MDSOBJS files @$next_id..."
15586         unlinkmany $DIR/$tdir/f $MDSOBJS || error "unlinkmany failed"
15587 }
15588 run_test 220 "preallocated MDS objects still used if ENOSPC from OST"
15589
15590 test_221() {
15591         [ $PARALLEL == "yes" ] && skip "skip parallel run"
15592
15593         dd if=`which date` of=$MOUNT/date oflag=sync
15594         chmod +x $MOUNT/date
15595
15596         #define OBD_FAIL_LLITE_FAULT_TRUNC_RACE  0x1401
15597         $LCTL set_param fail_loc=0x80001401
15598
15599         $MOUNT/date > /dev/null
15600         rm -f $MOUNT/date
15601 }
15602 run_test 221 "make sure fault and truncate race to not cause OOM"
15603
15604 test_222a () {
15605         [ $PARALLEL == "yes" ] && skip "skip parallel run"
15606
15607         rm -rf $DIR/$tdir
15608         test_mkdir $DIR/$tdir
15609         $LFS setstripe -c 1 -i 0 $DIR/$tdir
15610         createmany -o $DIR/$tdir/$tfile 10
15611         cancel_lru_locks mdc
15612         cancel_lru_locks osc
15613         #define OBD_FAIL_LDLM_AGL_DELAY           0x31a
15614         $LCTL set_param fail_loc=0x31a
15615         ls -l $DIR/$tdir > /dev/null || error "AGL for ls failed"
15616         $LCTL set_param fail_loc=0
15617         rm -r $DIR/$tdir
15618 }
15619 run_test 222a "AGL for ls should not trigger CLIO lock failure"
15620
15621 test_222b () {
15622         [ $PARALLEL == "yes" ] && skip "skip parallel run"
15623
15624         rm -rf $DIR/$tdir
15625         test_mkdir $DIR/$tdir
15626         $LFS setstripe -c 1 -i 0 $DIR/$tdir
15627         createmany -o $DIR/$tdir/$tfile 10
15628         cancel_lru_locks mdc
15629         cancel_lru_locks osc
15630         #define OBD_FAIL_LDLM_AGL_DELAY           0x31a
15631         $LCTL set_param fail_loc=0x31a
15632         rm -r $DIR/$tdir || error "AGL for rmdir failed"
15633         $LCTL set_param fail_loc=0
15634 }
15635 run_test 222b "AGL for rmdir should not trigger CLIO lock failure"
15636
15637 test_223 () {
15638         [ $PARALLEL == "yes" ] && skip "skip parallel run"
15639
15640         rm -rf $DIR/$tdir
15641         test_mkdir $DIR/$tdir
15642         $LFS setstripe -c 1 -i 0 $DIR/$tdir
15643         createmany -o $DIR/$tdir/$tfile 10
15644         cancel_lru_locks mdc
15645         cancel_lru_locks osc
15646         #define OBD_FAIL_LDLM_AGL_NOLOCK          0x31b
15647         $LCTL set_param fail_loc=0x31b
15648         ls -l $DIR/$tdir > /dev/null || error "reenqueue failed"
15649         $LCTL set_param fail_loc=0
15650         rm -r $DIR/$tdir
15651 }
15652 run_test 223 "osc reenqueue if without AGL lock granted ======================="
15653
15654 test_224a() { # LU-1039, MRP-303
15655         [ $PARALLEL == "yes" ] && skip "skip parallel run"
15656
15657         #define OBD_FAIL_PTLRPC_CLIENT_BULK_CB   0x508
15658         $LCTL set_param fail_loc=0x508
15659         dd if=/dev/zero of=$DIR/$tfile bs=4096 count=1 conv=fsync
15660         $LCTL set_param fail_loc=0
15661         df $DIR
15662 }
15663 run_test 224a "Don't panic on bulk IO failure"
15664
15665 test_224b() { # LU-1039, MRP-303
15666         [ $PARALLEL == "yes" ] && skip "skip parallel run"
15667
15668         dd if=/dev/zero of=$DIR/$tfile bs=4096 count=1
15669         cancel_lru_locks osc
15670         #define OBD_FAIL_PTLRPC_CLIENT_BULK_CB2   0x515
15671         $LCTL set_param fail_loc=0x515
15672         dd of=/dev/null if=$DIR/$tfile bs=4096 count=1
15673         $LCTL set_param fail_loc=0
15674         df $DIR
15675 }
15676 run_test 224b "Don't panic on bulk IO failure"
15677
15678 test_224c() { # LU-6441
15679         [ $PARALLEL == "yes" ] && skip "skip parallel run"
15680         remote_mds_nodsh && skip "remote MDS with nodsh"
15681
15682         local p="$TMP/$TESTSUITE-$TESTNAME.parameters"
15683         save_writethrough $p
15684         set_cache writethrough on
15685
15686         local pages_per_rpc=$($LCTL get_param \
15687                                 osc.*.max_pages_per_rpc)
15688         local at_max=$($LCTL get_param -n at_max)
15689         local timeout=$($LCTL get_param -n timeout)
15690         local test_at="at_max"
15691         local param_at="$FSNAME.sys.at_max"
15692         local test_timeout="timeout"
15693         local param_timeout="$FSNAME.sys.timeout"
15694
15695         $LCTL set_param -n osc.*.max_pages_per_rpc=1024
15696
15697         set_persistent_param_and_check client "$test_at" "$param_at" 0
15698         set_persistent_param_and_check client "$test_timeout" "$param_timeout" 5
15699
15700         #define OBD_FAIL_PTLRPC_CLIENT_BULK_CB3   0x520
15701         do_facet ost1 $LCTL set_param fail_loc=0x520
15702         $LFS setstripe -c 1 -i 0 $DIR/$tfile
15703         dd if=/dev/zero of=$DIR/$tfile bs=8MB count=1
15704         sync
15705         do_facet ost1 $LCTL set_param fail_loc=0
15706
15707         set_persistent_param_and_check client "$test_at" "$param_at" $at_max
15708         set_persistent_param_and_check client "$test_timeout" "$param_timeout" \
15709                 $timeout
15710
15711         $LCTL set_param -n $pages_per_rpc
15712         restore_lustre_params < $p
15713         rm -f $p
15714 }
15715 run_test 224c "Don't hang if one of md lost during large bulk RPC"
15716
15717 MDSSURVEY=${MDSSURVEY:-$(which mds-survey 2>/dev/null || true)}
15718 test_225a () {
15719         [ $PARALLEL == "yes" ] && skip "skip parallel run"
15720         if [ -z ${MDSSURVEY} ]; then
15721                 skip_env "mds-survey not found"
15722         fi
15723         [ $MDS1_VERSION -ge $(version_code 2.2.51) ] ||
15724                 skip "Need MDS version at least 2.2.51"
15725
15726         local mds=$(facet_host $SINGLEMDS)
15727         local target=$(do_nodes $mds 'lctl dl' |
15728                        awk '{ if ($2 == "UP" && $3 == "mdt") { print $4 }}')
15729
15730         local cmd1="file_count=1000 thrhi=4"
15731         local cmd2="dir_count=2 layer=mdd stripe_count=0"
15732         local cmd3="rslt_loc=${TMP} targets=\"$mds:$target\" $MDSSURVEY"
15733         local cmd="$cmd1 $cmd2 $cmd3"
15734
15735         rm -f ${TMP}/mds_survey*
15736         echo + $cmd
15737         eval $cmd || error "mds-survey with zero-stripe failed"
15738         cat ${TMP}/mds_survey*
15739         rm -f ${TMP}/mds_survey*
15740 }
15741 run_test 225a "Metadata survey sanity with zero-stripe"
15742
15743 test_225b () {
15744         if [ -z ${MDSSURVEY} ]; then
15745                 skip_env "mds-survey not found"
15746         fi
15747         [ $MDS1_VERSION -ge $(version_code 2.2.51) ] ||
15748                 skip "Need MDS version at least 2.2.51"
15749         [ $PARALLEL == "yes" ] && skip "skip parallel run"
15750         remote_mds_nodsh && skip "remote MDS with nodsh"
15751         if [ $($LCTL dl | grep -c osc) -eq 0 ]; then
15752                 skip_env "Need to mount OST to test"
15753         fi
15754
15755         local mds=$(facet_host $SINGLEMDS)
15756         local target=$(do_nodes $mds 'lctl dl' |
15757                        awk '{ if ($2 == "UP" && $3 == "mdt") { print $4 }}')
15758
15759         local cmd1="file_count=1000 thrhi=4"
15760         local cmd2="dir_count=2 layer=mdd stripe_count=1"
15761         local cmd3="rslt_loc=${TMP} targets=\"$mds:$target\" $MDSSURVEY"
15762         local cmd="$cmd1 $cmd2 $cmd3"
15763
15764         rm -f ${TMP}/mds_survey*
15765         echo + $cmd
15766         eval $cmd || error "mds-survey with stripe_count failed"
15767         cat ${TMP}/mds_survey*
15768         rm -f ${TMP}/mds_survey*
15769 }
15770 run_test 225b "Metadata survey sanity with stripe_count = 1"
15771
15772 mcreate_path2fid () {
15773         local mode=$1
15774         local major=$2
15775         local minor=$3
15776         local name=$4
15777         local desc=$5
15778         local path=$DIR/$tdir/$name
15779         local fid
15780         local rc
15781         local fid_path
15782
15783         $MCREATE --mode=$1 --major=$2 --minor=$3 $path ||
15784                 error "cannot create $desc"
15785
15786         fid=$($LFS path2fid $path | tr -d '[' | tr -d ']')
15787         rc=$?
15788         [ $rc -ne 0 ] && error "cannot get fid of a $desc"
15789
15790         fid_path=$($LFS fid2path $MOUNT $fid)
15791         rc=$?
15792         [ $rc -ne 0 ] && error "cannot get path of $desc by $DIR $path $fid"
15793
15794         [ "$path" == "$fid_path" ] ||
15795                 error "fid2path returned $fid_path, expected $path"
15796
15797         echo "pass with $path and $fid"
15798 }
15799
15800 test_226a () {
15801         rm -rf $DIR/$tdir
15802         mkdir -p $DIR/$tdir
15803
15804         mcreate_path2fid 0010666 0 0 fifo "FIFO"
15805         mcreate_path2fid 0020666 1 3 null "character special file (null)"
15806         mcreate_path2fid 0020666 1 255 none "character special file (no device)"
15807         mcreate_path2fid 0040666 0 0 dir "directory"
15808         mcreate_path2fid 0060666 7 0 loop0 "block special file (loop)"
15809         mcreate_path2fid 0100666 0 0 file "regular file"
15810         mcreate_path2fid 0120666 0 0 link "symbolic link"
15811         mcreate_path2fid 0140666 0 0 sock "socket"
15812 }
15813 run_test 226a "call path2fid and fid2path on files of all type"
15814
15815 test_226b () {
15816         [ $MDSCOUNT -lt 2 ] && skip_env "needs >= 2 MDTs"
15817
15818         local MDTIDX=1
15819
15820         rm -rf $DIR/$tdir
15821         mkdir -p $DIR/$tdir
15822         $LFS setdirstripe -i $MDTIDX $DIR/$tdir/remote_dir ||
15823                 error "create remote directory failed"
15824         mcreate_path2fid 0010666 0 0 "remote_dir/fifo" "FIFO"
15825         mcreate_path2fid 0020666 1 3 "remote_dir/null" \
15826                                 "character special file (null)"
15827         mcreate_path2fid 0020666 1 255 "remote_dir/none" \
15828                                 "character special file (no device)"
15829         mcreate_path2fid 0040666 0 0 "remote_dir/dir" "directory"
15830         mcreate_path2fid 0060666 7 0 "remote_dir/loop0" \
15831                                 "block special file (loop)"
15832         mcreate_path2fid 0100666 0 0 "remote_dir/file" "regular file"
15833         mcreate_path2fid 0120666 0 0 "remote_dir/link" "symbolic link"
15834         mcreate_path2fid 0140666 0 0 "remote_dir/sock" "socket"
15835 }
15836 run_test 226b "call path2fid and fid2path on files of all type under remote dir"
15837
15838 # LU-1299 Executing or running ldd on a truncated executable does not
15839 # cause an out-of-memory condition.
15840 test_227() {
15841         [ $PARALLEL == "yes" ] && skip "skip parallel run"
15842         [ -z "$(which ldd)" ] && skip_env "should have ldd tool"
15843
15844         dd if=$(which date) of=$MOUNT/date bs=1k count=1
15845         chmod +x $MOUNT/date
15846
15847         $MOUNT/date > /dev/null
15848         ldd $MOUNT/date > /dev/null
15849         rm -f $MOUNT/date
15850 }
15851 run_test 227 "running truncated executable does not cause OOM"
15852
15853 # LU-1512 try to reuse idle OI blocks
15854 test_228a() {
15855         [ $PARALLEL == "yes" ] && skip "skip parallel run"
15856         remote_mds_nodsh && skip "remote MDS with nodsh"
15857         [ "$mds1_FSTYPE" != "ldiskfs" ] && skip_env "ldiskfs only test"
15858
15859         local MDT_DEV=$(mdsdevname ${SINGLEMDS//mds/})
15860         local myDIR=$DIR/$tdir
15861
15862         mkdir -p $myDIR
15863         #define OBD_FAIL_SEQ_EXHAUST             0x1002
15864         $LCTL set_param fail_loc=0x80001002
15865         createmany -o $myDIR/t- 10000
15866         $LCTL set_param fail_loc=0
15867         # The guard is current the largest FID holder
15868         touch $myDIR/guard
15869         local SEQ=$($LFS path2fid $myDIR/guard | awk -F ':' '{print $1}' |
15870                     tr -d '[')
15871         local IDX=$(($SEQ % 64))
15872
15873         do_facet $SINGLEMDS sync
15874         # Make sure journal flushed.
15875         sleep 6
15876         local blk1=$(do_facet $SINGLEMDS \
15877                      "$DEBUGFS -c -R \\\"stat oi.16.${IDX}\\\" $MDT_DEV" |
15878                      grep Blockcount | awk '{print $4}')
15879
15880         # Remove old files, some OI blocks will become idle.
15881         unlinkmany $myDIR/t- 10000
15882         # Create new files, idle OI blocks should be reused.
15883         createmany -o $myDIR/t- 2000
15884         do_facet $SINGLEMDS sync
15885         # Make sure journal flushed.
15886         sleep 6
15887         local blk2=$(do_facet $SINGLEMDS \
15888                      "$DEBUGFS -c -R \\\"stat oi.16.${IDX}\\\" $MDT_DEV" |
15889                      grep Blockcount | awk '{print $4}')
15890
15891         [ $blk1 == $blk2 ] || error "old blk1=$blk1, new blk2=$blk2, unmatched!"
15892 }
15893 run_test 228a "try to reuse idle OI blocks"
15894
15895 test_228b() {
15896         [ $PARALLEL == "yes" ] && skip "skip parallel run"
15897         remote_mds_nodsh && skip "remote MDS with nodsh"
15898         [ "$mds1_FSTYPE" != "ldiskfs" ] && skip_env "ldiskfs only test"
15899
15900         local MDT_DEV=$(mdsdevname ${SINGLEMDS//mds/})
15901         local myDIR=$DIR/$tdir
15902
15903         mkdir -p $myDIR
15904         #define OBD_FAIL_SEQ_EXHAUST             0x1002
15905         $LCTL set_param fail_loc=0x80001002
15906         createmany -o $myDIR/t- 10000
15907         $LCTL set_param fail_loc=0
15908         # The guard is current the largest FID holder
15909         touch $myDIR/guard
15910         local SEQ=$($LFS path2fid $myDIR/guard | awk -F ':' '{print $1}' |
15911                     tr -d '[')
15912         local IDX=$(($SEQ % 64))
15913
15914         do_facet $SINGLEMDS sync
15915         # Make sure journal flushed.
15916         sleep 6
15917         local blk1=$(do_facet $SINGLEMDS \
15918                      "$DEBUGFS -c -R \\\"stat oi.16.${IDX}\\\" $MDT_DEV" |
15919                      grep Blockcount | awk '{print $4}')
15920
15921         # Remove old files, some OI blocks will become idle.
15922         unlinkmany $myDIR/t- 10000
15923
15924         # stop the MDT
15925         stop $SINGLEMDS || error "Fail to stop MDT."
15926         # remount the MDT
15927         start $SINGLEMDS $MDT_DEV $MDS_MOUNT_OPTS || error "Fail to start MDT."
15928
15929         df $MOUNT || error "Fail to df."
15930         # Create new files, idle OI blocks should be reused.
15931         createmany -o $myDIR/t- 2000
15932         do_facet $SINGLEMDS sync
15933         # Make sure journal flushed.
15934         sleep 6
15935         local blk2=$(do_facet $SINGLEMDS \
15936                      "$DEBUGFS -c -R \\\"stat oi.16.${IDX}\\\" $MDT_DEV" |
15937                      grep Blockcount | awk '{print $4}')
15938
15939         [ $blk1 == $blk2 ] || error "old blk1=$blk1, new blk2=$blk2, unmatched!"
15940 }
15941 run_test 228b "idle OI blocks can be reused after MDT restart"
15942
15943 #LU-1881
15944 test_228c() {
15945         [ $PARALLEL == "yes" ] && skip "skip parallel run"
15946         remote_mds_nodsh && skip "remote MDS with nodsh"
15947         [ "$mds1_FSTYPE" != "ldiskfs" ] && skip_env "ldiskfs only test"
15948
15949         local MDT_DEV=$(mdsdevname ${SINGLEMDS//mds/})
15950         local myDIR=$DIR/$tdir
15951
15952         mkdir -p $myDIR
15953         #define OBD_FAIL_SEQ_EXHAUST             0x1002
15954         $LCTL set_param fail_loc=0x80001002
15955         # 20000 files can guarantee there are index nodes in the OI file
15956         createmany -o $myDIR/t- 20000
15957         $LCTL set_param fail_loc=0
15958         # The guard is current the largest FID holder
15959         touch $myDIR/guard
15960         local SEQ=$($LFS path2fid $myDIR/guard | awk -F ':' '{print $1}' |
15961                     tr -d '[')
15962         local IDX=$(($SEQ % 64))
15963
15964         do_facet $SINGLEMDS sync
15965         # Make sure journal flushed.
15966         sleep 6
15967         local blk1=$(do_facet $SINGLEMDS \
15968                      "$DEBUGFS -c -R \\\"stat oi.16.${IDX}\\\" $MDT_DEV" |
15969                      grep Blockcount | awk '{print $4}')
15970
15971         # Remove old files, some OI blocks will become idle.
15972         unlinkmany $myDIR/t- 20000
15973         rm -f $myDIR/guard
15974         # The OI file should become empty now
15975
15976         # Create new files, idle OI blocks should be reused.
15977         createmany -o $myDIR/t- 2000
15978         do_facet $SINGLEMDS sync
15979         # Make sure journal flushed.
15980         sleep 6
15981         local blk2=$(do_facet $SINGLEMDS \
15982                      "$DEBUGFS -c -R \\\"stat oi.16.${IDX}\\\" $MDT_DEV" |
15983                      grep Blockcount | awk '{print $4}')
15984
15985         [ $blk1 == $blk2 ] || error "old blk1=$blk1, new blk2=$blk2, unmatched!"
15986 }
15987 run_test 228c "NOT shrink the last entry in OI index node to recycle idle leaf"
15988
15989 test_229() { # LU-2482, LU-3448
15990         [ $PARALLEL == "yes" ] && skip "skip parallel run"
15991         [ $OSTCOUNT -lt 2 ] && skip_env "needs >= 2 OSTs"
15992         [ $MDS1_VERSION -lt $(version_code 2.4.53) ] &&
15993                 skip "No HSM $(lustre_build_version $SINGLEMDS) MDS < 2.4.53"
15994
15995         rm -f $DIR/$tfile
15996
15997         # Create a file with a released layout and stripe count 2.
15998         $MULTIOP $DIR/$tfile H2c ||
15999                 error "failed to create file with released layout"
16000
16001         $GETSTRIPE -v $DIR/$tfile
16002
16003         local pattern=$($GETSTRIPE -L $DIR/$tfile)
16004         [ X"$pattern" = X"released" ] || error "pattern error ($pattern)"
16005
16006         local stripe_count=$($GETSTRIPE -c $DIR/$tfile) || error "getstripe"
16007         [ $stripe_count -eq 2 ] || error "stripe count not 2 ($stripe_count)"
16008         stat $DIR/$tfile || error "failed to stat released file"
16009
16010         chown $RUNAS_ID $DIR/$tfile ||
16011                 error "chown $RUNAS_ID $DIR/$tfile failed"
16012
16013         chgrp $RUNAS_ID $DIR/$tfile ||
16014                 error "chgrp $RUNAS_ID $DIR/$tfile failed"
16015
16016         touch $DIR/$tfile || error "touch $DIR/$tfile failed"
16017         rm $DIR/$tfile || error "failed to remove released file"
16018 }
16019 run_test 229 "getstripe/stat/rm/attr changes work on released files"
16020
16021 test_230a() {
16022         [ $PARALLEL == "yes" ] && skip "skip parallel run"
16023         [ $MDSCOUNT -lt 2 ] && skip_env "needs >= 2 MDTs"
16024         [ $MDS1_VERSION -lt $(version_code 2.11.52) ] &&
16025                 skip "Need MDS version at least 2.11.52"
16026
16027         local MDTIDX=1
16028
16029         test_mkdir $DIR/$tdir
16030         test_mkdir -i0 -c1 $DIR/$tdir/test_230_local
16031         local mdt_idx=$($LFS getstripe -m $DIR/$tdir/test_230_local)
16032         [ $mdt_idx -ne 0 ] &&
16033                 error "create local directory on wrong MDT $mdt_idx"
16034
16035         $LFS mkdir -i $MDTIDX $DIR/$tdir/test_230 ||
16036                         error "create remote directory failed"
16037         local mdt_idx=$($LFS getstripe -m $DIR/$tdir/test_230)
16038         [ $mdt_idx -ne $MDTIDX ] &&
16039                 error "create remote directory on wrong MDT $mdt_idx"
16040
16041         createmany -o $DIR/$tdir/test_230/t- 10 ||
16042                 error "create files on remote directory failed"
16043         mdt_idx=$($LFS getstripe -m $DIR/$tdir/test_230/t-0)
16044         [ $mdt_idx -ne $MDTIDX ] && error "create files on wrong MDT $mdt_idx"
16045         rm -r $DIR/$tdir || error "unlink remote directory failed"
16046 }
16047 run_test 230a "Create remote directory and files under the remote directory"
16048
16049 test_230b() {
16050         [ $PARALLEL == "yes" ] && skip "skip parallel run"
16051         [ $MDSCOUNT -lt 2 ] && skip_env "needs >= 2 MDTs"
16052         [ $MDS1_VERSION -lt $(version_code 2.11.52) ] &&
16053                 skip "Need MDS version at least 2.11.52"
16054
16055         local MDTIDX=1
16056         local mdt_index
16057         local i
16058         local file
16059         local pid
16060         local stripe_count
16061         local migrate_dir=$DIR/$tdir/migrate_dir
16062         local other_dir=$DIR/$tdir/other_dir
16063
16064         test_mkdir $DIR/$tdir
16065         test_mkdir -i0 -c1 $migrate_dir
16066         test_mkdir -i0 -c1 $other_dir
16067         for ((i=0; i<10; i++)); do
16068                 mkdir -p $migrate_dir/dir_${i}
16069                 createmany -o $migrate_dir/dir_${i}/f 10 ||
16070                         error "create files under remote dir failed $i"
16071         done
16072
16073         cp /etc/passwd $migrate_dir/$tfile
16074         cp /etc/passwd $other_dir/$tfile
16075         chattr +SAD $migrate_dir
16076         chattr +SAD $migrate_dir/$tfile
16077
16078         local old_dir_flag=$(lsattr -a $migrate_dir | awk '/\/\.$/ {print $1}')
16079         local old_file_flag=$(lsattr $migrate_dir/$tfile | awk '{print $1}')
16080         local old_dir_mode=$(stat -c%f $migrate_dir)
16081         local old_file_mode=$(stat -c%f $migrate_dir/$tfile)
16082
16083         mkdir -p $migrate_dir/dir_default_stripe2
16084         $SETSTRIPE -c 2 $migrate_dir/dir_default_stripe2
16085         $SETSTRIPE -c 2 $migrate_dir/${tfile}_stripe2
16086
16087         mkdir -p $other_dir
16088         ln $migrate_dir/$tfile $other_dir/luna
16089         ln $migrate_dir/$tfile $migrate_dir/sofia
16090         ln $other_dir/$tfile $migrate_dir/david
16091         ln -s $migrate_dir/$tfile $other_dir/zachary
16092         ln -s $migrate_dir/$tfile $migrate_dir/${tfile}_ln
16093         ln -s $other_dir/$tfile $migrate_dir/${tfile}_ln_other
16094
16095         local len
16096         local lnktgt
16097
16098         # inline symlink
16099         for len in 58 59 60; do
16100                 lnktgt=$(str_repeat 'l' $len)
16101                 touch $migrate_dir/$lnktgt
16102                 ln -s $lnktgt $migrate_dir/${len}char_ln
16103         done
16104
16105         # PATH_MAX
16106         for len in 4094 4095; do
16107                 lnktgt=$(str_repeat 'l' $len)
16108                 ln -s $lnktgt $migrate_dir/${len}char_ln
16109         done
16110
16111         # NAME_MAX
16112         for len in 254 255; do
16113                 touch $migrate_dir/$(str_repeat 'l' $len)
16114         done
16115
16116         $LFS migrate -m $MDTIDX $migrate_dir ||
16117                 error "fails on migrating remote dir to MDT1"
16118
16119         echo "migratate to MDT1, then checking.."
16120         for ((i = 0; i < 10; i++)); do
16121                 for file in $(find $migrate_dir/dir_${i}); do
16122                         mdt_index=$($LFS getstripe -m $file)
16123                         # broken symlink getstripe will fail
16124                         [ $mdt_index -ne $MDTIDX ] && stat -L $file &&
16125                                 error "$file is not on MDT${MDTIDX}"
16126                 done
16127         done
16128
16129         # the multiple link file should still in MDT0
16130         mdt_index=$($LFS getstripe -m $migrate_dir/$tfile)
16131         [ $mdt_index == 0 ] ||
16132                 error "$file is not on MDT${MDTIDX}"
16133
16134         local new_dir_flag=$(lsattr -a $migrate_dir | awk '/\/\.$/ {print $1}')
16135         [ "$old_dir_flag" = "$new_dir_flag" ] ||
16136                 error " expect $old_dir_flag get $new_dir_flag"
16137
16138         local new_file_flag=$(lsattr $migrate_dir/$tfile | awk '{print $1}')
16139         [ "$old_file_flag" = "$new_file_flag" ] ||
16140                 error " expect $old_file_flag get $new_file_flag"
16141
16142         local new_dir_mode=$(stat -c%f $migrate_dir)
16143         [ "$old_dir_mode" = "$new_dir_mode" ] ||
16144                 error "expect mode $old_dir_mode get $new_dir_mode"
16145
16146         local new_file_mode=$(stat -c%f $migrate_dir/$tfile)
16147         [ "$old_file_mode" = "$new_file_mode" ] ||
16148                 error "expect mode $old_file_mode get $new_file_mode"
16149
16150         diff /etc/passwd $migrate_dir/$tfile ||
16151                 error "$tfile different after migration"
16152
16153         diff /etc/passwd $other_dir/luna ||
16154                 error "luna different after migration"
16155
16156         diff /etc/passwd $migrate_dir/sofia ||
16157                 error "sofia different after migration"
16158
16159         diff /etc/passwd $migrate_dir/david ||
16160                 error "david different after migration"
16161
16162         diff /etc/passwd $other_dir/zachary ||
16163                 error "zachary different after migration"
16164
16165         diff /etc/passwd $migrate_dir/${tfile}_ln ||
16166                 error "${tfile}_ln different after migration"
16167
16168         diff /etc/passwd $migrate_dir/${tfile}_ln_other ||
16169                 error "${tfile}_ln_other different after migration"
16170
16171         stripe_count=$($LFS getstripe -c $migrate_dir/dir_default_stripe2)
16172         [ $stripe_count = 2 ] ||
16173                 error "dir strpe_count $d != 2 after migration."
16174
16175         stripe_count=$($LFS getstripe -c $migrate_dir/${tfile}_stripe2)
16176         [ $stripe_count = 2 ] ||
16177                 error "file strpe_count $d != 2 after migration."
16178
16179         #migrate back to MDT0
16180         MDTIDX=0
16181
16182         $LFS migrate -m $MDTIDX $migrate_dir ||
16183                 error "fails on migrating remote dir to MDT0"
16184
16185         echo "migrate back to MDT0, checking.."
16186         for file in $(find $migrate_dir); do
16187                 mdt_index=$($LFS getstripe -m $file)
16188                 [ $mdt_index -ne $MDTIDX ] && stat -L $file &&
16189                         error "$file is not on MDT${MDTIDX}"
16190         done
16191
16192         local new_dir_flag=$(lsattr -a $migrate_dir | awk '/\/\.$/ {print $1}')
16193         [ "$old_dir_flag" = "$new_dir_flag" ] ||
16194                 error " expect $old_dir_flag get $new_dir_flag"
16195
16196         local new_file_flag=$(lsattr $migrate_dir/$tfile | awk '{print $1}')
16197         [ "$old_file_flag" = "$new_file_flag" ] ||
16198                 error " expect $old_file_flag get $new_file_flag"
16199
16200         local new_dir_mode=$(stat -c%f $migrate_dir)
16201         [ "$old_dir_mode" = "$new_dir_mode" ] ||
16202                 error "expect mode $old_dir_mode get $new_dir_mode"
16203
16204         local new_file_mode=$(stat -c%f $migrate_dir/$tfile)
16205         [ "$old_file_mode" = "$new_file_mode" ] ||
16206                 error "expect mode $old_file_mode get $new_file_mode"
16207
16208         diff /etc/passwd ${migrate_dir}/$tfile ||
16209                 error "$tfile different after migration"
16210
16211         diff /etc/passwd ${other_dir}/luna ||
16212                 error "luna different after migration"
16213
16214         diff /etc/passwd ${migrate_dir}/sofia ||
16215                 error "sofia different after migration"
16216
16217         diff /etc/passwd ${other_dir}/zachary ||
16218                 error "zachary different after migration"
16219
16220         diff /etc/passwd $migrate_dir/${tfile}_ln ||
16221                 error "${tfile}_ln different after migration"
16222
16223         diff /etc/passwd $migrate_dir/${tfile}_ln_other ||
16224                 error "${tfile}_ln_other different after migration"
16225
16226         stripe_count=$($LFS getstripe -c ${migrate_dir}/dir_default_stripe2)
16227         [ $stripe_count = 2 ] ||
16228                 error "dir strpe_count $d != 2 after migration."
16229
16230         stripe_count=$($LFS getstripe -c ${migrate_dir}/${tfile}_stripe2)
16231         [ $stripe_count = 2 ] ||
16232                 error "file strpe_count $d != 2 after migration."
16233
16234         rm -rf $DIR/$tdir || error "rm dir failed after migration"
16235 }
16236 run_test 230b "migrate directory"
16237
16238 test_230c() {
16239         [ $PARALLEL == "yes" ] && skip "skip parallel run"
16240         [ $MDSCOUNT -lt 2 ] && skip_env "needs >= 2 MDTs"
16241         remote_mds_nodsh && skip "remote MDS with nodsh"
16242         [ $MDS1_VERSION -lt $(version_code 2.11.52) ] &&
16243                 skip "Need MDS version at least 2.11.52"
16244
16245         local MDTIDX=1
16246         local total=3
16247         local mdt_index
16248         local file
16249         local migrate_dir=$DIR/$tdir/migrate_dir
16250
16251         #If migrating directory fails in the middle, all entries of
16252         #the directory is still accessiable.
16253         test_mkdir $DIR/$tdir
16254         test_mkdir -i0 -c1 $migrate_dir
16255         test_mkdir -i1 -c1 $DIR/$tdir/remote_dir
16256         stat $migrate_dir
16257         createmany -o $migrate_dir/f $total ||
16258                 error "create files under ${migrate_dir} failed"
16259
16260         # fail after migrating top dir, and this will fail only once, so the
16261         # first sub file migration will fail (currently f3), others succeed.
16262         #OBD_FAIL_MIGRATE_ENTRIES       0x1801
16263         do_facet mds1 lctl set_param fail_loc=0x1801
16264         local t=$(ls $migrate_dir | wc -l)
16265         $LFS migrate --mdt-index $MDTIDX $migrate_dir &&
16266                 error "migrate should fail"
16267         local u=$(ls $migrate_dir | wc -l)
16268         [ "$u" == "$t" ] || error "$u != $t during migration"
16269
16270         # add new dir/file should succeed
16271         mkdir $migrate_dir/dir ||
16272                 error "mkdir failed under migrating directory"
16273         touch $migrate_dir/file ||
16274                 error "create file failed under migrating directory"
16275
16276         # add file with existing name should fail
16277         for file in $migrate_dir/f*; do
16278                 stat $file > /dev/null || error "stat $file failed"
16279                 $OPENFILE -f O_CREAT:O_EXCL $file &&
16280                         error "open(O_CREAT|O_EXCL) $file should fail"
16281                 $MULTIOP $file m && error "create $file should fail"
16282                 touch $DIR/$tdir/remote_dir/$tfile ||
16283                         error "touch $tfile failed"
16284                 ln $DIR/$tdir/remote_dir/$tfile $file &&
16285                         error "link $file should fail"
16286                 mdt_index=$($LFS getstripe -m $file)
16287                 if [ $mdt_index == 0 ]; then
16288                         # file failed to migrate is not allowed to rename to
16289                         mv $DIR/$tdir/remote_dir/$tfile $file &&
16290                                 error "rename to $file should fail"
16291                 else
16292                         mv $DIR/$tdir/remote_dir/$tfile $file ||
16293                                 error "rename to $file failed"
16294                 fi
16295                 echo hello >> $file || error "write $file failed"
16296         done
16297
16298         # resume migration with different options should fail
16299         $LFS migrate -m 0 $migrate_dir &&
16300                 error "migrate -m 0 $migrate_dir should fail"
16301
16302         $LFS migrate -m $MDTIDX -c 2 $migrate_dir &&
16303                 error "migrate -c 2 $migrate_dir should fail"
16304
16305         # resume migration should succeed
16306         $LFS migrate -m $MDTIDX $migrate_dir ||
16307                 error "migrate $migrate_dir failed"
16308
16309         echo "Finish migration, then checking.."
16310         for file in $(find $migrate_dir); do
16311                 mdt_index=$($LFS getstripe -m $file)
16312                 [ $mdt_index == $MDTIDX ] ||
16313                         error "$file is not on MDT${MDTIDX}"
16314         done
16315
16316         rm -rf $DIR/$tdir || error "rm dir failed after migration"
16317 }
16318 run_test 230c "check directory accessiblity if migration failed"
16319
16320 test_230d() {
16321         [ $PARALLEL == "yes" ] && skip "skip parallel run"
16322         [ $MDSCOUNT -lt 2 ] && skip_env "needs >= 2 MDTs"
16323         [ $MDS1_VERSION -lt $(version_code 2.11.52) ] &&
16324                 skip "Need MDS version at least 2.11.52"
16325         # LU-11235
16326         [ "$mds1_FSTYPE" == "zfs" ] && skip "skip ZFS backend"
16327
16328         local migrate_dir=$DIR/$tdir/migrate_dir
16329         local old_index
16330         local new_index
16331         local old_count
16332         local new_count
16333         local new_hash
16334         local mdt_index
16335         local i
16336         local j
16337
16338         old_index=$((RANDOM % MDSCOUNT))
16339         old_count=$((MDSCOUNT - old_index))
16340         new_index=$((RANDOM % MDSCOUNT))
16341         new_count=$((MDSCOUNT - new_index))
16342         new_hash="all_char"
16343
16344         [ $old_count -gt 1 ] && old_count=$((old_count - RANDOM % old_count))
16345         [ $new_count -gt 1 ] && new_count=$((new_count - RANDOM % new_count))
16346
16347         test_mkdir $DIR/$tdir
16348         test_mkdir -i $old_index -c $old_count $migrate_dir
16349
16350         for ((i=0; i<100; i++)); do
16351                 test_mkdir -i0 -c1 $migrate_dir/dir_${i}
16352                 createmany -o $migrate_dir/dir_${i}/f 100 ||
16353                         error "create files under remote dir failed $i"
16354         done
16355
16356         echo -n "Migrate from MDT$old_index "
16357         [ $old_count -gt 1 ] && echo -n "... MDT$((old_index + old_count - 1)) "
16358         echo -n "to MDT$new_index"
16359         [ $new_count -gt 1 ] && echo -n " ... MDT$((new_index + new_count - 1))"
16360         echo
16361
16362         echo "$LFS migrate -m$new_index -c$new_count -H $new_hash $migrate_dir"
16363         $LFS migrate -m $new_index -c $new_count -H $new_hash $migrate_dir ||
16364                 error "migrate remote dir error"
16365
16366         echo "Finish migration, then checking.."
16367         for file in $(find $migrate_dir); do
16368                 mdt_index=$($LFS getstripe -m $file)
16369                 if [ $mdt_index -lt $new_index ] ||
16370                    [ $mdt_index -gt $((new_index + new_count - 1)) ]; then
16371                         error "$file is on MDT$mdt_index"
16372                 fi
16373         done
16374
16375         rm -rf $DIR/$tdir || error "rm dir failed after migration"
16376 }
16377 run_test 230d "check migrate big directory"
16378
16379 test_230e() {
16380         [ $PARALLEL == "yes" ] && skip "skip parallel run"
16381         [ $MDSCOUNT -lt 2 ] && skip_env "needs >= 2 MDTs"
16382         [ $MDS1_VERSION -lt $(version_code 2.11.52) ] &&
16383                 skip "Need MDS version at least 2.11.52"
16384
16385         local i
16386         local j
16387         local a_fid
16388         local b_fid
16389
16390         mkdir -p $DIR/$tdir
16391         mkdir $DIR/$tdir/migrate_dir
16392         mkdir $DIR/$tdir/other_dir
16393         touch $DIR/$tdir/migrate_dir/a
16394         ln $DIR/$tdir/migrate_dir/a $DIR/$tdir/other_dir/b
16395         ls $DIR/$tdir/other_dir
16396
16397         $LFS migrate -m 1 $DIR/$tdir/migrate_dir ||
16398                 error "migrate dir fails"
16399
16400         mdt_index=$($LFS getstripe -m $DIR/$tdir/migrate_dir)
16401         [ $mdt_index == 1 ] || error "migrate_dir is not on MDT1"
16402
16403         mdt_index=$($LFS getstripe -m $DIR/$tdir/migrate_dir/a)
16404         [ $mdt_index == 0 ] || error "a is not on MDT0"
16405
16406         $LFS migrate -m 1 $DIR/$tdir/other_dir ||
16407                 error "migrate dir fails"
16408
16409         mdt_index=$($LFS getstripe -m $DIR/$tdir/other_dir)
16410         [ $mdt_index == 1 ] || error "other_dir is not on MDT1"
16411
16412         mdt_index=$($LFS getstripe -m $DIR/$tdir/migrate_dir/a)
16413         [ $mdt_index == 1 ] || error "a is not on MDT1"
16414
16415         mdt_index=$($LFS getstripe -m $DIR/$tdir/other_dir/b)
16416         [ $mdt_index == 1 ] || error "b is not on MDT1"
16417
16418         a_fid=$($LFS path2fid $DIR/$tdir/migrate_dir/a)
16419         b_fid=$($LFS path2fid $DIR/$tdir/other_dir/b)
16420
16421         [ "$a_fid" = "$b_fid" ] || error "different fid after migration"
16422
16423         rm -rf $DIR/$tdir || error "rm dir failed after migration"
16424 }
16425 run_test 230e "migrate mulitple local link files"
16426
16427 test_230f() {
16428         [ $PARALLEL == "yes" ] && skip "skip parallel run"
16429         [ $MDSCOUNT -lt 2 ] && skip_env "needs >= 2 MDTs"
16430         [ $MDS1_VERSION -lt $(version_code 2.11.52) ] &&
16431                 skip "Need MDS version at least 2.11.52"
16432
16433         local a_fid
16434         local ln_fid
16435
16436         mkdir -p $DIR/$tdir
16437         mkdir $DIR/$tdir/migrate_dir
16438         $LFS mkdir -i1 $DIR/$tdir/other_dir
16439         touch $DIR/$tdir/migrate_dir/a
16440         ln $DIR/$tdir/migrate_dir/a $DIR/$tdir/other_dir/ln1
16441         ln $DIR/$tdir/migrate_dir/a $DIR/$tdir/other_dir/ln2
16442         ls $DIR/$tdir/other_dir
16443
16444         # a should be migrated to MDT1, since no other links on MDT0
16445         $LFS migrate -m 1 $DIR/$tdir/migrate_dir ||
16446                 error "#1 migrate dir fails"
16447         mdt_index=$($LFS getstripe -m $DIR/$tdir/migrate_dir)
16448         [ $mdt_index == 1 ] || error "migrate_dir is not on MDT1"
16449         mdt_index=$($LFS getstripe -m $DIR/$tdir/migrate_dir/a)
16450         [ $mdt_index == 1 ] || error "a is not on MDT1"
16451
16452         # a should stay on MDT1, because it is a mulitple link file
16453         $LFS migrate -m 0 $DIR/$tdir/migrate_dir ||
16454                 error "#2 migrate dir fails"
16455         mdt_index=$($LFS getstripe -m $DIR/$tdir/migrate_dir/a)
16456         [ $mdt_index == 1 ] || error "a is not on MDT1"
16457
16458         $LFS migrate -m 1 $DIR/$tdir/migrate_dir ||
16459                 error "#3 migrate dir fails"
16460
16461         a_fid=$($LFS path2fid $DIR/$tdir/migrate_dir/a)
16462         ln_fid=$($LFS path2fid $DIR/$tdir/other_dir/ln1)
16463         [ "$a_fid" = "$ln_fid" ] || error "different fid after migrate to MDT1"
16464
16465         rm -rf $DIR/$tdir/other_dir/ln1 || error "unlink ln1 fails"
16466         rm -rf $DIR/$tdir/other_dir/ln2 || error "unlink ln2 fails"
16467
16468         # a should be migrated to MDT0, since no other links on MDT1
16469         $LFS migrate -m 0 $DIR/$tdir/migrate_dir ||
16470                 error "#4 migrate dir fails"
16471         mdt_index=$($LFS getstripe -m $DIR/$tdir/migrate_dir/a)
16472         [ $mdt_index == 0 ] || error "a is not on MDT0"
16473
16474         rm -rf $DIR/$tdir || error "rm dir failed after migration"
16475 }
16476 run_test 230f "migrate mulitple remote link files"
16477
16478 test_230g() {
16479         [ $PARALLEL == "yes" ] && skip "skip parallel run"
16480         [ $MDSCOUNT -lt 2 ] && skip_env "needs >= 2 MDTs"
16481         [ $MDS1_VERSION -lt $(version_code 2.11.52) ] &&
16482                 skip "Need MDS version at least 2.11.52"
16483
16484         mkdir -p $DIR/$tdir/migrate_dir
16485
16486         $LFS migrate -m 1000 $DIR/$tdir/migrate_dir &&
16487                 error "migrating dir to non-exist MDT succeeds"
16488         true
16489 }
16490 run_test 230g "migrate dir to non-exist MDT"
16491
16492 test_230h() {
16493         [ $PARALLEL == "yes" ] && skip "skip parallel run"
16494         [ $MDSCOUNT -lt 2 ] && skip_env "needs >= 2 MDTs"
16495         [ $MDS1_VERSION -lt $(version_code 2.11.52) ] &&
16496                 skip "Need MDS version at least 2.11.52"
16497
16498         local mdt_index
16499
16500         mkdir -p $DIR/$tdir/migrate_dir
16501
16502         $LFS migrate -m1 $DIR &&
16503                 error "migrating mountpoint1 should fail"
16504
16505         $LFS migrate -m1 $DIR/$tdir/.. &&
16506                 error "migrating mountpoint2 should fail"
16507
16508         # same as mv
16509         $LFS migrate -m1 $DIR/$tdir/migrate_dir/.. &&
16510                 error "migrating $tdir/migrate_dir/.. should fail"
16511
16512         true
16513 }
16514 run_test 230h "migrate .. and root"
16515
16516 test_230i() {
16517         [ $PARALLEL == "yes" ] && skip "skip parallel run"
16518         [ $MDSCOUNT -lt 2 ] && skip_env "needs >= 2 MDTs"
16519         [ $MDS1_VERSION -lt $(version_code 2.11.52) ] &&
16520                 skip "Need MDS version at least 2.11.52"
16521
16522         mkdir -p $DIR/$tdir/migrate_dir
16523
16524         $LFS migrate -m 1 $DIR/$tdir/migrate_dir/ ||
16525                 error "migration fails with a tailing slash"
16526
16527         $LFS migrate -m 0 $DIR/$tdir/migrate_dir// ||
16528                 error "migration fails with two tailing slashes"
16529 }
16530 run_test 230i "lfs migrate -m tolerates trailing slashes"
16531
16532 test_230j() {
16533         [ $MDSCOUNT -lt 2 ] && skip "needs >= 2 MDTs"
16534         [ $MDS1_VERSION -lt $(version_code 2.11.52) ] &&
16535                 skip "Need MDS version at least 2.11.52"
16536
16537         $LFS mkdir -m 0 -c 1 $DIR/$tdir || error "mkdir $tdir failed"
16538         $LFS setstripe -E 1M -L mdt $DIR/$tdir/$tfile ||
16539                 error "create $tfile failed"
16540         cat /etc/passwd > $DIR/$tdir/$tfile
16541
16542         $LFS migrate -m 1 $DIR/$tdir
16543
16544         cmp /etc/passwd $DIR/$tdir/$tfile ||
16545                 error "DoM file mismatch after migration"
16546 }
16547 run_test 230j "DoM file data not changed after dir migration"
16548
16549 test_230k() {
16550         [ $MDSCOUNT -lt 4 ] && skip "needs >= 4 MDTs"
16551         [ $MDS1_VERSION -lt $(version_code 2.11.56) ] &&
16552                 skip "Need MDS version at least 2.11.56"
16553
16554         local total=20
16555         local files_on_starting_mdt=0
16556
16557         $LFS mkdir -i -1 -c 2 $DIR/$tdir || error "mkdir failed"
16558         $LFS getdirstripe $DIR/$tdir
16559         for i in $(seq $total); do
16560                 echo $((i*i - i)) > $DIR/$tdir/$tfile.$i || error "write failed"
16561                 [[ $($LFS getstripe -m $DIR/$tdir/$tfile.$i) -eq 0 ]] &&
16562                         files_on_starting_mdt=$((files_on_starting_mdt + 1))
16563         done
16564
16565         echo "$files_on_starting_mdt files on MDT0"
16566
16567         $LFS migrate -m 1,3 $DIR/$tdir || error "migrate -m 1,3 failed"
16568         $LFS getdirstripe $DIR/$tdir
16569
16570         files_on_starting_mdt=0
16571         for i in $(seq $total); do
16572                 $(echo $((i*i - i)) | cmp $DIR/$tdir/$tfile.$i -) ||
16573                         error "file $tfile.$i mismatch after migration"
16574                 [[ $($LFS getstripe -m $DIR/$tdir/$tfile.$i) -eq 1 ]] &&
16575                         files_on_starting_mdt=$((files_on_starting_mdt + 1))
16576         done
16577
16578         echo "$files_on_starting_mdt files on MDT1 after migration"
16579         [[ $files_on_starting_mdt -eq $total ]] && error "all files on MDT1"
16580
16581         $LFS migrate -m 0 -c 2 $DIR/$tdir || error "migrate -m 0 -c 2 failed"
16582         $LFS getdirstripe $DIR/$tdir
16583
16584         files_on_starting_mdt=0
16585         for i in $(seq $total); do
16586                 $(echo $((i*i - i)) | cmp $DIR/$tdir/$tfile.$i -) ||
16587                         error "file $tfile.$i mismatch after 2nd migration"
16588                 [[ $($LFS getstripe -m $DIR/$tdir/$tfile.$i) -eq 0 ]] &&
16589                         files_on_starting_mdt=$((files_on_starting_mdt + 1))
16590         done
16591
16592         echo "$files_on_starting_mdt files on MDT0 after 2nd migration"
16593         [[ $files_on_starting_mdt -eq $total ]] && error "all files on MDT0"
16594
16595         true
16596 }
16597 run_test 230k "file data not changed after dir migration"
16598
16599 test_230l() {
16600         [ $MDSCOUNT -lt 2 ] && skip "needs >= 2 MDTs"
16601         [ $MDS1_VERSION -lt $(version_code 2.11.56) ] &&
16602                 skip "Need MDS version at least 2.11.56"
16603
16604         $LFS mkdir -i 0 -c 1 $DIR/$tdir || error "mkdir failed"
16605         createmany -o $DIR/$tdir/f___________________________________ 1000 ||
16606                 error "create files under remote dir failed $i"
16607         $LFS migrate -m 1 $DIR/$tdir || error "migrate failed"
16608 }
16609 run_test 230l "readdir between MDTs won't crash"
16610
16611 test_230m() {
16612         [ $MDSCOUNT -lt 2 ] && skip "needs >= 2 MDTs"
16613         [ $MDS1_VERSION -lt $(version_code 2.11.56) ] &&
16614                 skip "Need MDS version at least 2.11.56"
16615
16616         local MDTIDX=1
16617         local mig_dir=$DIR/$tdir/migrate_dir
16618         local longstr="aaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaa"
16619         local shortstr="b"
16620         local val
16621
16622         echo "Creating files and dirs with xattrs"
16623         test_mkdir $DIR/$tdir
16624         test_mkdir -i0 -c1 $mig_dir
16625         mkdir $mig_dir/dir
16626         setfattr -n user.attr1 -v $longstr $mig_dir/dir ||
16627                 error "cannot set xattr attr1 on dir"
16628         setfattr -n user.attr2 -v $shortstr $mig_dir/dir ||
16629                 error "cannot set xattr attr2 on dir"
16630         touch $mig_dir/dir/f0
16631         setfattr -n user.attr1 -v $longstr $mig_dir/dir/f0 ||
16632                 error "cannot set xattr attr1 on file"
16633         setfattr -n user.attr2 -v $shortstr $mig_dir/dir/f0 ||
16634                 error "cannot set xattr attr2 on file"
16635         sync ; sync ; echo 3 > /proc/sys/vm/drop_caches
16636         val=$(getfattr --only-values -n user.attr1 $mig_dir/dir 2>/dev/null)
16637         [ "$val" = $longstr ] || error "xattr attr1 not set properly on dir"
16638         val=$(getfattr --only-values -n user.attr2 $mig_dir/dir 2>/dev/null)
16639         [ "$val" = $shortstr ] || error "xattr attr2 not set properly on dir"
16640         val=$(getfattr --only-values -n user.attr1 $mig_dir/dir/f0 2>/dev/null)
16641         [ "$val" = $longstr ] || error "xattr attr1 not set properly on file"
16642         val=$(getfattr --only-values -n user.attr2 $mig_dir/dir/f0 2>/dev/null)
16643         [ "$val" = $shortstr ] || error "xattr attr2 not set properly on file"
16644
16645         echo "Migrating to MDT1"
16646         $LFS migrate -m $MDTIDX $mig_dir ||
16647                 error "fails on migrating dir to MDT1"
16648
16649         sync ; sync ; echo 3 > /proc/sys/vm/drop_caches
16650         echo "Checking xattrs"
16651         val=$(getfattr --only-values -n user.attr1 $mig_dir/dir 2>/dev/null)
16652         [ "$val" = $longstr ] ||
16653                 error "expecting xattr1 $longstr on dir, found $val"
16654         val=$(getfattr --only-values -n user.attr2 $mig_dir/dir 2>/dev/null)
16655         [ "$val" = $shortstr ] ||
16656                 error "expecting xattr2 $shortstr on dir, found $val"
16657         val=$(getfattr --only-values -n user.attr1 $mig_dir/dir/f0 2>/dev/null)
16658         [ "$val" = $longstr ] ||
16659                 error "expecting xattr1 $longstr on file, found $val"
16660         val=$(getfattr --only-values -n user.attr2 $mig_dir/dir/f0 2>/dev/null)
16661         [ "$val" = $shortstr ] ||
16662                 error "expecting xattr2 $shortstr on file, found $val"
16663 }
16664 run_test 230m "xattrs not changed after dir migration"
16665
16666 test_230r() {
16667         [[ $PARALLEL != "yes" ]] || skip "skip parallel run"
16668         [[ $MDSCOUNT -ge 2 ]] || skip_env "needs >= 2 MDTs"
16669         [[ $MDS1_VERSION -ge $(version_code 2.12.5) ]] ||
16670                 skip "Need MDS version at least 2.12.5"
16671
16672         # maximum amount of local locks:
16673         # parent striped dir - 2 locks
16674         # new stripe in parent to migrate to - 1 lock
16675         # source and target - 2 locks
16676         # Total 5 locks for regular file
16677         mkdir -p $DIR/$tdir
16678         $LFS mkdir -i1 -c2 $DIR/$tdir/dir1
16679         touch $DIR/$tdir/dir1/eee
16680
16681         # create 4 hardlink for 4 more locks
16682         # Total: 9 locks > RS_MAX_LOCKS (8)
16683         $LFS mkdir -i1 -c1 $DIR/$tdir/dir2
16684         $LFS mkdir -i1 -c1 $DIR/$tdir/dir3
16685         $LFS mkdir -i1 -c1 $DIR/$tdir/dir4
16686         $LFS mkdir -i1 -c1 $DIR/$tdir/dir5
16687         ln $DIR/$tdir/dir1/eee $DIR/$tdir/dir2/eee
16688         ln $DIR/$tdir/dir1/eee $DIR/$tdir/dir3/eee
16689         ln $DIR/$tdir/dir1/eee $DIR/$tdir/dir4/eee
16690         ln $DIR/$tdir/dir1/eee $DIR/$tdir/dir5/eee
16691
16692         cancel_lru_locks mdc
16693
16694         $LFS migrate -m1 -c1 $DIR/$tdir/dir1 ||
16695                 error "migrate dir fails"
16696
16697         rm -rf $DIR/$tdir || error "rm dir failed after migration"
16698 }
16699 run_test 230r "migrate with too many local locks"
16700
16701 test_231a()
16702 {
16703         # For simplicity this test assumes that max_pages_per_rpc
16704         # is the same across all OSCs
16705         local max_pages=$($LCTL get_param -n osc.*.max_pages_per_rpc | head -n1)
16706         local bulk_size=$((max_pages * PAGE_SIZE))
16707         local brw_size=$(do_facet ost1 $LCTL get_param -n obdfilter.*.brw_size |
16708                                        head -n 1)
16709
16710         mkdir -p $DIR/$tdir
16711         $LFS setstripe -S ${brw_size}M $DIR/$tdir ||
16712                 error "failed to set stripe with -S ${brw_size}M option"
16713
16714         # clear the OSC stats
16715         $LCTL set_param osc.*.stats=0 &>/dev/null
16716         stop_writeback
16717
16718         # Client writes $bulk_size - there must be 1 rpc for $max_pages.
16719         dd if=/dev/zero of=$DIR/$tdir/$tfile bs=$bulk_size count=1 \
16720                 oflag=direct &>/dev/null || error "dd failed"
16721
16722         sync; sleep 1; sync # just to be safe
16723         local nrpcs=$($LCTL get_param osc.*.stats |awk '/ost_write/ {print $2}')
16724         if [ x$nrpcs != "x1" ]; then
16725                 $LCTL get_param osc.*.stats
16726                 error "found $nrpcs ost_write RPCs, not 1 as expected"
16727         fi
16728
16729         start_writeback
16730         # Drop the OSC cache, otherwise we will read from it
16731         cancel_lru_locks osc
16732
16733         # clear the OSC stats
16734         $LCTL set_param osc.*.stats=0 &>/dev/null
16735
16736         # Client reads $bulk_size.
16737         dd if=$DIR/$tdir/$tfile of=/dev/null bs=$bulk_size count=1 \
16738                 iflag=direct &>/dev/null || error "dd failed"
16739
16740         nrpcs=$($LCTL get_param osc.*.stats | awk '/ost_read/ { print $2 }')
16741         if [ x$nrpcs != "x1" ]; then
16742                 $LCTL get_param osc.*.stats
16743                 error "found $nrpcs ost_read RPCs, not 1 as expected"
16744         fi
16745 }
16746 run_test 231a "checking that reading/writing of BRW RPC size results in one RPC"
16747
16748 test_231b() {
16749         mkdir -p $DIR/$tdir
16750         local i
16751         for i in {0..1023}; do
16752                 dd if=/dev/zero of=$DIR/$tdir/$tfile conv=notrunc \
16753                         seek=$((2 * i)) bs=4096 count=1 &>/dev/null ||
16754                         error "dd of=$DIR/$tdir/$tfile seek=$((2 * i)) failed"
16755         done
16756         sync
16757 }
16758 run_test 231b "must not assert on fully utilized OST request buffer"
16759
16760 test_232a() {
16761         mkdir -p $DIR/$tdir
16762         $LFS setstripe -c1 -i0 $DIR/$tdir/$tfile
16763
16764         #define OBD_FAIL_LDLM_OST_LVB            0x31c
16765         do_facet ost1 $LCTL set_param fail_loc=0x31c
16766
16767         # ignore dd failure
16768         dd if=/dev/zero of=$DIR/$tdir/$tfile bs=1M count=1 || true
16769
16770         do_facet ost1 $LCTL set_param fail_loc=0
16771         umount_client $MOUNT || error "umount failed"
16772         mount_client $MOUNT || error "mount failed"
16773         stop ost1 || error "cannot stop ost1"
16774         start ost1 $(ostdevname 1) $OST_MOUNT_OPTS || error "cannot start ost1"
16775 }
16776 run_test 232a "failed lock should not block umount"
16777
16778 test_232b() {
16779         [ $MDS1_VERSION -ge $(version_code 2.10.58) ] ||
16780                 skip "Need MDS version at least 2.10.58"
16781
16782         mkdir -p $DIR/$tdir
16783         $LFS setstripe -c1 -i0 $DIR/$tdir/$tfile
16784         dd if=/dev/zero of=$DIR/$tdir/$tfile bs=1M count=1
16785         sync
16786         cancel_lru_locks osc
16787
16788         #define OBD_FAIL_LDLM_OST_LVB            0x31c
16789         do_facet ost1 $LCTL set_param fail_loc=0x31c
16790
16791         # ignore failure
16792         $LFS data_version $DIR/$tdir/$tfile || true
16793
16794         do_facet ost1 $LCTL set_param fail_loc=0
16795         umount_client $MOUNT || error "umount failed"
16796         mount_client $MOUNT || error "mount failed"
16797         stop ost1 || error "cannot stop ost1"
16798         start ost1 $(ostdevname 1) $OST_MOUNT_OPTS || error "cannot start ost1"
16799 }
16800 run_test 232b "failed data version lock should not block umount"
16801
16802 test_233a() {
16803         [ $MDS1_VERSION -ge $(version_code 2.3.64) ] ||
16804                 skip "Need MDS version at least 2.3.64"
16805         [ -n "$FILESET" ] && skip_env "SKIP due to FILESET set"
16806
16807         local fid=$($LFS path2fid $MOUNT)
16808
16809         stat $MOUNT/.lustre/fid/$fid > /dev/null ||
16810                 error "cannot access $MOUNT using its FID '$fid'"
16811 }
16812 run_test 233a "checking that OBF of the FS root succeeds"
16813
16814 test_233b() {
16815         [ $MDS1_VERSION -ge $(version_code 2.5.90) ] ||
16816                 skip "Need MDS version at least 2.5.90"
16817         [ -n "$FILESET" ] && skip_env "SKIP due to FILESET set"
16818
16819         local fid=$($LFS path2fid $MOUNT/.lustre)
16820
16821         stat $MOUNT/.lustre/fid/$fid > /dev/null ||
16822                 error "cannot access $MOUNT/.lustre using its FID '$fid'"
16823
16824         fid=$($LFS path2fid $MOUNT/.lustre/fid)
16825         stat $MOUNT/.lustre/fid/$fid > /dev/null ||
16826                 error "cannot access $MOUNT/.lustre/fid using its FID '$fid'"
16827 }
16828 run_test 233b "checking that OBF of the FS .lustre succeeds"
16829
16830 test_234() {
16831         local p="$TMP/sanityN-$TESTNAME.parameters"
16832         save_lustre_params client "llite.*.xattr_cache" > $p
16833         lctl set_param llite.*.xattr_cache 1 ||
16834                 skip_env "xattr cache is not supported"
16835
16836         mkdir -p $DIR/$tdir || error "mkdir failed"
16837         touch $DIR/$tdir/$tfile || error "touch failed"
16838         # OBD_FAIL_LLITE_XATTR_ENOMEM
16839         $LCTL set_param fail_loc=0x1405
16840         getfattr -n user.attr $DIR/$tdir/$tfile &&
16841                 error "getfattr should have failed with ENOMEM"
16842         $LCTL set_param fail_loc=0x0
16843         rm -rf $DIR/$tdir
16844
16845         restore_lustre_params < $p
16846         rm -f $p
16847 }
16848 run_test 234 "xattr cache should not crash on ENOMEM"
16849
16850 test_235() {
16851         [ $MDS1_VERSION -lt $(version_code 2.4.52) ] &&
16852                 skip "Need MDS version at least 2.4.52"
16853
16854         flock_deadlock $DIR/$tfile
16855         local RC=$?
16856         case $RC in
16857                 0)
16858                 ;;
16859                 124) error "process hangs on a deadlock"
16860                 ;;
16861                 *) error "error executing flock_deadlock $DIR/$tfile"
16862                 ;;
16863         esac
16864 }
16865 run_test 235 "LU-1715: flock deadlock detection does not work properly"
16866
16867 #LU-2935
16868 test_236() {
16869         check_swap_layouts_support
16870
16871         local ref1=/etc/passwd
16872         local ref2=/etc/group
16873         local file1=$DIR/$tdir/f1
16874         local file2=$DIR/$tdir/f2
16875
16876         test_mkdir -c1 $DIR/$tdir
16877         $SETSTRIPE -c 1 $file1 || error "cannot setstripe on '$file1': rc = $?"
16878         cp $ref1 $file1 || error "cp $ref1 $file1 failed: rc = $?"
16879         $SETSTRIPE -c 2 $file2 || error "cannot setstripe on '$file2': rc = $?"
16880         cp $ref2 $file2 || error "cp $ref2 $file2 failed: rc = $?"
16881         local fd=$(free_fd)
16882         local cmd="exec $fd<>$file2"
16883         eval $cmd
16884         rm $file2
16885         $LFS swap_layouts $file1 /proc/self/fd/${fd} ||
16886                 error "cannot swap layouts of '$file1' and /proc/self/fd/${fd}"
16887         cmd="exec $fd>&-"
16888         eval $cmd
16889         cmp $ref2 $file1 || error "content compare failed ($ref2 != $file1)"
16890
16891         #cleanup
16892         rm -rf $DIR/$tdir
16893 }
16894 run_test 236 "Layout swap on open unlinked file"
16895
16896 # LU-4659 linkea consistency
16897 test_238() {
16898         [[ $MDS1_VERSION -gt $(version_code 2.5.57) ]] ||
16899                 [[ $MDS1_VERSION -gt $(version_code 2.5.1) &&
16900                    $MDS1_VERSION -lt $(version_code 2.5.50) ]] ||
16901                 skip "Need MDS version at least 2.5.58 or 2.5.2+"
16902
16903         touch $DIR/$tfile
16904         ln $DIR/$tfile $DIR/$tfile.lnk
16905         touch $DIR/$tfile.new
16906         mv $DIR/$tfile.new $DIR/$tfile
16907         local fid1=$($LFS path2fid $DIR/$tfile)
16908         local fid2=$($LFS path2fid $DIR/$tfile.lnk)
16909         local path1=$($LFS fid2path $FSNAME "$fid1")
16910         [ $tfile == $path1 ] || error "linkea inconsistent: $tfile $fid1 $path1"
16911         local path2=$($LFS fid2path $FSNAME "$fid2")
16912         [ $tfile.lnk == $path2 ] ||
16913                 error "linkea inconsistent: $tfile.lnk $fid2 $path2!"
16914         rm -f $DIR/$tfile*
16915 }
16916 run_test 238 "Verify linkea consistency"
16917
16918 test_239A() { # was test_239
16919         [ $MDS1_VERSION -lt $(version_code 2.5.60) ] &&
16920                 skip "Need MDS version at least 2.5.60"
16921
16922         local list=$(comma_list $(mdts_nodes))
16923
16924         mkdir -p $DIR/$tdir
16925         createmany -o $DIR/$tdir/f- 5000
16926         unlinkmany $DIR/$tdir/f- 5000
16927         [ $MDS1_VERSION -gt $(version_code 2.10.4) ] &&
16928                 do_nodes $list "lctl set_param -n osp.*.force_sync=1"
16929         changes=$(do_nodes $list "lctl get_param -n osp.*MDT*.sync_changes \
16930                         osp.*MDT*.sync_in_flight" | calc_sum)
16931         [ "$changes" -eq 0 ] || error "$changes not synced"
16932 }
16933 run_test 239A "osp_sync test"
16934
16935 test_239a() { #LU-5297
16936         remote_mds_nodsh && skip "remote MDS with nodsh"
16937
16938         touch $DIR/$tfile
16939         #define OBD_FAIL_OSP_CHECK_INVALID_REC     0x2100
16940         do_facet $SINGLEMDS $LCTL set_param fail_loc=0x2100
16941         chgrp $RUNAS_GID $DIR/$tfile
16942         wait_delete_completed
16943 }
16944 run_test 239a "process invalid osp sync record correctly"
16945
16946 test_239b() { #LU-5297
16947         remote_mds_nodsh && skip "remote MDS with nodsh"
16948
16949         touch $DIR/$tfile1
16950         #define OBD_FAIL_OSP_CHECK_ENOMEM     0x2101
16951         do_facet $SINGLEMDS $LCTL set_param fail_loc=0x2101
16952         chgrp $RUNAS_GID $DIR/$tfile1
16953         wait_delete_completed
16954         do_facet $SINGLEMDS $LCTL set_param fail_loc=0
16955         touch $DIR/$tfile2
16956         chgrp $RUNAS_GID $DIR/$tfile2
16957         wait_delete_completed
16958 }
16959 run_test 239b "process osp sync record with ENOMEM error correctly"
16960
16961 test_240() {
16962         [ $MDSCOUNT -lt 2 ] && skip_env "needs >= 2 MDTs"
16963         remote_mds_nodsh && skip "remote MDS with nodsh"
16964
16965         mkdir -p $DIR/$tdir
16966
16967         $LFS mkdir -i 0 $DIR/$tdir/d0 ||
16968                 error "failed to mkdir $DIR/$tdir/d0 on MDT0"
16969         $LFS mkdir -i 1 $DIR/$tdir/d0/d1 ||
16970                 error "failed to mkdir $DIR/$tdir/d0/d1 on MDT1"
16971
16972         umount_client $MOUNT || error "umount failed"
16973         #define OBD_FAIL_TGT_DELAY_CONDITIONAL   0x713
16974         do_facet mds2 lctl set_param fail_loc=0x713 fail_val=1
16975         mount_client $MOUNT || error "failed to mount client"
16976
16977         echo "stat $DIR/$tdir/d0/d1, should not fail/ASSERT"
16978         stat $DIR/$tdir/d0/d1 || error "fail to stat $DIR/$tdir/d0/d1"
16979 }
16980 run_test 240 "race between ldlm enqueue and the connection RPC (no ASSERT)"
16981
16982 test_241_bio() {
16983         local count=$1
16984         local bsize=$2
16985
16986         for LOOP in $(seq $count); do
16987                 dd if=$DIR/$tfile of=/dev/null bs=$bsize count=1 2>/dev/null
16988                 cancel_lru_locks $OSC || true
16989         done
16990 }
16991
16992 test_241_dio() {
16993         local count=$1
16994         local bsize=$2
16995
16996         for LOOP in $(seq $1); do
16997                 dd if=$DIR/$tfile of=/dev/null bs=$bsize count=1 iflag=direct \
16998                         2>/dev/null
16999         done
17000 }
17001
17002 test_241a() { # was test_241
17003         local bsize=$PAGE_SIZE
17004
17005         (( bsize < 40960 )) && bsize=40960
17006         dd if=/dev/zero of=$DIR/$tfile count=1 bs=$bsize
17007         ls -la $DIR/$tfile
17008         cancel_lru_locks $OSC
17009         test_241_bio 1000 $bsize &
17010         PID=$!
17011         test_241_dio 1000 $bsize
17012         wait $PID
17013 }
17014 run_test 241a "bio vs dio"
17015
17016 test_241b() {
17017         local bsize=$PAGE_SIZE
17018
17019         (( bsize < 40960 )) && bsize=40960
17020         dd if=/dev/zero of=$DIR/$tfile count=1 bs=$bsize
17021         ls -la $DIR/$tfile
17022         test_241_dio 1000 $bsize &
17023         PID=$!
17024         test_241_dio 1000 $bsize
17025         wait $PID
17026 }
17027 run_test 241b "dio vs dio"
17028
17029 test_242() {
17030         remote_mds_nodsh && skip "remote MDS with nodsh"
17031
17032         mkdir -p $DIR/$tdir
17033         touch $DIR/$tdir/$tfile
17034
17035         #define OBD_FAIL_MDS_READPAGE_PACK      0x105
17036         do_facet mds1 lctl set_param fail_loc=0x105
17037         /bin/ls $DIR/$tdir && error "ls $DIR/$tdir should fail"
17038
17039         do_facet mds1 lctl set_param fail_loc=0
17040         /bin/ls $DIR/$tdir || error "ls $DIR/$tdir failed"
17041 }
17042 run_test 242 "mdt_readpage failure should not cause directory unreadable"
17043
17044 test_243()
17045 {
17046         test_mkdir $DIR/$tdir
17047         group_lock_test -d $DIR/$tdir || error "A group lock test failed"
17048 }
17049 run_test 243 "various group lock tests"
17050
17051 test_244()
17052 {
17053         test_mkdir $DIR/$tdir
17054         dd if=/dev/zero of=$DIR/$tdir/$tfile bs=1M count=35
17055         sendfile_grouplock $DIR/$tdir/$tfile || \
17056                 error "sendfile+grouplock failed"
17057         rm -rf $DIR/$tdir
17058 }
17059 run_test 244 "sendfile with group lock tests"
17060
17061 test_245() {
17062         local flagname="multi_mod_rpcs"
17063         local connect_data_name="max_mod_rpcs"
17064         local out
17065
17066         # check if multiple modify RPCs flag is set
17067         out=$($LCTL get_param mdc.$FSNAME-MDT0000-*.import |
17068                 grep "connect_flags:")
17069         echo "$out"
17070
17071         echo "$out" | grep -qw $flagname
17072         if [ $? -ne 0 ]; then
17073                 echo "connect flag $flagname is not set"
17074                 return
17075         fi
17076
17077         # check if multiple modify RPCs data is set
17078         out=$($LCTL get_param mdc.$FSNAME-MDT0000-*.import)
17079         echo "$out"
17080
17081         echo "$out" | grep -qw $connect_data_name ||
17082                 error "import should have connect data $connect_data_name"
17083 }
17084 run_test 245 "check mdc connection flag/data: multiple modify RPCs"
17085
17086 test_246() { # LU-7371
17087         remote_ost_nodsh && skip "remote OST with nodsh"
17088         [ $OST1_VERSION -lt $(version_code 2.7.62) ] &&
17089                 skip "Need OST version >= 2.7.62"
17090
17091         do_facet ost1 $LCTL set_param fail_val=4095
17092 #define OBD_FAIL_OST_READ_SIZE          0x234
17093         do_facet ost1 $LCTL set_param fail_loc=0x234
17094         $LFS setstripe $DIR/$tfile -i 0 -c 1
17095         dd if=/dev/zero of=$DIR/$tfile bs=4095 count=1 > /dev/null 2>&1
17096         cancel_lru_locks $FSNAME-OST0000
17097         dd if=$DIR/$tfile of=/dev/null bs=1048576 || error "Read failed"
17098 }
17099 run_test 246 "Read file of size 4095 should return right length"
17100
17101 cleanup_247() {
17102         local submount=$1
17103
17104         trap 0
17105         umount_client $submount
17106         rmdir $submount
17107 }
17108
17109 test_247a() {
17110         lctl get_param -n mdc.$FSNAME-MDT0000*.import |
17111                 grep -q subtree ||
17112                 skip_env "Fileset feature is not supported"
17113
17114         local submount=${MOUNT}_$tdir
17115
17116         mkdir $MOUNT/$tdir
17117         mkdir -p $submount || error "mkdir $submount failed"
17118         FILESET="$FILESET/$tdir" mount_client $submount ||
17119                 error "mount $submount failed"
17120         trap "cleanup_247 $submount" EXIT
17121         echo foo > $submount/$tfile || error "write $submount/$tfile failed"
17122         [ $(cat $MOUNT/$tdir/$tfile) = "foo" ] ||
17123                 error "read $MOUNT/$tdir/$tfile failed"
17124         cleanup_247 $submount
17125 }
17126 run_test 247a "mount subdir as fileset"
17127
17128 test_247b() {
17129         lctl get_param -n mdc.$FSNAME-MDT0000*.import | grep -q subtree ||
17130                 skip_env "Fileset feature is not supported"
17131
17132         local submount=${MOUNT}_$tdir
17133
17134         rm -rf $MOUNT/$tdir
17135         mkdir -p $submount || error "mkdir $submount failed"
17136         SKIP_FILESET=1
17137         FILESET="$FILESET/$tdir" mount_client $submount &&
17138                 error "mount $submount should fail"
17139         rmdir $submount
17140 }
17141 run_test 247b "mount subdir that dose not exist"
17142
17143 test_247c() {
17144         lctl get_param -n mdc.$FSNAME-MDT0000*.import | grep -q subtree ||
17145                 skip_env "Fileset feature is not supported"
17146
17147         local submount=${MOUNT}_$tdir
17148
17149         mkdir -p $MOUNT/$tdir/dir1
17150         mkdir -p $submount || error "mkdir $submount failed"
17151         trap "cleanup_247 $submount" EXIT
17152         FILESET="$FILESET/$tdir" mount_client $submount ||
17153                 error "mount $submount failed"
17154         local fid=$($LFS path2fid $MOUNT/)
17155         $LFS fid2path $submount $fid && error "fid2path should fail"
17156         cleanup_247 $submount
17157 }
17158 run_test 247c "running fid2path outside root"
17159
17160 test_247d() {
17161         lctl get_param -n mdc.$FSNAME-MDT0000*.import | grep -q subtree ||
17162                 skip "Fileset feature is not supported"
17163
17164         local submount=${MOUNT}_$tdir
17165
17166         mkdir -p $MOUNT/$tdir/dir1
17167         mkdir -p $submount || error "mkdir $submount failed"
17168         FILESET="$FILESET/$tdir" mount_client $submount ||
17169                 error "mount $submount failed"
17170         trap "cleanup_247 $submount" EXIT
17171         local fid=$($LFS path2fid $submount/dir1)
17172         $LFS fid2path $submount $fid || error "fid2path should succeed"
17173         cleanup_247 $submount
17174 }
17175 run_test 247d "running fid2path inside root"
17176
17177 # LU-8037
17178 test_247e() {
17179         lctl get_param -n mdc.$FSNAME-MDT0000*.import |
17180                 grep -q subtree ||
17181                 skip "Fileset feature is not supported"
17182
17183         local submount=${MOUNT}_$tdir
17184
17185         mkdir $MOUNT/$tdir
17186         mkdir -p $submount || error "mkdir $submount failed"
17187         FILESET="$FILESET/.." mount_client $submount &&
17188                 error "mount $submount should fail"
17189         rmdir $submount
17190 }
17191 run_test 247e "mount .. as fileset"
17192
17193 test_247f() {
17194         [ $MDSCOUNT -lt 2 ] && skip_env "needs >= 2 MDTs"
17195         [ $MDS1_VERSION -lt $(version_code 2.12.6) ] &&
17196                 skip "Need at least version 2.12.6"
17197         [ $CLIENT_VERSION -lt $(version_code 2.12.6) ] &&
17198                 skip "Need at least version 2.12.6"
17199         lctl get_param -n mdc.$FSNAME-MDT0000*.import |
17200                 grep -q subtree ||
17201                 skip "Fileset feature is not supported"
17202
17203         mkdir $DIR/$tdir || error "mkdir $tdir failed"
17204         $LFS mkdir -i $((MDSCOUNT - 1)) $DIR/$tdir/remote ||
17205                 error "mkdir remote failed"
17206         mkdir $DIR/$tdir/remote/subdir || error "mkdir remote/subdir failed"
17207         $LFS mkdir -i 0 -c $MDSCOUNT $DIR/$tdir/striped ||
17208                 error "mkdir striped failed"
17209         mkdir $DIR/$tdir/striped/subdir || error "mkdir striped/subdir failed"
17210
17211         local submount=${MOUNT}_$tdir
17212
17213         mkdir -p $submount || error "mkdir $submount failed"
17214         stack_trap "rmdir $submount"
17215
17216         local dir
17217         local stat
17218         local fileset=$FILESET
17219         local mdts=$(comma_list $(mdts_nodes))
17220
17221         stat=$(do_facet mds1 $LCTL get_param -n \
17222                 mdt.*MDT0000.enable_remote_subdir_mount)
17223         stack_trap "do_nodes $mdts $LCTL set_param \
17224                 mdt.*.enable_remote_subdir_mount=$stat"
17225
17226         do_nodes $mdts "$LCTL set_param mdt.*.enable_remote_subdir_mount=0"
17227         stack_trap "umount_client $submount"
17228         FILESET="$fileset/$tdir/remote" mount_client $submount &&
17229                 error "mount remote dir $dir should fail"
17230
17231         for dir in $tdir/remote/subdir $tdir/striped $tdir/striped/subdir \
17232                 $tdir/striped/. ; do
17233                 FILESET="$fileset/$dir" mount_client $submount ||
17234                         error "mount $dir failed"
17235                 umount_client $submount
17236         done
17237
17238         do_nodes $mdts "$LCTL set_param mdt.*.enable_remote_subdir_mount=1"
17239         FILESET="$fileset/$tdir/remote" mount_client $submount ||
17240                 error "mount $tdir/remote failed"
17241 }
17242 run_test 247f "mount striped or remote directory as fileset"
17243
17244 test_247g() {
17245         [ $MDSCOUNT -lt 4 ] && skip_env "needs >= 4 MDTs"
17246         [ $CLIENT_VERSION -lt $(version_code 2.12.6) ] &&
17247                 skip "Need at least version 2.12.6"
17248
17249         $LFS mkdir -i 0 -c 4 -H fnv_1a_64 $DIR/$tdir ||
17250                 error "mkdir $tdir failed"
17251         touch $DIR/$tdir/$tfile || error "touch $tfile failed"
17252
17253         local submount=${MOUNT}_$tdir
17254
17255         mkdir -p $submount || error "mkdir $submount failed"
17256         stack_trap "rmdir $submount"
17257
17258         FILESET="$fileset/$tdir" mount_client $submount ||
17259                 error "mount $dir failed"
17260         stack_trap "umount $submount"
17261
17262         local mdts=$(comma_list $(mdts_nodes))
17263
17264         local nrpcs
17265
17266         stat $submount > /dev/null
17267         cancel_lru_locks $MDC
17268         stat $submount > /dev/null
17269         stat $submount/$tfile > /dev/null
17270         do_nodes $mdts "$LCTL set_param mdt.*.md_stats=clear > /dev/null"
17271         stat $submount/$tfile > /dev/null
17272         nrpcs=$(do_nodes $mdts "lctl get_param -n mdt.*.md_stats" |
17273                 awk '/getattr/ {sum += $2} END {print sum}')
17274
17275         [ -z "$nrpcs" ] || error "$nrpcs extra getattr sent"
17276 }
17277 run_test 247g "mount striped directory as fileset caches ROOT lookup lock"
17278
17279 test_248() {
17280         local fast_read_sav=$($LCTL get_param -n llite.*.fast_read 2>/dev/null)
17281         [ -z "$fast_read_sav" ] && skip "no fast read support"
17282
17283         # create a large file for fast read verification
17284         dd if=/dev/zero of=$DIR/$tfile bs=1M count=128 > /dev/null 2>&1
17285
17286         # make sure the file is created correctly
17287         $CHECKSTAT -s $((128*1024*1024)) $DIR/$tfile ||
17288                 { rm -f $DIR/$tfile; skip "file creation error"; }
17289
17290         echo "Test 1: verify that fast read is 4 times faster on cache read"
17291
17292         # small read with fast read enabled
17293         $LCTL set_param -n llite.*.fast_read=1
17294         local t_fast=$(dd if=$DIR/$tfile of=/dev/null bs=4k 2>&1 |
17295                 egrep -o '([[:digit:]\.\,e-]+) s' | cut -d's' -f1 |
17296                 sed -e 's/,/./' -e 's/[eE]+*/\*10\^/')
17297         # small read with fast read disabled
17298         $LCTL set_param -n llite.*.fast_read=0
17299         local t_slow=$(dd if=$DIR/$tfile of=/dev/null bs=4k 2>&1 |
17300                 egrep -o '([[:digit:]\.\,e-]+) s' | cut -d's' -f1 |
17301                 sed -e 's/,/./' -e 's/[eE]+*/\*10\^/')
17302
17303         # verify that fast read is 4 times faster for cache read
17304         [ $(bc <<< "4 * $t_fast < $t_slow") -eq 1 ] ||
17305                 error_not_in_vm "fast read was not 4 times faster: " \
17306                            "$t_fast vs $t_slow"
17307
17308         echo "Test 2: verify the performance between big and small read"
17309         $LCTL set_param -n llite.*.fast_read=1
17310
17311         # 1k non-cache read
17312         cancel_lru_locks osc
17313         local t_1k=$(dd if=$DIR/$tfile of=/dev/null bs=1k 2>&1 |
17314                 egrep -o '([[:digit:]\.\,e-]+) s' | cut -d's' -f1 |
17315                 sed -e 's/,/./' -e 's/[eE]+*/\*10\^/')
17316
17317         # 1M non-cache read
17318         cancel_lru_locks osc
17319         local t_1m=$(dd if=$DIR/$tfile of=/dev/null bs=1k 2>&1 |
17320                 egrep -o '([[:digit:]\.\,e-]+) s' | cut -d's' -f1 |
17321                 sed -e 's/,/./' -e 's/[eE]+*/\*10\^/')
17322
17323         # verify that big IO is not 4 times faster than small IO
17324         [ $(bc <<< "4 * $t_1k >= $t_1m") -eq 1 ] ||
17325                 error_not_in_vm "bigger IO is way too fast: $t_1k vs $t_1m"
17326
17327         $LCTL set_param -n llite.*.fast_read=$fast_read_sav
17328         rm -f $DIR/$tfile
17329 }
17330 run_test 248 "fast read verification"
17331
17332 test_249() { # LU-7890
17333         [ $MDS1_VERSION -lt $(version_code 2.8.53) ] &&
17334                 skip "Need at least version 2.8.54"
17335
17336         rm -f $DIR/$tfile
17337         $SETSTRIPE -c 1 $DIR/$tfile
17338         # Offset 2T == 4k * 512M
17339         dd if=/dev/zero of=$DIR/$tfile bs=4k count=1 seek=512M ||
17340                 error "dd to 2T offset failed"
17341 }
17342 run_test 249 "Write above 2T file size"
17343
17344 test_250() {
17345         [ "$(facet_fstype ost$(($($GETSTRIPE -i $DIR/$tfile) + 1)))" = "zfs" ] \
17346          && skip "no 16TB file size limit on ZFS"
17347
17348         $SETSTRIPE -c 1 $DIR/$tfile
17349         # ldiskfs extent file size limit is (16TB - 4KB - 1) bytes
17350         local size=$((16 * 1024 * 1024 * 1024 * 1024 - 4096 - 1))
17351         $TRUNCATE $DIR/$tfile $size || error "truncate $tfile to $size failed"
17352         dd if=/dev/zero of=$DIR/$tfile bs=10 count=1 oflag=append \
17353                 conv=notrunc,fsync && error "append succeeded"
17354         return 0
17355 }
17356 run_test 250 "Write above 16T limit"
17357
17358 test_251() {
17359         $SETSTRIPE -c -1 -S 1048576 $DIR/$tfile
17360
17361         #define OBD_FAIL_LLITE_LOST_LAYOUT 0x1407
17362         #Skip once - writing the first stripe will succeed
17363         $LCTL set_param fail_loc=0xa0001407 fail_val=1
17364         $MULTIOP $DIR/$tfile o:O_RDWR:w2097152c 2>&1 | grep -q "short write" &&
17365                 error "short write happened"
17366
17367         $LCTL set_param fail_loc=0xa0001407 fail_val=1
17368         $MULTIOP $DIR/$tfile or2097152c 2>&1 | grep -q "short read" &&
17369                 error "short read happened"
17370
17371         rm -f $DIR/$tfile
17372 }
17373 run_test 251 "Handling short read and write correctly"
17374
17375 test_252() {
17376         remote_mds_nodsh && skip "remote MDS with nodsh"
17377         remote_ost_nodsh && skip "remote OST with nodsh"
17378         if [ "$ost1_FSTYPE" != "ldiskfs" -o "$mds1_FSTYPE" != "ldiskfs" ]; then
17379                 skip_env "ldiskfs only test"
17380         fi
17381
17382         local tgt
17383         local dev
17384         local out
17385         local uuid
17386         local num
17387         local gen
17388
17389         # check lr_reader on OST0000
17390         tgt=ost1
17391         dev=$(facet_device $tgt)
17392         out=$(do_facet $tgt $LR_READER $dev)
17393         [ $? -eq 0 ] || error "$LR_READER failed on target $tgt device $dev"
17394         echo "$out"
17395         uuid=$(echo "$out" | grep -i uuid | awk '{ print $2 }')
17396         [ "$uuid" == "$(ostuuid_from_index 0)" ] ||
17397                 error "Invalid uuid returned by $LR_READER on target $tgt"
17398         echo -e "uuid returned by $LR_READER is '$uuid'\n"
17399
17400         # check lr_reader -c on MDT0000
17401         tgt=mds1
17402         dev=$(facet_device $tgt)
17403         if ! do_facet $tgt $LR_READER -h | grep -q OPTIONS; then
17404                 skip "$LR_READER does not support additional options"
17405         fi
17406         out=$(do_facet $tgt $LR_READER -c $dev)
17407         [ $? -eq 0 ] || error "$LR_READER failed on target $tgt device $dev"
17408         echo "$out"
17409         num=$(echo "$out" | grep -c "mdtlov")
17410         [ "$num" -eq $((MDSCOUNT - 1)) ] ||
17411                 error "Invalid number of mdtlov clients returned by $LR_READER"
17412         echo -e "Number of mdtlov clients returned by $LR_READER is '$num'\n"
17413
17414         # check lr_reader -cr on MDT0000
17415         out=$(do_facet $tgt $LR_READER -cr $dev)
17416         [ $? -eq 0 ] || error "$LR_READER failed on target $tgt device $dev"
17417         echo "$out"
17418         echo "$out" | grep -q "^reply_data:$" ||
17419                 error "$LR_READER should have returned 'reply_data' section"
17420         num=$(echo "$out" | grep -c "client_generation")
17421         echo -e "Number of reply data returned by $LR_READER is '$num'\n"
17422 }
17423 run_test 252 "check lr_reader tool"
17424
17425 test_253_fill_ost() {
17426         local size_mb #how many MB should we write to pass watermark
17427         local lwm=$3  #low watermark
17428         local free_10mb #10% of free space
17429
17430         free_kb=$($LFS df $MOUNT | grep $1 | awk '{ print $4 }')
17431         size_mb=$((free_kb / 1024 - lwm))
17432         free_10mb=$((free_kb / 10240))
17433         #If 10% of free space cross low watermark use it
17434         if (( free_10mb > size_mb )); then
17435                 size_mb=$free_10mb
17436         else
17437                 #At least we need to store 1.1 of difference between
17438                 #free space and low watermark
17439                 size_mb=$((size_mb + size_mb / 10))
17440         fi
17441         if (( lwm <= $((free_kb / 1024)) )) || [ ! -f $DIR/$tdir/1 ]; then
17442                 dd if=/dev/zero of=$DIR/$tdir/1 bs=1M count=$size_mb \
17443                          oflag=append conv=notrunc
17444         fi
17445
17446         sleep_maxage
17447
17448         free_kb=$($LFS df $MOUNT | grep $1 | awk '{ print $4 }')
17449         echo "OST still has $((free_kb / 1024)) mbytes free"
17450 }
17451
17452 test_253() {
17453         [ $PARALLEL == "yes" ] && skip "skip parallel run"
17454         remote_mds_nodsh && skip "remote MDS with nodsh"
17455         remote_mgs_nodsh && skip "remote MGS with nodsh"
17456
17457         local ostidx=0
17458         local rc=0
17459
17460         local ost_name=$($LFS osts |
17461                 sed -n 's/^'$ostidx': \(.*\)_UUID .*/\1/p')
17462         # on the mdt's osc
17463         local mdtosc_proc1=$(get_mdtosc_proc_path $SINGLEMDS $ost_name)
17464         do_facet $SINGLEMDS $LCTL get_param -n \
17465                 osp.$mdtosc_proc1.reserved_mb_high ||
17466                 skip  "remote MDS does not support reserved_mb_high"
17467
17468         rm -rf $DIR/$tdir
17469         wait_mds_ost_sync
17470         wait_delete_completed
17471         mkdir $DIR/$tdir
17472
17473         local last_wm_h=$(do_facet $SINGLEMDS $LCTL get_param -n \
17474                         osp.$mdtosc_proc1.reserved_mb_high)
17475         local last_wm_l=$(do_facet $SINGLEMDS $LCTL get_param -n \
17476                         osp.$mdtosc_proc1.reserved_mb_low)
17477         echo "prev high watermark $last_wm_h, prev low watermark $last_wm_l"
17478
17479         create_pool $FSNAME.$TESTNAME || error "Pool creation failed"
17480         do_facet mgs $LCTL pool_add $FSNAME.$TESTNAME $ost_name ||
17481                 error "Adding $ost_name to pool failed"
17482
17483         # Wait for client to see a OST at pool
17484         wait_update $HOSTNAME "$LCTL get_param -n
17485                 lov.$FSNAME-*.pools.$TESTNAME | sort -u |
17486                 grep $ost_name" "$ost_name""_UUID" $((TIMEOUT/2)) ||
17487                 error "Client can not see the pool"
17488         $SETSTRIPE $DIR/$tdir -i $ostidx -c 1 -p $FSNAME.$TESTNAME ||
17489                 error "Setstripe failed"
17490
17491         dd if=/dev/zero of=$DIR/$tdir/0 bs=1M count=10
17492         local blocks=$($LFS df $MOUNT | grep $ost_name | awk '{ print $4 }')
17493         echo "OST still has $((blocks/1024)) mbytes free"
17494
17495         local new_lwm=$((blocks/1024-10))
17496         do_facet $SINGLEMDS $LCTL set_param \
17497                         osp.$mdtosc_proc1.reserved_mb_high=$((new_lwm+5))
17498         do_facet $SINGLEMDS $LCTL set_param \
17499                         osp.$mdtosc_proc1.reserved_mb_low=$new_lwm
17500
17501         test_253_fill_ost $ost_name $mdtosc_proc1 $new_lwm
17502
17503         #First enospc could execute orphan deletion so repeat.
17504         test_253_fill_ost $ost_name $mdtosc_proc1 $new_lwm
17505
17506         local oa_status=$(do_facet $SINGLEMDS $LCTL get_param -n \
17507                         osp.$mdtosc_proc1.prealloc_status)
17508         echo "prealloc_status $oa_status"
17509
17510         dd if=/dev/zero of=$DIR/$tdir/2 bs=1M count=1 &&
17511                 error "File creation should fail"
17512         #object allocation was stopped, but we still able to append files
17513         dd if=/dev/zero of=$DIR/$tdir/1 bs=1M seek=6 count=5 oflag=append ||
17514                 error "Append failed"
17515         rm -f $DIR/$tdir/1 $DIR/$tdir/0 $DIR/$tdir/r*
17516
17517         wait_delete_completed
17518
17519         sleep_maxage
17520
17521         for i in $(seq 10 12); do
17522                 dd if=/dev/zero of=$DIR/$tdir/$i bs=1M count=1 2>/dev/null ||
17523                         error "File creation failed after rm";
17524         done
17525
17526         oa_status=$(do_facet $SINGLEMDS $LCTL get_param -n \
17527                         osp.$mdtosc_proc1.prealloc_status)
17528         echo "prealloc_status $oa_status"
17529
17530         if (( oa_status != 0 )); then
17531                 error "Object allocation still disable after rm"
17532         fi
17533         do_facet $SINGLEMDS $LCTL set_param \
17534                         osp.$mdtosc_proc1.reserved_mb_high=$last_wm_h
17535         do_facet $SINGLEMDS $LCTL set_param \
17536                         osp.$mdtosc_proc1.reserved_mb_low=$last_wm_l
17537
17538
17539         do_facet mgs $LCTL pool_remove $FSNAME.$TESTNAME $ost_name ||
17540                 error "Remove $ost_name from pool failed"
17541         do_facet mgs $LCTL pool_destroy $FSNAME.$TESTNAME ||
17542                 error "Pool destroy fialed"
17543 }
17544 run_test 253 "Check object allocation limit"
17545
17546 test_254() {
17547         [ $PARALLEL == "yes" ] && skip "skip parallel run"
17548         remote_mds_nodsh && skip "remote MDS with nodsh"
17549         do_facet $SINGLEMDS $LCTL get_param -n mdd.$MDT0.changelog_size ||
17550                 skip "MDS does not support changelog_size"
17551
17552         local cl_user
17553         local MDT0=$(facet_svc $SINGLEMDS)
17554
17555         changelog_register || error "changelog_register failed"
17556
17557         changelog_clear 0 || error "changelog_clear failed"
17558
17559         local size1=$(do_facet $SINGLEMDS \
17560                       $LCTL get_param -n mdd.$MDT0.changelog_size)
17561         echo "Changelog size $size1"
17562
17563         rm -rf $DIR/$tdir
17564         $LFS mkdir -i 0 $DIR/$tdir
17565         # change something
17566         mkdir -p $DIR/$tdir/pics/2008/zachy
17567         touch $DIR/$tdir/pics/2008/zachy/timestamp
17568         cp /etc/hosts $DIR/$tdir/pics/2008/zachy/pic1.jpg
17569         mv $DIR/$tdir/pics/2008/zachy $DIR/$tdir/pics/zach
17570         ln $DIR/$tdir/pics/zach/pic1.jpg $DIR/$tdir/pics/2008/portland.jpg
17571         ln -s $DIR/$tdir/pics/2008/portland.jpg $DIR/$tdir/pics/desktop.jpg
17572         rm $DIR/$tdir/pics/desktop.jpg
17573
17574         local size2=$(do_facet $SINGLEMDS \
17575                       $LCTL get_param -n mdd.$MDT0.changelog_size)
17576         echo "Changelog size after work $size2"
17577
17578         (( $size2 > $size1 )) ||
17579                 error "new Changelog size=$size2 less than old size=$size1"
17580 }
17581 run_test 254 "Check changelog size"
17582
17583 ladvise_no_type()
17584 {
17585         local type=$1
17586         local file=$2
17587
17588         lfs ladvise -a invalid $file 2>&1 | grep "Valid types" |
17589                 awk -F: '{print $2}' | grep $type > /dev/null
17590         if [ $? -ne 0 ]; then
17591                 return 0
17592         fi
17593         return 1
17594 }
17595
17596 ladvise_no_ioctl()
17597 {
17598         local file=$1
17599
17600         lfs ladvise -a willread $file > /dev/null 2>&1
17601         if [ $? -eq 0 ]; then
17602                 return 1
17603         fi
17604
17605         lfs ladvise -a willread $file 2>&1 |
17606                 grep "Inappropriate ioctl for device" > /dev/null
17607         if [ $? -eq 0 ]; then
17608                 return 0
17609         fi
17610         return 1
17611 }
17612
17613 percent() {
17614         bc <<<"scale=2; ($1 - $2) * 100 / $2"
17615 }
17616
17617 # run a random read IO workload
17618 # usage: random_read_iops <filename> <filesize> <iosize>
17619 random_read_iops() {
17620         local file=$1
17621         local fsize=$2
17622         local iosize=${3:-4096}
17623
17624         $READS -f $file -s $fsize -b $iosize -n $((fsize / iosize)) -t 60 |
17625                 sed -e '/^$/d' -e 's#.*s, ##' -e 's#MB/s##'
17626 }
17627
17628 drop_file_oss_cache() {
17629         local file="$1"
17630         local nodes="$2"
17631
17632         $LFS ladvise -a dontneed $file 2>/dev/null ||
17633                 do_nodes $nodes "echo 3 > /proc/sys/vm/drop_caches"
17634 }
17635
17636 ladvise_willread_performance()
17637 {
17638         local repeat=10
17639         local average_origin=0
17640         local average_cache=0
17641         local average_ladvise=0
17642
17643         for ((i = 1; i <= $repeat; i++)); do
17644                 echo "Iter $i/$repeat: reading without willread hint"
17645                 cancel_lru_locks osc
17646                 drop_file_oss_cache $DIR/$tfile $(comma_list $(osts_nodes))
17647                 local speed_origin=$(random_read_iops $DIR/$tfile $size)
17648                 echo "Iter $i/$repeat: uncached speed: $speed_origin"
17649                 average_origin=$(bc <<<"$average_origin + $speed_origin")
17650
17651                 cancel_lru_locks osc
17652                 local speed_cache=$(random_read_iops $DIR/$tfile $size)
17653                 echo "Iter $i/$repeat: OSS cache speed: $speed_cache"
17654                 average_cache=$(bc <<<"$average_cache + $speed_cache")
17655
17656                 cancel_lru_locks osc
17657                 drop_file_oss_cache $DIR/$tfile $(comma_list $(osts_nodes))
17658                 $LFS ladvise -a willread $DIR/$tfile || error "ladvise failed"
17659                 local speed_ladvise=$(random_read_iops $DIR/$tfile $size)
17660                 echo "Iter $i/$repeat: ladvise speed: $speed_ladvise"
17661                 average_ladvise=$(bc <<<"$average_ladvise + $speed_ladvise")
17662         done
17663         average_origin=$(bc <<<"scale=2; $average_origin / $repeat")
17664         average_cache=$(bc <<<"scale=2; $average_cache / $repeat")
17665         average_ladvise=$(bc <<<"scale=2; $average_ladvise / $repeat")
17666
17667         speedup_cache=$(percent $average_cache $average_origin)
17668         speedup_ladvise=$(percent $average_ladvise $average_origin)
17669
17670         echo "Average uncached read: $average_origin"
17671         echo "Average speedup with OSS cached read: " \
17672                 "$average_cache = +$speedup_cache%"
17673         echo "Average speedup with ladvise willread: " \
17674                 "$average_ladvise = +$speedup_ladvise%"
17675
17676         local lowest_speedup=20
17677         if [ ${average_cache%.*} -lt $lowest_speedup ]; then
17678                 echo "Speedup with OSS cached read less than $lowest_speedup%," \
17679                         "got $average_cache%. Skipping ladvise willread check."
17680                 return 0
17681         fi
17682
17683         # the test won't work on ZFS until it supports 'ladvise dontneed', but
17684         # it is still good to run until then to exercise 'ladvise willread'
17685         ! $LFS ladvise -a dontneed $DIR/$tfile &&
17686                 [ "$ost1_FSTYPE" = "zfs" ] &&
17687                 echo "osd-zfs does not support dontneed or drop_caches" &&
17688                 return 0
17689
17690         lowest_speedup=$(bc <<<"scale=2; $average_cache / 2")
17691         [ ${average_ladvise%.*} -gt $lowest_speedup ] ||
17692                 error_not_in_vm "Speedup with willread is less than " \
17693                         "$lowest_speedup%, got $average_ladvise%"
17694 }
17695
17696 test_255a() {
17697         [ $OST1_VERSION -lt $(version_code 2.8.54) ] &&
17698                 skip "lustre < 2.8.54 does not support ladvise "
17699         remote_ost_nodsh && skip "remote OST with nodsh"
17700
17701         lfs setstripe -c -1 -i 0 $DIR/$tfile || error "$tfile failed"
17702
17703         ladvise_no_type willread $DIR/$tfile &&
17704                 skip "willread ladvise is not supported"
17705
17706         ladvise_no_ioctl $DIR/$tfile &&
17707                 skip "ladvise ioctl is not supported"
17708
17709         local size_mb=100
17710         local size=$((size_mb * 1048576))
17711         dd if=/dev/zero of=$DIR/$tfile bs=1048576 count=$size_mb ||
17712                 error "dd to $DIR/$tfile failed"
17713
17714         lfs ladvise -a willread $DIR/$tfile ||
17715                 error "Ladvise failed with no range argument"
17716
17717         lfs ladvise -a willread -s 0 $DIR/$tfile ||
17718                 error "Ladvise failed with no -l or -e argument"
17719
17720         lfs ladvise -a willread -e 1 $DIR/$tfile ||
17721                 error "Ladvise failed with only -e argument"
17722
17723         lfs ladvise -a willread -l 1 $DIR/$tfile ||
17724                 error "Ladvise failed with only -l argument"
17725
17726         lfs ladvise -a willread -s 2 -e 1 $DIR/$tfile &&
17727                 error "End offset should not be smaller than start offset"
17728
17729         lfs ladvise -a willread -s 2 -e 2 $DIR/$tfile &&
17730                 error "End offset should not be equal to start offset"
17731
17732         lfs ladvise -a willread -s $size -l 1 $DIR/$tfile ||
17733                 error "Ladvise failed with overflowing -s argument"
17734
17735         lfs ladvise -a willread -s 1 -e $((size + 1)) $DIR/$tfile ||
17736                 error "Ladvise failed with overflowing -e argument"
17737
17738         lfs ladvise -a willread -s 1 -l $size $DIR/$tfile ||
17739                 error "Ladvise failed with overflowing -l argument"
17740
17741         lfs ladvise -a willread -l 1 -e 2 $DIR/$tfile &&
17742                 error "Ladvise succeeded with conflicting -l and -e arguments"
17743
17744         echo "Synchronous ladvise should wait"
17745         local delay=4
17746 #define OBD_FAIL_OST_LADVISE_PAUSE       0x237
17747         do_nodes $(comma_list $(osts_nodes)) \
17748                 $LCTL set_param fail_val=$delay fail_loc=0x237
17749
17750         local start_ts=$SECONDS
17751         lfs ladvise -a willread $DIR/$tfile ||
17752                 error "Ladvise failed with no range argument"
17753         local end_ts=$SECONDS
17754         local inteval_ts=$((end_ts - start_ts))
17755
17756         if [ $inteval_ts -lt $(($delay - 1)) ]; then
17757                 error "Synchronous advice didn't wait reply"
17758         fi
17759
17760         echo "Asynchronous ladvise shouldn't wait"
17761         local start_ts=$SECONDS
17762         lfs ladvise -a willread -b $DIR/$tfile ||
17763                 error "Ladvise failed with no range argument"
17764         local end_ts=$SECONDS
17765         local inteval_ts=$((end_ts - start_ts))
17766
17767         if [ $inteval_ts -gt $(($delay / 2)) ]; then
17768                 error "Asynchronous advice blocked"
17769         fi
17770
17771         do_nodes $(comma_list $(osts_nodes)) $LCTL set_param fail_loc=0
17772         ladvise_willread_performance
17773 }
17774 run_test 255a "check 'lfs ladvise -a willread'"
17775
17776 facet_meminfo() {
17777         local facet=$1
17778         local info=$2
17779
17780         do_facet $facet "cat /proc/meminfo | grep ^${info}:" | awk '{print $2}'
17781 }
17782
17783 test_255b() {
17784         [ $OST1_VERSION -lt $(version_code 2.8.54) ] &&
17785                 skip "lustre < 2.8.54 does not support ladvise "
17786         remote_ost_nodsh && skip "remote OST with nodsh"
17787
17788         lfs setstripe -c 1 -i 0 $DIR/$tfile
17789
17790         ladvise_no_type dontneed $DIR/$tfile &&
17791                 skip "dontneed ladvise is not supported"
17792
17793         ladvise_no_ioctl $DIR/$tfile &&
17794                 skip "ladvise ioctl is not supported"
17795
17796         ! $LFS ladvise -a dontneed $DIR/$tfile &&
17797                 [ "$ost1_FSTYPE" = "zfs" ] &&
17798                 skip "zfs-osd does not support 'ladvise dontneed'"
17799
17800         local size_mb=100
17801         local size=$((size_mb * 1048576))
17802         # In order to prevent disturbance of other processes, only check 3/4
17803         # of the memory usage
17804         local kibibytes=$((size_mb * 1024 * 3 / 4))
17805
17806         dd if=/dev/zero of=$DIR/$tfile bs=1048576 count=$size_mb ||
17807                 error "dd to $DIR/$tfile failed"
17808
17809         #force write to complete before dropping OST cache & checking memory
17810         sync
17811
17812         local total=$(facet_meminfo ost1 MemTotal)
17813         echo "Total memory: $total KiB"
17814
17815         do_facet ost1 "sync && echo 3 > /proc/sys/vm/drop_caches"
17816         local before_read=$(facet_meminfo ost1 Cached)
17817         echo "Cache used before read: $before_read KiB"
17818
17819         lfs ladvise -a willread $DIR/$tfile ||
17820                 error "Ladvise willread failed"
17821         local after_read=$(facet_meminfo ost1 Cached)
17822         echo "Cache used after read: $after_read KiB"
17823
17824         lfs ladvise -a dontneed $DIR/$tfile ||
17825                 error "Ladvise dontneed again failed"
17826         local no_read=$(facet_meminfo ost1 Cached)
17827         echo "Cache used after dontneed ladvise: $no_read KiB"
17828
17829         if [ $total -lt $((before_read + kibibytes)) ]; then
17830                 echo "Memory is too small, abort checking"
17831                 return 0
17832         fi
17833
17834         if [ $((before_read + kibibytes)) -gt $after_read ]; then
17835                 error "Ladvise willread should use more memory" \
17836                         "than $kibibytes KiB"
17837         fi
17838
17839         if [ $((no_read + kibibytes)) -gt $after_read ]; then
17840                 error "Ladvise dontneed should release more memory" \
17841                         "than $kibibytes KiB"
17842         fi
17843 }
17844 run_test 255b "check 'lfs ladvise -a dontneed'"
17845
17846 test_255c() {
17847         [ $OST1_VERSION -lt $(version_code 2.10.50) ] &&
17848                 skip "lustre < 2.10.50 does not support lockahead"
17849
17850         local ost1_imp=$(get_osc_import_name client ost1)
17851         local imp_name=$($LCTL list_param osc.$ost1_imp | head -n1 |
17852                          cut -d'.' -f2)
17853         local count
17854         local new_count
17855         local difference
17856         local i
17857         local rc
17858
17859         test_mkdir -p $DIR/$tdir
17860         $SETSTRIPE -i 0 $DIR/$tdir
17861
17862         #test 10 returns only success/failure
17863         i=10
17864         lockahead_test -d $DIR/$tdir -t $i -f $tfile
17865         rc=$?
17866         if [ $rc -eq 255 ]; then
17867                 error "Ladvise test${i} failed, ${rc}"
17868         fi
17869
17870         #test 11 counts lock enqueue requests, all others count new locks
17871         i=11
17872         count=$(do_facet ost1 \
17873                 $LCTL get_param -n ost.OSS.ost.stats)
17874         count=$(echo "$count" | grep ldlm_extent_enqueue | awk '{ print $2 }')
17875
17876         lockahead_test -d $DIR/$tdir -t $i -f $tfile
17877         rc=$?
17878         if [ $rc -eq 255 ]; then
17879                 error "Ladvise test${i} failed, ${rc}"
17880         fi
17881
17882         new_count=$(do_facet ost1 \
17883                 $LCTL get_param -n ost.OSS.ost.stats)
17884         new_count=$(echo "$new_count" | grep ldlm_extent_enqueue | \
17885                    awk '{ print $2 }')
17886
17887         difference="$((new_count - count))"
17888         if [ $difference -ne $rc ]; then
17889                 error "Ladvise test${i}, bad enqueue count, returned " \
17890                       "${rc}, actual ${difference}"
17891         fi
17892
17893         for i in $(seq 12 21); do
17894                 # If we do not do this, we run the risk of having too many
17895                 # locks and starting lock cancellation while we are checking
17896                 # lock counts.
17897                 cancel_lru_locks osc
17898
17899                 count=$($LCTL get_param -n \
17900                        ldlm.namespaces.$imp_name.lock_unused_count)
17901
17902                 lockahead_test -d $DIR/$tdir -t $i -f $tfile
17903                 rc=$?
17904                 if [ $rc -eq 255 ]; then
17905                         error "Ladvise test ${i} failed, ${rc}"
17906                 fi
17907
17908                 new_count=$($LCTL get_param -n \
17909                        ldlm.namespaces.$imp_name.lock_unused_count)
17910                 difference="$((new_count - count))"
17911
17912                 # Test 15 output is divided by 100 to map down to valid return
17913                 if [ $i -eq 15 ]; then
17914                         rc="$((rc * 100))"
17915                 fi
17916
17917                 if [ $difference -ne $rc ]; then
17918                         error "Ladvise test ${i}, bad lock count, returned " \
17919                               "${rc}, actual ${difference}"
17920                 fi
17921         done
17922
17923         #test 22 returns only success/failure
17924         i=22
17925         lockahead_test -d $DIR/$tdir -t $i -f $tfile
17926         rc=$?
17927         if [ $rc -eq 255 ]; then
17928                 error "Ladvise test${i} failed, ${rc}"
17929         fi
17930 }
17931 run_test 255c "suite of ladvise lockahead tests"
17932
17933 test_256() {
17934         [ $PARALLEL == "yes" ] && skip "skip parallel run"
17935         remote_mds_nodsh && skip "remote MDS with nodsh"
17936         [ "$mds1_FSTYPE" != "ldiskfs" ] && skip "ldiskfs only test"
17937         changelog_users $SINGLEMDS | grep "^cl" &&
17938                 skip "active changelog user"
17939
17940         local cl_user
17941         local cat_sl
17942         local mdt_dev
17943
17944         mdt_dev=$(mdsdevname 1)
17945         echo $mdt_dev
17946
17947         changelog_register || error "changelog_register failed"
17948
17949         rm -rf $DIR/$tdir
17950         mkdir -p $DIR/$tdir
17951
17952         changelog_clear 0 || error "changelog_clear failed"
17953
17954         # change something
17955         touch $DIR/$tdir/{1..10}
17956
17957         # stop the MDT
17958         stop $SINGLEMDS || error "Fail to stop MDT"
17959
17960         # remount the MDT
17961
17962         start $SINGLEMDS $mdt_dev $MDS_MOUNT_OPTS || error "Fail to start MDT"
17963
17964         #after mount new plainllog is used
17965         touch $DIR/$tdir/{11..19}
17966         local tmpfile=$(mktemp -u $tfile.XXXXXX)
17967         cat_sl=$(do_facet $SINGLEMDS "sync; \
17968                  $DEBUGFS -c -R 'dump changelog_catalog $tmpfile' $mdt_dev; \
17969                  llog_reader $tmpfile | grep -c type=1064553b")
17970         do_facet $SINGLEMDS llog_reader $tmpfile
17971
17972         [ $cat_sl != 2 ] && error "Changelog catalog has $cat_sl != 2 slots"
17973
17974         changelog_clear 0 || error "changelog_clear failed"
17975
17976         cat_sl=$(do_facet $SINGLEMDS "sync; \
17977                  $DEBUGFS -c -R 'dump changelog_catalog $tmpfile' $mdt_dev; \
17978                  llog_reader $tmpfile | grep -c type=1064553b; rm -f $tmpfile")
17979
17980         if (( cat_sl == 2 )); then
17981                 error "Empty plain llog was not deleted from changelog catalog"
17982         elif (( cat_sl != 1 )); then
17983                 error "Active plain llog shouldn't be deleted from catalog"
17984         fi
17985 }
17986 run_test 256 "Check llog delete for empty and not full state"
17987
17988 test_257() {
17989         remote_mds_nodsh && skip "remote MDS with nodsh"
17990         [[ $MDS1_VERSION -lt $(version_code 2.8.55) ]] &&
17991                 skip "Need MDS version at least 2.8.55"
17992
17993         test_mkdir $DIR/$tdir
17994
17995         setfattr -n trusted.name1 -v value1 $DIR/$tdir ||
17996                 error "setfattr -n trusted.name1=value1 $DIR/$tdir failed"
17997         stat $DIR/$tdir
17998
17999 #define OBD_FAIL_MDS_XATTR_REP                  0x161
18000         local mdtidx=$($LFS getstripe -m $DIR/$tdir)
18001         local facet=mds$((mdtidx + 1))
18002         set_nodes_failloc $(facet_active_host $facet) 0x80000161
18003         getfattr -n trusted.name1 $DIR/$tdir 2> /dev/null
18004
18005         stop $facet || error "stop MDS failed"
18006         start $facet $(mdsdevname $((mdtidx + 1))) $MDS_MOUNT_OPTS ||
18007                 error "start MDS fail"
18008 }
18009 run_test 257 "xattr locks are not lost"
18010
18011 # Verify we take the i_mutex when security requires it
18012 test_258a() {
18013 #define OBD_FAIL_IMUTEX_SEC 0x141c
18014         $LCTL set_param fail_loc=0x141c
18015         touch $DIR/$tfile
18016         chmod u+s $DIR/$tfile
18017         chmod a+rwx $DIR/$tfile
18018         $RUNAS dd if=/dev/zero of=$DIR/$tfile bs=4k count=1 oflag=append
18019         RC=$?
18020         if [ $RC -ne 0 ]; then
18021                 error "error, failed to take i_mutex, rc=$?"
18022         fi
18023         rm -f $DIR/$tfile
18024 }
18025 run_test 258a "verify i_mutex security behavior when suid attributes is set"
18026
18027 # Verify we do NOT take the i_mutex in the normal case
18028 test_258b() {
18029 #define OBD_FAIL_IMUTEX_NOSEC 0x141d
18030         $LCTL set_param fail_loc=0x141d
18031         touch $DIR/$tfile
18032         chmod a+rwx $DIR
18033         chmod a+rw $DIR/$tfile
18034         $RUNAS dd if=/dev/zero of=$DIR/$tfile bs=4k count=1 oflag=append
18035         RC=$?
18036         if [ $RC -ne 0 ]; then
18037                 error "error, took i_mutex unnecessarily, rc=$?"
18038         fi
18039         rm -f $DIR/$tfile
18040
18041 }
18042 run_test 258b "verify i_mutex security behavior"
18043
18044 test_259() {
18045         local file=$DIR/$tfile
18046         local before
18047         local after
18048
18049         [ "$mds1_FSTYPE" != "ldiskfs" ] && skip "ldiskfs only test"
18050
18051         stack_trap "rm -f $file" EXIT
18052
18053         wait_delete_completed
18054         before=$(do_facet ost1 "$LCTL get_param -n osd-*.*OST0000.kbytesfree")
18055         echo "before: $before"
18056
18057         $LFS setstripe -i 0 -c 1 $file
18058         dd if=/dev/zero of=$file bs=1M count=10 || error "couldn't write"
18059         sync_all_data
18060         after=$(do_facet ost1 "$LCTL get_param -n osd-*.*OST0000.kbytesfree")
18061         echo "after write: $after"
18062
18063 #define OBD_FAIL_OSD_FAIL_AT_TRUNCATE          0x2301
18064         do_facet ost1 $LCTL set_param fail_loc=0x2301
18065         $TRUNCATE $file 0
18066         after=$(do_facet ost1 "$LCTL get_param -n osd-*.*OST0000.kbytesfree")
18067         echo "after truncate: $after"
18068
18069         stop ost1
18070         do_facet ost1 $LCTL set_param fail_loc=0
18071         start ost1 $(ostdevname 1) $OST_MOUNT_OPTS || error "cannot start ost1"
18072         sleep 2
18073         after=$(do_facet ost1 "$LCTL get_param -n osd-*.*OST0000.kbytesfree")
18074         echo "after restart: $after"
18075         [ $((after - before)) -ge $(fs_log_size ost1) ] &&
18076                 error "missing truncate?"
18077
18078         return 0
18079 }
18080 run_test 259 "crash at delayed truncate"
18081
18082 test_260() {
18083 #define OBD_FAIL_MDC_CLOSE               0x806
18084         $LCTL set_param fail_loc=0x80000806
18085         touch $DIR/$tfile
18086
18087 }
18088 run_test 260 "Check mdc_close fail"
18089
18090 ### Data-on-MDT sanity tests ###
18091 test_270a() {
18092         [ $MDS1_VERSION -lt $(version_code 2.10.55) ] &&
18093                 skip "Need MDS version at least 2.10.55 for DoM"
18094
18095         # create DoM file
18096         local dom=$DIR/$tdir/dom_file
18097         local tmp=$DIR/$tdir/tmp_file
18098
18099         mkdir -p $DIR/$tdir
18100
18101         # basic checks for DoM component creation
18102         $LFS setstripe -E 1024K -E 2048K -L mdt $dom 2>/dev/null &&
18103                 error "Can set MDT layout to non-first entry"
18104
18105         $LFS setstripe -E 1024K -L mdt -E 2048K -L mdt $dom 2>/dev/null &&
18106                 error "Can define multiple entries as MDT layout"
18107
18108         $LFS setstripe -E 1M -L mdt $dom || error "Can't create DoM layout"
18109
18110         [ $($LFS getstripe -L $dom) == "mdt" ] || error "bad pattern"
18111         [ $($LFS getstripe -c $dom) == 0 ] || error "bad stripe count"
18112         [ $($LFS getstripe -S $dom) == 1048576 ] || error "bad stripe size"
18113
18114         local mdtidx=$($LFS getstripe -m $dom)
18115         local mdtname=MDT$(printf %04x $mdtidx)
18116         local facet=mds$((mdtidx + 1))
18117         local space_check=1
18118
18119         # Skip free space checks with ZFS
18120         [ "$(facet_fstype $facet)" == "zfs" ] && space_check=0
18121
18122         # write
18123         sync
18124         local size_tmp=$((65536 * 3))
18125         local mdtfree1=$(do_facet $facet \
18126                          lctl get_param -n osd*.*$mdtname.kbytesfree)
18127
18128         dd if=/dev/urandom of=$tmp bs=1024 count=$((size_tmp / 1024))
18129         # check also direct IO along write
18130         # IO size must be a multiple of PAGE_SIZE on all platforms (ARM=64KB)
18131         dd if=$tmp of=$dom bs=65536 count=$((size_tmp / 65536)) oflag=direct
18132         sync
18133         cmp $tmp $dom || error "file data is different"
18134         [ $(stat -c%s $dom) == $size_tmp ] ||
18135                 error "bad size after write: $(stat -c%s $dom) != $size_tmp"
18136         if [ $space_check == 1 ]; then
18137                 local mdtfree2=$(do_facet $facet \
18138                                  lctl get_param -n osd*.*$mdtname.kbytesfree)
18139
18140                 # increase in usage from by $size_tmp
18141                 [ $(($mdtfree1 - $mdtfree2)) -ge $((size_tmp / 1024)) ] ||
18142                         error "MDT free space wrong after write: " \
18143                               "$mdtfree1 >= $mdtfree2 + $size_tmp/1024"
18144         fi
18145
18146         # truncate
18147         local size_dom=10000
18148
18149         $TRUNCATE $dom $size_dom
18150         [ $(stat -c%s $dom) == $size_dom ] ||
18151                 error "bad size after truncate: $(stat -c%s $dom) != $size_dom"
18152         if [ $space_check == 1 ]; then
18153                 mdtfree1=$(do_facet $facet \
18154                                 lctl get_param -n osd*.*$mdtname.kbytesfree)
18155                 # decrease in usage from $size_tmp to new $size_dom
18156                 [ $(($mdtfree1 - $mdtfree2)) -ge \
18157                   $(((size_tmp - size_dom) / 1024)) ] ||
18158                         error "MDT free space is wrong after truncate: " \
18159                               "$mdtfree1 >= $mdtfree2 + ($size_tmp - $size_dom) / 1024"
18160         fi
18161
18162         # append
18163         cat $tmp >> $dom
18164         sync
18165         size_dom=$((size_dom + size_tmp))
18166         [ $(stat -c%s $dom) == $size_dom ] ||
18167                 error "bad size after append: $(stat -c%s $dom) != $size_dom"
18168         if [ $space_check == 1 ]; then
18169                 mdtfree2=$(do_facet $facet \
18170                                 lctl get_param -n osd*.*$mdtname.kbytesfree)
18171                 # increase in usage by $size_tmp from previous
18172                 [ $(($mdtfree1 - $mdtfree2)) -ge $((size_tmp / 1024)) ] ||
18173                         error "MDT free space is wrong after append: " \
18174                               "$mdtfree1 >= $mdtfree2 + $size_tmp/1024"
18175         fi
18176
18177         # delete
18178         rm $dom
18179         if [ $space_check == 1 ]; then
18180                 mdtfree1=$(do_facet $facet \
18181                                 lctl get_param -n osd*.*$mdtname.kbytesfree)
18182                 # decrease in usage by $size_dom from previous
18183                 [ $(($mdtfree1 - $mdtfree2)) -ge $((size_dom / 1024)) ] ||
18184                         error "MDT free space is wrong after removal: " \
18185                               "$mdtfree1 >= $mdtfree2 + $size_dom/1024"
18186         fi
18187
18188         # combined striping
18189         $LFS setstripe -E 1024K -L mdt -E EOF $dom ||
18190                 error "Can't create DoM + OST striping"
18191
18192         size_tmp=2031616 # must be a multiple of PAGE_SIZE=65536 on ARM
18193         dd if=/dev/urandom of=$tmp bs=1024 count=$((size_tmp / 1024))
18194         # check also direct IO along write
18195         dd if=$tmp of=$dom bs=65536 count=$((size_tmp / 65536)) oflag=direct
18196         sync
18197         cmp $tmp $dom || error "file data is different"
18198         [ $(stat -c%s $dom) == $size_tmp ] ||
18199                 error "bad size after write: $(stat -c%s $dom) != $size_tmp"
18200         rm $dom $tmp
18201
18202         return 0
18203 }
18204 run_test 270a "DoM: basic functionality tests"
18205
18206 test_270b() {
18207         [ $MDS1_VERSION -lt $(version_code 2.10.55) ] &&
18208                 skip "Need MDS version at least 2.10.55"
18209
18210         local dom=$DIR/$tdir/dom_file
18211         local max_size=1048576
18212
18213         mkdir -p $DIR/$tdir
18214         $LFS setstripe -E $max_size -L mdt $dom
18215
18216         # truncate over the limit
18217         $TRUNCATE $dom $(($max_size + 1)) &&
18218                 error "successful truncate over the maximum size"
18219         # write over the limit
18220         dd if=/dev/zero of=$dom bs=$max_size seek=1 count=1 &&
18221                 error "successful write over the maximum size"
18222         # append over the limit
18223         dd if=/dev/zero of=$dom bs=$(($max_size - 3)) count=1
18224         echo "12345" >> $dom && error "successful append over the maximum size"
18225         rm $dom
18226
18227         return 0
18228 }
18229 run_test 270b "DoM: maximum size overflow checks for DoM-only file"
18230
18231 test_270c() {
18232         [ $MDS1_VERSION -lt $(version_code 2.10.55) ] &&
18233                 skip "Need MDS version at least 2.10.55"
18234
18235         mkdir -p $DIR/$tdir
18236         $LFS setstripe -E 1024K -L mdt $DIR/$tdir
18237
18238         # check files inherit DoM EA
18239         touch $DIR/$tdir/first
18240         [ $($GETSTRIPE -L $DIR/$tdir/first) == "mdt" ] ||
18241                 error "bad pattern"
18242         [ $($LFS getstripe -c $DIR/$tdir/first) == 0 ] ||
18243                 error "bad stripe count"
18244         [ $($LFS getstripe -S $DIR/$tdir/first) == 1048576 ] ||
18245                 error "bad stripe size"
18246
18247         # check directory inherits DoM EA and uses it as default
18248         mkdir $DIR/$tdir/subdir
18249         touch $DIR/$tdir/subdir/second
18250         [ $($LFS getstripe -L $DIR/$tdir/subdir/second) == "mdt" ] ||
18251                 error "bad pattern in sub-directory"
18252         [ $($LFS getstripe -c $DIR/$tdir/subdir/second) == 0 ] ||
18253                 error "bad stripe count in sub-directory"
18254         [ $($LFS getstripe -S $DIR/$tdir/subdir/second) == 1048576 ] ||
18255                 error "bad stripe size in sub-directory"
18256         return 0
18257 }
18258 run_test 270c "DoM: DoM EA inheritance tests"
18259
18260 test_270d() {
18261         [ $MDS1_VERSION -lt $(version_code 2.10.55) ] &&
18262                 skip "Need MDS version at least 2.10.55"
18263
18264         mkdir -p $DIR/$tdir
18265         $LFS setstripe -E 1024K -L mdt $DIR/$tdir
18266
18267         # inherit default DoM striping
18268         mkdir $DIR/$tdir/subdir
18269         touch $DIR/$tdir/subdir/f1
18270
18271         # change default directory striping
18272         $LFS setstripe -c 1 $DIR/$tdir/subdir
18273         touch $DIR/$tdir/subdir/f2
18274         [ $($LFS getstripe -c $DIR/$tdir/subdir/f2) == 1 ] ||
18275                 error "wrong default striping in file 2"
18276         [ $($LFS getstripe -L $DIR/$tdir/subdir/f2) == "raid0" ] ||
18277                 error "bad pattern in file 2"
18278         return 0
18279 }
18280 run_test 270d "DoM: change striping from DoM to RAID0"
18281
18282 test_270e() {
18283         [ $MDS1_VERSION -lt $(version_code 2.10.55) ] &&
18284                 skip "Need MDS version at least 2.10.55"
18285
18286         mkdir -p $DIR/$tdir/dom
18287         mkdir -p $DIR/$tdir/norm
18288         DOMFILES=20
18289         NORMFILES=10
18290         $LFS setstripe -E 1M -L mdt $DIR/$tdir/dom
18291         $LFS setstripe -i 0 -S 2M $DIR/$tdir/norm
18292
18293         createmany -o $DIR/$tdir/dom/dom- $DOMFILES
18294         createmany -o $DIR/$tdir/norm/norm- $NORMFILES
18295
18296         # find DoM files by layout
18297         NUM=$($LFS find -L mdt -type f $DIR/$tdir 2>/dev/null | wc -l)
18298         [ $NUM -eq  $DOMFILES ] ||
18299                 error "lfs find -L: found $NUM, expected $DOMFILES"
18300         echo "Test 1: lfs find 20 DOM files by layout: OK"
18301
18302         # there should be 1 dir with default DOM striping
18303         NUM=$($LFS find -L mdt -type d $DIR/$tdir 2>/dev/null | wc -l)
18304         [ $NUM -eq  1 ] ||
18305                 error "lfs find -L: found $NUM, expected 1 dir"
18306         echo "Test 2: lfs find 1 DOM dir by layout: OK"
18307
18308         # find DoM files by stripe size
18309         NUM=$($LFS find -S -1200K -type f $DIR/$tdir 2>/dev/null | wc -l)
18310         [ $NUM -eq  $DOMFILES ] ||
18311                 error "lfs find -S: found $NUM, expected $DOMFILES"
18312         echo "Test 4: lfs find 20 DOM files by stripe size: OK"
18313
18314         # find files by stripe offset except DoM files
18315         NUM=$($LFS find -i 0 -type f $DIR/$tdir 2>/dev/null | wc -l)
18316         [ $NUM -eq  $NORMFILES ] ||
18317                 error "lfs find -i: found $NUM, expected $NORMFILES"
18318         echo "Test 5: lfs find no DOM files by stripe index: OK"
18319         return 0
18320 }
18321 run_test 270e "DoM: lfs find with DoM files test"
18322
18323 test_270f() {
18324         [ $MDS1_VERSION -lt $(version_code 2.10.55) ] &&
18325                 skip "Need MDS version at least 2.10.55"
18326
18327         local mdtname=${FSNAME}-MDT0000-mdtlov
18328         local dom=$DIR/$tdir/dom_file
18329         local dom_limit_saved=$(do_facet mds1 $LCTL get_param -n \
18330                                                 lod.$mdtname.dom_stripesize)
18331         local dom_limit=131072
18332
18333         do_facet mds1 $LCTL set_param -n lod.$mdtname.dom_stripesize=$dom_limit
18334         local dom_current=$(do_facet mds1 $LCTL get_param -n \
18335                                                 lod.$mdtname.dom_stripesize)
18336         [ ${dom_limit} -eq ${dom_current} ] ||
18337                 error "Cannot change per-MDT DoM stripe limit to $dom_limit"
18338
18339         $LFS mkdir -i 0 -c 1 $DIR/$tdir
18340         $LFS setstripe -d $DIR/$tdir
18341         $LFS setstripe -E $dom_limit -L mdt $DIR/$tdir ||
18342                 error "Can't set directory default striping"
18343
18344         # exceed maximum stripe size
18345         $LFS setstripe -E $((dom_limit * 2)) -L mdt $dom ||
18346                 error "Can't create file with $((dom_limit * 2)) DoM stripe"
18347         [ $($LFS getstripe -S $dom) -eq $((dom_limit * 2)) ] &&
18348                 error "Able to create DoM component size more than LOD limit"
18349
18350         do_facet mds1 $LCTL set_param -n lod.$mdtname.dom_stripesize=0
18351         dom_current=$(do_facet mds1 $LCTL get_param -n \
18352                                                 lod.$mdtname.dom_stripesize)
18353         [ 0 -eq ${dom_current} ] ||
18354                 error "Can't set zero DoM stripe limit"
18355         rm $dom
18356
18357         # attempt to create DoM file on server with disabled DoM should
18358         # remove DoM entry from layout and be succeed
18359         $LFS setstripe -E $dom_limit -L mdt -E -1 $dom ||
18360                 error "Can't create DoM file (DoM is disabled)"
18361         [ $($LFS getstripe -L $dom) == "mdt" ] &&
18362                 error "File has DoM component while DoM is disabled"
18363         rm $dom
18364
18365         # attempt to create DoM file with only DoM stripe should return error
18366         $LFS setstripe -E $dom_limit -L mdt $dom &&
18367                 error "Able to create DoM-only file while DoM is disabled"
18368
18369         # too low values to be aligned with smallest stripe size 64K
18370         do_facet mds1 $LCTL set_param -n lod.$mdtname.dom_stripesize=30000
18371         dom_current=$(do_facet mds1 $LCTL get_param -n \
18372                                                 lod.$mdtname.dom_stripesize)
18373         [ 30000 -eq ${dom_current} ] &&
18374                 error "Can set too small DoM stripe limit"
18375
18376         # 64K is a minimal stripe size in Lustre, expect limit of that size
18377         [ 65536 -eq ${dom_current} ] ||
18378                 error "Limit is not set to 64K but ${dom_current}"
18379
18380         do_facet mds1 $LCTL set_param -n lod.$mdtname.dom_stripesize=2147483648
18381         dom_current=$(do_facet mds1 $LCTL get_param -n \
18382                                                 lod.$mdtname.dom_stripesize)
18383         echo $dom_current
18384         [ 2147483648 -eq ${dom_current} ] &&
18385                 error "Can set too large DoM stripe limit"
18386
18387         do_facet mds1 $LCTL set_param -n \
18388                                 lod.$mdtname.dom_stripesize=$((dom_limit * 2))
18389         $LFS setstripe -E $((dom_limit * 2)) -L mdt $dom ||
18390                 error "Can't create DoM component size after limit change"
18391         do_facet mds1 $LCTL set_param -n \
18392                                 lod.$mdtname.dom_stripesize=$((dom_limit / 2))
18393         $LFS setstripe -E $dom_limit -L mdt ${dom}_big ||
18394                 error "Can't create DoM file after limit decrease"
18395         [ $($LFS getstripe -S ${dom}_big) -eq $((dom_limit / 2)) ] ||
18396                 error "Can create big DoM component after limit decrease"
18397         touch ${dom}_def ||
18398                 error "Can't create file with old default layout"
18399
18400         do_facet mds1 $LCTL set_param -n lod.*.dom_stripesize=$dom_limit_saved
18401         return 0
18402 }
18403 run_test 270f "DoM: maximum DoM stripe size checks"
18404
18405 test_271a() {
18406         [ $MDS1_VERSION -lt $(version_code 2.10.55) ] &&
18407                 skip "Need MDS version at least 2.10.55"
18408
18409         local dom=$DIR/$tdir/dom
18410
18411         mkdir -p $DIR/$tdir
18412
18413         $LFS setstripe -E 1024K -L mdt $dom
18414
18415         lctl set_param -n mdc.*.stats=clear
18416         dd if=/dev/zero of=$dom bs=4096 count=1 || return 1
18417         cat $dom > /dev/null
18418         local reads=$(lctl get_param -n mdc.*.stats | grep -c ost_read)
18419         [ $reads -eq 0 ] || error "Unexpected $reads READ RPCs"
18420         ls $dom
18421         rm -f $dom
18422 }
18423 run_test 271a "DoM: data is cached for read after write"
18424
18425 test_271b() {
18426         [ $MDS1_VERSION -lt $(version_code 2.10.55) ] &&
18427                 skip "Need MDS version at least 2.10.55"
18428
18429         local dom=$DIR/$tdir/dom
18430
18431         mkdir -p $DIR/$tdir
18432
18433         $LFS setstripe -E 1024K -L mdt -E EOF $dom
18434
18435         lctl set_param -n mdc.*.stats=clear
18436         dd if=/dev/zero of=$dom bs=4096 count=1 || return 1
18437         cancel_lru_locks mdc
18438         $CHECKSTAT -t file -s 4096 $dom || error "stat #1 fails"
18439         # second stat to check size is cached on client
18440         $CHECKSTAT -t file -s 4096 $dom || error "stat #2 fails"
18441         local gls=$(lctl get_param -n mdc.*.stats | grep -c ldlm_glimpse)
18442         [ $gls -eq 0 ] || error "Unexpected $gls glimpse RPCs"
18443         rm -f $dom
18444 }
18445 run_test 271b "DoM: no glimpse RPC for stat (DoM only file)"
18446
18447 test_271ba() {
18448         [ $MDS1_VERSION -lt $(version_code 2.10.55) ] &&
18449                 skip "Need MDS version at least 2.10.55"
18450
18451         local dom=$DIR/$tdir/dom
18452
18453         mkdir -p $DIR/$tdir
18454
18455         $LFS setstripe -E 1024K -L mdt -E EOF $dom
18456
18457         lctl set_param -n mdc.*.stats=clear
18458         lctl set_param -n osc.*.stats=clear
18459         dd if=/dev/zero of=$dom bs=2048K count=1 || return 1
18460         cancel_lru_locks mdc
18461         $CHECKSTAT -t file -s 2097152 $dom || error "stat"
18462         # second stat to check size is cached on client
18463         $CHECKSTAT -t file -s 2097152 $dom || error "stat"
18464         local gls=$(lctl get_param -n mdc.*.stats | grep -c ldlm_glimpse)
18465         [ $gls == 0 ] || error "Unexpected $gls glimpse RPCs"
18466         local gls=$(lctl get_param -n osc.*.stats | grep -c ldlm_glimpse)
18467         [ $gls == 0 ] || error "Unexpected $gls OSC glimpse RPCs"
18468         rm -f $dom
18469 }
18470 run_test 271ba "DoM: no glimpse RPC for stat (combined file)"
18471
18472
18473 get_mdc_stats() {
18474         local mdtidx=$1
18475         local param=$2
18476         local mdt=MDT$(printf %04x $mdtidx)
18477
18478         if [ -z $param ]; then
18479                 lctl get_param -n mdc.*$mdt*.stats
18480         else
18481                 lctl get_param -n mdc.*$mdt*.stats | awk "/$param/"'{print $2}'
18482         fi
18483 }
18484
18485 test_271c() {
18486         [ $MDS1_VERSION -lt $(version_code 2.10.55) ] &&
18487                 skip "Need MDS version at least 2.10.55"
18488
18489         local dom=$DIR/$tdir/dom
18490
18491         mkdir -p $DIR/$tdir
18492
18493         $LFS setstripe -E 1024K -L mdt $DIR/$tdir
18494
18495         local mdtidx=$($LFS getstripe -m $DIR/$tdir)
18496         local facet=mds$((mdtidx + 1))
18497
18498         cancel_lru_locks mdc
18499         do_facet $facet lctl set_param -n mdt.*.dom_lock=0
18500         createmany -o $dom 1000
18501         lctl set_param -n mdc.*.stats=clear
18502         smalliomany -w $dom 1000 200
18503         get_mdc_stats $mdtidx
18504         local enq=$(get_mdc_stats $mdtidx ldlm_ibits_enqueue)
18505         # Each file has 1 open, 1 IO enqueues, total 2000
18506         # but now we have also +1 getxattr for security.capability, total 3000
18507         [ $enq -ge 2000 ] || error "Too few enqueues $enq, expected > 2000"
18508         unlinkmany $dom 1000
18509
18510         cancel_lru_locks mdc
18511         do_facet $facet lctl set_param -n mdt.*.dom_lock=1
18512         createmany -o $dom 1000
18513         lctl set_param -n mdc.*.stats=clear
18514         smalliomany -w $dom 1000 200
18515         local enq_2=$(get_mdc_stats $mdtidx ldlm_ibits_enqueue)
18516         # Expect to see reduced amount of RPCs by 1000 due to single enqueue
18517         # for OPEN and IO lock.
18518         [ $((enq - enq_2)) -ge 1000 ] ||
18519                 error "Too many enqueues $enq_2, expected about $((enq - 1000))"
18520         unlinkmany $dom 1000
18521         return 0
18522 }
18523 run_test 271c "DoM: IO lock at open saves enqueue RPCs"
18524
18525 cleanup_271def_tests() {
18526         trap 0
18527         rm -f $1
18528 }
18529
18530 test_271d() {
18531         [ $MDS1_VERSION -lt $(version_code 2.10.57) ] &&
18532                 skip "Need MDS version at least 2.10.57"
18533
18534         local dom=$DIR/$tdir/dom
18535         local tmp=$TMP/$tfile
18536         trap "cleanup_271def_tests $tmp" EXIT
18537
18538         mkdir -p $DIR/$tdir
18539
18540         $LFS setstripe -E 1024K -L mdt $DIR/$tdir
18541
18542         local mdtidx=$($LFS getstripe --mdt-index $DIR/$tdir)
18543
18544         cancel_lru_locks mdc
18545         dd if=/dev/urandom of=$tmp bs=1000 count=1
18546         dd if=$tmp of=$dom bs=1000 count=1
18547         cancel_lru_locks mdc
18548
18549         cat /etc/hosts >> $tmp
18550         lctl set_param -n mdc.*.stats=clear
18551
18552         # append data to the same file it should update local page
18553         echo "Append to the same page"
18554         cat /etc/hosts >> $dom
18555         local num=$(get_mdc_stats $mdtidx ost_read)
18556         local ra=$(get_mdc_stats $mdtidx req_active)
18557         local rw=$(get_mdc_stats $mdtidx req_waittime)
18558
18559         [ -z $num ] || error "$num READ RPC occured"
18560         [ $ra == $rw ] || error "$((ra - rw)) resend occured"
18561         echo "... DONE"
18562
18563         # compare content
18564         cmp $tmp $dom || error "file miscompare"
18565
18566         cancel_lru_locks mdc
18567         lctl set_param -n mdc.*.stats=clear
18568
18569         echo "Open and read file"
18570         cat $dom > /dev/null
18571         local num=$(get_mdc_stats $mdtidx ost_read)
18572         local ra=$(get_mdc_stats $mdtidx req_active)
18573         local rw=$(get_mdc_stats $mdtidx req_waittime)
18574
18575         [ -z $num ] || error "$num READ RPC occured"
18576         [ $ra == $rw ] || error "$((ra - rw)) resend occured"
18577         echo "... DONE"
18578
18579         # compare content
18580         cmp $tmp $dom || error "file miscompare"
18581
18582         return 0
18583 }
18584 run_test 271d "DoM: read on open (1K file in reply buffer)"
18585
18586 test_271f() {
18587         [ $MDS1_VERSION -lt $(version_code 2.10.57) ] &&
18588                 skip "Need MDS version at least 2.10.57"
18589
18590         local dom=$DIR/$tdir/dom
18591         local tmp=$TMP/$tfile
18592         trap "cleanup_271def_tests $tmp" EXIT
18593
18594         mkdir -p $DIR/$tdir
18595
18596         $LFS setstripe -E 1024K -L mdt $DIR/$tdir
18597
18598         local mdtidx=$($LFS getstripe --mdt-index $DIR/$tdir)
18599
18600         cancel_lru_locks mdc
18601         dd if=/dev/urandom of=$tmp bs=200000 count=1
18602         dd if=$tmp of=$dom bs=200000 count=1
18603         cancel_lru_locks mdc
18604         cat /etc/hosts >> $tmp
18605         lctl set_param -n mdc.*.stats=clear
18606
18607         echo "Append to the same page"
18608         cat /etc/hosts >> $dom
18609         local num=$(get_mdc_stats $mdtidx ost_read)
18610         local ra=$(get_mdc_stats $mdtidx req_active)
18611         local rw=$(get_mdc_stats $mdtidx req_waittime)
18612
18613         [ -z $num ] || error "$num READ RPC occured"
18614         [ $ra == $rw ] || error "$((ra - rw)) resend occured"
18615         echo "... DONE"
18616
18617         # compare content
18618         cmp $tmp $dom || error "file miscompare"
18619
18620         cancel_lru_locks mdc
18621         lctl set_param -n mdc.*.stats=clear
18622
18623         echo "Open and read file"
18624         cat $dom > /dev/null
18625         local num=$(get_mdc_stats $mdtidx ost_read)
18626         local ra=$(get_mdc_stats $mdtidx req_active)
18627         local rw=$(get_mdc_stats $mdtidx req_waittime)
18628
18629         [ $num -eq 1 ] || error "expect 1 READ RPC, $num occured"
18630         [ $ra == $rw ] || error "$((ra - rw)) resend occured"
18631         echo "... DONE"
18632
18633         # compare content
18634         cmp $tmp $dom || error "file miscompare"
18635
18636         return 0
18637 }
18638 run_test 271f "DoM: read on open (200K file and read tail)"
18639
18640 test_271g() {
18641         [[ $($LCTL get_param mdc.*.import) =~ async_discard ]] ||
18642                 skip "Skipping due to old client or server version"
18643
18644         $LFS setstripe -E 1024K -L mdt -E EOF $DIR1/$tfile
18645         # to get layout
18646         $CHECKSTAT -t file $DIR1/$tfile
18647
18648         $MULTIOP $DIR1/$tfile Ow40960_w4096c &
18649         MULTIOP_PID=$!
18650         sleep 1
18651         #define OBD_FAIL_LDLM_CANCEL_BL_CB_RACE
18652         $LCTL set_param fail_loc=0x80000314
18653         rm $DIR1/$tfile || error "Unlink fails"
18654         RC=$?
18655         kill -USR1 $MULTIOP_PID && wait $MULTIOP_PID || error "multiop failure"
18656         [ $RC -eq 0 ] || error "Failed write to stale object"
18657 }
18658 run_test 271g "Discard DoM data vs client flush race"
18659
18660 test_272a() {
18661         [ $MDS1_VERSION -lt $(version_code 2.11.50) ] &&
18662                 skip "Need MDS version at least 2.11.50"
18663
18664         local dom=$DIR/$tdir/dom
18665         mkdir -p $DIR/$tdir
18666
18667         $LFS setstripe -E 256K -L mdt -E -1 -c1 $dom
18668         dd if=/dev/urandom of=$dom bs=512K count=1 ||
18669                 error "failed to write data into $dom"
18670         local old_md5=$(md5sum $dom)
18671
18672         $LFS migrate -E 256K -L mdt -E -1 -c2 $dom ||
18673                 error "failed to migrate to the same DoM component"
18674
18675         [ $($LFS getstripe -c $dom) -eq 2 ] ||
18676                 error "layout was not changed silently"
18677
18678         local new_md5=$(md5sum $dom)
18679
18680         [ "$old_md5" != "$new_md5" ] &&
18681                 error "md5sum differ: $old_md5, $new_md5"
18682         return 0
18683 }
18684 run_test 272a "DoM migration: new layout with the same DOM component"
18685
18686 test_272b() {
18687         [ $MDS1_VERSION -lt $(version_code 2.11.50) ] &&
18688                 skip "Need MDS version at least 2.11.50"
18689
18690         local dom=$DIR/$tdir/dom
18691         mkdir -p $DIR/$tdir
18692         $LFS setstripe -E 1M -L mdt -E -1 -c1 $dom
18693
18694         local mdtidx=$($LFS getstripe -m $dom)
18695         local mdtname=MDT$(printf %04x $mdtidx)
18696         local facet=mds$((mdtidx + 1))
18697
18698         local mdtfree1=$(do_facet $facet \
18699                 lctl get_param -n osd*.*$mdtname.kbytesfree)
18700         dd if=/dev/urandom of=$dom bs=2M count=1 ||
18701                 error "failed to write data into $dom"
18702         local old_md5=$(md5sum $dom)
18703         cancel_lru_locks mdc
18704         local mdtfree1=$(do_facet $facet \
18705                 lctl get_param -n osd*.*$mdtname.kbytesfree)
18706
18707         $LFS migrate -c2 $dom ||
18708                 error "failed to migrate to the new composite layout"
18709         [ $($LFS getstripe -L $dom) == 'mdt' ] &&
18710                 error "MDT stripe was not removed"
18711
18712         cancel_lru_locks mdc
18713         local new_md5=$(md5sum $dom)
18714         [ "$old_md5" != "$new_md5" ] &&
18715                 error "$old_md5 != $new_md5"
18716
18717         # Skip free space checks with ZFS
18718         if [ "$(facet_fstype $facet)" != "zfs" ]; then
18719                 local mdtfree2=$(do_facet $facet \
18720                                 lctl get_param -n osd*.*$mdtname.kbytesfree)
18721                 [ $mdtfree2 -gt $mdtfree1 ] ||
18722                         error "MDT space is not freed after migration"
18723         fi
18724         return 0
18725 }
18726 run_test 272b "DoM migration: DOM file to the OST-striped file (plain)"
18727
18728 test_272c() {
18729         [ $MDS1_VERSION -lt $(version_code 2.11.50) ] &&
18730                 skip "Need MDS version at least 2.11.50"
18731
18732         local dom=$DIR/$tdir/$tfile
18733         mkdir -p $DIR/$tdir
18734         $LFS setstripe -E 1M -L mdt -E -1 -c1 $dom
18735
18736         local mdtidx=$($LFS getstripe -m $dom)
18737         local mdtname=MDT$(printf %04x $mdtidx)
18738         local facet=mds$((mdtidx + 1))
18739
18740         dd if=/dev/urandom of=$dom bs=2M count=1 oflag=direct ||
18741                 error "failed to write data into $dom"
18742         local old_md5=$(md5sum $dom)
18743         cancel_lru_locks mdc
18744         local mdtfree1=$(do_facet $facet \
18745                 lctl get_param -n osd*.*$mdtname.kbytesfree)
18746
18747         $LFS migrate -E 2M -c1 -E -1 -c2 $dom ||
18748                 error "failed to migrate to the new composite layout"
18749         [ $($LFS getstripe -L $dom) == 'mdt' ] &&
18750                 error "MDT stripe was not removed"
18751
18752         cancel_lru_locks mdc
18753         local new_md5=$(md5sum $dom)
18754         [ "$old_md5" != "$new_md5" ] &&
18755                 error "$old_md5 != $new_md5"
18756
18757         # Skip free space checks with ZFS
18758         if [ "$(facet_fstype $facet)" != "zfs" ]; then
18759                 local mdtfree2=$(do_facet $facet \
18760                                 lctl get_param -n osd*.*$mdtname.kbytesfree)
18761                 [ $mdtfree2 -gt $mdtfree1 ] ||
18762                         error "MDS space is not freed after migration"
18763         fi
18764         return 0
18765 }
18766 run_test 272c "DoM migration: DOM file to the OST-striped file (composite)"
18767
18768 test_273a() {
18769         [ $MDS1_VERSION -lt $(version_code 2.11.50) ] &&
18770                 skip "Need MDS version at least 2.11.50"
18771
18772         # Layout swap cannot be done if either file has DOM component,
18773         # this will never be supported, migration should be used instead
18774
18775         local dom=$DIR/$tdir/$tfile
18776         mkdir -p $DIR/$tdir
18777
18778         $LFS setstripe -c2 ${dom}_plain
18779         $LFS setstripe -E 1M -L mdt -E -1 -c2 ${dom}_dom
18780         $LFS swap_layouts ${dom}_plain ${dom}_dom &&
18781                 error "can swap layout with DoM component"
18782         $LFS swap_layouts ${dom}_dom ${dom}_plain &&
18783                 error "can swap layout with DoM component"
18784
18785         $LFS setstripe -E 1M -c1 -E -1 -c2 ${dom}_comp
18786         $LFS swap_layouts ${dom}_comp ${dom}_dom &&
18787                 error "can swap layout with DoM component"
18788         $LFS swap_layouts ${dom}_dom ${dom}_comp &&
18789                 error "can swap layout with DoM component"
18790         return 0
18791 }
18792 run_test 273a "DoM: layout swapping should fail with DOM"
18793
18794 test_275() {
18795         remote_ost_nodsh && skip "remote OST with nodsh"
18796         [ $OST1_VERSION -lt $(version_code 2.10.57) ] &&
18797                 skip "Need OST version >= 2.10.57"
18798
18799         local file=$DIR/$tfile
18800         local oss
18801
18802         oss=$(comma_list $(osts_nodes))
18803
18804         dd if=/dev/urandom of=$file bs=1M count=2 ||
18805                 error "failed to create a file"
18806         cancel_lru_locks osc
18807
18808         #lock 1
18809         dd if=$file of=/dev/null bs=1M count=1 iflag=direct ||
18810                 error "failed to read a file"
18811
18812 #define OBD_FAIL_LDLM_PAUSE_CANCEL2      0x31f
18813         $LCTL set_param fail_loc=0x8000031f
18814
18815         cancel_lru_locks osc &
18816         sleep 1
18817
18818 #define OBD_FAIL_LDLM_PROLONG_PAUSE      0x32b
18819         do_nodes $oss $LCTL set_param fail_loc=0x8000032b
18820         #IO takes another lock, but matches the PENDING one
18821         #and places it to the IO RPC
18822         dd if=$file of=/dev/null bs=1M count=1 iflag=direct ||
18823                 error "failed to read a file with PENDING lock"
18824 }
18825 run_test 275 "Read on a canceled duplicate lock"
18826
18827 test_276() {
18828         remote_ost_nodsh && skip "remote OST with nodsh"
18829         local pid
18830
18831         do_facet ost1 "(while true; do \
18832                 $LCTL get_param obdfilter.*.filesfree > /dev/null 2>&1; \
18833                 done) & pid=\\\$!; echo \\\$pid > $TMP/sanity_276_pid" &
18834         pid=$!
18835
18836         for LOOP in $(seq 20); do
18837                 stop ost1
18838                 start ost1 $(ostdevname 1) $OST_MOUNT_OPTS
18839         done
18840         kill -9 $pid
18841         do_facet ost1 "pid=\\\$(cat $TMP/sanity_276_pid); kill -9 \\\$pid; \
18842                 rm $TMP/sanity_276_pid"
18843 }
18844 run_test 276 "Race between mount and obd_statfs"
18845
18846 cleanup_test_300() {
18847         trap 0
18848         umask $SAVE_UMASK
18849 }
18850 test_striped_dir() {
18851         local mdt_index=$1
18852         local stripe_count
18853         local stripe_index
18854
18855         mkdir -p $DIR/$tdir
18856
18857         SAVE_UMASK=$(umask)
18858         trap cleanup_test_300 RETURN EXIT
18859
18860         $LFS setdirstripe -i $mdt_index -c 2 -H all_char -o 755 \
18861                                                 $DIR/$tdir/striped_dir ||
18862                 error "set striped dir error"
18863
18864         local mode=$(stat -c%a $DIR/$tdir/striped_dir)
18865         [ "$mode" = "755" ] || error "expect 755 got $mode"
18866
18867         $LFS getdirstripe $DIR/$tdir/striped_dir > /dev/null 2>&1 ||
18868                 error "getdirstripe failed"
18869         stripe_count=$($LFS getdirstripe -c $DIR/$tdir/striped_dir)
18870         if [ "$stripe_count" != "2" ]; then
18871                 error "1:stripe_count is $stripe_count, expect 2"
18872         fi
18873         stripe_count=$($LFS getdirstripe -T $DIR/$tdir/striped_dir)
18874         if [ "$stripe_count" != "2" ]; then
18875                 error "2:stripe_count is $stripe_count, expect 2"
18876         fi
18877
18878         stripe_index=$($LFS getdirstripe -i $DIR/$tdir/striped_dir)
18879         if [ "$stripe_index" != "$mdt_index" ]; then
18880                 error "stripe_index is $stripe_index, expect $mdt_index"
18881         fi
18882
18883         [ $(stat -c%h $DIR/$tdir/striped_dir) == '2' ] ||
18884                 error "nlink error after create striped dir"
18885
18886         mkdir $DIR/$tdir/striped_dir/a
18887         mkdir $DIR/$tdir/striped_dir/b
18888
18889         stat $DIR/$tdir/striped_dir/a ||
18890                 error "create dir under striped dir failed"
18891         stat $DIR/$tdir/striped_dir/b ||
18892                 error "create dir under striped dir failed"
18893
18894         [ $(stat -c%h $DIR/$tdir/striped_dir) == '4' ] ||
18895                 error "nlink error after mkdir"
18896
18897         rmdir $DIR/$tdir/striped_dir/a
18898         [ $(stat -c%h $DIR/$tdir/striped_dir) == '3' ] ||
18899                 error "nlink error after rmdir"
18900
18901         rmdir $DIR/$tdir/striped_dir/b
18902         [ $(stat -c%h $DIR/$tdir/striped_dir) == '2' ] ||
18903                 error "nlink error after rmdir"
18904
18905         chattr +i $DIR/$tdir/striped_dir
18906         createmany -o $DIR/$tdir/striped_dir/f 10 &&
18907                 error "immutable flags not working under striped dir!"
18908         chattr -i $DIR/$tdir/striped_dir
18909
18910         rmdir $DIR/$tdir/striped_dir ||
18911                 error "rmdir striped dir error"
18912
18913         cleanup_test_300
18914
18915         true
18916 }
18917
18918 test_300a() {
18919         [ $MDS1_VERSION -lt $(version_code 2.7.0) ] &&
18920                 skip "skipped for lustre < 2.7.0"
18921         [ $PARALLEL == "yes" ] && skip "skip parallel run"
18922         [ $MDSCOUNT -lt 2 ] && skip_env "needs >= 2 MDTs"
18923
18924         test_striped_dir 0 || error "failed on striped dir on MDT0"
18925         test_striped_dir 1 || error "failed on striped dir on MDT0"
18926 }
18927 run_test 300a "basic striped dir sanity test"
18928
18929 test_300b() {
18930         [ $MDS1_VERSION -lt $(version_code 2.7.0) ] &&
18931                 skip "skipped for lustre < 2.7.0"
18932         [ $PARALLEL == "yes" ] && skip "skip parallel run"
18933         [ $MDSCOUNT -lt 2 ] && skip_env "needs >= 2 MDTs"
18934
18935         local i
18936         local mtime1
18937         local mtime2
18938         local mtime3
18939
18940         test_mkdir $DIR/$tdir || error "mkdir fail"
18941         $LFS setdirstripe -i 0 -c 2 -H all_char $DIR/$tdir/striped_dir ||
18942                 error "set striped dir error"
18943         for i in {0..9}; do
18944                 mtime1=$(stat -c %Y $DIR/$tdir/striped_dir)
18945                 sleep 1
18946                 touch $DIR/$tdir/striped_dir/file_$i || error "touch error $i"
18947                 mtime2=$(stat -c %Y $DIR/$tdir/striped_dir)
18948                 [ $mtime1 -eq $mtime2 ] && error "mtime unchanged after create"
18949                 sleep 1
18950                 rm -f $DIR/$tdir/striped_dir/file_$i || error "unlink error $i"
18951                 mtime3=$(stat -c %Y $DIR/$tdir/striped_dir)
18952                 [ $mtime2 -eq $mtime3 ] && error "mtime unchanged after unlink"
18953         done
18954         true
18955 }
18956 run_test 300b "check ctime/mtime for striped dir"
18957
18958 test_300c() {
18959         [ $MDS1_VERSION -lt $(version_code 2.7.0) ] &&
18960                 skip "skipped for lustre < 2.7.0"
18961         [ $PARALLEL == "yes" ] && skip "skip parallel run"
18962         [ $MDSCOUNT -lt 2 ] && skip_env "needs >= 2 MDTs"
18963
18964         local file_count
18965
18966         mkdir -p $DIR/$tdir
18967         $LFS setdirstripe -i 0 -c 2 $DIR/$tdir/striped_dir ||
18968                 error "set striped dir error"
18969
18970         chown $RUNAS_ID:$RUNAS_GID $DIR/$tdir/striped_dir ||
18971                 error "chown striped dir failed"
18972
18973         $RUNAS createmany -o $DIR/$tdir/striped_dir/f 5000 ||
18974                 error "create 5k files failed"
18975
18976         file_count=$(ls $DIR/$tdir/striped_dir | wc -l)
18977
18978         [ "$file_count" = 5000 ] || error "file count $file_count != 5000"
18979
18980         rm -rf $DIR/$tdir
18981 }
18982 run_test 300c "chown && check ls under striped directory"
18983
18984 test_300d() {
18985         [ $MDS1_VERSION -lt $(version_code 2.7.0) ] &&
18986                 skip "skipped for lustre < 2.7.0"
18987         [ $PARALLEL == "yes" ] && skip "skip parallel run"
18988         [ $MDSCOUNT -lt 2 ] && skip_env "needs >= 2 MDTs"
18989
18990         local stripe_count
18991         local file
18992
18993         mkdir -p $DIR/$tdir
18994         $SETSTRIPE -c 2 $DIR/$tdir
18995
18996         #local striped directory
18997         $LFS setdirstripe -i 0 -c 2 -H all_char $DIR/$tdir/striped_dir ||
18998                 error "set striped dir error"
18999         #look at the directories for debug purposes
19000         ls -l $DIR/$tdir
19001         $LFS getdirstripe $DIR/$tdir
19002         ls -l $DIR/$tdir/striped_dir
19003         $LFS getdirstripe $DIR/$tdir/striped_dir
19004         createmany -o $DIR/$tdir/striped_dir/f 10 ||
19005                 error "create 10 files failed"
19006
19007         #remote striped directory
19008         $LFS setdirstripe -i 1 -c 2 $DIR/$tdir/remote_striped_dir ||
19009                 error "set striped dir error"
19010         #look at the directories for debug purposes
19011         ls -l $DIR/$tdir
19012         $LFS getdirstripe $DIR/$tdir
19013         ls -l $DIR/$tdir/remote_striped_dir
19014         $LFS getdirstripe $DIR/$tdir/remote_striped_dir
19015         createmany -o $DIR/$tdir/remote_striped_dir/f 10 ||
19016                 error "create 10 files failed"
19017
19018         for file in $(find $DIR/$tdir); do
19019                 stripe_count=$($LFS getstripe -c $file)
19020                 [ $stripe_count -eq 2 ] ||
19021                         error "wrong stripe $stripe_count for $file"
19022         done
19023
19024         rm -rf $DIR/$tdir
19025 }
19026 run_test 300d "check default stripe under striped directory"
19027
19028 test_300e() {
19029         [ $MDS1_VERSION -lt $(version_code 2.7.55) ] &&
19030                 skip "Need MDS version at least 2.7.55"
19031         [ $PARALLEL == "yes" ] && skip "skip parallel run"
19032         [ $MDSCOUNT -lt 2 ] && skip_env "needs >= 2 MDTs"
19033
19034         local stripe_count
19035         local file
19036
19037         mkdir -p $DIR/$tdir
19038
19039         $LFS setdirstripe -i 0 -c 2 -H all_char $DIR/$tdir/striped_dir ||
19040                 error "set striped dir error"
19041
19042         touch $DIR/$tdir/striped_dir/a
19043         touch $DIR/$tdir/striped_dir/b
19044         touch $DIR/$tdir/striped_dir/c
19045
19046         mkdir $DIR/$tdir/striped_dir/dir_a
19047         mkdir $DIR/$tdir/striped_dir/dir_b
19048         mkdir $DIR/$tdir/striped_dir/dir_c
19049
19050         $LFS setdirstripe -i 0 -c 2 -H all_char $DIR/$tdir/striped_dir/stp_a ||
19051                 error "set striped adir under striped dir error"
19052
19053         $LFS setdirstripe -i 0 -c 2 -H all_char $DIR/$tdir/striped_dir/stp_b ||
19054                 error "set striped bdir under striped dir error"
19055
19056         $LFS setdirstripe -i 0 -c 2 -H all_char $DIR/$tdir/striped_dir/stp_c ||
19057                 error "set striped cdir under striped dir error"
19058
19059         mrename $DIR/$tdir/striped_dir/dir_a $DIR/$tdir/striped_dir/dir_b ||
19060                 error "rename dir under striped dir fails"
19061
19062         mrename $DIR/$tdir/striped_dir/stp_a $DIR/$tdir/striped_dir/stp_b ||
19063                 error "rename dir under different stripes fails"
19064
19065         mrename $DIR/$tdir/striped_dir/a $DIR/$tdir/striped_dir/c ||
19066                 error "rename file under striped dir should succeed"
19067
19068         mrename $DIR/$tdir/striped_dir/dir_b $DIR/$tdir/striped_dir/dir_c ||
19069                 error "rename dir under striped dir should succeed"
19070
19071         rm -rf $DIR/$tdir
19072 }
19073 run_test 300e "check rename under striped directory"
19074
19075 test_300f() {
19076         [ $PARALLEL == "yes" ] && skip "skip parallel run"
19077         [ $MDSCOUNT -lt 2 ] && skip_env "needs >= 2 MDTs"
19078         [ $MDS1_VERSION -lt $(version_code 2.7.55) ] &&
19079                 skip "Need MDS version at least 2.7.55"
19080
19081         local stripe_count
19082         local file
19083
19084         rm -rf $DIR/$tdir
19085         mkdir -p $DIR/$tdir
19086
19087         $LFS setdirstripe -i 0 -c 2 -H all_char $DIR/$tdir/striped_dir ||
19088                 error "set striped dir error"
19089
19090         $LFS setdirstripe -i 0 -c 2 -H all_char $DIR/$tdir/striped_dir1 ||
19091                 error "set striped dir error"
19092
19093         touch $DIR/$tdir/striped_dir/a
19094         mkdir $DIR/$tdir/striped_dir/dir_a
19095         $LFS setdirstripe -i 0 -c 2 $DIR/$tdir/striped_dir/stp_a ||
19096                 error "create striped dir under striped dir fails"
19097
19098         touch $DIR/$tdir/striped_dir1/b
19099         mkdir $DIR/$tdir/striped_dir1/dir_b
19100         $LFS setdirstripe -i 0 -c 2 $DIR/$tdir/striped_dir/stp_b ||
19101                 error "create striped dir under striped dir fails"
19102
19103         mrename $DIR/$tdir/striped_dir/dir_a $DIR/$tdir/striped_dir1/dir_b ||
19104                 error "rename dir under different striped dir should fail"
19105
19106         mrename $DIR/$tdir/striped_dir/stp_a $DIR/$tdir/striped_dir1/stp_b ||
19107                 error "rename striped dir under diff striped dir should fail"
19108
19109         mrename $DIR/$tdir/striped_dir/a $DIR/$tdir/striped_dir1/a ||
19110                 error "rename file under diff striped dirs fails"
19111
19112         rm -rf $DIR/$tdir
19113 }
19114 run_test 300f "check rename cross striped directory"
19115
19116 test_300_check_default_striped_dir()
19117 {
19118         local dirname=$1
19119         local default_count=$2
19120         local default_index=$3
19121         local stripe_count
19122         local stripe_index
19123         local dir_stripe_index
19124         local dir
19125
19126         echo "checking $dirname $default_count $default_index"
19127         $LFS setdirstripe -D -c $default_count -i $default_index \
19128                                 -t all_char $DIR/$tdir/$dirname ||
19129                 error "set default stripe on striped dir error"
19130         stripe_count=$($LFS getdirstripe -D -c $DIR/$tdir/$dirname)
19131         [ $stripe_count -eq $default_count ] ||
19132                 error "expect $default_count get $stripe_count for $dirname"
19133
19134         stripe_index=$($LFS getdirstripe -D -i $DIR/$tdir/$dirname)
19135         [ $stripe_index -eq $default_index ] ||
19136                 error "expect $default_index get $stripe_index for $dirname"
19137
19138         mkdir $DIR/$tdir/$dirname/{test1,test2,test3,test4} ||
19139                                                 error "create dirs failed"
19140
19141         createmany -o $DIR/$tdir/$dirname/f- 10 || error "create files failed"
19142         unlinkmany $DIR/$tdir/$dirname/f- 10    || error "unlink files failed"
19143         for dir in $(find $DIR/$tdir/$dirname/*); do
19144                 stripe_count=$($LFS getdirstripe -c $dir)
19145                 [ $stripe_count -eq $default_count ] ||
19146                 [ $stripe_count -eq 0 -o $default_count -eq 1 ] ||
19147                 error "stripe count $default_count != $stripe_count for $dir"
19148
19149                 stripe_index=$($LFS getdirstripe -i $dir)
19150                 [ $default_index -eq -1 -o $stripe_index -eq $default_index ] ||
19151                         error "$stripe_index != $default_index for $dir"
19152
19153                 #check default stripe
19154                 stripe_count=$($LFS getdirstripe -D -c $dir)
19155                 [ $stripe_count -eq $default_count ] ||
19156                 error "default count $default_count != $stripe_count for $dir"
19157
19158                 stripe_index=$($LFS getdirstripe -D -i $dir)
19159                 [ $stripe_index -eq $default_index ] ||
19160                 error "default index $default_index != $stripe_index for $dir"
19161         done
19162         rmdir $DIR/$tdir/$dirname/* || error "rmdir failed"
19163 }
19164
19165 test_300g() {
19166         [ $MDSCOUNT -lt 2 ] && skip_env "needs >= 2 MDTs"
19167         [ $MDS1_VERSION -lt $(version_code 2.7.55) ] &&
19168                 skip "Need MDS version at least 2.7.55"
19169
19170         local dir
19171         local stripe_count
19172         local stripe_index
19173
19174         mkdir $DIR/$tdir
19175         mkdir $DIR/$tdir/normal_dir
19176
19177         #Checking when client cache stripe index
19178         $LFS setdirstripe -c$MDSCOUNT $DIR/$tdir/striped_dir
19179         $LFS setdirstripe -D -i1 $DIR/$tdir/striped_dir ||
19180                 error "create striped_dir failed"
19181
19182         $LFS setdirstripe -i0 $DIR/$tdir/striped_dir/dir0 ||
19183                 error "create dir0 fails"
19184         stripe_index=$($LFS getdirstripe -i $DIR/$tdir/striped_dir/dir0)
19185         [ $stripe_index -eq 0 ] ||
19186                 error "dir0 expect index 0 got $stripe_index"
19187
19188         mkdir $DIR/$tdir/striped_dir/dir1 ||
19189                 error "create dir1 fails"
19190         stripe_index=$($LFS getdirstripe -i $DIR/$tdir/striped_dir/dir1)
19191         [ $stripe_index -eq 1 ] ||
19192                 error "dir1 expect index 1 got $stripe_index"
19193
19194         #check default stripe count/stripe index
19195         test_300_check_default_striped_dir normal_dir $MDSCOUNT 1
19196         test_300_check_default_striped_dir normal_dir 1 0
19197         test_300_check_default_striped_dir normal_dir 2 1
19198         test_300_check_default_striped_dir normal_dir 2 -1
19199
19200         #delete default stripe information
19201         echo "delete default stripeEA"
19202         $LFS setdirstripe -d $DIR/$tdir/normal_dir ||
19203                 error "set default stripe on striped dir error"
19204
19205         mkdir -p $DIR/$tdir/normal_dir/{test1,test2,test3,test4}
19206         for dir in $(find $DIR/$tdir/normal_dir/*); do
19207                 stripe_count=$($LFS getdirstripe -c $dir)
19208                 [ $stripe_count -eq 0 ] ||
19209                         error "expect 1 get $stripe_count for $dir"
19210                 stripe_index=$($LFS getdirstripe -i $dir)
19211                 [ $stripe_index -eq 0 ] ||
19212                         error "expect 0 get $stripe_index for $dir"
19213         done
19214 }
19215 run_test 300g "check default striped directory for normal directory"
19216
19217 test_300h() {
19218         [ $MDSCOUNT -lt 2 ] && skip_env "needs >= 2 MDTs"
19219         [ $MDS1_VERSION -lt $(version_code 2.7.55) ] &&
19220                 skip "Need MDS version at least 2.7.55"
19221
19222         local dir
19223         local stripe_count
19224
19225         mkdir $DIR/$tdir
19226         $LFS setdirstripe -i0 -c$MDSCOUNT -H all_char $DIR/$tdir/striped_dir ||
19227                 error "set striped dir error"
19228
19229         test_300_check_default_striped_dir striped_dir $MDSCOUNT 1
19230         test_300_check_default_striped_dir striped_dir 1 0
19231         test_300_check_default_striped_dir striped_dir 2 1
19232         test_300_check_default_striped_dir striped_dir 2 -1
19233
19234         #delete default stripe information
19235         $LFS setdirstripe -d $DIR/$tdir/striped_dir ||
19236                 error "set default stripe on striped dir error"
19237
19238         mkdir -p $DIR/$tdir/striped_dir/{test1,test2,test3,test4}
19239         for dir in $(find $DIR/$tdir/striped_dir/*); do
19240                 stripe_count=$($LFS getdirstripe -c $dir)
19241                 [ $stripe_count -eq 0 ] ||
19242                         error "expect 1 get $stripe_count for $dir"
19243         done
19244 }
19245 run_test 300h "check default striped directory for striped directory"
19246
19247 test_300i() {
19248         [ $PARALLEL == "yes" ] && skip "skip parallel run"
19249         [ $MDSCOUNT -lt 2 ] && skip_env "needs >= 2 MDTs"
19250         [ $MDS1_VERSION -lt $(version_code 2.7.55) ] &&
19251                 skip "Need MDS version at least 2.7.55"
19252
19253         local stripe_count
19254         local file
19255
19256         mkdir $DIR/$tdir
19257
19258         $LFS setdirstripe -i 0 -c$MDSCOUNT -H all_char $DIR/$tdir/striped_dir ||
19259                 error "set striped dir error"
19260
19261         createmany -o $DIR/$tdir/striped_dir/f- 10 ||
19262                 error "create files under striped dir failed"
19263
19264         $LFS setdirstripe -i0 -c$MDSCOUNT -H all_char $DIR/$tdir/hashdir ||
19265                 error "set striped hashdir error"
19266
19267         $LFS setdirstripe -i0 -c$MDSCOUNT -H all_char $DIR/$tdir/hashdir/d0 ||
19268                 error "create dir0 under hash dir failed"
19269         $LFS setdirstripe -i0 -c$MDSCOUNT -H fnv_1a_64 $DIR/$tdir/hashdir/d1 ||
19270                 error "create dir1 under hash dir failed"
19271
19272         # unfortunately, we need to umount to clear dir layout cache for now
19273         # once we fully implement dir layout, we can drop this
19274         umount_client $MOUNT || error "umount failed"
19275         mount_client $MOUNT || error "mount failed"
19276
19277         $LFS find -H fnv_1a_64 $DIR/$tdir/hashdir
19278         local dircnt=$($LFS find -H fnv_1a_64 $DIR/$tdir/hashdir | wc -l)
19279         [ $dircnt -eq 1 ] || error "lfs find striped dir got:$dircnt,except:1"
19280
19281         #set the stripe to be unknown hash type
19282         #define OBD_FAIL_UNKNOWN_LMV_STRIPE     0x1901
19283         $LCTL set_param fail_loc=0x1901
19284         for ((i = 0; i < 10; i++)); do
19285                 $CHECKSTAT -t file $DIR/$tdir/striped_dir/f-$i ||
19286                         error "stat f-$i failed"
19287                 rm $DIR/$tdir/striped_dir/f-$i || error "unlink f-$i failed"
19288         done
19289
19290         touch $DIR/$tdir/striped_dir/f0 &&
19291                 error "create under striped dir with unknown hash should fail"
19292
19293         $LCTL set_param fail_loc=0
19294
19295         umount_client $MOUNT || error "umount failed"
19296         mount_client $MOUNT || error "mount failed"
19297
19298         return 0
19299 }
19300 run_test 300i "client handle unknown hash type striped directory"
19301
19302 test_300j() {
19303         [ $MDSCOUNT -lt 2 ] && skip_env "needs >= 2 MDTs"
19304         [ $PARALLEL == "yes" ] && skip "skip parallel run"
19305         [ $MDS1_VERSION -lt $(version_code 2.7.55) ] &&
19306                 skip "Need MDS version at least 2.7.55"
19307
19308         local stripe_count
19309         local file
19310
19311         mkdir $DIR/$tdir
19312
19313         #define OBD_FAIL_SPLIT_UPDATE_REC       0x1702
19314         $LCTL set_param fail_loc=0x1702
19315         $LFS setdirstripe -i 0 -c$MDSCOUNT -H all_char $DIR/$tdir/striped_dir ||
19316                 error "set striped dir error"
19317
19318         createmany -o $DIR/$tdir/striped_dir/f- 10 ||
19319                 error "create files under striped dir failed"
19320
19321         $LCTL set_param fail_loc=0
19322
19323         rm -rf $DIR/$tdir || error "unlink striped dir fails"
19324
19325         return 0
19326 }
19327 run_test 300j "test large update record"
19328
19329 test_300k() {
19330         [ $PARALLEL == "yes" ] && skip "skip parallel run"
19331         [ $MDSCOUNT -lt 2 ] && skip_env "needs >= 2 MDTs"
19332         [ $MDS1_VERSION -lt $(version_code 2.7.55) ] &&
19333                 skip "Need MDS version at least 2.7.55"
19334
19335         local stripe_count
19336         local file
19337
19338         mkdir $DIR/$tdir
19339
19340         #define OBD_FAIL_LARGE_STRIPE   0x1703
19341         $LCTL set_param fail_loc=0x1703
19342         $LFS setdirstripe -i 0 -c192 $DIR/$tdir/striped_dir ||
19343                 error "set striped dir error"
19344         $LCTL set_param fail_loc=0
19345
19346         $LFS getdirstripe $DIR/$tdir/striped_dir ||
19347                 error "getstripeddir fails"
19348         rm -rf $DIR/$tdir/striped_dir ||
19349                 error "unlink striped dir fails"
19350
19351         return 0
19352 }
19353 run_test 300k "test large striped directory"
19354
19355 test_300l() {
19356         [ $PARALLEL == "yes" ] && skip "skip parallel run"
19357         [ $MDSCOUNT -lt 2 ] && skip_env "needs >= 2 MDTs"
19358         [ $MDS1_VERSION -lt $(version_code 2.7.55) ] &&
19359                 skip "Need MDS version at least 2.7.55"
19360
19361         local stripe_index
19362
19363         test_mkdir -p $DIR/$tdir/striped_dir
19364         chown $RUNAS_ID $DIR/$tdir/striped_dir ||
19365                         error "chown $RUNAS_ID failed"
19366         $LFS setdirstripe -i 1 -D $DIR/$tdir/striped_dir ||
19367                 error "set default striped dir failed"
19368
19369         #define OBD_FAIL_MDS_STALE_DIR_LAYOUT    0x158
19370         $LCTL set_param fail_loc=0x80000158
19371         $RUNAS mkdir $DIR/$tdir/striped_dir/test_dir || error "create dir fails"
19372
19373         stripe_index=$($LFS getdirstripe -i $DIR/$tdir/striped_dir/test_dir)
19374         [ $stripe_index -eq 1 ] ||
19375                 error "expect 1 get $stripe_index for $dir"
19376 }
19377 run_test 300l "non-root user to create dir under striped dir with stale layout"
19378
19379 test_300m() {
19380         [ $PARALLEL == "yes" ] && skip "skip parallel run"
19381         [ $MDSCOUNT -ge 2 ] && skip_env "Only for single MDT"
19382         [ $MDS1_VERSION -lt $(version_code 2.7.55) ] &&
19383                 skip "Need MDS version at least 2.7.55"
19384
19385         mkdir -p $DIR/$tdir/striped_dir
19386         $LFS setdirstripe -D -c 1 $DIR/$tdir/striped_dir ||
19387                 error "set default stripes dir error"
19388
19389         mkdir $DIR/$tdir/striped_dir/a || error "mkdir a fails"
19390
19391         stripe_count=$($LFS getdirstripe -c $DIR/$tdir/striped_dir/a)
19392         [ $stripe_count -eq 0 ] ||
19393                         error "expect 0 get $stripe_count for a"
19394
19395         $LFS setdirstripe -D -c 2 $DIR/$tdir/striped_dir ||
19396                 error "set default stripes dir error"
19397
19398         mkdir $DIR/$tdir/striped_dir/b || error "mkdir b fails"
19399
19400         stripe_count=$($LFS getdirstripe -c $DIR/$tdir/striped_dir/b)
19401         [ $stripe_count -eq 0 ] ||
19402                         error "expect 0 get $stripe_count for b"
19403
19404         $LFS setdirstripe -D -c1 -i2 $DIR/$tdir/striped_dir ||
19405                 error "set default stripes dir error"
19406
19407         mkdir $DIR/$tdir/striped_dir/c &&
19408                 error "default stripe_index is invalid, mkdir c should fails"
19409
19410         rm -rf $DIR/$tdir || error "rmdir fails"
19411 }
19412 run_test 300m "setstriped directory on single MDT FS"
19413
19414 cleanup_300n() {
19415         local list=$(comma_list $(mdts_nodes))
19416
19417         trap 0
19418         do_nodes $list $LCTL set_param -n mdt.*.enable_remote_dir_gid=0
19419 }
19420
19421 test_300n() {
19422         [ $PARALLEL == "yes" ] && skip "skip parallel run"
19423         [ $MDSCOUNT -lt 2 ] && skip_env "needs >= 2 MDTs"
19424         [ $MDS1_VERSION -lt $(version_code 2.7.55) ] &&
19425                 skip "Need MDS version at least 2.7.55"
19426         remote_mds_nodsh && skip "remote MDS with nodsh"
19427
19428         local stripe_index
19429         local list=$(comma_list $(mdts_nodes))
19430
19431         trap cleanup_300n RETURN EXIT
19432         mkdir -p $DIR/$tdir
19433         chmod 777 $DIR/$tdir
19434         $RUNAS $LFS setdirstripe -i0 -c$MDSCOUNT \
19435                                 $DIR/$tdir/striped_dir > /dev/null 2>&1 &&
19436                 error "create striped dir succeeds with gid=0"
19437
19438         do_nodes $list $LCTL set_param -n mdt.*.enable_remote_dir_gid=-1
19439         $RUNAS $LFS setdirstripe -i0 -c$MDSCOUNT $DIR/$tdir/striped_dir ||
19440                 error "create striped dir fails with gid=-1"
19441
19442         do_nodes $list $LCTL set_param -n mdt.*.enable_remote_dir_gid=0
19443         $RUNAS $LFS setdirstripe -i 1 -c$MDSCOUNT -D \
19444                                 $DIR/$tdir/striped_dir > /dev/null 2>&1 &&
19445                 error "set default striped dir succeeds with gid=0"
19446
19447
19448         do_nodes $list $LCTL set_param -n mdt.*.enable_remote_dir_gid=-1
19449         $RUNAS $LFS setdirstripe -i 1 -c$MDSCOUNT -D $DIR/$tdir/striped_dir ||
19450                 error "set default striped dir fails with gid=-1"
19451
19452
19453         do_nodes $list $LCTL set_param -n mdt.*.enable_remote_dir_gid=0
19454         $RUNAS mkdir $DIR/$tdir/striped_dir/test_dir ||
19455                                         error "create test_dir fails"
19456         $RUNAS mkdir $DIR/$tdir/striped_dir/test_dir1 ||
19457                                         error "create test_dir1 fails"
19458         $RUNAS mkdir $DIR/$tdir/striped_dir/test_dir2 ||
19459                                         error "create test_dir2 fails"
19460         cleanup_300n
19461 }
19462 run_test 300n "non-root user to create dir under striped dir with default EA"
19463
19464 test_300o() {
19465         [ $PARALLEL == "yes" ] && skip "skip parallel run"
19466         [ $MDSCOUNT -lt 2 ] && skip_env "needs >= 2 MDTs"
19467         [ $MDS1_VERSION -lt $(version_code 2.7.55) ] &&
19468                 skip "Need MDS version at least 2.7.55"
19469
19470         local numfree1
19471         local numfree2
19472
19473         mkdir -p $DIR/$tdir
19474
19475         numfree1=$(lctl get_param -n mdc.*MDT0000*.filesfree)
19476         numfree2=$(lctl get_param -n mdc.*MDT0001*.filesfree)
19477         if [ $numfree1 -lt 66000 -o $numfree2 -lt 66000 ]; then
19478                 skip "not enough free inodes $numfree1 $numfree2"
19479         fi
19480
19481         numfree1=$(lctl get_param -n mdc.*MDT0000-mdc-*.kbytesfree)
19482         numfree2=$(lctl get_param -n mdc.*MDT0001-mdc-*.kbytesfree)
19483         if [ $numfree1 -lt 300000 -o $numfree2 -lt 300000 ]; then
19484                 skip "not enough free space $numfree1 $numfree2"
19485         fi
19486
19487         $LFS setdirstripe -c2 $DIR/$tdir/striped_dir ||
19488                 error "setdirstripe fails"
19489
19490         createmany -d $DIR/$tdir/striped_dir/d 131000 ||
19491                 error "create dirs fails"
19492
19493         $LCTL set_param ldlm.namespaces.*mdc-*.lru_size=0
19494         ls $DIR/$tdir/striped_dir > /dev/null ||
19495                 error "ls striped dir fails"
19496         unlinkmany -d $DIR/$tdir/striped_dir/d 131000 ||
19497                 error "unlink big striped dir fails"
19498 }
19499 run_test 300o "unlink big sub stripe(> 65000 subdirs)"
19500
19501 test_300p() {
19502         [ $PARALLEL == "yes" ] && skip "skip parallel run"
19503         [ $MDSCOUNT -lt 2 ] && skip_env "needs >= 2 MDTs"
19504         remote_mds_nodsh && skip "remote MDS with nodsh"
19505
19506         mkdir -p $DIR/$tdir
19507
19508         #define OBD_FAIL_OUT_ENOSPC     0x1704
19509         do_facet mds2 lctl set_param fail_loc=0x80001704
19510         $LFS setdirstripe -i 0 -c2 $DIR/$tdir/bad_striped_dir > /dev/null 2>&1 \
19511                  && error "create striped directory should fail"
19512
19513         [ -e $DIR/$tdir/bad_striped_dir ] && error "striped dir exists"
19514
19515         $LFS setdirstripe -c2 $DIR/$tdir/bad_striped_dir
19516         true
19517 }
19518 run_test 300p "create striped directory without space"
19519
19520 test_300q() {
19521         [ $PARALLEL == "yes" ] && skip "skip parallel run"
19522         [ $MDSCOUNT -lt 2 ] && skip_env "needs >= 2 MDTs"
19523
19524         local fd=$(free_fd)
19525         local cmd="exec $fd<$tdir"
19526         cd $DIR
19527         $LFS mkdir -c $MDSCOUNT $tdir || error "create $tdir fails"
19528         eval $cmd
19529         cmd="exec $fd<&-"
19530         trap "eval $cmd" EXIT
19531         cd $tdir || error "cd $tdir fails"
19532         rmdir  ../$tdir || error "rmdir $tdir fails"
19533         mkdir local_dir && error "create dir succeeds"
19534         $LFS setdirstripe -i1 remote_dir && error "create remote dir succeeds"
19535         eval $cmd
19536         return 0
19537 }
19538 run_test 300q "create remote directory under orphan directory"
19539
19540 test_300r() {
19541         [ $(lustre_version_code $SINGLEMDS) -lt $(version_code 2.7.55) ] &&
19542                 skip "Need MDS version at least 2.7.55" && return
19543         [ $MDSCOUNT -lt 2 ] && skip "needs >= 2 MDTs" && return
19544
19545         mkdir $DIR/$tdir
19546
19547         $LFS setdirstripe -i 0 -c -1 $DIR/$tdir/striped_dir ||
19548                 error "set striped dir error"
19549
19550         $LFS getdirstripe $DIR/$tdir/striped_dir ||
19551                 error "getstripeddir fails"
19552
19553         local stripe_count
19554         stripe_count=$($LFS getdirstripe $DIR/$tdir/striped_dir |
19555                       awk '/lmv_stripe_count:/ { print $2 }')
19556
19557         [ $MDSCOUNT -ne $stripe_count ] &&
19558                 error "wrong stripe count $stripe_count expected $MDSCOUNT"
19559
19560         rm -rf $DIR/$tdir/striped_dir ||
19561                 error "unlink striped dir fails"
19562 }
19563 run_test 300r "test -1 striped directory"
19564
19565 test_300s_helper() {
19566         local count=$1
19567
19568         local stripe_dir=$DIR/$tdir/striped_dir.$count
19569
19570         $LFS mkdir -c $count $stripe_dir ||
19571                 error "lfs mkdir -c error"
19572
19573         $LFS getdirstripe $stripe_dir ||
19574                 error "lfs getdirstripe fails"
19575
19576         local stripe_count
19577         stripe_count=$($LFS getdirstripe $stripe_dir |
19578                       awk '/lmv_stripe_count:/ { print $2 }')
19579
19580         [ $count -ne $stripe_count ] &&
19581                 error_noexit "bad stripe count $stripe_count expected $count"
19582
19583         local dupe_stripes
19584         dupe_stripes=$($LFS getdirstripe $stripe_dir |
19585                 awk '/0x/ {count[$1] += 1}; END {
19586                         for (idx in count) {
19587                                 if (count[idx]>1) {
19588                                         print "index " idx " count " count[idx]
19589                                 }
19590                         }
19591                 }')
19592
19593         if [[ -n "$dupe_stripes" ]] ; then
19594                 lfs getdirstripe $stripe_dir
19595                 error_noexit "Dupe MDT above: $dupe_stripes "
19596         fi
19597
19598         rm -rf $stripe_dir ||
19599                 error_noexit "unlink $stripe_dir fails"
19600 }
19601
19602 test_300s() {
19603         [ $MDS1_VERSION -lt $(version_code 2.7.55) ] &&
19604                 skip "Need MDS version at least 2.7.55" && return
19605         [ $MDSCOUNT -lt 2 ] && skip "needs >= 2 MDTs" && return
19606
19607         mkdir $DIR/$tdir
19608         for count in $(seq 2 $MDSCOUNT); do
19609                 test_300s_helper $count
19610         done
19611 }
19612 run_test 300s "test lfs mkdir -c without -i"
19613
19614
19615 prepare_remote_file() {
19616         mkdir $DIR/$tdir/src_dir ||
19617                 error "create remote source failed"
19618
19619         cp /etc/hosts $DIR/$tdir/src_dir/a ||
19620                  error "cp to remote source failed"
19621         touch $DIR/$tdir/src_dir/a
19622
19623         $LFS mkdir -i 1 $DIR/$tdir/tgt_dir ||
19624                 error "create remote target dir failed"
19625
19626         touch $DIR/$tdir/tgt_dir/b
19627
19628         mrename $DIR/$tdir/src_dir/a $DIR/$tdir/tgt_dir/b ||
19629                 error "rename dir cross MDT failed!"
19630
19631         $CHECKSTAT -t file $DIR/$tdir/src_dir/a &&
19632                 error "src_child still exists after rename"
19633
19634         $CHECKSTAT -t file $DIR/$tdir/tgt_dir/b ||
19635                 error "missing file(a) after rename"
19636
19637         diff /etc/hosts $DIR/$tdir/tgt_dir/b ||
19638                 error "diff after rename"
19639 }
19640
19641 test_310a() {
19642         [[ $MDSCOUNT -lt 2 ]] && skip_env "needs >= 4 MDTs"
19643         [ $PARALLEL == "yes" ] && skip "skip parallel run"
19644
19645         local remote_file=$DIR/$tdir/tgt_dir/b
19646
19647         mkdir -p $DIR/$tdir
19648
19649         prepare_remote_file || error "prepare remote file failed"
19650
19651         #open-unlink file
19652         $OPENUNLINK $remote_file $remote_file ||
19653                 error "openunlink $remote_file failed"
19654         $CHECKSTAT -a $remote_file || error "$remote_file exists"
19655 }
19656 run_test 310a "open unlink remote file"
19657
19658 test_310b() {
19659         [[ $MDSCOUNT -lt 2 ]] && skip_env "needs >= 4 MDTs"
19660         [ $PARALLEL == "yes" ] && skip "skip parallel run"
19661
19662         local remote_file=$DIR/$tdir/tgt_dir/b
19663
19664         mkdir -p $DIR/$tdir
19665
19666         prepare_remote_file || error "prepare remote file failed"
19667
19668         ln $remote_file $DIR/$tfile || error "link failed for remote file"
19669         $MULTIOP $DIR/$tfile Ouc || error "mulitop failed"
19670         $CHECKSTAT -t file $remote_file || error "check file failed"
19671 }
19672 run_test 310b "unlink remote file with multiple links while open"
19673
19674 test_310c() {
19675         [ $PARALLEL == "yes" ] && skip "skip parallel run"
19676         [[ $MDSCOUNT -lt 4 ]] && skip_env "needs >= 4 MDTs"
19677
19678         local remote_file=$DIR/$tdir/tgt_dir/b
19679
19680         mkdir -p $DIR/$tdir
19681
19682         prepare_remote_file || error "prepare remote file failed"
19683
19684         ln $remote_file $DIR/$tfile || error "link failed for remote file"
19685         multiop_bg_pause $remote_file O_uc ||
19686                         error "mulitop failed for remote file"
19687         MULTIPID=$!
19688         $MULTIOP $DIR/$tfile Ouc
19689         kill -USR1 $MULTIPID
19690         wait $MULTIPID
19691 }
19692 run_test 310c "open-unlink remote file with multiple links"
19693
19694 #LU-4825
19695 test_311() {
19696         [ $PARALLEL == "yes" ] && skip "skip parallel run"
19697         [ $OSTCOUNT -lt 2 ] && skip "needs >= 2 OSTs"
19698         [ $MDS1_VERSION -lt $(version_code 2.8.54) ] &&
19699                 skip "lustre < 2.8.54 does not contain LU-4825 fix"
19700         remote_mds_nodsh && skip "remote MDS with nodsh"
19701
19702         local old_iused=$($LFS df -i | grep OST0000 | awk '{ print $3 }')
19703         local mdts=$(comma_list $(mdts_nodes))
19704
19705         mkdir -p $DIR/$tdir
19706         $SETSTRIPE -i 0 -c 1 $DIR/$tdir
19707         createmany -o $DIR/$tdir/$tfile. 1000
19708
19709         # statfs data is not real time, let's just calculate it
19710         old_iused=$((old_iused + 1000))
19711
19712         local count=$(do_facet $SINGLEMDS "$LCTL get_param -n \
19713                         osp.*OST0000*MDT0000.create_count")
19714         local max_count=$(do_facet $SINGLEMDS "$LCTL get_param -n \
19715                                 osp.*OST0000*MDT0000.max_create_count")
19716         do_nodes $mdts "$LCTL set_param -n osp.*OST0000*.max_create_count=0"
19717
19718         $SETSTRIPE -i 0 $DIR/$tdir/$tfile || error "setstripe failed"
19719         local index=$($GETSTRIPE -i $DIR/$tdir/$tfile)
19720         [ $index -ne 0 ] || error "$tfile stripe index is 0"
19721
19722         unlinkmany $DIR/$tdir/$tfile. 1000
19723
19724         do_nodes $mdts "$LCTL set_param -n \
19725                         osp.*OST0000*.max_create_count=$max_count"
19726         [ $MDS1_VERSION -lt $(version_code 2.12.51) ] &&
19727                 do_nodes $mdts "$LCTL set_param -n \
19728                                 osp.*OST0000*.create_count=$count"
19729         do_nodes $mdts "$LCTL get_param osp.*OST0000*.create_count" |
19730                         grep "=0" && error "create_count is zero"
19731
19732         local new_iused
19733         for i in $(seq 120); do
19734                 new_iused=$($LFS df -i | grep OST0000 | awk '{ print $3 }')
19735                 # system may be too busy to destroy all objs in time, use
19736                 # a somewhat small value to not fail autotest
19737                 [ $((old_iused - new_iused)) -gt 400 ] && break
19738                 sleep 1
19739         done
19740
19741         echo "waited $i sec, old Iused $old_iused, new Iused $new_iused"
19742         [ $((old_iused - new_iused)) -gt 400 ] ||
19743                 error "objs not destroyed after unlink"
19744 }
19745 run_test 311 "disable OSP precreate, and unlink should destroy objs"
19746
19747 zfs_oid_to_objid()
19748 {
19749         local ost=$1
19750         local objid=$2
19751
19752         local vdevdir=$(dirname $(facet_vdevice $ost))
19753         local cmd="$ZDB -e -p $vdevdir -ddddd $(facet_device $ost)"
19754         local zfs_zapid=$(do_facet $ost $cmd |
19755                           grep -w "/O/0/d$((objid%32))" -C 5 |
19756                           awk '/Object/{getline; print $1}')
19757         local zfs_objid=$(do_facet $ost $cmd $zfs_zapid |
19758                           awk "/$objid = /"'{printf $3}')
19759
19760         echo $zfs_objid
19761 }
19762
19763 zfs_object_blksz() {
19764         local ost=$1
19765         local objid=$2
19766
19767         local vdevdir=$(dirname $(facet_vdevice $ost))
19768         local cmd="$ZDB -e -p $vdevdir -dddd $(facet_device $ost)"
19769         local blksz=$(do_facet $ost $cmd $objid |
19770                       awk '/dblk/{getline; printf $4}')
19771
19772         case "${blksz: -1}" in
19773                 k|K) blksz=$((${blksz:0:$((${#blksz} - 1))}*1024)) ;;
19774                 m|M) blksz=$((${blksz:0:$((${#blksz} - 1))}*1024*1024)) ;;
19775                 *) ;;
19776         esac
19777
19778         echo $blksz
19779 }
19780
19781 test_312() { # LU-4856
19782         remote_ost_nodsh && skip "remote OST with nodsh"
19783         [ "$ost1_FSTYPE" = "zfs" ] ||
19784                 skip_env "the test only applies to zfs"
19785
19786         local max_blksz=$(do_facet ost1 \
19787                           $ZFS get -p recordsize $(facet_device ost1) |
19788                           awk '!/VALUE/{print $3}')
19789
19790         # to make life a little bit easier
19791         $LFS mkdir -c 1 -i 0 $DIR/$tdir
19792         $LFS setstripe -c 1 -i 0 $DIR/$tdir
19793
19794         local tf=$DIR/$tdir/$tfile
19795         touch $tf
19796         local oid=$($LFS getstripe $tf | awk '/obdidx/{getline; print $2}')
19797
19798         # Get ZFS object id
19799         local zfs_objid=$(zfs_oid_to_objid ost1 $oid)
19800         # block size change by sequential overwrite
19801         local bs
19802
19803         for ((bs=$PAGE_SIZE; bs <= max_blksz; bs *= 4)) ; do
19804                 dd if=/dev/zero of=$tf bs=$bs count=1 oflag=sync conv=notrunc
19805
19806                 local blksz=$(zfs_object_blksz ost1 $zfs_objid)
19807                 [ $blksz -eq $bs ] || error "blksz error: $blksz, expected: $bs"
19808         done
19809         rm -f $tf
19810
19811         # block size change by sequential append write
19812         dd if=/dev/zero of=$tf bs=$PAGE_SIZE count=1 oflag=sync conv=notrunc
19813         oid=$($LFS getstripe $tf | awk '/obdidx/{getline; print $2}')
19814         zfs_objid=$(zfs_oid_to_objid ost1 $oid)
19815         local count
19816
19817         for ((count = 1; count < $((max_blksz / PAGE_SIZE)); count *= 2)); do
19818                 dd if=/dev/zero of=$tf bs=$PAGE_SIZE count=$count seek=$count \
19819                         oflag=sync conv=notrunc
19820
19821                 blksz=$(zfs_object_blksz ost1 $zfs_objid)
19822                 [ $blksz -eq $((2 * count * PAGE_SIZE)) ] ||
19823                         error "blksz error, actual $blksz, " \
19824                                 "expected: 2 * $count * $PAGE_SIZE"
19825         done
19826         rm -f $tf
19827
19828         # random write
19829         touch $tf
19830         oid=$($LFS getstripe $tf | awk '/obdidx/{getline; print $2}')
19831         zfs_objid=$(zfs_oid_to_objid ost1 $oid)
19832
19833         dd if=/dev/zero of=$tf bs=1K count=1 oflag=sync conv=notrunc
19834         blksz=$(zfs_object_blksz ost1 $zfs_objid)
19835         [ $blksz -eq $PAGE_SIZE ] ||
19836                 error "blksz error: $blksz, expected: $PAGE_SIZE"
19837
19838         dd if=/dev/zero of=$tf bs=64K count=1 oflag=sync conv=notrunc seek=128
19839         blksz=$(zfs_object_blksz ost1 $zfs_objid)
19840         [ $blksz -eq 65536 ] || error "blksz error: $blksz, expected: 64k"
19841
19842         dd if=/dev/zero of=$tf bs=1M count=1 oflag=sync conv=notrunc
19843         blksz=$(zfs_object_blksz ost1 $zfs_objid)
19844         [ $blksz -eq 65536 ] || error "rewrite error: $blksz, expected: 64k"
19845 }
19846 run_test 312 "make sure ZFS adjusts its block size by write pattern"
19847
19848 test_313() {
19849         remote_ost_nodsh && skip "remote OST with nodsh"
19850
19851         local file=$DIR/$tfile
19852
19853         rm -f $file
19854         $SETSTRIPE -c 1 -i 0 $file || error "setstripe failed"
19855
19856         # define OBD_FAIL_TGT_RCVD_EIO           0x720
19857         do_facet ost1 "$LCTL set_param fail_loc=0x720"
19858         dd if=/dev/zero of=$file bs=$PAGE_SIZE oflag=direct count=1 &&
19859                 error "write should failed"
19860         do_facet ost1 "$LCTL set_param fail_loc=0"
19861         rm -f $file
19862 }
19863 run_test 313 "io should fail after last_rcvd update fail"
19864
19865 test_314() {
19866         [ $OSTCOUNT -lt 2 ] && skip "needs >= 2 OSTs"
19867
19868         $SETSTRIPE -c 2 -i 0 $DIR/$tfile || error "setstripe failed"
19869         do_facet ost1 "$LCTL set_param fail_loc=0x720"
19870         rm -f $DIR/$tfile
19871         wait_delete_completed
19872         do_facet ost1 "$LCTL set_param fail_loc=0"
19873 }
19874 run_test 314 "OSP shouldn't fail after last_rcvd update failure"
19875
19876 test_315() { # LU-618
19877         local file=$DIR/$tfile
19878         rm -f $file
19879
19880         $MULTIOP $file oO_CREAT:O_DIRECT:O_RDWR:w4063232c ||
19881                 error "multiop file write failed"
19882         $MULTIOP $file oO_RDONLY:r4063232_c &
19883         PID=$!
19884
19885         sleep 2
19886
19887         local rbytes=$(awk '/read_bytes/ { print $2 }' /proc/$PID/io)
19888         kill -USR1 $PID
19889
19890         [ $rbytes -gt 4000000 ] || error "read is not accounted ($rbytes)"
19891         rm -f $file
19892 }
19893 run_test 315 "read should be accounted"
19894
19895 test_316() {
19896         [ $MDSCOUNT -lt 2 ] && skip "needs >= 2 MDTs"
19897         large_xattr_enabled || skip_env "ea_inode feature disabled"
19898
19899         rm -rf $DIR/$tdir/d
19900         mkdir -p $DIR/$tdir/d
19901         chown nobody $DIR/$tdir/d
19902         touch $DIR/$tdir/d/file
19903
19904         $LFS mv -M1 $DIR/$tdir/d || error "lfs mv failed"
19905 }
19906 run_test 316 "lfs mv"
19907
19908 test_317() {
19909         [ $MDS1_VERSION -lt $(version_code 2.11.53) ] &&
19910                 skip "Need MDS version at least 2.11.53"
19911         if [ "$ost1_FSTYPE" == "zfs" ]; then
19912                 skip "LU-10370: no implementation for ZFS"
19913         fi
19914
19915         local trunc_sz
19916         local grant_blk_size
19917
19918         grant_blk_size=$($LCTL get_param osc.$FSNAME*.import |
19919                         awk '/grant_block_size:/ { print $2; exit; }')
19920         #
19921         # Create File of size 5M. Truncate it to below size's and verify
19922         # blocks count.
19923         #
19924         dd if=/dev/zero of=$DIR/$tfile bs=5M count=1 conv=fsync ||
19925                 error "Create file $DIR/$tfile failed"
19926         stack_trap "rm -f $DIR/$tfile" EXIT
19927
19928         for trunc_sz in 2097152 4097 4000 509 0; do
19929                 $TRUNCATE $DIR/$tfile $trunc_sz ||
19930                         error "truncate $tfile to $trunc_sz failed"
19931                 local sz=$(stat --format=%s $DIR/$tfile)
19932                 local blk=$(stat --format=%b $DIR/$tfile)
19933                 local trunc_blk=$((((trunc_sz + (grant_blk_size - 1) ) /
19934                                      grant_blk_size) * 8))
19935
19936                 if [[ $blk -ne $trunc_blk ]]; then
19937                         $(which stat) $DIR/$tfile
19938                         error "Expected Block $trunc_blk got $blk for $tfile"
19939                 fi
19940
19941                 $CHECKSTAT -s $trunc_sz $DIR/$tfile ||
19942                         error "Expected Size $trunc_sz got $sz for $tfile"
19943         done
19944
19945         #
19946         # sparse file test
19947         # Create file with a hole and write actual two blocks. Block count
19948         # must be 16.
19949         #
19950         dd if=/dev/zero of=$DIR/$tfile bs=$grant_blk_size count=2 seek=5 \
19951                 conv=fsync || error "Create file : $DIR/$tfile"
19952
19953         # Calculate the final truncate size.
19954         trunc_sz=$(($(stat --format=%s $DIR/$tfile) - (grant_blk_size + 1)))
19955
19956         #
19957         # truncate to size $trunc_sz bytes. Strip the last block
19958         # The block count must drop to 8
19959         #
19960         $TRUNCATE $DIR/$tfile $trunc_sz ||
19961                 error "truncate $tfile to $trunc_sz failed"
19962
19963         local trunc_bsz=$((grant_blk_size / $(stat --format=%B $DIR/$tfile)))
19964         sz=$(stat --format=%s $DIR/$tfile)
19965         blk=$(stat --format=%b $DIR/$tfile)
19966
19967         if [[ $blk -ne $trunc_bsz ]]; then
19968                 $(which stat) $DIR/$tfile
19969                 error "Expected Block $trunc_bsz got $blk for $tfile"
19970         fi
19971
19972         $CHECKSTAT -s $trunc_sz $DIR/$tfile ||
19973                 error "Expected Size $trunc_sz got $sz for $tfile"
19974 }
19975 run_test 317 "Verify blocks get correctly update after truncate"
19976
19977 test_fake_rw() {
19978         local read_write=$1
19979         if [ "$read_write" = "write" ]; then
19980                 local dd_cmd="dd if=/dev/zero of=$DIR/$tfile"
19981         elif [ "$read_write" = "read" ]; then
19982                 local dd_cmd="dd of=/dev/null if=$DIR/$tfile"
19983         else
19984                 error "argument error"
19985         fi
19986
19987         # turn off debug for performance testing
19988         local saved_debug=$($LCTL get_param -n debug)
19989         $LCTL set_param debug=0
19990
19991         $SETSTRIPE -c 1 -i 0 $DIR/$tfile
19992
19993         # get ost1 size - lustre-OST0000
19994         local ost1_avail_size=$($LFS df | awk /${ost1_svc}/'{ print $4 }')
19995         local blocks=$((ost1_avail_size/2/1024)) # half avail space by megabytes
19996         [ $blocks -gt 1000 ] && blocks=1000 # 1G in maximum
19997
19998         if [ "$read_write" = "read" ]; then
19999                 truncate -s $(expr 1048576 \* $blocks) $DIR/$tfile
20000         fi
20001
20002         local start_time=$(date +%s.%N)
20003         $dd_cmd bs=1M count=$blocks oflag=sync ||
20004                 error "real dd $read_write error"
20005         local duration=$(bc <<< "$(date +%s.%N) - $start_time")
20006
20007         if [ "$read_write" = "write" ]; then
20008                 rm -f $DIR/$tfile
20009         fi
20010
20011         # define OBD_FAIL_OST_FAKE_RW           0x238
20012         do_facet ost1 $LCTL set_param fail_loc=0x238
20013
20014         local start_time=$(date +%s.%N)
20015         $dd_cmd bs=1M count=$blocks oflag=sync ||
20016                 error "fake dd $read_write error"
20017         local duration_fake=$(bc <<< "$(date +%s.%N) - $start_time")
20018
20019         if [ "$read_write" = "write" ]; then
20020                 # verify file size
20021                 cancel_lru_locks osc
20022                 $CHECKSTAT -t file -s $((blocks * 1024 * 1024)) $DIR/$tfile ||
20023                         error "$tfile size not $blocks MB"
20024         fi
20025         do_facet ost1 $LCTL set_param fail_loc=0
20026
20027         echo "fake $read_write $duration_fake vs. normal $read_write" \
20028                 "$duration in seconds"
20029         [ $(bc <<< "$duration_fake < $duration") -eq 1 ] ||
20030                 error_not_in_vm "fake write is slower"
20031
20032         $LCTL set_param -n debug="$saved_debug"
20033         rm -f $DIR/$tfile
20034 }
20035 test_399a() { # LU-7655 for OST fake write
20036         remote_ost_nodsh && skip "remote OST with nodsh"
20037
20038         test_fake_rw write
20039 }
20040 run_test 399a "fake write should not be slower than normal write"
20041
20042 test_399b() { # LU-8726 for OST fake read
20043         remote_ost_nodsh && skip "remote OST with nodsh"
20044         if [ "$ost1_FSTYPE" != "ldiskfs" ]; then
20045                 skip_env "ldiskfs only test"
20046         fi
20047
20048         test_fake_rw read
20049 }
20050 run_test 399b "fake read should not be slower than normal read"
20051
20052 test_400a() { # LU-1606, was conf-sanity test_74
20053         if ! which $CC > /dev/null 2>&1; then
20054                 skip_env "$CC is not installed"
20055         fi
20056
20057         local extra_flags=''
20058         local out=$TMP/$tfile
20059         local prefix=/usr/include/lustre
20060         local prog
20061
20062         # Oleg removes c files in his test rig so test if any c files exist
20063         [ -z "$(ls -A $LUSTRE_TESTS_API_DIR)" ] && \
20064                 skip_env "Needed c test files are missing"
20065
20066         if ! [[ -d $prefix ]]; then
20067                 # Assume we're running in tree and fixup the include path.
20068                 extra_flags+=" -I$LUSTRE/../lnet/include/uapi -I$LUSTRE/include/uapi -I$LUSTRE/include"
20069                 extra_flags+=" -L$LUSTRE/utils/.lib"
20070         fi
20071
20072         for prog in $LUSTRE_TESTS_API_DIR/*.c; do
20073                 $CC -Wall -Werror -std=c99 $extra_flags -o $out $prog -llustreapi ||
20074                         error "client api broken"
20075         done
20076         rm -f $out
20077 }
20078 run_test 400a "Lustre client api program can compile and link"
20079
20080 test_400b() { # LU-1606, LU-5011
20081         local header
20082         local out=$TMP/$tfile
20083         local prefix=/usr/include/linux/lustre
20084
20085         # We use a hard coded prefix so that this test will not fail
20086         # when run in tree. There are headers in lustre/include/lustre/
20087         # that are not packaged (like lustre_idl.h) and have more
20088         # complicated include dependencies (like config.h and lnet/types.h).
20089         # Since this test about correct packaging we just skip them when
20090         # they don't exist (see below) rather than try to fixup cppflags.
20091
20092         if ! which $CC > /dev/null 2>&1; then
20093                 skip_env "$CC is not installed"
20094         fi
20095
20096         for header in $prefix/*.h; do
20097                 if ! [[ -f "$header" ]]; then
20098                         continue
20099                 fi
20100
20101                 if [[ "$(basename $header)" == lustre_ioctl.h ]]; then
20102                         continue # lustre_ioctl.h is internal header
20103                 fi
20104
20105                 $CC -Wall -Werror -std=c99 -include $header -c -x c /dev/null -o $out ||
20106                         error "cannot compile '$header'"
20107         done
20108         rm -f $out
20109 }
20110 run_test 400b "packaged headers can be compiled"
20111
20112 test_401a() { #LU-7437
20113         local printf_arg=$(find -printf 2>&1 | grep "unrecognized:")
20114         [ -n "$printf_arg" ] && skip_env "find does not support -printf"
20115
20116         #count the number of parameters by "list_param -R"
20117         local params=$($LCTL list_param -R '*' 2>/dev/null | wc -l)
20118         #count the number of parameters by listing proc files
20119         local proc_dirs=$(eval \ls -d $proc_regexp 2>/dev/null)
20120         echo "proc_dirs='$proc_dirs'"
20121         [ -n "$proc_dirs" ] || error "no proc_dirs on $HOSTNAME"
20122         local procs=$(find -L $proc_dirs -mindepth 1 -printf '%P\n' 2>/dev/null|
20123                       sort -u | wc -l)
20124
20125         [ $params -eq $procs ] ||
20126                 error "found $params parameters vs. $procs proc files"
20127
20128         # test the list_param -D option only returns directories
20129         params=$($LCTL list_param -R -D '*' 2>/dev/null | wc -l)
20130         #count the number of parameters by listing proc directories
20131         procs=$(find -L $proc_dirs -mindepth 1 -type d -printf '%P\n' 2>/dev/null |
20132                 sort -u | wc -l)
20133
20134         [ $params -eq $procs ] ||
20135                 error "found $params parameters vs. $procs proc files"
20136 }
20137 run_test 401a "Verify if 'lctl list_param -R' can list parameters recursively"
20138
20139 test_401b() {
20140         local save=$($LCTL get_param -n jobid_var)
20141         local tmp=testing
20142
20143         $LCTL set_param foo=bar jobid_var=$tmp bar=baz &&
20144                 error "no error returned when setting bad parameters"
20145
20146         local jobid_new=$($LCTL get_param -n foe jobid_var baz)
20147         [[ "$jobid_new" == "$tmp" ]] || error "jobid tmp $jobid_new != $tmp"
20148
20149         $LCTL set_param -n fog=bam jobid_var=$save bat=fog
20150         local jobid_old=$($LCTL get_param -n foe jobid_var bag)
20151         [[ "$jobid_old" == "$save" ]] || error "jobid new $jobid_old != $save"
20152 }
20153 run_test 401b "Verify 'lctl {get,set}_param' continue after error"
20154
20155 test_401c() {
20156         local jobid_var_old=$($LCTL get_param -n jobid_var)
20157         local jobid_var_new
20158
20159         $LCTL set_param jobid_var= &&
20160                 error "no error returned for 'set_param a='"
20161
20162         jobid_var_new=$($LCTL get_param -n jobid_var)
20163         [[ "$jobid_var_old" == "$jobid_var_new" ]] ||
20164                 error "jobid_var was changed by setting without value"
20165
20166         $LCTL set_param jobid_var &&
20167                 error "no error returned for 'set_param a'"
20168
20169         jobid_var_new=$($LCTL get_param -n jobid_var)
20170         [[ "$jobid_var_old" == "$jobid_var_new" ]] ||
20171                 error "jobid_var was changed by setting without value"
20172 }
20173 run_test 401c "Verify 'lctl set_param' without value fails in either format."
20174
20175 test_401d() {
20176         local jobid_var_old=$($LCTL get_param -n jobid_var)
20177         local jobid_var_new
20178         local new_value="foo=bar"
20179
20180         $LCTL set_param jobid_var=$new_value ||
20181                 error "'set_param a=b' did not accept a value containing '='"
20182
20183         jobid_var_new=$($LCTL get_param -n jobid_var)
20184         [[ "$jobid_var_new" == "$new_value" ]] ||
20185                 error "'set_param a=b' failed on a value containing '='"
20186
20187         # Reset the jobid_var to test the other format
20188         $LCTL set_param jobid_var=$jobid_var_old
20189         jobid_var_new=$($LCTL get_param -n jobid_var)
20190         [[ "$jobid_var_new" == "$jobid_var_old" ]] ||
20191                 error "failed to reset jobid_var"
20192
20193         $LCTL set_param jobid_var $new_value ||
20194                 error "'set_param a b' did not accept a value containing '='"
20195
20196         jobid_var_new=$($LCTL get_param -n jobid_var)
20197         [[ "$jobid_var_new" == "$new_value" ]] ||
20198                 error "'set_param a b' failed on a value containing '='"
20199
20200         $LCTL set_param jobid_var $jobid_var_old
20201         jobid_var_new=$($LCTL get_param -n jobid_var)
20202         [[ "$jobid_var_new" == "$jobid_var_old" ]] ||
20203                 error "failed to reset jobid_var"
20204 }
20205 run_test 401d "Verify 'lctl set_param' accepts values containing '='"
20206
20207 test_402() {
20208         [[ $MDS1_VERSION -ge $(version_code 2.7.66) ]] ||
20209         [[ $MDS1_VERSION -ge $(version_code 2.7.18.4) &&
20210                 $MDS1_VERSION -lt $(version_code 2.7.50) ]] ||
20211         [[ $MDS1_VERSION -ge $(version_code 2.7.2) &&
20212                 $MDS1_VERSION -lt $(version_code 2.7.11) ]] ||
20213                 skip "Need MDS version 2.7.2+ or 2.7.18.4+ or 2.7.66+"
20214         remote_mds_nodsh && skip "remote MDS with nodsh"
20215
20216         $LFS setdirstripe -i 0 $DIR/$tdir || error "setdirstripe -i 0 failed"
20217 #define OBD_FAIL_MDS_FLD_LOOKUP 0x15c
20218         do_facet mds1 "lctl set_param fail_loc=0x8000015c"
20219         touch $DIR/$tdir/$tfile && error "touch should fail with ENOENT" ||
20220                 echo "Touch failed - OK"
20221 }
20222 run_test 402 "Return ENOENT to lod_generate_and_set_lovea"
20223
20224 test_403() {
20225         local file1=$DIR/$tfile.1
20226         local file2=$DIR/$tfile.2
20227         local tfile=$TMP/$tfile
20228
20229         rm -f $file1 $file2 $tfile
20230
20231         touch $file1
20232         ln $file1 $file2
20233
20234         # 30 sec OBD_TIMEOUT in ll_getattr()
20235         # right before populating st_nlink
20236         $LCTL set_param fail_loc=0x80001409
20237         stat -c %h $file1 > $tfile &
20238
20239         # create an alias, drop all locks and reclaim the dentry
20240         < $file2
20241         cancel_lru_locks mdc
20242         cancel_lru_locks osc
20243         sysctl -w vm.drop_caches=2
20244
20245         wait
20246
20247         [ $(cat $tfile) -gt 0 ] || error "wrong nlink count: $(cat $tfile)"
20248
20249         rm -f $tfile $file1 $file2
20250 }
20251 run_test 403 "i_nlink should not drop to zero due to aliasing"
20252
20253 test_404() { # LU-6601
20254         [[ $MDS1_VERSION -ge $(version_code 2.8.53) ]] ||
20255                 skip "Need server version newer than 2.8.52"
20256         remote_mds_nodsh && skip "remote MDS with nodsh"
20257
20258         local mosps=$(do_facet $SINGLEMDS $LCTL dl |
20259                 awk '/osp .*-osc-MDT/ { print $4}')
20260
20261         local osp
20262         for osp in $mosps; do
20263                 echo "Deactivate: " $osp
20264                 do_facet $SINGLEMDS $LCTL --device %$osp deactivate
20265                 local stat=$(do_facet $SINGLEMDS $LCTL dl |
20266                         awk -vp=$osp '$4 == p { print $2 }')
20267                 [ $stat = IN ] || {
20268                         do_facet $SINGLEMDS $LCTL dl | grep -w $osp
20269                         error "deactivate error"
20270                 }
20271                 echo "Activate: " $osp
20272                 do_facet $SINGLEMDS $LCTL --device %$osp activate
20273                 local stat=$(do_facet $SINGLEMDS $LCTL dl |
20274                         awk -vp=$osp '$4 == p { print $2 }')
20275                 [ $stat = UP ] || {
20276                         do_facet $SINGLEMDS $LCTL dl | grep -w $osp
20277                         error "activate error"
20278                 }
20279         done
20280 }
20281 run_test 404 "validate manual {de}activated works properly for OSPs"
20282
20283 test_405() {
20284         [ $MDS1_VERSION -lt $(version_code 2.6.92) ] ||
20285                 [ $CLIENT_VERSION -lt $(version_code 2.6.99) ] &&
20286                         skip "Layout swap lock is not supported"
20287
20288         check_swap_layouts_support
20289
20290         test_mkdir $DIR/$tdir
20291         swap_lock_test -d $DIR/$tdir ||
20292                 error "One layout swap locked test failed"
20293 }
20294 run_test 405 "Various layout swap lock tests"
20295
20296 test_406() {
20297         [ $MDSCOUNT -lt 2 ] && skip_env "needs >= 2 MDTs"
20298         [ $OSTCOUNT -lt 2 ] && skip_env "needs >= 2 OSTs"
20299         [ -n "$FILESET" ] && skip "SKIP due to FILESET set"
20300         [ $PARALLEL == "yes" ] && skip "skip parallel run"
20301         [ $MDS1_VERSION -lt $(version_code 2.8.50) ] &&
20302                 skip "Need MDS version at least 2.8.50"
20303
20304         local def_stripe_size=$($LFS getstripe -S $MOUNT)
20305         local test_pool=$TESTNAME
20306
20307         pool_add $test_pool || error "pool_add failed"
20308         pool_add_targets $test_pool 0 $(($OSTCOUNT - 1)) 1 ||
20309                 error "pool_add_targets failed"
20310
20311         save_layout_restore_at_exit $MOUNT
20312
20313         # parent set default stripe count only, child will stripe from both
20314         # parent and fs default
20315         $LFS setstripe -c 1 -i 1 -S $((def_stripe_size * 2)) -p $test_pool $MOUNT ||
20316                 error "setstripe $MOUNT failed"
20317         $LFS mkdir -c $MDSCOUNT $DIR/$tdir || error "mkdir $tdir failed"
20318         $LFS setstripe -c $OSTCOUNT $DIR/$tdir || error "setstripe $tdir failed"
20319         for i in $(seq 10); do
20320                 local f=$DIR/$tdir/$tfile.$i
20321                 touch $f || error "touch failed"
20322                 local count=$($LFS getstripe -c $f)
20323                 [ $count -eq $OSTCOUNT ] ||
20324                         error "$f stripe count $count != $OSTCOUNT"
20325                 local offset=$($LFS getstripe -i $f)
20326                 [ $offset -eq 1 ] || error "$f stripe offset $offset != 1"
20327                 local size=$($LFS getstripe -S $f)
20328                 [ $size -eq $((def_stripe_size * 2)) ] ||
20329                         error "$f stripe size $size != $((def_stripe_size * 2))"
20330                 local pool=$($LFS getstripe -p $f)
20331                 [ $pool == $test_pool ] || error "$f pool $pool != $test_pool"
20332         done
20333
20334         # change fs default striping, delete parent default striping, now child
20335         # will stripe from new fs default striping only
20336         $LFS setstripe -c 1 -S $def_stripe_size -i 0 $MOUNT ||
20337                 error "change $MOUNT default stripe failed"
20338         $LFS setstripe -c 0 $DIR/$tdir ||
20339                 error "delete $tdir default stripe failed"
20340         for i in $(seq 11 20); do
20341                 local f=$DIR/$tdir/$tfile.$i
20342                 touch $f || error "touch $f failed"
20343                 local count=$($LFS getstripe -c $f)
20344                 [ $count -eq 1 ] || error "$f stripe count $count != 1"
20345                 local offset=$($LFS getstripe -i $f)
20346                 [ $offset -eq 0 ] || error "$f stripe offset $offset != 0"
20347                 local size=$($LFS getstripe -S $f)
20348                 [ $size -eq $def_stripe_size ] ||
20349                         error "$f stripe size $size != $def_stripe_size"
20350                 local pool=$($LFS getstripe -p $f)
20351                 [ $pool == $test_pool ] || error "$f pool $pool isn't set"
20352         done
20353
20354         unlinkmany $DIR/$tdir/$tfile. 1 20
20355
20356         local f=$DIR/$tdir/$tfile
20357         pool_remove_all_targets $test_pool $f
20358         pool_remove $test_pool $f
20359 }
20360 run_test 406 "DNE support fs default striping"
20361
20362 test_407() {
20363         [ $MDSCOUNT -lt 2 ] && skip_env "needs >= 2 MDTs"
20364         [[ $MDS1_VERSION -lt $(version_code 2.8.55) ]] &&
20365                 skip "Need MDS version at least 2.8.55"
20366         remote_mds_nodsh && skip "remote MDS with nodsh"
20367
20368         $LFS mkdir -i 0 -c 1 $DIR/$tdir.0 ||
20369                 error "$LFS mkdir -i 0 -c 1 $tdir.0 failed"
20370         $LFS mkdir -i 1 -c 1 $DIR/$tdir.1 ||
20371                 error "$LFS mkdir -i 1 -c 1 $tdir.1 failed"
20372         touch $DIR/$tdir.0/$tfile.0 || error "touch $tdir.0/$tfile.0 failed"
20373
20374         #define OBD_FAIL_DT_TXN_STOP    0x2019
20375         for idx in $(seq $MDSCOUNT); do
20376                 do_facet mds$idx "lctl set_param fail_loc=0x2019"
20377         done
20378         $LFS mkdir -c 2 $DIR/$tdir && error "$LFS mkdir -c 2 $tdir should fail"
20379         mv $DIR/$tdir.0/$tfile.0 $DIR/$tdir.1/$tfile.1 &&
20380                 error "mv $tdir.0/$tfile.0 $tdir.1/$tfile.1 should fail"
20381         true
20382 }
20383 run_test 407 "transaction fail should cause operation fail"
20384
20385 test_408() {
20386         dd if=/dev/zero of=$DIR/$tfile bs=$PAGE_SIZE count=1 oflag=direct
20387
20388         #define OBD_FAIL_OSC_BRW_PREP_REQ2        0x40a
20389         lctl set_param fail_loc=0x8000040a
20390         # let ll_prepare_partial_page() fail
20391         dd if=/dev/zero of=$DIR/$tfile bs=2048 count=1 conv=notrunc || true
20392
20393         rm -f $DIR/$tfile
20394
20395         # create at least 100 unused inodes so that
20396         # shrink_icache_memory(0) should not return 0
20397         touch $DIR/$tfile-{0..100}
20398         rm -f $DIR/$tfile-{0..100}
20399         sync
20400
20401         echo 2 > /proc/sys/vm/drop_caches
20402 }
20403 run_test 408 "drop_caches should not hang due to page leaks"
20404
20405 test_409()
20406 {
20407         [ $MDSCOUNT -lt 2 ] && skip_env "needs >= 2 MDTs"
20408         check_mount_and_prep
20409
20410         mkdir -p $DIR/$tdir || error "(0) Fail to mkdir"
20411         $LFS mkdir -i 1 -c 2 $DIR/$tdir/foo || error "(1) Fail to mkdir"
20412         touch $DIR/$tdir/guard || error "(2) Fail to create"
20413
20414         local PREFIX=$(str_repeat 'A' 128)
20415         echo "Create 1K hard links start at $(date)"
20416         createmany -l $DIR/$tdir/guard $DIR/$tdir/foo/${PREFIX}_ 1000 ||
20417                 error "(3) Fail to hard link"
20418
20419         echo "Links count should be right although linkEA overflow"
20420         stat $DIR/$tdir/guard || error "(4) Fail to stat"
20421         local linkcount=$(stat --format=%h $DIR/$tdir/guard)
20422         [ $linkcount -eq 1001 ] ||
20423                 error "(5) Unexpected hard links count: $linkcount"
20424
20425         echo "List all links start at $(date)"
20426         ls -l $DIR/$tdir/foo > /dev/null ||
20427                 error "(6) Fail to list $DIR/$tdir/foo"
20428
20429         echo "Unlink hard links start at $(date)"
20430         unlinkmany $DIR/$tdir/foo/${PREFIX}_ 1000 ||
20431                 error "(7) Fail to unlink"
20432 }
20433 run_test 409 "Large amount of cross-MDTs hard links on the same file"
20434
20435 test_410()
20436 {
20437         [[ $CLIENT_VERSION -lt $(version_code 2.9.59) ]] &&
20438                 skip "Need client version at least 2.9.59"
20439
20440         # Create a file, and stat it from the kernel
20441         local testfile=$DIR/$tfile
20442         touch $testfile
20443
20444         local run_id=$RANDOM
20445         local my_ino=$(stat --format "%i" $testfile)
20446
20447         # Try to insert the module. This will always fail as the
20448         # module is designed to not be inserted.
20449         insmod $LUSTRE/tests/kernel/kinode.ko run_id=$run_id fname=$testfile \
20450             &> /dev/null
20451
20452         # Anything but success is a test failure
20453         dmesg | grep -q \
20454             "lustre_kinode_$run_id: inode numbers are identical: $my_ino" ||
20455             error "no inode match"
20456 }
20457 run_test 410 "Test inode number returned from kernel thread"
20458
20459 cleanup_test411_cgroup() {
20460         trap 0
20461         rmdir "$1"
20462 }
20463
20464 test_411() {
20465         local cg_basedir=/sys/fs/cgroup/memory
20466         # LU-9966
20467         test -f "$cg_basedir/memory.kmem.limit_in_bytes" ||
20468                 skip "no setup for cgroup"
20469
20470         dd if=/dev/zero of=$DIR/$tfile bs=1M count=100 conv=fsync ||
20471                 error "test file creation failed"
20472         cancel_lru_locks osc
20473
20474         # Create a very small memory cgroup to force a slab allocation error
20475         local cgdir=$cg_basedir/osc_slab_alloc
20476         mkdir $cgdir || error "cgroup mkdir '$cgdir' failed"
20477         trap "cleanup_test411_cgroup $cgdir" EXIT
20478         echo 2M > $cgdir/memory.kmem.limit_in_bytes
20479         echo 1M > $cgdir/memory.limit_in_bytes
20480
20481         # Should not LBUG, just be killed by oom-killer
20482         # dd will return 0 even allocation failure in some environment.
20483         # So don't check return value
20484         sh -c "echo \$$ > $cgdir/tasks && dd if=$DIR/$tfile of=/dev/null"
20485         cleanup_test411_cgroup $cgdir
20486
20487         return 0
20488 }
20489 run_test 411 "Slab allocation error with cgroup does not LBUG"
20490
20491 test_412() {
20492         [ $MDSCOUNT -lt 2 ] && skip_env "needs >= 2 MDTs"
20493         if [ $(lustre_version_code mds1) -lt $(version_code 2.10.55) ]; then
20494                 skip "Need server version at least 2.10.55"
20495         fi
20496
20497         $LFS mkdir -i $((MDSCOUNT - 1)),$((MDSCOUNT - 2)) $DIR/$tdir ||
20498                 error "mkdir failed"
20499         $LFS getdirstripe $DIR/$tdir
20500         local stripe_index=$($LFS getdirstripe -i $DIR/$tdir)
20501         [ $stripe_index -eq $((MDSCOUNT - 1)) ] ||
20502                 error "expect $((MDSCOUT - 1)) get $stripe_index"
20503         local stripe_count=$($LFS getdirstripe -T $DIR/$tdir)
20504         [ $stripe_count -eq 2 ] ||
20505                 error "expect 2 get $stripe_count"
20506 }
20507 run_test 412 "mkdir on specific MDTs"
20508
20509 test_413() {
20510         [ $MDSCOUNT -lt 2 ] &&
20511                 skip "We need at least 2 MDTs for this test"
20512
20513         if [ $(lustre_version_code mds1) -lt $(version_code 2.10.55) ]; then
20514                 skip "Need server version at least 2.10.55"
20515         fi
20516
20517         mkdir $DIR/$tdir || error "mkdir failed"
20518
20519         # find MDT that is the most full
20520         local max=$($LFS df | grep MDT |
20521                 awk 'BEGIN { a=0 }
20522                         { sub("%", "", $5)
20523                           if (0+$5 >= a)
20524                           {
20525                                 a = $5
20526                                 b = $6
20527                           }
20528                         }
20529                      END { split(b, c, ":")
20530                            sub("]", "", c[2])
20531                            print c[2]
20532                          }')
20533
20534         for i in $(seq $((MDSCOUNT - 1))); do
20535                 $LFS mkdir -c $i $DIR/$tdir/d$i ||
20536                         error "mkdir d$i failed"
20537                 $LFS getdirstripe $DIR/$tdir/d$i
20538                 local stripe_index=$($LFS getdirstripe -i $DIR/$tdir/d$i)
20539                 [ $stripe_index -ne $max ] ||
20540                         error "don't expect $max"
20541         done
20542 }
20543 run_test 413 "mkdir on less full MDTs"
20544
20545 test_414() {
20546 #define OBD_FAIL_PTLRPC_BULK_ATTACH      0x521
20547         $LCTL set_param fail_loc=0x80000521
20548         dd if=/dev/zero of=$DIR/$tfile bs=2M count=1 oflag=sync
20549         rm -f $DIR/$tfile
20550 }
20551 run_test 414 "simulate ENOMEM in ptlrpc_register_bulk()"
20552
20553 test_415() {
20554         [ $PARALLEL == "yes" ] && skip "skip parallel run"
20555         [ $(lustre_version_code mds1) -lt $(version_code 2.11.52) ] &&
20556                 skip "Need server version at least 2.11.52"
20557
20558         # LU-11102
20559         local total
20560         local setattr_pid
20561         local start_time
20562         local end_time
20563         local duration
20564
20565         total=500
20566         # this test may be slow on ZFS
20567         [ "$mds1_FSTYPE" == "zfs" ] && total=100
20568
20569         # though this test is designed for striped directory, let's test normal
20570         # directory too since lock is always saved as CoS lock.
20571         test_mkdir $DIR/$tdir || error "mkdir $tdir"
20572         createmany -o $DIR/$tdir/$tfile. $total || error "createmany"
20573
20574         (
20575                 while true; do
20576                         touch $DIR/$tdir
20577                 done
20578         ) &
20579         setattr_pid=$!
20580
20581         start_time=$(date +%s)
20582         for i in $(seq $total); do
20583                 mrename $DIR/$tdir/$tfile.$i $DIR/$tdir/$tfile-new.$i \
20584                         > /dev/null
20585         done
20586         end_time=$(date +%s)
20587         duration=$((end_time - start_time))
20588
20589         kill -9 $setattr_pid
20590
20591         echo "rename $total files took $duration sec"
20592         [ $duration -lt 100 ] || error "rename took $duration sec"
20593 }
20594 run_test 415 "lock revoke is not missing"
20595
20596 test_416() {
20597         [ $(lustre_version_code mds1) -lt $(version_code 2.11.55) ] &&
20598                 skip "Need server version at least 2.11.55"
20599
20600         # define OBD_FAIL_OSD_TXN_START    0x19a
20601         do_facet mds1 lctl set_param fail_loc=0x19a
20602
20603         lfs mkdir -c $MDSCOUNT $DIR/$tdir
20604
20605         true
20606 }
20607 run_test 416 "transaction start failure won't cause system hung"
20608
20609 cleanup_417() {
20610         trap 0
20611         do_nodes $(comma_list $(mdts_nodes)) \
20612                 "$LCTL set_param -n mdt.*MDT*.enable_dir_migration=1"
20613         do_nodes $(comma_list $(mdts_nodes)) \
20614                 "$LCTL set_param -n mdt.*MDT*.enable_remote_dir=1"
20615         do_nodes $(comma_list $(mdts_nodes)) \
20616                 "$LCTL set_param -n mdt.*MDT*.enable_striped_dir=1"
20617 }
20618
20619 test_417() {
20620         [ $MDSCOUNT -lt 2 ] && skip "needs >= 2 MDTs"
20621         [[ $MDS1_VERSION -lt $(version_code 2.11.56) ]] &&
20622                 skip "Need MDS version at least 2.11.56"
20623
20624         trap cleanup_417 RETURN EXIT
20625
20626         $LFS mkdir -i 1 $DIR/$tdir.1 || error "create remote dir $tdir.1 failed"
20627         do_nodes $(comma_list $(mdts_nodes)) \
20628                 "$LCTL set_param -n mdt.*MDT*.enable_dir_migration=0"
20629         $LFS migrate -m 0 $DIR/$tdir.1 &&
20630                 error "migrate dir $tdir.1 should fail"
20631
20632         do_nodes $(comma_list $(mdts_nodes)) \
20633                 "$LCTL set_param -n mdt.*MDT*.enable_remote_dir=0"
20634         $LFS mkdir -i 1 $DIR/$tdir.2 &&
20635                 error "create remote dir $tdir.2 should fail"
20636
20637         do_nodes $(comma_list $(mdts_nodes)) \
20638                 "$LCTL set_param -n mdt.*MDT*.enable_striped_dir=0"
20639         $LFS mkdir -c 2 $DIR/$tdir.3 &&
20640                 error "create striped dir $tdir.3 should fail"
20641         true
20642 }
20643 run_test 417 "disable remote dir, striped dir and dir migration"
20644
20645 # Checks that the outputs of df [-i] and lfs df [-i] match
20646 #
20647 # usage: check_lfs_df <blocks | inodes> <mountpoint>
20648 check_lfs_df() {
20649         local dir=$2
20650         local inodes
20651         local df_out
20652         local lfs_df_out
20653         local count
20654         local passed=false
20655
20656         # blocks or inodes
20657         [ "$1" == "blocks" ] && inodes= || inodes="-i"
20658
20659         for count in {1..100}; do
20660                 cancel_lru_locks
20661                 sync; sleep 2
20662
20663                 # read the lines of interest
20664                 df_out=($(df -P $inodes $dir | tail -n +2)) ||
20665                         error "df $inodes $dir | tail -n +2 failed"
20666                 lfs_df_out=($($LFS df $inodes $dir | grep summary:)) ||
20667                         error "lfs df $inodes $dir | grep summary: failed"
20668
20669                 # skip first substrings of each output as they are different
20670                 # "<NID>:/<fsname>" for df, "filesystem_summary:" for lfs df
20671                 # compare the remaining fields of the two outputs
20672                 passed=true
20673                 for i in {1..5}; do
20674                         [ "${df_out[i]}" != "${lfs_df_out[i]}" ] && passed=false
20675                 done
20676                 $passed && break
20677         done
20678
20679         if ! $passed; then
20680                 df -P $inodes $dir
20681                 echo
20682                 lfs df $inodes $dir
20683                 error "df and lfs df $1 output mismatch: "      \
20684                       "df ${inodes}: ${df_out[*]}, "            \
20685                       "lfs df ${inodes}: ${lfs_df_out[*]}"
20686         fi
20687 }
20688
20689 test_418() {
20690         [ $PARALLEL == "yes" ] && skip "skip parallel run"
20691
20692         local dir=$DIR/$tdir
20693         local numfiles=$((RANDOM % 4096 + 2))
20694         local numblocks=$((RANDOM % 256 + 1))
20695
20696         wait_delete_completed
20697         test_mkdir $dir
20698
20699         # check block output
20700         check_lfs_df blocks $dir
20701         # check inode output
20702         check_lfs_df inodes $dir
20703
20704         # create a single file and retest
20705         echo "Creating a single file and testing"
20706         createmany -o $dir/$tfile- 1 &>/dev/null ||
20707                 error "creating 1 file in $dir failed"
20708         check_lfs_df blocks $dir
20709         check_lfs_df inodes $dir
20710
20711         # create a random number of files
20712         echo "Creating $((numfiles - 1)) files and testing"
20713         createmany -o $dir/$tfile- 1 $((numfiles - 1)) &>/dev/null ||
20714                 error "creating $((numfiles - 1)) files in $dir failed"
20715
20716         # write a random number of blocks to the first test file
20717         echo "Writing $numblocks 4K blocks and testing"
20718         dd if=/dev/urandom of=$dir/${tfile}-0 bs=4K conv=fsync \
20719                 count=$numblocks &>/dev/null ||
20720                 error "dd to $dir/${tfile}-0 failed"
20721
20722         # retest
20723         check_lfs_df blocks $dir
20724         check_lfs_df inodes $dir
20725
20726         unlinkmany $dir/$tfile- $numfiles &>/dev/null ||
20727                 error "unlinking $numfiles files in $dir failed"
20728 }
20729 run_test 418 "df and lfs df outputs match"
20730
20731 test_419()
20732 {
20733         local dir=$DIR/$tdir
20734
20735         mkdir -p $dir
20736         touch $dir/file
20737
20738         cancel_lru_locks mdc
20739
20740         #OBD_FAIL_LLITE_OPEN_BY_NAME    0x1410
20741         $LCTL set_param fail_loc=0x1410
20742         cat $dir/file
20743         $LCTL set_param fail_loc=0
20744         rm -rf $dir
20745 }
20746 run_test 419 "Verify open file by name doesn't crash kernel"
20747
20748 test_420()
20749 {
20750         [[ $MDS1_VERSION -ge $(version_code 2.12.1) ]] ||
20751                 skip "Need MDS version at least 2.12.1"
20752
20753         local SAVE_UMASK=$(umask)
20754         local dir=$DIR/$tdir
20755         local uname=$(getent passwd $RUNAS_ID | cut -d: -f1)
20756
20757         mkdir -p $dir
20758         umask 0000
20759         mkdir -m03777 $dir/testdir
20760         ls -dn $dir/testdir
20761         # Need to remove trailing '.' when SELinux is enabled
20762         local dirperms=$(ls -dn $dir/testdir |
20763                          awk '{ sub(/\.$/, "", $1); print $1}')
20764         [ $dirperms == "drwxrwsrwt" ] ||
20765                 error "incorrect perms on $dir/testdir"
20766
20767         su - $uname -c "PATH=$LUSTRE/tests:\$PATH; \
20768                 openfile -f O_RDONLY:O_CREAT -m 02755 $dir/testdir/testfile"
20769         ls -n $dir/testdir/testfile
20770         local fileperms=$(ls -n $dir/testdir/testfile |
20771                           awk '{ sub(/\.$/, "", $1); print $1}')
20772         [ $fileperms == "-rwxr-xr-x" ] ||
20773                 error "incorrect perms on $dir/testdir/testfile"
20774
20775         umask $SAVE_UMASK
20776 }
20777 run_test 420 "clear SGID bit on non-directories for non-members"
20778
20779 test_421a() {
20780         local cnt
20781         local fid1
20782         local fid2
20783
20784         [ $MDS1_VERSION -lt $(version_code 2.12.2) ] &&
20785                 skip "Need MDS version at least 2.12.2"
20786
20787         test_mkdir $DIR/$tdir
20788         createmany -o $DIR/$tdir/f 3
20789         cnt=$(ls -1 $DIR/$tdir | wc -l)
20790         [ $cnt != 3 ] && error "unexpected #files: $cnt"
20791
20792         fid1=$(lfs path2fid $DIR/$tdir/f1)
20793         fid2=$(lfs path2fid $DIR/$tdir/f2)
20794         $LFS rmfid $DIR $fid1 $fid2 || error "rmfid failed"
20795
20796         stat $DIR/$tdir/f1 && error "f1 still visible on the client"
20797         stat $DIR/$tdir/f2 && error "f2 still visible on the client"
20798
20799         cnt=$(ls -1 $DIR/$tdir | wc -l)
20800         [ $cnt == 1 ] || error "unexpected #files after: $cnt"
20801
20802         rm -f $DIR/$tdir/f3 || error "can't remove f3"
20803         createmany -o $DIR/$tdir/f 3
20804         cnt=$(ls -1 $DIR/$tdir | wc -l)
20805         [ $cnt != 3 ] && error "unexpected #files: $cnt"
20806
20807         fid1=$(lfs path2fid $DIR/$tdir/f1)
20808         fid2=$(lfs path2fid $DIR/$tdir/f2)
20809         echo "remove using fsname $FSNAME"
20810         $LFS rmfid $FSNAME $fid1 $fid2 || error "rmfid with fsname failed"
20811
20812         cnt=$(ls -1 $DIR/$tdir | wc -l)
20813         [ $cnt == 1 ] || error "unexpected #files after: $cnt"
20814 }
20815 run_test 421a "simple rm by fid"
20816
20817 test_421b() {
20818         local cnt
20819         local FID1
20820         local FID2
20821
20822         [ $MDS1_VERSION -lt $(version_code 2.12.2) ] &&
20823                 skip "Need MDS version at least 2.12.2"
20824
20825         test_mkdir $DIR/$tdir
20826         createmany -o $DIR/$tdir/f 3
20827         multiop_bg_pause $DIR/$tdir/f1 o_c || error "multiop failed to start"
20828         MULTIPID=$!
20829
20830         FID1=$(lfs path2fid $DIR/$tdir/f1)
20831         FID2=$(lfs path2fid $DIR/$tdir/f2)
20832         $LFS rmfid $DIR $FID1 $FID2 && error "rmfid didn't fail"
20833
20834         kill -USR1 $MULTIPID
20835         wait
20836
20837         cnt=$(ls $DIR/$tdir | wc -l)
20838         [ $cnt == 2 ] || error "unexpected #files after: $cnt"
20839 }
20840 run_test 421b "rm by fid on open file"
20841
20842 test_421c() {
20843         local cnt
20844         local FIDS
20845
20846         [ $MDS1_VERSION -lt $(version_code 2.12.2) ] &&
20847                 skip "Need MDS version at least 2.12.2"
20848
20849         test_mkdir $DIR/$tdir
20850         createmany -o $DIR/$tdir/f 3
20851         touch $DIR/$tdir/$tfile
20852         createmany -l$DIR/$tdir/$tfile $DIR/$tdir/h 180
20853         cnt=$(ls -1 $DIR/$tdir | wc -l)
20854         [ $cnt != 184 ] && error "unexpected #files: $cnt"
20855
20856         FID1=$(lfs path2fid $DIR/$tdir/$tfile)
20857         $LFS rmfid $DIR $FID1 || error "rmfid failed"
20858
20859         cnt=$(ls $DIR/$tdir | wc -l)
20860         [ $cnt == 3 ] || error "unexpected #files after: $cnt"
20861 }
20862 run_test 421c "rm by fid against hardlinked files"
20863
20864 test_421d() {
20865         local cnt
20866         local FIDS
20867
20868         [ $MDS1_VERSION -lt $(version_code 2.12.2) ] &&
20869                 skip "Need MDS version at least 2.12.2"
20870
20871         test_mkdir $DIR/$tdir
20872         createmany -o $DIR/$tdir/f 4097
20873         cnt=$(ls -1 $DIR/$tdir | wc -l)
20874         [ $cnt != 4097 ] && error "unexpected #files: $cnt"
20875
20876         FIDS=$(lfs path2fid $DIR/$tdir/f* | sed "s/[/][^:]*://g")
20877         $LFS rmfid $DIR $FIDS || error "rmfid failed"
20878
20879         cnt=$(ls $DIR/$tdir | wc -l)
20880         rm -rf $DIR/$tdir
20881         [ $cnt == 0 ] || error "unexpected #files after: $cnt"
20882 }
20883 run_test 421d "rmfid en masse"
20884
20885 test_421e() {
20886         local cnt
20887         local FID
20888
20889         [ $MDSCOUNT -lt 2 ] && skip "needs >= 2 MDTs"
20890         [ $MDS1_VERSION -lt $(version_code 2.12.2) ] &&
20891                 skip "Need MDS version at least 2.12.2"
20892
20893         mkdir -p $DIR/$tdir
20894         $LFS setdirstripe -c$MDSCOUNT $DIR/$tdir/striped_dir
20895         createmany -o $DIR/$tdir/striped_dir/f 512
20896         cnt=$(ls -1 $DIR/$tdir/striped_dir | wc -l)
20897         [ $cnt != 512 ] && error "unexpected #files: $cnt"
20898
20899         FIDS=$(lfs path2fid $DIR/$tdir/striped_dir/f* |
20900                 sed "s/[/][^:]*://g")
20901         $LFS rmfid $DIR $FIDS || error "rmfid failed"
20902
20903         cnt=$(ls $DIR/$tdir/striped_dir | wc -l)
20904         rm -rf $DIR/$tdir
20905         [ $cnt == 0 ] || error "unexpected #files after: $cnt"
20906 }
20907 run_test 421e "rmfid in DNE"
20908
20909 test_421f() {
20910         local cnt
20911         local FID
20912
20913         [ $MDS1_VERSION -lt $(version_code 2.12.2) ] &&
20914                 skip "Need MDS version at least 2.12.2"
20915
20916         test_mkdir $DIR/$tdir
20917         touch $DIR/$tdir/f
20918         cnt=$(ls -1 $DIR/$tdir | wc -l)
20919         [ $cnt != 1 ] && error "unexpected #files: $cnt"
20920
20921         FID=$(lfs path2fid $DIR/$tdir/f)
20922         $RUNAS $LFS rmfid $DIR $FID && error "rmfid didn't fail (1)"
20923         # rmfid should fail
20924         cnt=$(ls -1 $DIR/$tdir | wc -l)
20925         [ $cnt != 1 ] && error "unexpected #files after (2): $cnt"
20926
20927         chmod a+rw $DIR/$tdir
20928         ls -la $DIR/$tdir
20929         $RUNAS $LFS rmfid $DIR $FID && error "rmfid didn't fail (2)"
20930         # rmfid should fail
20931         cnt=$(ls -1 $DIR/$tdir | wc -l)
20932         [ $cnt != 1 ] && error "unexpected #files after (3): $cnt"
20933
20934         rm -f $DIR/$tdir/f
20935         $RUNAS touch $DIR/$tdir/f
20936         FID=$(lfs path2fid $DIR/$tdir/f)
20937         echo "rmfid as root"
20938         $LFS rmfid $DIR $FID || error "rmfid as root failed"
20939         cnt=$(ls -1 $DIR/$tdir | wc -l)
20940         [ $cnt == 0 ] || error "unexpected #files after (4): $cnt"
20941
20942         rm -f $DIR/$tdir/f
20943         $RUNAS touch $DIR/$tdir/f
20944         cnt=$(ls -1 $DIR/$tdir | wc -l)
20945         [ $cnt != 1 ] && error "unexpected #files (4): $cnt"
20946         FID=$(lfs path2fid $DIR/$tdir/f)
20947         # rmfid w/o user_fid2path mount option should fail
20948         $RUNAS $LFS rmfid $DIR $FID && error "rmfid didn't fail(3)"
20949         cnt=$(ls -1 $DIR/$tdir | wc -l)
20950         [ $cnt == 1 ] || error "unexpected #files after (5): $cnt"
20951
20952         umount_client $MOUNT || "failed to umount client"
20953         mount_client $MOUNT "$MOUNT_OPTS,user_fid2path" ||
20954                 "failed to mount client'"
20955
20956         $RUNAS $LFS rmfid $DIR $FID || error "rmfid failed"
20957         # rmfid should succeed
20958         cnt=$(ls -1 $DIR/$tdir | wc -l)
20959         [ $cnt == 0 ] || error "unexpected #files after (6): $cnt"
20960
20961         # rmfid shouldn't allow to remove files due to dir's permission
20962         chmod a+rwx $DIR/$tdir
20963         touch $DIR/$tdir/f
20964         ls -la $DIR/$tdir
20965         FID=$(lfs path2fid $DIR/$tdir/f)
20966         $RUNAS $LFS rmfid $DIR $FID && error "rmfid didn't fail"
20967
20968         umount_client $MOUNT || "failed to umount client"
20969         mount_client $MOUNT "$MOUNT_OPTS" ||
20970                 "failed to mount client'"
20971
20972 }
20973 run_test 421f "rmfid checks permissions"
20974
20975 test_421g() {
20976         local cnt
20977         local FIDS
20978
20979         [ $MDSCOUNT -lt 2 ] && skip "needs >= 2 MDTs"
20980         [ $MDS1_VERSION -lt $(version_code 2.12.2) ] &&
20981                 skip "Need MDS version at least 2.12.2"
20982
20983         mkdir -p $DIR/$tdir
20984         $LFS setdirstripe -c$MDSCOUNT $DIR/$tdir/striped_dir
20985         createmany -o $DIR/$tdir/striped_dir/f 512
20986         cnt=$(ls -1 $DIR/$tdir/striped_dir | wc -l)
20987         [ $cnt != 512 ] && error "unexpected #files: $cnt"
20988
20989         FIDS=$(lfs path2fid $DIR/$tdir/striped_dir/f* |
20990                 sed "s/[/][^:]*://g")
20991
20992         rm -f $DIR/$tdir/striped_dir/f1*
20993         cnt=$(ls -1 $DIR/$tdir/striped_dir | wc -l)
20994         removed=$((512 - cnt))
20995
20996         # few files have been just removed, so we expect
20997         # rmfid to fail on their fids
20998         errors=$($LFS rmfid $DIR $FIDS 2>&1 | wc -l)
20999         [ $removed != $errors ] && error "$errors != $removed"
21000
21001         cnt=$(ls $DIR/$tdir/striped_dir | wc -l)
21002         rm -rf $DIR/$tdir
21003         [ $cnt == 0 ] || error "unexpected #files after: $cnt"
21004 }
21005 run_test 421g "rmfid to return errors properly"
21006
21007 stat_test() {
21008     df -h $MOUNT &
21009     df -h $MOUNT &
21010     df -h $MOUNT &
21011     df -h $MOUNT &
21012     df -h $MOUNT &
21013     df -h $MOUNT &
21014 }
21015
21016 test_423() {
21017     local _stats
21018     # ensure statfs cache is expired
21019     sleep 2;
21020
21021     _stats=$(stat_test | grep $MOUNT | sort -u | wc -l)
21022     [[ ${_stats} -ne 1 ]] && error "statfs wrong"
21023
21024     return 0
21025 }
21026 run_test 423 "statfs should return a right data"
21027
21028 prep_801() {
21029         [[ $(lustre_version_code mds1) -lt $(version_code 2.9.55) ]] ||
21030         [[ $OST1_VERSION -lt $(version_code 2.9.55) ]] &&
21031                 skip "Need server version at least 2.9.55"
21032
21033         start_full_debug_logging
21034 }
21035
21036 post_801() {
21037         stop_full_debug_logging
21038 }
21039
21040 barrier_stat() {
21041         if [ $MGS_VERSION -le $(version_code 2.10.0) ]; then
21042                 local st=$(do_facet mgs $LCTL barrier_stat $FSNAME |
21043                            awk '/The barrier for/ { print $7 }')
21044                 echo $st
21045         else
21046                 local st=$(do_facet mgs $LCTL barrier_stat -s $FSNAME)
21047                 echo \'$st\'
21048         fi
21049 }
21050
21051 barrier_expired() {
21052         local expired
21053
21054         if [ $MGS_VERSION -le $(version_code 2.10.0) ]; then
21055                 expired=$(do_facet mgs $LCTL barrier_stat $FSNAME |
21056                           awk '/will be expired/ { print $7 }')
21057         else
21058                 expired=$(do_facet mgs $LCTL barrier_stat -t $FSNAME)
21059         fi
21060
21061         echo $expired
21062 }
21063
21064 test_801a() {
21065         prep_801
21066
21067         echo "Start barrier_freeze at: $(date)"
21068         #define OBD_FAIL_BARRIER_DELAY          0x2202
21069         do_facet mgs $LCTL set_param fail_val=5 fail_loc=0x2202
21070         # Do not reduce barrier time - See LU-11873
21071         do_facet mgs $LCTL barrier_freeze $FSNAME 20 &
21072
21073         sleep 2
21074         local b_status=$(barrier_stat)
21075         echo "Got barrier status at: $(date)"
21076         [ "$b_status" = "'freezing_p1'" ] ||
21077                 error "(1) unexpected barrier status $b_status"
21078
21079         do_facet mgs $LCTL set_param fail_val=0 fail_loc=0
21080         wait
21081         b_status=$(barrier_stat)
21082         [ "$b_status" = "'frozen'" ] ||
21083                 error "(2) unexpected barrier status $b_status"
21084
21085         local expired=$(barrier_expired)
21086         echo "sleep $((expired + 3)) seconds, then the barrier will be expired"
21087         sleep $((expired + 3))
21088
21089         b_status=$(barrier_stat)
21090         [ "$b_status" = "'expired'" ] ||
21091                 error "(3) unexpected barrier status $b_status"
21092
21093         # Do not reduce barrier time - See LU-11873
21094         do_facet mgs $LCTL barrier_freeze $FSNAME 20 ||
21095                 error "(4) fail to freeze barrier"
21096
21097         b_status=$(barrier_stat)
21098         [ "$b_status" = "'frozen'" ] ||
21099                 error "(5) unexpected barrier status $b_status"
21100
21101         echo "Start barrier_thaw at: $(date)"
21102         #define OBD_FAIL_BARRIER_DELAY          0x2202
21103         do_facet mgs $LCTL set_param fail_val=5 fail_loc=0x2202
21104         do_facet mgs $LCTL barrier_thaw $FSNAME &
21105
21106         sleep 2
21107         b_status=$(barrier_stat)
21108         echo "Got barrier status at: $(date)"
21109         [ "$b_status" = "'thawing'" ] ||
21110                 error "(6) unexpected barrier status $b_status"
21111
21112         do_facet mgs $LCTL set_param fail_val=0 fail_loc=0
21113         wait
21114         b_status=$(barrier_stat)
21115         [ "$b_status" = "'thawed'" ] ||
21116                 error "(7) unexpected barrier status $b_status"
21117
21118         #define OBD_FAIL_BARRIER_FAILURE        0x2203
21119         do_facet $SINGLEMDS $LCTL set_param fail_loc=0x2203
21120         do_facet mgs $LCTL barrier_freeze $FSNAME
21121
21122         b_status=$(barrier_stat)
21123         [ "$b_status" = "'failed'" ] ||
21124                 error "(8) unexpected barrier status $b_status"
21125
21126         do_facet $SINGLEMDS $LCTL set_param fail_loc=0
21127         do_facet mgs $LCTL barrier_thaw $FSNAME
21128
21129         post_801
21130 }
21131 run_test 801a "write barrier user interfaces and stat machine"
21132
21133 test_801b() {
21134         prep_801
21135
21136         mkdir $DIR/$tdir || error "(1) fail to mkdir"
21137         createmany -d $DIR/$tdir/d 6 || "(2) fail to mkdir"
21138         touch $DIR/$tdir/d2/f10 || error "(3) fail to touch"
21139         touch $DIR/$tdir/d3/f11 || error "(4) fail to touch"
21140         touch $DIR/$tdir/d4/f12 || error "(5) fail to touch"
21141
21142         cancel_lru_locks mdc
21143
21144         # 180 seconds should be long enough
21145         do_facet mgs $LCTL barrier_freeze $FSNAME 180
21146
21147         local b_status=$(barrier_stat)
21148         [ "$b_status" = "'frozen'" ] ||
21149                 error "(6) unexpected barrier status $b_status"
21150
21151         mkdir $DIR/$tdir/d0/d10 &
21152         mkdir_pid=$!
21153
21154         touch $DIR/$tdir/d1/f13 &
21155         touch_pid=$!
21156
21157         ln $DIR/$tdir/d2/f10 $DIR/$tdir/d2/f14 &
21158         ln_pid=$!
21159
21160         mv $DIR/$tdir/d3/f11 $DIR/$tdir/d3/f15 &
21161         mv_pid=$!
21162
21163         rm -f $DIR/$tdir/d4/f12 &
21164         rm_pid=$!
21165
21166         stat $DIR/$tdir/d5 || error "(7) stat should succeed"
21167
21168         # To guarantee taht the 'stat' is not blocked
21169         b_status=$(barrier_stat)
21170         [ "$b_status" = "'frozen'" ] ||
21171                 error "(8) unexpected barrier status $b_status"
21172
21173         # let above commands to run at background
21174         sleep 5
21175
21176         ps -p $mkdir_pid || error "(9) mkdir should be blocked"
21177         ps -p $touch_pid || error "(10) touch should be blocked"
21178         ps -p $ln_pid || error "(11) link should be blocked"
21179         ps -p $mv_pid || error "(12) rename should be blocked"
21180         ps -p $rm_pid || error "(13) unlink should be blocked"
21181
21182         b_status=$(barrier_stat)
21183         [ "$b_status" = "'frozen'" ] ||
21184                 error "(14) unexpected barrier status $b_status"
21185
21186         do_facet mgs $LCTL barrier_thaw $FSNAME
21187         b_status=$(barrier_stat)
21188         [ "$b_status" = "'thawed'" ] ||
21189                 error "(15) unexpected barrier status $b_status"
21190
21191         wait $mkdir_pid || error "(16) mkdir should succeed"
21192         wait $touch_pid || error "(17) touch should succeed"
21193         wait $ln_pid || error "(18) link should succeed"
21194         wait $mv_pid || error "(19) rename should succeed"
21195         wait $rm_pid || error "(20) unlink should succeed"
21196
21197         post_801
21198 }
21199 run_test 801b "modification will be blocked by write barrier"
21200
21201 test_801c() {
21202         [[ $MDSCOUNT -lt 2 ]] && skip_env "needs >= 2 MDTs"
21203
21204         prep_801
21205
21206         stop mds2 || error "(1) Fail to stop mds2"
21207
21208         do_facet mgs $LCTL barrier_freeze $FSNAME 30
21209
21210         local b_status=$(barrier_stat)
21211         [ "$b_status" = "'expired'" -o "$b_status" = "'failed'" ] || {
21212                 do_facet mgs $LCTL barrier_thaw $FSNAME
21213                 error "(2) unexpected barrier status $b_status"
21214         }
21215
21216         do_facet mgs $LCTL barrier_rescan $FSNAME ||
21217                 error "(3) Fail to rescan barrier bitmap"
21218
21219         # Do not reduce barrier time - See LU-11873
21220         do_facet mgs $LCTL barrier_freeze $FSNAME 20
21221
21222         b_status=$(barrier_stat)
21223         [ "$b_status" = "'frozen'" ] ||
21224                 error "(4) unexpected barrier status $b_status"
21225
21226         do_facet mgs $LCTL barrier_thaw $FSNAME
21227         b_status=$(barrier_stat)
21228         [ "$b_status" = "'thawed'" ] ||
21229                 error "(5) unexpected barrier status $b_status"
21230
21231         local devname=$(mdsdevname 2)
21232
21233         start mds2 $devname $MDS_MOUNT_OPTS || error "(6) Fail to start mds2"
21234
21235         do_facet mgs $LCTL barrier_rescan $FSNAME ||
21236                 error "(7) Fail to rescan barrier bitmap"
21237
21238         post_801
21239 }
21240 run_test 801c "rescan barrier bitmap"
21241
21242 saved_MGS_MOUNT_OPTS=$MGS_MOUNT_OPTS
21243 saved_MDS_MOUNT_OPTS=$MDS_MOUNT_OPTS
21244 saved_OST_MOUNT_OPTS=$OST_MOUNT_OPTS
21245 saved_MOUNT_OPTS=$MOUNT_OPTS
21246
21247 cleanup_802() {
21248         trap 0
21249
21250         stopall
21251         MGS_MOUNT_OPTS=$saved_MGS_MOUNT_OPTS
21252         MDS_MOUNT_OPTS=$saved_MDS_MOUNT_OPTS
21253         OST_MOUNT_OPTS=$saved_OST_MOUNT_OPTS
21254         MOUNT_OPTS=$saved_MOUNT_OPTS
21255         setupall
21256 }
21257
21258 test_802() {
21259         [[ $mds1_FSTYPE = zfs ]] || skip "ZFS specific test"
21260         [[ $(lustre_version_code mds1) -lt $(version_code 2.9.55) ]] ||
21261         [[ $OST1_VERSION -lt $(version_code 2.9.55) ]] &&
21262                 skip "Need server version at least 2.9.55"
21263
21264         [[ $ENABLE_QUOTA ]] && skip "Quota enabled for read-only test"
21265
21266         mkdir $DIR/$tdir || error "(1) fail to mkdir"
21267
21268         cp $LUSTRE/tests/test-framework.sh $DIR/$tdir/ ||
21269                 error "(2) Fail to copy"
21270
21271         trap cleanup_802 EXIT
21272
21273         # sync by force before remount as readonly
21274         sync; sync_all_data; sleep 3; sync_all_data
21275
21276         stopall
21277
21278         MGS_MOUNT_OPTS=$(csa_add "$MGS_MOUNT_OPTS" -o rdonly_dev)
21279         MDS_MOUNT_OPTS=$(csa_add "$MDS_MOUNT_OPTS" -o rdonly_dev)
21280         OST_MOUNT_OPTS=$(csa_add "$OST_MOUNT_OPTS" -o rdonly_dev)
21281
21282         echo "Mount the server as read only"
21283         setupall server_only || error "(3) Fail to start servers"
21284
21285         echo "Mount client without ro should fail"
21286         mount_client $MOUNT &&
21287                 error "(4) Mount client without 'ro' should fail"
21288
21289         echo "Mount client with ro should succeed"
21290         MOUNT_OPTS=$(csa_add "$MOUNT_OPTS" -o ro)
21291         mount_client $MOUNT ||
21292                 error "(5) Mount client with 'ro' should succeed"
21293
21294         echo "Modify should be refused"
21295         touch $DIR/$tdir/guard && error "(6) Touch should fail under ro mode"
21296
21297         echo "Read should be allowed"
21298         diff $LUSTRE/tests/test-framework.sh $DIR/$tdir/test-framework.sh ||
21299                 error "(7) Read should succeed under ro mode"
21300
21301         cleanup_802
21302 }
21303 run_test 802 "simulate readonly device"
21304
21305 test_803a() {
21306         [[ $MDSCOUNT -lt 2 ]] && skip_env "needs >= 2 MDTs"
21307         [ $MDS1_VERSION -lt $(version_code 2.10.54) ] &&
21308                 skip "MDS needs to be newer than 2.10.54"
21309
21310         mkdir -p $DIR/$tdir
21311         # Create some objects on all MDTs to trigger related logs objects
21312         for idx in $(seq $MDSCOUNT); do
21313                 $LFS mkdir -c $MDSCOUNT -i $((idx % $MDSCOUNT)) \
21314                         $DIR/$tdir/dir${idx} ||
21315                         error "Fail to create $DIR/$tdir/dir${idx}"
21316         done
21317
21318         sync; sleep 3
21319         wait_delete_completed # ensure old test cleanups are finished
21320         echo "before create:"
21321         $LFS df -i $MOUNT
21322         local before_used=$($LFS df -i | grep MDT0000_UUID | awk '{print $3}')
21323
21324         for i in {1..10}; do
21325                 $LFS mkdir -c 1 -i 1 $DIR/$tdir/foo$i ||
21326                         error "Fail to create $DIR/$tdir/foo$i"
21327         done
21328
21329         sync; sleep 3
21330         echo "after create:"
21331         $LFS df -i $MOUNT
21332         local after_used=$($LFS df -i | grep MDT0000_UUID | awk '{print $3}')
21333
21334         # allow for an llog to be cleaned up during the test
21335         [ $after_used -ge $((before_used + 10 - 1)) ] ||
21336                 error "before ($before_used) + 10 > after ($after_used)"
21337
21338         for i in {1..10}; do
21339                 rm -rf $DIR/$tdir/foo$i ||
21340                         error "Fail to remove $DIR/$tdir/foo$i"
21341         done
21342
21343         sleep 3 # avoid MDT return cached statfs
21344         wait_delete_completed
21345         echo "after unlink:"
21346         $LFS df -i $MOUNT
21347         after_used=$($LFS df -i | grep MDT0000_UUID | awk '{print $3}')
21348
21349         # allow for an llog to be created during the test
21350         [ $after_used -le $((before_used + 1)) ] ||
21351                 error "after ($after_used) > before ($before_used) + 1"
21352 }
21353 run_test 803a "verify agent object for remote object"
21354
21355 test_803b() {
21356         [[ $MDSCOUNT -lt 2 ]] && skip_env "needs >= 2 MDTs"
21357         [ $MDS1_VERSION -lt $(version_code 2.13.56) ] &&
21358                 skip "MDS needs to be newer than 2.13.56"
21359         [ $PARALLEL == "yes" ] && skip "skip parallel run"
21360
21361         for i in $(seq 0 $((MDSCOUNT - 1))); do
21362                 $LFS mkdir -i $i $DIR/$tdir.$i || error "mkdir $tdir.$i"
21363         done
21364
21365         local before=0
21366         local after=0
21367
21368         local tmp
21369
21370         stat $DIR/$tdir.* >/dev/null || error "stat $tdir.*"
21371         for i in $(seq 0 $((MDSCOUNT - 1))); do
21372                 tmp=$(do_facet mds$i $LCTL get_param mdt.*-MDT000$i.md_stats |
21373                         awk '/getattr/ { print $2 }')
21374                 before=$((before + tmp))
21375         done
21376         stat $DIR/$tdir.* >/dev/null || error "stat $tdir.*"
21377         for i in $(seq 0 $((MDSCOUNT - 1))); do
21378                 tmp=$(do_facet mds$i $LCTL get_param mdt.*-MDT000$i.md_stats |
21379                         awk '/getattr/ { print $2 }')
21380                 after=$((after + tmp))
21381         done
21382
21383         [ $before -eq $after ] || error "getattr count $before != $after"
21384 }
21385 run_test 803b "remote object can getattr from cache"
21386
21387 test_804() {
21388         [[ $MDSCOUNT -lt 2 ]] && skip_env "needs >= 2 MDTs"
21389         [ $MDS1_VERSION -lt $(version_code 2.10.54) ] &&
21390                 skip "MDS needs to be newer than 2.10.54"
21391         [ "$mds1_FSTYPE" != "ldiskfs" ] && skip_env "ldiskfs only test"
21392
21393         mkdir -p $DIR/$tdir
21394         $LFS mkdir -c 1 -i 1 $DIR/$tdir/dir0 ||
21395                 error "Fail to create $DIR/$tdir/dir0"
21396
21397         local fid=$($LFS path2fid $DIR/$tdir/dir0)
21398         local dev=$(mdsdevname 2)
21399
21400         do_facet mds2 "$DEBUGFS -c -R 'ls /REMOTE_PARENT_DIR' $dev" |
21401                 grep ${fid} || error "NOT found agent entry for dir0"
21402
21403         $LFS mkdir -c $MDSCOUNT -i 0 $DIR/$tdir/dir1 ||
21404                 error "Fail to create $DIR/$tdir/dir1"
21405
21406         touch $DIR/$tdir/dir1/foo0 ||
21407                 error "Fail to create $DIR/$tdir/dir1/foo0"
21408         fid=$($LFS path2fid $DIR/$tdir/dir1/foo0)
21409         local rc=0
21410
21411         for idx in $(seq $MDSCOUNT); do
21412                 dev=$(mdsdevname $idx)
21413                 do_facet mds${idx} \
21414                         "$DEBUGFS -c -R 'ls /REMOTE_PARENT_DIR' $dev" |
21415                         grep ${fid} && rc=$idx
21416         done
21417
21418         mv $DIR/$tdir/dir1/foo0 $DIR/$tdir/dir1/foo1 ||
21419                 error "Fail to rename foo0 to foo1"
21420         if [ $rc -eq 0 ]; then
21421                 for idx in $(seq $MDSCOUNT); do
21422                         dev=$(mdsdevname $idx)
21423                         do_facet mds${idx} \
21424                         "$DEBUGFS -c -R 'ls /REMOTE_PARENT_DIR' $dev" |
21425                         grep ${fid} && rc=$idx
21426                 done
21427         fi
21428
21429         mv $DIR/$tdir/dir1/foo1 $DIR/$tdir/dir1/foo2 ||
21430                 error "Fail to rename foo1 to foo2"
21431         if [ $rc -eq 0 ]; then
21432                 for idx in $(seq $MDSCOUNT); do
21433                         dev=$(mdsdevname $idx)
21434                         do_facet mds${idx} \
21435                         "$DEBUGFS -c -R 'ls /REMOTE_PARENT_DIR' $dev" |
21436                         grep ${fid} && rc=$idx
21437                 done
21438         fi
21439
21440         [ $rc -ne 0 ] || error "NOT found agent entry for foo"
21441
21442         ln $DIR/$tdir/dir1/foo2 $DIR/$tdir/dir0/guard ||
21443                 error "Fail to link to $DIR/$tdir/dir1/foo2"
21444         mv $DIR/$tdir/dir1/foo2 $DIR/$tdir/dir1/foo0 ||
21445                 error "Fail to rename foo2 to foo0"
21446         unlink $DIR/$tdir/dir1/foo0 ||
21447                 error "Fail to unlink $DIR/$tdir/dir1/foo0"
21448         rm -rf $DIR/$tdir/dir0 ||
21449                 error "Fail to rm $DIR/$tdir/dir0"
21450
21451         for idx in $(seq $MDSCOUNT); do
21452                 dev=$(mdsdevname $idx)
21453                 rc=0
21454
21455                 stop mds${idx}
21456                 run_e2fsck $(facet_active_host mds$idx) $dev -n ||
21457                         rc=$?
21458                 start mds${idx} $dev $MDS_MOUNT_OPTS ||
21459                         error "mount mds$idx failed"
21460                 df $MOUNT > /dev/null 2>&1
21461
21462                 # e2fsck should not return error
21463                 [ $rc -eq 0 ] ||
21464                         error "e2fsck detected error on MDT${idx}: rc=$rc"
21465         done
21466 }
21467 run_test 804 "verify agent entry for remote entry"
21468
21469 cleanup_805() {
21470         do_facet $SINGLEMDS zfs set quota=$old $fsset
21471         unlinkmany $DIR/$tdir/f- 1000000
21472         trap 0
21473 }
21474
21475 test_805() {
21476         local zfs_version=$(do_facet mds1 cat /sys/module/zfs/version)
21477         [ "$mds1_FSTYPE" != "zfs" ] && skip "ZFS specific test"
21478         [ $(version_code $zfs_version) -lt $(version_code 0.7.2) ] &&
21479                 skip "netfree not implemented before 0.7"
21480         [[ $MDS1_VERSION -ge $(version_code 2.10.57) ]] ||
21481                 skip "Need MDS version at least 2.10.57"
21482
21483         local fsset
21484         local freekb
21485         local usedkb
21486         local old
21487         local quota
21488         local pref="osd-zfs.lustre-MDT0000."
21489
21490         # limit available space on MDS dataset to meet nospace issue
21491         # quickly. then ZFS 0.7.2 can use reserved space if asked
21492         # properly (using netfree flag in osd_declare_destroy()
21493         fsset=$(do_facet $SINGLEMDS lctl get_param -n $pref.mntdev)
21494         old=$(do_facet $SINGLEMDS zfs get -H quota $fsset | \
21495                 gawk '{print $3}')
21496         freekb=$(do_facet $SINGLEMDS lctl get_param -n $pref.kbytesfree)
21497         usedkb=$(do_facet $SINGLEMDS lctl get_param -n $pref.kbytestotal)
21498         let "usedkb=usedkb-freekb"
21499         let "freekb=freekb/2"
21500         if let "freekb > 5000"; then
21501                 let "freekb=5000"
21502         fi
21503         do_facet $SINGLEMDS zfs set quota=$(((usedkb+freekb)*1024)) $fsset
21504         trap cleanup_805 EXIT
21505         mkdir $DIR/$tdir
21506         $LFS setstripe -E 1M -L mdt $DIR/$tdir || error "DoM not working"
21507         createmany -m $DIR/$tdir/f- 1000000 && error "ENOSPC wasn't met"
21508         rm -rf $DIR/$tdir || error "not able to remove"
21509         do_facet $SINGLEMDS zfs set quota=$old $fsset
21510         trap 0
21511 }
21512 run_test 805 "ZFS can remove from full fs"
21513
21514 # Size-on-MDS test
21515 check_lsom_data()
21516 {
21517         local file=$1
21518         local size=$($LFS getsom -s $file)
21519         local expect=$(stat -c %s $file)
21520
21521         [[ $size == $expect ]] ||
21522                 error "$file expected size: $expect, got: $size"
21523
21524         local blocks=$($LFS getsom -b $file)
21525         expect=$(stat -c %b $file)
21526         [[ $blocks == $expect ]] ||
21527                 error "$file expected blocks: $expect, got: $blocks"
21528 }
21529
21530 check_lsom_size()
21531 {
21532         local size=$($LFS getsom -s $1)
21533         local expect=$2
21534
21535         [[ $size == $expect ]] ||
21536                 error "$file expected size: $expect, got: $size"
21537 }
21538
21539 test_806() {
21540         [ $MDS1_VERSION -lt $(version_code 2.11.52) ] &&
21541                 skip "Need MDS version at least 2.11.52"
21542
21543         local bs=1048576
21544
21545         touch $DIR/$tfile || error "touch $tfile failed"
21546
21547         local save="$TMP/$TESTSUITE-$TESTNAME.parameters"
21548         save_lustre_params client "llite.*.xattr_cache" > $save
21549         lctl set_param llite.*.xattr_cache=0
21550         stack_trap "restore_lustre_params < $save" EXIT
21551
21552         # single-threaded write
21553         echo "Test SOM for single-threaded write"
21554         dd if=/dev/zero of=$DIR/$tfile bs=$bs count=1 ||
21555                 error "write $tfile failed"
21556         check_lsom_size $DIR/$tfile $bs
21557
21558         local num=32
21559         local size=$(($num * $bs))
21560         local offset=0
21561         local i
21562
21563         echo "Test SOM for single client multi-threaded($num) write"
21564         $TRUNCATE $DIR/$tfile 0
21565         for ((i = 0; i < $num; i++)); do
21566                 $MULTIOP $DIR/$tfile Oz${offset}w${bs}c &
21567                 local pids[$i]=$!
21568                 offset=$((offset + $bs))
21569         done
21570         for (( i=0; i < $num; i++ )); do
21571                 wait ${pids[$i]}
21572         done
21573         check_lsom_size $DIR/$tfile $size
21574
21575         $TRUNCATE $DIR/$tfile 0
21576         for ((i = 0; i < $num; i++)); do
21577                 offset=$((offset - $bs))
21578                 $MULTIOP $DIR/$tfile Oz${offset}w${bs}c &
21579                 local pids[$i]=$!
21580         done
21581         for (( i=0; i < $num; i++ )); do
21582                 wait ${pids[$i]}
21583         done
21584         check_lsom_size $DIR/$tfile $size
21585
21586         # multi-client writes
21587         num=$(get_node_count ${CLIENTS//,/ })
21588         size=$(($num * $bs))
21589         offset=0
21590         i=0
21591
21592         echo "Test SOM for multi-client ($num) writes"
21593         $TRUNCATE $DIR/$tfile 0
21594         for client in ${CLIENTS//,/ }; do
21595                 do_node $client $MULTIOP $DIR/$tfile Oz${offset}w${bs}c &
21596                 local pids[$i]=$!
21597                 i=$((i + 1))
21598                 offset=$((offset + $bs))
21599         done
21600         for (( i=0; i < $num; i++ )); do
21601                 wait ${pids[$i]}
21602         done
21603         check_lsom_size $DIR/$tfile $offset
21604
21605         i=0
21606         $TRUNCATE $DIR/$tfile 0
21607         for client in ${CLIENTS//,/ }; do
21608                 offset=$((offset - $bs))
21609                 do_node $client $MULTIOP $DIR/$tfile Oz${offset}w${bs}c &
21610                 local pids[$i]=$!
21611                 i=$((i + 1))
21612         done
21613         for (( i=0; i < $num; i++ )); do
21614                 wait ${pids[$i]}
21615         done
21616         check_lsom_size $DIR/$tfile $size
21617
21618         # verify truncate
21619         echo "Test SOM for truncate"
21620         $TRUNCATE $DIR/$tfile 1048576
21621         check_lsom_size $DIR/$tfile 1048576
21622         $TRUNCATE $DIR/$tfile 1234
21623         check_lsom_size $DIR/$tfile 1234
21624
21625         # verify SOM blocks count
21626         echo "Verify SOM block count"
21627         $TRUNCATE $DIR/$tfile 0
21628         $MULTIOP $DIR/$tfile oO_TRUNC:O_RDWR:w1048576YSc ||
21629                 error "failed to write file $tfile"
21630         check_lsom_data $DIR/$tfile
21631 }
21632 run_test 806 "Verify Lazy Size on MDS"
21633
21634 test_807() {
21635         [ $MDS1_VERSION -lt $(version_code 2.11.52) ] &&
21636                 skip "Need MDS version at least 2.11.52"
21637
21638         # Registration step
21639         changelog_register || error "changelog_register failed"
21640         local cl_user="${CL_USERS[$SINGLEMDS]%% *}"
21641         changelog_users $SINGLEMDS | grep -q $cl_user ||
21642                 error "User $cl_user not found in changelog_users"
21643
21644         local save="$TMP/$TESTSUITE-$TESTNAME.parameters"
21645         save_lustre_params client "llite.*.xattr_cache" > $save
21646         lctl set_param llite.*.xattr_cache=0
21647         stack_trap "restore_lustre_params < $save" EXIT
21648
21649         rm -rf $DIR/$tdir || error "rm $tdir failed"
21650         mkdir -p $DIR/$tdir || error "mkdir $tdir failed"
21651         touch $DIR/$tdir/trunc || error "touch $tdir/trunc failed"
21652         $TRUNCATE $DIR/$tdir/trunc 1024 || error "truncate $tdir/trunc failed"
21653         $TRUNCATE $DIR/$tdir/trunc 1048576 ||
21654                 error "truncate $tdir/trunc failed"
21655
21656         local bs=1048576
21657         dd if=/dev/zero of=$DIR/$tdir/single_dd bs=$bs count=1 ||
21658                 error "write $tfile failed"
21659
21660         # multi-client wirtes
21661         local num=$(get_node_count ${CLIENTS//,/ })
21662         local offset=0
21663         local i=0
21664
21665         echo "Test SOM for multi-client ($num) writes"
21666         touch $DIR/$tfile || error "touch $tfile failed"
21667         $TRUNCATE $DIR/$tfile 0
21668         for client in ${CLIENTS//,/ }; do
21669                 do_node $client $MULTIOP $DIR/$tfile Oz${offset}w${bs}c &
21670                 local pids[$i]=$!
21671                 i=$((i + 1))
21672                 offset=$((offset + $bs))
21673         done
21674         for (( i=0; i < $num; i++ )); do
21675                 wait ${pids[$i]}
21676         done
21677
21678         sleep 5
21679         $LSOM_SYNC -u $cl_user -m $FSNAME-MDT0000 $MOUNT
21680         check_lsom_data $DIR/$tdir/trunc
21681         check_lsom_data $DIR/$tdir/single_dd
21682         check_lsom_data $DIR/$tfile
21683
21684         rm -rf $DIR/$tdir
21685         # Deregistration step
21686         changelog_deregister || error "changelog_deregister failed"
21687 }
21688 run_test 807 "verify LSOM syncing tool"
21689
21690 check_som_nologged()
21691 {
21692         local lines=$($LFS changelog $FSNAME-MDT0000 |
21693                 grep 'x=trusted.som' | wc -l)
21694         [ $lines -ne 0 ] && error "trusted.som xattr is logged in Changelogs"
21695 }
21696
21697 test_808() {
21698         [ $MDS1_VERSION -lt $(version_code 2.11.55) ] &&
21699                 skip "Need MDS version at least 2.11.55"
21700
21701         # Registration step
21702         changelog_register || error "changelog_register failed"
21703
21704         touch $DIR/$tfile || error "touch $tfile failed"
21705         check_som_nologged
21706
21707         dd if=/dev/zero of=$DIR/$tfile bs=1048576 count=1 ||
21708                 error "write $tfile failed"
21709         check_som_nologged
21710
21711         $TRUNCATE $DIR/$tfile 1234
21712         check_som_nologged
21713
21714         $TRUNCATE $DIR/$tfile 1048576
21715         check_som_nologged
21716
21717         # Deregistration step
21718         changelog_deregister || error "changelog_deregister failed"
21719 }
21720 run_test 808 "Check trusted.som xattr not logged in Changelogs"
21721
21722 check_som_nodata()
21723 {
21724         $LFS getsom $1
21725         [[ $? -eq 61 ]] || error "DoM-only file $1 has SOM xattr"
21726 }
21727
21728 test_809() {
21729         [ $MDS1_VERSION -lt $(version_code 2.11.56) ] &&
21730                 skip "Need MDS version at least 2.11.56"
21731
21732         $LFS setstripe -E 1M -L mdt $DIR/$tfile ||
21733                 error "failed to create DoM-only file $DIR/$tfile"
21734         touch $DIR/$tfile || error "touch $tfile failed"
21735         check_som_nodata $DIR/$tfile
21736
21737         dd if=/dev/zero of=$DIR/$tfile bs=2048 count=1 ||
21738                 error "write $tfile failed"
21739         check_som_nodata $DIR/$tfile
21740
21741         $TRUNCATE $DIR/$tfile 1234
21742         check_som_nodata $DIR/$tfile
21743
21744         $TRUNCATE $DIR/$tfile 4097
21745         check_som_nodata $DIR/$file
21746 }
21747 run_test 809 "Verify no SOM xattr store for DoM-only files"
21748
21749 test_810() {
21750         [ $PARALLEL == "yes" ] && skip "skip parallel run"
21751         $GSS && skip_env "could not run with gss"
21752
21753         set_checksums 1
21754         stack_trap "set_checksums $ORIG_CSUM" EXIT
21755         stack_trap "set_checksum_type $ORIG_CSUM_TYPE" EXIT
21756
21757         local csum
21758         local before
21759         local after
21760         for csum in $CKSUM_TYPES; do
21761                 #define OBD_FAIL_OSC_NO_GRANT   0x411
21762                 $LCTL set_param osc.*.checksum_type=$csum fail_loc=0x411
21763                 for i in "10240 0" "10000 0" "4000 1" "500 1"; do
21764                         eval set -- $i
21765                         dd if=/dev/urandom of=$DIR/$tfile bs=$1 count=2 seek=$2
21766                         before=$(md5sum $DIR/$tfile)
21767                         $LCTL set_param ldlm.namespaces.*osc*.lru_size=clear
21768                         after=$(md5sum $DIR/$tfile)
21769                         [ "$before" == "$after" ] ||
21770                                 error "$csum: $before != $after bs=$1 seek=$2"
21771                 done
21772         done
21773 }
21774 run_test 810 "partial page writes on ZFS (LU-11663)"
21775
21776 test_812() {
21777         [ $OST1_VERSION -lt $(version_code 2.12.51) ] &&
21778                 skip "OST < 2.12.51 doesn't support this fail_loc"
21779         [ "$SHARED_KEY" = true ] &&
21780                 skip "OSC connections never go IDLE with Shared-Keys enabled"
21781
21782         $LFS setstripe -c 1 -i 0 $DIR/$tfile
21783         # ensure ost1 is connected
21784         stat $DIR/$tfile >/dev/null || error "can't stat"
21785         wait_osc_import_state client ost1 FULL
21786         # no locks, no reqs to let the connection idle
21787         cancel_lru_locks osc
21788
21789         # delay OST_DISCONNECT on OST1 to put OSC into intermediate state
21790 #define OBD_FAIL_OST_DISCONNECT_DELAY    0x245
21791         do_facet ost1 "$LCTL set_param fail_loc=0x245 fail_val=8"
21792         wait_osc_import_state client ost1 CONNECTING
21793         do_facet ost1 "$LCTL set_param fail_loc=0 fail_val=0"
21794
21795         stat $DIR/$tfile >/dev/null || error "can't stat file"
21796 }
21797 run_test 812 "do not drop reqs generated when imp is going to idle (LU-11951)"
21798
21799 test_814()
21800 {
21801         dd of=$DIR/$tfile seek=128 bs=1k < /dev/null
21802         echo -n y >> $DIR/$tfile
21803         cp --sparse=always $DIR/$tfile $DIR/${tfile}.cp || error "copy failed"
21804         diff $DIR/$tfile $DIR/${tfile}.cp || error "files should be same"
21805 }
21806 run_test 814 "sparse cp works as expected (LU-12361)"
21807
21808 test_815()
21809 {
21810         writeme -b 100 $DIR/$tfile || error "write 100 bytes failed"
21811         writeme -b 0 $DIR/$tfile || error "write 0 byte failed"
21812 }
21813 run_test 815 "zero byte tiny write doesn't hang (LU-12382)"
21814
21815 test_816() {
21816         local ost1_imp=$(get_osc_import_name client ost1)
21817         local imp_name=$($LCTL list_param osc.$ost1_imp | head -n1 |
21818                          cut -d'.' -f2)
21819
21820         [ "$SHARED_KEY" = true ] &&
21821                 skip "OSC connections never go IDLE with Shared-Keys enabled"
21822
21823         $LFS setstripe -c 1 -i 0 $DIR/$tfile
21824         # ensure ost1 is connected
21825         stat $DIR/$tfile >/dev/null || error "can't stat"
21826         wait_osc_import_state client ost1 FULL
21827         # no locks, no reqs to let the connection idle
21828         cancel_lru_locks osc
21829         lru_resize_disable osc
21830         local before
21831         local now
21832         before=$($LCTL get_param -n \
21833                  ldlm.namespaces.$imp_name.lru_size)
21834
21835         wait_osc_import_state client ost1 IDLE
21836         dd if=/dev/null of=$DIR/$tfile bs=1k count=1 conv=sync
21837         now=$($LCTL get_param -n \
21838               ldlm.namespaces.$imp_name.lru_size)
21839         [ $before == $now ] || error "lru_size changed $before != $now"
21840 }
21841 run_test 816 "do not reset lru_resize on idle reconnect"
21842
21843 cleanup_817() {
21844         umount $tmpdir
21845         exportfs -u localhost:$DIR/nfsexp
21846         rm -rf $DIR/nfsexp
21847 }
21848
21849 test_817() {
21850         systemctl restart nfs-server.service || skip "failed to restart nfsd"
21851
21852         mkdir -p $DIR/nfsexp
21853         exportfs -orw,no_root_squash localhost:$DIR/nfsexp ||
21854                 error "failed to export nfs"
21855
21856         tmpdir=$(mktemp -d /tmp/nfs-XXXXXX)
21857         stack_trap cleanup_817 EXIT
21858
21859         mount -t nfs -orw localhost:$DIR/nfsexp $tmpdir ||
21860                 error "failed to mount nfs to $tmpdir"
21861
21862         cp /bin/true $tmpdir
21863         $DIR/nfsexp/true || error "failed to execute 'true' command"
21864 }
21865 run_test 817 "nfsd won't cache write lock for exec file"
21866
21867 test_819a() {
21868         dd if=/dev/zero of=$DIR/$tfile bs=1M count=1
21869         cancel_lru_locks osc
21870         #define OBD_FAIL_OST_2BIG_NIOBUF                0x248
21871         do_facet $SINGLEMDS lctl set_param fail_loc=0x80000248
21872         dd if=$DIR/$tfile of=/dev/null bs=1M count=1
21873         rm -f $TDIR/$tfile
21874 }
21875 run_test 819a "too big niobuf in read"
21876
21877 test_819b() {
21878         #define OBD_FAIL_OST_2BIG_NIOBUF                0x248
21879         do_facet $SINGLEMDS lctl set_param fail_loc=0x80000248
21880         dd if=/dev/zero of=$DIR/$tfile bs=1M count=1
21881         cancel_lru_locks osc
21882         sleep 1
21883         rm -f $TDIR/$tfile
21884 }
21885 run_test 819b "too big niobuf in write"
21886
21887 test_818() {
21888         mkdir $DIR/$tdir
21889         $LFS setstripe -c1 -i0 $DIR/$tfile
21890         $LFS setstripe -c1 -i1 $DIR/$tfile
21891         stop $SINGLEMDS
21892         #define OBD_FAIL_OSP_CANT_PROCESS_LLOG          0x2105
21893         do_facet $SINGLEMDS lctl set_param fail_loc=0x80002105
21894         start $SINGLEMDS $(mdsdevname ${SINGLEMDS//mds/}) $MDS_MOUNT_OPTS ||
21895                 error "start $SINGLEMDS failed"
21896         rm -rf $DIR/$tdir
21897 }
21898 run_test 818 "unlink with failed llog"
21899
21900 #
21901 # tests that do cleanup/setup should be run at the end
21902 #
21903
21904 test_900() {
21905         [ $PARALLEL == "yes" ] && skip "skip parallel run"
21906         local ls
21907
21908         #define OBD_FAIL_MGC_PAUSE_PROCESS_LOG   0x903
21909         $LCTL set_param fail_loc=0x903
21910
21911         cancel_lru_locks MGC
21912
21913         FAIL_ON_ERROR=true cleanup
21914         FAIL_ON_ERROR=true setup
21915 }
21916 run_test 900 "umount should not race with any mgc requeue thread"
21917
21918 # LU-13377
21919 test_902() {
21920         [ $CLIENT_VERSION -lt $(version_code 2.13.52) ] &&
21921                 skip "client does not have LU-13377 fix"
21922         #define OBD_FAIL_LLITE_SHORT_COMMIT 0x1415
21923         $LCTL set_param fail_loc=0x1415
21924         dd if=/dev/zero of=$DIR/$tfile bs=1M count=1
21925         cancel_lru_locks osc
21926         rm -f $DIR/$tfile
21927 }
21928 run_test 902 "test short write doesn't hang lustre"
21929
21930 complete $SECONDS
21931 [ -f $EXT2_DEV ] && rm $EXT2_DEV || true
21932 check_and_cleanup_lustre
21933 if [ "$I_MOUNTED" != "yes" ]; then
21934         lctl set_param debug="$OLDDEBUG" 2> /dev/null || true
21935 fi
21936 exit_status