forked from openzfs/zfs
-
Notifications
You must be signed in to change notification settings - Fork 1
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Document environment variables for ztest, zdb, zfs, zinject and zpool.
Signed-off-by: Turbo Fredriksson <[email protected]> Closes: openzfs#2691
- Loading branch information
Showing
5 changed files
with
28 additions
and
0 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
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
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -137,6 +137,11 @@ Set this to | |
.BI "\-u" | ||
Unload the pool after injection. | ||
|
||
.SH "ENVIRONMENT VARIABLES" | ||
.TP | ||
.B "ZINJECT_DEBUG" | ||
Run \fBzinject\fR in debug mode. | ||
|
||
.SH "AUTHORS" | ||
This man page was written by Darik Horn <[email protected]> | ||
excerpting the \fBzinject\fR usage message and source code. | ||
|
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
I've dropped this hunk from the final patch. It's used internally by ztest to pass a file descriptor number. It should never be used by other callers.