diff options
author | attilio <attilio@FreeBSD.org> | 2008-08-30 13:37:28 +0000 |
---|---|---|
committer | attilio <attilio@FreeBSD.org> | 2008-08-30 13:37:28 +0000 |
commit | 5e52675f4f3981fbc395f8ef8853eb126b0546d7 (patch) | |
tree | 4f09dccf2c794288955520ec81f42677afc395d7 /share | |
parent | d6333c0f4d394ec1cfa160a93da29b294f3ea077 (diff) | |
download | FreeBSD-src-5e52675f4f3981fbc395f8ef8853eb126b0546d7.zip FreeBSD-src-5e52675f4f3981fbc395f8ef8853eb126b0546d7.tar.gz |
Reflect recent changes to the sysctl debug.witness.watch moving into a
tri-state variable.
Diffstat (limited to 'share')
-rw-r--r-- | share/man/man4/witness.4 | 7 |
1 files changed, 4 insertions, 3 deletions
diff --git a/share/man/man4/witness.4 b/share/man/man4/witness.4 index 7aa6553..c0014fa 100644 --- a/share/man/man4/witness.4 +++ b/share/man/man4/witness.4 @@ -95,9 +95,10 @@ The sysctl .Va debug.witness.watch specifies the level of witness involvement 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. +A value of 0 specifies that witness is disabled, but that can be enabled +again. This will maintain a small amount of overhead in the system. +A value of -1 specifies that witness is disabled permanently and that +cannot be enabled again. The sysctl .Va debug.witness.watch can be set via |