HomeFreeBSD

MFC r313350:

Description

MFC r313350:

In r290196 the root mount hold mechanism was changed to make it not wait
for mount hold release if the root device already exists. So, unless your
rootdev is not on USB - ie in the usual case - the root mount won't wait
for USB. However, the old behaviour was sometimes used as "wait until USB
is fully enumerated", and r290196 broke that.

This commit adds vfs.root_mount_always_wait tunable, to force the kernel
to always wait for root mount holds, even if the root is already there.

Relnotes: yes

Details

Provenance
traszAuthored on
Parents
rS315538: MFC r313283:
Branches
Unknown
Tags
Unknown