Merge commit 'refs/top-bases/linux-have-zvol' into linux-have-zvol

This commit is contained in:
Brian Behlendorf 2009-07-24 16:02:49 -07:00
commit eb4c9d2387
1 changed files with 10 additions and 12 deletions

View File

@ -6,15 +6,13 @@ ZTEST=${top_builddir}/cmd/ztest/ztest
ZPIOS=${top_srcdir}/scripts/zpios.sh ZPIOS=${top_srcdir}/scripts/zpios.sh
check: check:
$(ZFS) -v @$(ZFS) -v
ulimit -c unlimited @echo
$(ZTEST) -V @echo -n "===================================="
$(ZPIOS) -c file-raid0 -t tiny @echo -n " ZTEST "
$(ZPIOS) -c file-raid10 -t tiny @echo "===================================="
$(ZPIOS) -c file-raidz -t tiny @echo
$(ZPIOS) -c file-raidz2 -t tiny @$(shell ulimit -c unlimited)
$(ZPIOS) -c lo-raid0 -t tiny @$(ZTEST) -V
$(ZPIOS) -c lo-raid10 -t tiny @echo
$(ZPIOS) -c lo-raidz -t tiny @$(ZFS) -vu
$(ZPIOS) -c lo-raidz2 -t tiny
$(ZFS) -vu