Page MenuHomeFreeBSD

Add vfs.root_mount_always_wait.
ClosedPublic

Authored by trasz on Jan 30 2017, 6:23 PM.
Tags
None
Referenced Files
Unknown Object (File)
Fri, Apr 4, 2:50 AM
Unknown Object (File)
Fri, Apr 4, 12:48 AM
Unknown Object (File)
Feb 18 2025, 2:07 PM
Unknown Object (File)
Feb 18 2025, 1:37 PM
Unknown Object (File)
Feb 10 2025, 12:37 AM
Unknown Object (File)
Feb 4 2025, 11:33 AM
Unknown Object (File)
Jan 30 2025, 9:27 AM
Unknown Object (File)
Jan 29 2025, 3:55 AM
Subscribers

Details

Summary

Add vfs.root_mount_always_wait tunable, to force the kernel to always
wait for root mount holds, even if the root device already exists.

Diff Detail

Repository
rS FreeBSD src repository - subversion
Lint
Lint Not Applicable
Unit
Tests Not Applicable

Event Timeline

trasz retitled this revision from to Add vfs.root_mount_always_wait..
trasz updated this object.
trasz edited the test plan for this revision. (Show Details)
kib edited edge metadata.

Worked for my little NUC.

This revision is now accepted and ready to land.Jan 30 2017, 7:19 PM
hselasky added inline comments.
sys/kern/vfs_mountroot.c
135 ↗(On Diff #24575)

0 is implied and can be removed.

This revision was automatically updated to reflect the committed changes.