mirror of
https://github.com/opnsense/src.git
synced 2026-06-04 22:32:43 -04:00
geom.4: Document kern.geom.notaste sysctl
Reported by: jdc_koitsu.org PR: 254897 Approved by: des Event: Oslo Hackathon Differential Revision: https://reviews.freebsd.org/D42109
This commit is contained in:
parent
7bf5f682c0
commit
a5bebe4359
1 changed files with 7 additions and 1 deletions
|
|
@ -32,7 +32,7 @@
|
|||
.\" OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF
|
||||
.\" SUCH DAMAGE.
|
||||
.\"
|
||||
.Dd July 26, 2023
|
||||
.Dd October 6, 2023
|
||||
.Dt GEOM 4
|
||||
.Os
|
||||
.Sh NAME
|
||||
|
|
@ -226,6 +226,12 @@ Examine the rank number of the provider's geom.
|
|||
.It
|
||||
Examine the method name of the provider's geom.
|
||||
.El
|
||||
.Pp
|
||||
Tasting is controlled by the
|
||||
.Va kern.geom.notaste
|
||||
sysctl.
|
||||
To disable tasting, set the sysctl to 1, to
|
||||
re-enable tasting, set the sysctl to 0.
|
||||
.It Em ORPHANIZATION
|
||||
is the process by which a provider is removed while
|
||||
it potentially is still being used.
|
||||
|
|
|
|||
Loading…
Reference in a new issue