Add /sbin/fsck.zfs helper

A fsck helper to accomidate distributions that expect to be able
to execute a fsck on all filesystem types.  Currently this script
does nothing but it could be extended to act as a compatibility
wrapper for 'zpool scrub'.

Signed-off-by: Brian Behlendorf <behlendorf1@llnl.gov>
Closes #964
This commit is contained in:
Brian Behlendorf
2013-01-09 12:51:29 -08:00
parent 87bdc45ccb
commit a1e147eef8
4 changed files with 13 additions and 2 deletions
+1
View File
@@ -97,6 +97,7 @@ AC_CONFIG_FILES([
cmd/ztest/Makefile
cmd/zpios/Makefile
cmd/mount_zfs/Makefile
cmd/fsck_zfs/Makefile
cmd/zpool_layout/Makefile
cmd/zvol_id/Makefile
cmd/zpool_id/Makefile