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:
922d8ff
)
b=13306
author
grev
<grev>
Thu, 16 Aug 2007 01:15:15 +0000
(
01:15
+0000)
committer
grev
<grev>
Thu, 16 Aug 2007 01:15:15 +0000
(
01:15
+0000)
i=Nathan
i=Adilger
Set stripe_count to 1 for $tdir.
lustre/tests/sanity.sh
patch
|
blob
|
history
diff --git
a/lustre/tests/sanity.sh
b/lustre/tests/sanity.sh
index
7197780
..
d848522
100644
(file)
--- a/
lustre/tests/sanity.sh
+++ b/
lustre/tests/sanity.sh
@@
-3888,6
+3888,7
@@
test_116() {
# now fill using QOS
echo writing a bunch of files to QOS-assigned OSTs
+ $SETSTRIPE $DIR/$tdir 0 -1 1
i=1
while [ $FILL -gt 0 ]; do
dd if=/dev/zero of=$DIR/$tdir/$tfile-$i bs=1024 count=200 2>/dev/null