diff options
-rw-r--r-- | share/man/man4/witness.4 | 10 |
1 files changed, 10 insertions, 0 deletions
diff --git a/share/man/man4/witness.4 b/share/man/man4/witness.4 index 963e2ef..cb95a87 100644 --- a/share/man/man4/witness.4 +++ b/share/man/man4/witness.4 @@ -91,6 +91,16 @@ Once the kernel has booted, the status of this flag can be examined but not set via the read-only sysctl .Va debug.witness.skipspin . .Pp +The sysctl +.Va debug.witness.watch +specifies the level of witness involvment in the system. A value of +1 specifies that witness is enabled. A value of 0 specifies that +witness is disabled. This sysctl can be written to in order to +disable witness, however it may not be used to enable witness. +.Va debug.witness.watch +can be set via +.Xr loader 8 . +.Pp The .Nm code also provides two extra |