From e125a95615099c533601576613d2bb08997682d8 Mon Sep 17 00:00:00 2001 From: Brian Behlendorf Date: Tue, 20 Jan 2009 15:34:02 -0800 Subject: [PATCH] Minor script cleanup --- scripts/zpios-test/1th-16rc-4rs-1cs-4off.sh | 5 +++-- scripts/zpios.sh | 2 ++ 2 files changed, 5 insertions(+), 2 deletions(-) diff --git a/scripts/zpios-test/1th-16rc-4rs-1cs-4off.sh b/scripts/zpios-test/1th-16rc-4rs-1cs-4off.sh index 61f85253b2..37493b6f32 100755 --- a/scripts/zpios-test/1th-16rc-4rs-1cs-4off.sh +++ b/scripts/zpios-test/1th-16rc-4rs-1cs-4off.sh @@ -38,7 +38,7 @@ ZPIOS_CMD="${CMDDIR}/zpios/zpios \ --load=dmuio \ - --path=zpios \ + --path=${ZPOOL_NAME} \ --threadcount=1 \ --regioncount=16 \ --regionsize=4M \ @@ -51,8 +51,9 @@ ZPIOS_CMD="${CMDDIR}/zpios/zpios \ zpios_start() { echo ${ZPIOS_CMD} - $ZPIOS_CMD || exit 1 + ${ZPIOS_CMD} || exit 1 } zpios_stop() { + echo } diff --git a/scripts/zpios.sh b/scripts/zpios.sh index 8d452522d9..5ba97b0a68 100755 --- a/scripts/zpios.sh +++ b/scripts/zpios.sh @@ -90,6 +90,8 @@ print_stats() { cat /proc/spl/kmem/slab echo fi + + echo } check_test() {