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() {