Skip site navigation (1)Skip section navigation (2)
Date:      Sat, 08 Apr 2017 11:20:09 +0000
From:      bugzilla-noreply@freebsd.org
To:        freebsd-fs@FreeBSD.org
Subject:   [Bug 208882] zfs root filesystem mount failure on startup in FreeBSD 10.3-RELEASE if  USB hdd with zpool is attached to another port
Message-ID:  <bug-208882-3630-ovgypLHuTZ@https.bugs.freebsd.org/bugzilla/>
In-Reply-To: <bug-208882-3630@https.bugs.freebsd.org/bugzilla/>
References:  <bug-208882-3630@https.bugs.freebsd.org/bugzilla/>

next in thread | previous in thread | raw e-mail | index | archive | help
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=3D208882

--- Comment #12 from Edward Tomasz Napierala <trasz@FreeBSD.org> ---
Julian, I don't think that's the problem.  The code in 10 doesn't wait for
devices, it just waits for all the root mount holds to be released.  The co=
de
in 11 waits for devices, but for filesystems that don't have a specific dev=
ice
- like ZFS or NFS - it falls back to 10 behaviour, ie waiting for the root
mount holds.

To be honest I don't think this is a problem with root mount mechanism at a=
ll.=20
It looks more like something internal to ZFS.  Perhaps we should just put t=
he
loop inside zfs_mountroot()?

--=20
You are receiving this mail because:
You are the assignee for the bug.=



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?bug-208882-3630-ovgypLHuTZ>