[Bug 208882] zfs root filesystem mount failure on startup in FreeBSD 10.3-RELEASE if USB hdd with zpool is attached to another port
bugzilla-noreply at freebsd.org
bugzilla-noreply at freebsd.org
Mon Mar 13 18:55:44 UTC 2017
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=208882
Edward Tomasz Napierala <trasz at FreeBSD.org> changed:
What |Removed |Added
----------------------------------------------------------------------------
CC| |trasz at FreeBSD.org
--- Comment #8 from Edward Tomasz Napierala <trasz at FreeBSD.org> ---
To be honest, I think it should be fixed in ZFS and not in the mountroot code.
If you look at the failing dmesg, you'll see that the mountroot already does
wait for USB enumeration, just as expected:
Apr 18 12:57:09 carrot kernel: Root mount waiting for: usbus0
Apr 18 12:57:09 carrot kernel: Root mount waiting for: usbus0
Apr 18 12:57:09 carrot kernel: ugen0.8: <ADATA> at usbus0
Apr 18 12:57:09 carrot kernel: umass0: <ADATA HV620, class 0/0, rev 3.00/65.03,
addr 8> on usbus0
Apr 18 12:57:09 carrot kernel: umass0: SCSI over Bulk-Only; quirks = 0x0100
Apr 18 12:57:09 carrot kernel: umass0:1:0:-1: Attached to scbus1
Apr 18 12:57:09 carrot kernel: Trying to mount root from zfs:zroot/ROOT/default
[]...
It's just that ZFS still fails for some weird reason.
--
You are receiving this mail because:
You are the assignee for the bug.
More information about the freebsd-fs
mailing list