Whamcloud - gitweb
b=16823
authorgreen <green>
Thu, 13 Nov 2008 02:16:10 +0000 (02:16 +0000)
committergreen <green>
Thu, 13 Nov 2008 02:16:10 +0000 (02:16 +0000)
r=adilger,shadow

Remove 4G limit for stripe_size * num_stripes.
4G limit on stripe_size is still in place, though.

lustre/tests/sanity.sh

index 3cf672d..c038481 100644 (file)
@@ -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)"