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/>
index | next in thread | previous in thread | raw e-mail
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=208882 --- 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 code in 11 waits for devices, but for filesystems that don't have a specific device - 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 all. It looks more like something internal to ZFS. Perhaps we should just put the loop inside zfs_mountroot()? -- You are receiving this mail because: You are the assignee for the bug.home | help
Want to link to this message? Use this
URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?bug-208882-3630-ovgypLHuTZ>
