From: green Date: Thu, 13 Nov 2008 02:16:10 +0000 (+0000) Subject: b=16823 X-Git-Tag: v1_7_140~1^27~1 X-Git-Url: https://git.whamcloud.com/?a=commitdiff_plain;h=33de1b8fb6cbf175e22f86a0e415635f76bb545a;p=fs%2Flustre-release.git b=16823 r=adilger,shadow Remove 4G limit for stripe_size * num_stripes. 4G limit on stripe_size is still in place, though. --- diff --git a/lustre/tests/sanity.sh b/lustre/tests/sanity.sh index 3cf672d..c038481 100644 --- a/lustre/tests/sanity.sh +++ b/lustre/tests/sanity.sh @@ -1030,7 +1030,7 @@ run_test 27r "stripe file with some full OSTs (shouldn't LBUG) =" test_27s() { # bug 10725 mkdir -p $DIR/$tdir - $SETSTRIPE $DIR/$tdir $((2048 * 1024 * 1024)) -1 2 && \ + $SETSTRIPE $DIR/$tdir $((4096 * 1024 * 1024)) -1 2 && \ error "stripe width >= 2^32 succeeded" || true } run_test 27s "lsm_xfersize overflow (should error) (bug 10725)"