[Bug 211136] [Hyper-V]mount root may fail because vfs' mount starts early than VMBUS

2020-07-12 Thread bugzilla-noreply
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=211136 Mark Linimon changed: What|Removed |Added Attachment #182594|file_211136.txt |vmbus.c.patch filename|

[Bug 211136] [Hyper-V]mount root may fail because vfs' mount starts early than VMBUS

2017-05-30 Thread bugzilla-noreply
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=211136 --- Comment #5 from Hongjiang --- (In reply to David Marker from comment #4) If you do not use ZFS, the mount failure should not occur on 11-stable if you set a relative long waiting time: "vfs.mountroot.timeout=30".

[Bug 211136] [Hyper-V]mount root may fail because vfs' mount starts early than VMBUS

2017-05-30 Thread bugzilla-noreply
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=211136 --- Comment #4 from David Marker --- Well an update to Windows 10 workstation and simple patch fails now too. ZFS doesn't wait. I suspect I'm hitting cleanup for some Hyper-V service like kvpair or something. At any rate

[Bug 211136] [Hyper-V]mount root may fail because vfs' mount starts early than VMBUS

2017-05-14 Thread bugzilla-noreply
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=211136 --- Comment #3 from David Marker --- 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

[Bug 211136] [Hyper-V]mount root may fail because vfs' mount starts early than VMBUS

2017-05-14 Thread bugzilla-noreply
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=211136 David Marker changed: What|Removed |Added CC|

[Bug 211136] [Hyper-V]mount root may fail because vfs' mount starts early than VMBUS

2016-07-17 Thread bugzilla-noreply
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=211136 Mark Linimon changed: What|Removed |Added Assignee|freebsd-b...@freebsd.org