From f0302c45cf0ab2a18d17c7515458cdd56b947313 Mon Sep 17 00:00:00 2001 From: grev Date: Tue, 24 Jun 2008 17:39:42 +0000 Subject: [PATCH] fix typo intoduced by grev 2008-02-12 rev. 1.48 --- 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 4be72e6..143a0a7 100755 --- a/lustre/tests/acceptance-small.sh +++ b/lustre/tests/acceptance-small.sh @@ -201,7 +201,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