Date: Sun, 14 May 2017 16:08:09 +0000 From: bugzilla-noreply@freebsd.org To: freebsd-virtualization@FreeBSD.org Subject: [Bug 211136] [Hyper-V]mount root may fail because vfs' mount starts early than VMBUS Message-ID: <bug-211136-27103-Gp7glogIWj@https.bugs.freebsd.org/bugzilla/> In-Reply-To: <bug-211136-27103@https.bugs.freebsd.org/bugzilla/> References: <bug-211136-27103@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=3D211136 --- Comment #3 from David Marker <dave@freedave.net> --- I had the same problem in 11-stable. The issue is that storvsc root_mount_hold() happens after ZFS tried to mount root. Adding it to the bus fixed it (see patch). I found this a little more satisfying than the busy wait suggested in https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=3D208882 --=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-211136-27103-Gp7glogIWj>