From d7265304df2714621293f2b89313b1e1283f4ebc Mon Sep 17 00:00:00 2001 From: grev Date: Tue, 24 Jun 2008 17:21:16 +0000 Subject: [PATCH] fix typo introduced by grev 2008-02-12 rev 1.35.2.16 --- lustre/tests/acceptance-small.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lustre/tests/acceptance-small.sh b/lustre/tests/acceptance-small.sh index 90d9630..ea59da9 100755 --- a/lustre/tests/acceptance-small.sh +++ b/lustre/tests/acceptance-small.sh @@ -194,7 +194,7 @@ for NAME in $CONFIGS; do [ $THREADS -lt $IOZ_THREADS ] && IOZ_THREADS=$THREADS IOZVER=`iozone -v | awk '/Revision:/ {print $3}' | tr -d .` if [ "$IOZ_THREADS" -gt 1 -a "$IOZVER" -ge 3145 ]; then - $LFS setstripe -c 1 $IOZDIR + $LFS setstripe -c -1 $IOZDIR $DEBUG_OFF THREAD=1 IOZFILE="-F " -- 1.8.3.1