Merge branch 'linux-zpios' into refs/top-bases/linux-zfs-branch

Conflicts:

	scripts/Makefile.am
This commit is contained in:
Brian Behlendorf 2009-07-24 16:05:28 -07:00
commit b2b417b4a1
1 changed files with 13 additions and 0 deletions

View File

@ -16,4 +16,17 @@ check:
@$(shell ulimit -c unlimited) @$(shell ulimit -c unlimited)
@$(ZTEST) -V @$(ZTEST) -V
@echo @echo
@echo -n "===================================="
@echo -n " ZPIOS "
@echo "===================================="
@echo
@$(ZPIOS) -c file-raid0 -t tiny
@$(ZPIOS) -c file-raid10 -t tiny | tail -1
@$(ZPIOS) -c file-raidz -t tiny | tail -1
@$(ZPIOS) -c file-raidz2 -t tiny | tail -1
@$(ZPIOS) -c lo-raid0 -t tiny | tail -1
@$(ZPIOS) -c lo-raid10 -t tiny | tail -1
@$(ZPIOS) -c lo-raidz -t tiny | tail -1
@$(ZPIOS) -c lo-raidz2 -t tiny | tail -1
@echo
@$(ZFS) -vu @$(ZFS) -vu