]> git.proxmox.com Git - mirror_zfs-debian.git/commit
Add /sbin/fsck.zfs helper
authorBrian Behlendorf <behlendorf1@llnl.gov>
Wed, 9 Jan 2013 20:51:29 +0000 (12:51 -0800)
committerBrian Behlendorf <behlendorf1@llnl.gov>
Thu, 10 Jan 2013 00:54:58 +0000 (16:54 -0800)
commita1e147eef8f61f3fcac742952d56b1f9d6c2703b
treea9b1c244a63d8bd77f39b44dee1c1c4450f52590
parent87bdc45ccbf6f1d57a278c2026e60fc5f3af7598
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
cmd/Makefile.am
cmd/fsck_zfs/Makefile.am [new file with mode: 0644]
cmd/fsck_zfs/fsck.zfs [new file with mode: 0755]
configure.ac