mirror of
https://git.proxmox.com/git/mirror_zfs.git
synced 2026-05-23 19:04:45 +03:00
Add linux zpios support
Linux kernel implementation of PIOS test app. Signed-off-by: Brian Behlendorf <behlendorf1@llnl.gov>
This commit is contained in:
@@ -4,11 +4,17 @@ nobase_pkglibexec_SCRIPTS += zconfig.sh
|
||||
nobase_pkglibexec_SCRIPTS += zfs.sh
|
||||
nobase_pkglibexec_SCRIPTS += zpool-create.sh
|
||||
nobase_pkglibexec_SCRIPTS += zpool-config/*
|
||||
nobase_pkglibexec_SCRIPTS += zpios.sh
|
||||
nobase_pkglibexec_SCRIPTS += zpios-sanity.sh
|
||||
nobase_pkglibexec_SCRIPTS += zpios-survey.sh
|
||||
nobase_pkglibexec_SCRIPTS += zpios-test/*
|
||||
nobase_pkglibexec_SCRIPTS += zpios-profile/*
|
||||
EXTRA_DIST = zfs-update.sh $(nobase_pkglibexec_SCRIPTS)
|
||||
|
||||
ZFS=${top_srcdir}/scripts/zfs.sh
|
||||
ZCONFIG=${top_srcdir}/scripts/zconfig.sh
|
||||
ZTEST=${top_builddir}/cmd/ztest/ztest
|
||||
ZPIOS_SANITY=${top_srcdir}/scripts/zpios-sanity.sh
|
||||
|
||||
check:
|
||||
@echo
|
||||
@@ -27,3 +33,11 @@ check:
|
||||
@echo
|
||||
@$(ZCONFIG)
|
||||
@echo
|
||||
@echo -n "===================================="
|
||||
@echo -n " ZPIOS "
|
||||
@echo "===================================="
|
||||
@echo
|
||||
@$(ZFS)
|
||||
@$(ZPIOS_SANITY)
|
||||
@$(ZFS) -u
|
||||
@echo
|
||||
|
||||
Reference in New Issue
Block a user