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:
2b8a380
)
add stripecount parameter for mdtlov to stripe all data across all OSTs
author
huanghua
<huanghua>
Mon, 9 Oct 2006 05:39:45 +0000
(
05:39
+0000)
committer
huanghua
<huanghua>
Mon, 9 Oct 2006 05:39:45 +0000
(
05:39
+0000)
lustre/tests/sanity.sh
patch
|
blob
|
history
diff --git
a/lustre/tests/sanity.sh
b/lustre/tests/sanity.sh
index
aadc29e
..
cae91f9
100644
(file)
--- a/
lustre/tests/sanity.sh
+++ b/
lustre/tests/sanity.sh
@@
-52,6
+52,7
@@
MEMHOG=${MEMHOG:-memhog}
DIRECTIO=${DIRECTIO:-directio}
ACCEPTOR_PORT=${ACCEPTOR_PORT:-988}
UMOUNT=${UMOUNT:-"umount -d"}
+STRIPES_PER_OBJ=-1
if [ $UID -ne 0 ]; then
echo "Warning: running as non-root uid $UID"
@@
-3162,7
+3163,7
@@
if [ "`mount | grep ^$NAME`" ]; then
rm -rf $DIR/[Rdfs][1-9]*
fi
if [ "$I_MOUNTED" = "yes" ]; then
-
cleanupall -f || error "cleanup failed"
+ cleanupall -f || error "cleanup failed"
fi