-
fenixOmniOS r151058 has been released - omnios.org/article/r58 - the old LTS r151046 is now end-of-life
-
ENOMADAnyone seen this on an OmniOS host before? "May 4 00:04:45 fs1 ixgbe: [ID 611667 kern.info] NOTICE: ixgbe1: ixgbe_rx_copy: allocate buffer failed"
-
ENOMADOne of our file servers went south this morning. It recovered fairly quickly, but not before all the VMs that got their VDIs from it died.
-
extrowerknew release, yess!
-
extrowerknaive question: where does this wording "<change-No> want xxx" in the PR description?
-
vegcongrats on the new release!
-
extrowerkjust updated, all systems up and running again
-
tux0ras always, thank you @ omnios team :)
-
danmcdUpdating HDC to '058 tonight!
-
vegmy bhyve VMs are no longer booting after upgrade, I assume because of the virtio changes?
-
vegany config toggles one may have found to remedy the situation?
-
andyfWhat are the VMs?
-
andyfThere are some Linux guests which break the virtio spec. You can disable the new modern virtio interface by setting 'virtio.modern=false' in the VM parameters.
-
vegthanks andyf, I just came back to comment that solution
-
vegmy guests are OpenBSD
-
andyfOh, interesting. The linux bug is bugs.launchpad.net/ubuntu/+source/linux/+bug/2045443 but I wonder if openbsd has something similar, or if it's us.
-
vegI just did zonecfg -z $zone 'add attr; set name=extra; set type=string; set value="-o virtio.modern=false"; end'
-
vegI found the following in init.log: Assertion failed: mr->name == memp->name, file ../common/mem.c, line 362, function unregister_mem
-
andyfI'll have to try and boot up openbsd myself.
-
veglooks similar to smartos.org/bugview/OS-6836 ?
-
fenix→ OS-6836: bhyve Assertion failed: mr->name == memp->name, file mem.c, line 265 (Open)
-
andyfIt certainly does. 2018!
-
andyfI get the same on a VM I just set up. Interesting, especially if it's triggered by the modern virtio mode
-
veglooks like it! I just tried "virtio.legacy=false" as well (in case the transitional glue was the culprit), but it produces the same mr->name == memp->name assert
-
andyfI will look into it. Mine is doing it even with virtio.modern=false, it's happening in the nvme device for me.