This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
#!/usr/bin/env bash | |
# | |
# This script attempts to recover a ZFS filesystem afflicted by the bug described in | |
# the following GitHub issues: | |
# | |
# * https://github.com/openzfs/zfs/issues/13859 | |
# * https://github.com/openzfs/zfs/issues/13521 | |
# * https://github.com/openzfs/zfs/issues/13709 | |
# |