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)
Wed, Apr 10, 3:18 AM
Unknown Object (File)
Dec 20 2023, 3:03 AM
Unknown Object (File)
Nov 12 2023, 3:32 PM
Unknown Object (File)
Nov 11 2023, 5:51 PM
Unknown Object (File)
Nov 9 2023, 8:54 PM
Unknown Object (File)
Oct 17 2023, 3:19 PM
Unknown Object (File)
Oct 10 2023, 4:54 PM
Unknown Object (File)
Oct 8 2023, 7:50 PM
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.