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:
20b6d34
)
Change test to use different file sizes.
author
deen
<deen>
Fri, 22 Jun 2007 09:08:44 +0000
(09:08 +0000)
committer
deen
<deen>
Fri, 22 Jun 2007 09:08:44 +0000
(09:08 +0000)
b=11737
i=adilger
i=shadow
lustre/tests/sanity.sh
patch
|
blob
|
history
diff --git
a/lustre/tests/sanity.sh
b/lustre/tests/sanity.sh
index
49ccf68
..
14f033f
100644
(file)
--- a/
lustre/tests/sanity.sh
+++ b/
lustre/tests/sanity.sh
@@
-3132,8
+3132,9
@@
test_78() { # bug 10901
$SETSTRIPE $DIR/$tfile 0 -1 -1 || error "setstripe failed"
for i in `seq 1 $NSEQ`
do
+ FSIZE=$(($F78SIZE / ($NSEQ - $i + 1)))
echo directIO rdwr round $i of $NSEQ
- $DIRECTIO rdwr $DIR/$tfile 0 $F
78
SIZE 1048576 || error "rdwr failed"
+ $DIRECTIO rdwr $DIR/$tfile 0 $FSIZE 1048576 || error "rdwr failed"
done
rm -f $DIR/$tfile