Page MenuHomeFreeBSD

vfs_mountroot: Skip first 'Root mount waiting'
ClosedPublic

Authored by cperciva on Dec 20 2021, 7:34 PM.
Tags
None
Referenced Files
Unknown Object (File)
Oct 18 2024, 4:25 AM
Unknown Object (File)
Sep 17 2024, 6:29 AM
Unknown Object (File)
Sep 16 2024, 6:43 PM
Unknown Object (File)
Sep 4 2024, 1:16 PM
Unknown Object (File)
Sep 4 2024, 8:50 AM
Unknown Object (File)
Sep 3 2024, 10:27 AM
Unknown Object (File)
Sep 3 2024, 10:27 AM
Unknown Object (File)
Sep 3 2024, 10:27 AM
Subscribers

Details

Summary

While the message is technically correct, it's not particularly
helpful in the case where we're only waiting a few ms. This case
occurs frequently on EC2 arm64 instances with CAM initialization
racing to release its root hold before vfs_mountroot reaches this
point.

Sponsored by: https://www.patreon.com/cperciva

Diff Detail

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