Whamcloud - gitweb
git://git.whamcloud.com
/
fs
/
lustre-release.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
935d1e8
)
b=16823
author
green
<green>
Thu, 13 Nov 2008 02:16:10 +0000
(
02:16
+0000)
committer
green
<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
patch
|
blob
|
history
diff --git
a/lustre/tests/sanity.sh
b/lustre/tests/sanity.sh
index
3cf672d
..
c038481
100644
(file)
--- 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)"