X-Git-Url: https://git.whamcloud.com/?a=blobdiff_plain;f=lustre%2Ftests%2Frecovery-small.sh;h=be0c6a148c599351bad1faa74e1484a6d083c2af;hb=c944e6eaa7f8b98230701266641bfd9dfcb56da8;hp=9641565916b6a7ce35051ab38d9213261de55b31;hpb=6e704244293aec98b39b8243fb2d13e2a8c9b674;p=fs%2Flustre-release.git diff --git a/lustre/tests/recovery-small.sh b/lustre/tests/recovery-small.sh index 9641565..be0c6a1 100755 --- a/lustre/tests/recovery-small.sh +++ b/lustre/tests/recovery-small.sh @@ -20,8 +20,8 @@ require_dsh_mds || exit 0 [ "$SLOW" = "no" ] && EXCEPT_SLOW="17 26a 26b 50 51 57" [ $(facet_fstype $SINGLEMDS) = "zfs" ] && -# bug number for skipped test: LU-2194 - ALWAYS_EXCEPT="$ALWAYS_EXCEPT 19b" +# bug number for skipped test: LU-2194 LU-2547 + ALWAYS_EXCEPT="$ALWAYS_EXCEPT 19b 24a" build_test_filter @@ -923,7 +923,7 @@ test_29a() { # bug 22273 - error adding new clients # fail abort so client will be new again fail_abort $SINGLEMDS client_up || error "reconnect failed" - wait_osc_import_state mds ost FULL + wait_osc_import_state $SINGLEMDS ost FULL return 0 } run_test 29a "error adding new clients doesn't cause LBUG (bug 22273)" @@ -1768,7 +1768,11 @@ test_110f () { run_test 110f "remove remote directory: drop slave rep" # LU-2844 mdt prepare fail should not cause umount oops -test_111 () { +test_111 () +{ + [[ $(lustre_version_code $SINGLEMDS) -ge $(version_code 2.3.62) ]] || + { skip "Need MDS version at least 2.3.62"; return 0; } + local mdsdev=$(mdsdevname ${SINGLEMDS//mds/}) #define OBD_FAIL_MDS_CHANGELOG_INIT 0x151 do_facet $SINGLEMDS lctl set_param fail_loc=0x151