Merge branch 'linux-zpios' into refs/top-bases/linux-zfs-branch
This commit is contained in:
commit
e66c93f818
|
@ -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
|
||||
}
|
||||
|
|
|
@ -90,6 +90,8 @@ print_stats() {
|
|||
cat /proc/spl/kmem/slab
|
||||
echo
|
||||
fi
|
||||
|
||||
echo
|
||||
}
|
||||
|
||||
check_test() {
|
||||
|
|
Loading…
Reference in New Issue