diff options
author | abraunegg <[email protected]> | 2017-10-28 09:46:34 +1100 |
---|---|---|
committer | Brian Behlendorf <[email protected]> | 2017-10-27 15:46:34 -0700 |
commit | 8fc533725f378d992b683a19cbed1ce513962fcf (patch) | |
tree | bb3f833283154981d61676b819173d2fce8b1ba0 | |
parent | 28920ea3346c1c905c5f727ea3e54297e6257568 (diff) |
Update spl module parameters man5 with missing parameter details
Update spl module parameters man5 with the following missing parameter
details for spl_panic_halt.
Reviewed-by: Brian Behlendorf <[email protected]>
Signed-off-by: Alex Braunegg <[email protected]>
Closes #664
-rw-r--r-- | man/man5/spl-module-parameters.5 | 16 |
1 files changed, 15 insertions, 1 deletions
diff --git a/man/man5/spl-module-parameters.5 b/man/man5/spl-module-parameters.5 index e15114445..30d9fc754 100644 --- a/man/man5/spl-module-parameters.5 +++ b/man/man5/spl-module-parameters.5 @@ -2,7 +2,7 @@ .\" .\" Copyright 2013 Turbo Fredriksson <[email protected]>. All rights reserved. .\" -.TH SPL-MODULE-PARAMETERS 5 "Nov 18, 2013" +.TH SPL-MODULE-PARAMETERS 5 "Oct 28, 2017" .SH NAME spl\-module\-parameters \- SPL module parameters .SH DESCRIPTION @@ -253,6 +253,20 @@ Default value: \fB/etc/hostid\fR .sp .ne 2 .na +\fBspl_panic_halt\fR (uint) +.ad +.RS 12n +Cause a kernel panic on assertion failures. When not enabled, the thread is +halted to facilitate further debugging. +.sp +Set to a non-zero value to enable. +.sp +Default value: \fB0\fR +.RE + +.sp +.ne 2 +.na \fBspl_taskq_kick\fR (uint) .ad .RS 12n |