mirror of
https://git.proxmox.com/git/mirror_zfs.git
synced 2024-11-18 18:31:00 +03:00
eaf8e3b779
Reviewed-by: Ryan Moeller <ryan@ixsystems.com> Reviewed-by: Richard Laager <rlaager@wiktel.com> Reviewed-by: Brian Behlendorf <behlendorf1@llnl.gov> Signed-off-by: Andrea Gelmini <andrea.gelmini@gelma.net> Closes #9234
10 lines
263 B
Bash
Executable File
10 lines
263 B
Bash
Executable File
#!/bin/sh
|
|
#
|
|
# fsck.zfs: A fsck helper to accommodate 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'.
|
|
#
|
|
|
|
exit 0
|