Merge branch 'linux-zpios' into refs/top-bases/linux-zfs-branch
Conflicts: scripts/Makefile.am
This commit is contained in:
commit
b2b417b4a1
|
@ -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
|
||||||
|
|
Loading…
Reference in New Issue