Skip to content
Snippets Groups Projects
Commit d7265304 authored by Elena Gryaznova's avatar Elena Gryaznova
Browse files

fix typo introduced by grev 2008-02-12 rev 1.35.2.16

parent f2c48574
No related merge requests found
......@@ -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 "
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment