mirror of
https://git.proxmox.com/git/mirror_zfs.git
synced 2024-11-17 18:11:00 +03:00
0c2eb3f540
Update the fsck.zfs helper to bubble up some already-known-about errors if they are detected in the pool. health=degraded => 4/"Filesystem errors left uncorrected" health=faulted && dataset in /etc/fstab => 8/"Operational error" pool not found => 8/"Operational error" everything else => 0 Reviewed-by: Brian Behlendorf <behlendorf1@llnl.gov> Signed-off-by: Ahelenia Ziemiańska <nabijaczleweli@nabijaczleweli.xyz> Closes #11806
6 lines
109 B
Makefile
6 lines
109 B
Makefile
include $(top_srcdir)/config/Substfiles.am
|
|
|
|
dist_sbin_SCRIPTS = fsck.zfs
|
|
|
|
SUBSTFILES += $(dist_sbin_SCRIPTS)
|