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)
Thu, Nov 14, 6:34 AM
Unknown Object (File)
Oct 24 2024, 9:43 PM
Unknown Object (File)
Oct 22 2024, 11:54 PM
Unknown Object (File)
Oct 22 2024, 11:54 PM
Unknown Object (File)
Oct 22 2024, 11:53 PM
Unknown Object (File)
Oct 22 2024, 11:53 PM
Unknown Object (File)
Oct 22 2024, 11:52 PM
Unknown Object (File)
Oct 1 2024, 7:32 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.