Page MenuHomeFreeBSD

Make nfs_fha sysctls per vnet and get rid of IS_DEFAULT_VNET()
ClosedPublic

Authored by rmacklem on Feb 23 2023, 9:17 PM.
Tags
None
Referenced Files
Unknown Object (File)
Oct 5 2024, 6:43 PM
Unknown Object (File)
Oct 5 2024, 3:30 PM
Unknown Object (File)
Oct 5 2024, 2:55 PM
Unknown Object (File)
Oct 2 2024, 10:53 PM
Unknown Object (File)
Oct 2 2024, 9:13 PM
Unknown Object (File)
Sep 30 2024, 8:10 PM
Unknown Object (File)
Sep 22 2024, 11:04 PM
Unknown Object (File)
Sep 20 2024, 4:54 AM
Subscribers

Details

Summary

Instead of only doing the tuning sysctls for prison0
by using IS_DEFAULT_VNET(), make them per-vnet.
This gets rid of the IS_DEFAULT_VNET() calls in
the initialization function.

Test Plan

Tested on a system that is running nfsd(8) in
vnet prisons ad well as prison0.

Diff Detail

Repository
rG FreeBSD src repository
Lint
Lint Not Applicable
Unit
Tests Not Applicable