X-Git-Url: https://git.whamcloud.com/?p=fs%2Flustre-release.git;a=blobdiff_plain;f=lustre%2Ftests%2Fsanity.sh;h=507812df6c524d601d11b9a57c7ea199d0b46865;hp=14ce65f66ad361189b1edef709ae1b021d65d2e2;hb=6cde14a5df781ae29da88f98a2559eb4342fe1f3;hpb=3792aa13dab69c1a8de50ea23c5a4352f9bd0f45 diff --git a/lustre/tests/sanity.sh b/lustre/tests/sanity.sh index 14ce65f..507812d 100755 --- a/lustre/tests/sanity.sh +++ b/lustre/tests/sanity.sh @@ -12662,10 +12662,11 @@ test_224c() { # LU-6441 error "conf_param timeout=5 failed" #define OBD_FAIL_PTLRPC_CLIENT_BULK_CB3 0x520 - $LCTL set_param fail_loc=0x520 + do_facet ost1 $LCTL set_param fail_loc=0x520 + $LFS setstripe -c 1 -i 0 $DIR/$tfile dd if=/dev/zero of=$DIR/$tfile bs=8MB count=1 sync - $LCTL set_param fail_loc=0 + do_facet ost1 $LCTL set_param fail_loc=0 set_conf_param_and_check client "$test_at" "$param_at" $at_max || error "conf_param at_max=$at_max failed"