-
Notifications
You must be signed in to change notification settings - Fork 1.8k
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Add a "zstream decompress" subcommand
It can be used to repair a ZFS file system corrupted by ZFS bug 12762. Use it like this: zfs send -c <DS> | zstream decompress <OBJECT>,<OFFSET>[,<COMPRESSION_ALGO>] ... | zfs recv <DST_DS> Workaround for #12762 Sponsored-by: Axcient Signed-off-by: Alan Somers <[email protected]>
- Loading branch information
Showing
7 changed files
with
424 additions
and
5 deletions.
There are no files selected for viewing
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
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
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
Oops, something went wrong.