X-Git-Url: https://git.whamcloud.com/?a=blobdiff_plain;f=lustre%2Ftests%2Fsanity-lfsck.sh;h=6bc75570def2ba85945237efbb14c74b05c40d3b;hb=3f5abc6fa30e7c0256077ccf6a149d1809450465;hp=30978d74b02597a4a1e21a7c08d6f0d5e02d3979;hpb=dfa318a29b8fe708468989d67ac6928a42bec72d;p=fs%2Flustre-release.git diff --git a/lustre/tests/sanity-lfsck.sh b/lustre/tests/sanity-lfsck.sh index 30978d7..6bc7557 100644 --- a/lustre/tests/sanity-lfsck.sh +++ b/lustre/tests/sanity-lfsck.sh @@ -1527,7 +1527,7 @@ test_13() { #define OBD_FAIL_LFSCK_BAD_LMMOI 0x160f do_facet $SINGLEMDS $LCTL set_param fail_loc=0x160f createmany -o $DIR/$tdir/f 1 - $LFS setstripe -E 1M -E -1 $DIR/$tdir/f1 || + $LFS setstripe -E 1M -S 1M -E -1 $DIR/$tdir/f1 || error "(0) Fail to create PFL $DIR/$tdir/f1" do_facet $SINGLEMDS $LCTL set_param fail_loc=0 @@ -2835,7 +2835,7 @@ test_18h() { check_mount_and_prep - $LFS setstripe -E 2M -c 1 -E -1 $DIR/$tdir/f0 || + $LFS setstripe -E 2M -S 1M -c 1 -E -1 $DIR/$tdir/f0 || error "(0) Fail to create PFL $DIR/$tdir/f0" cat $LUSTRE/tests/test-framework.sh > $DIR/$tdir/f0 ||