Skip site navigation (1)Skip section navigation (2)
Date:      Mon, 13 Mar 2017 18:55:44 +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-uiZgET2AtQ@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=208882

Edward Tomasz Napierala <trasz@FreeBSD.org> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
                 CC|                            |trasz@FreeBSD.org

--- Comment #8 from Edward Tomasz Napierala <trasz@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.


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