Reflect recent changes to the sysctl debug.witness.watch moving into a
tri-state variable.
This commit is contained in:
parent
988d28340a
commit
65eb71bd3c
@ -95,9 +95,10 @@ The sysctl
|
|||||||
.Va debug.witness.watch
|
.Va debug.witness.watch
|
||||||
specifies the level of witness involvement in the system.
|
specifies the level of witness involvement in the system.
|
||||||
A value of 1 specifies that witness is enabled.
|
A value of 1 specifies that witness is enabled.
|
||||||
A value of 0 specifies that witness is disabled.
|
A value of 0 specifies that witness is disabled, but that can be enabled
|
||||||
This sysctl can be written to in order to
|
again. This will maintain a small amount of overhead in the system.
|
||||||
disable witness, however it may not be used to enable witness.
|
A value of -1 specifies that witness is disabled permanently and that
|
||||||
|
cannot be enabled again.
|
||||||
The sysctl
|
The sysctl
|
||||||
.Va debug.witness.watch
|
.Va debug.witness.watch
|
||||||
can be set via
|
can be set via
|
||||||
|
Loading…
x
Reference in New Issue
Block a user