Skip site navigation (1)Skip section navigation (2)
Date:      Wed, 04 Nov 2020 16:05:08 +0000
From:      bugzilla-noreply@freebsd.org
To:        virtualization@FreeBSD.org
Subject:   [Bug 250865] Usage of recent windows virtio-blk driver crashes the bhyve VM
Message-ID:  <bug-250865-27103@https.bugs.freebsd.org/bugzilla/>

index | next in thread | raw e-mail

https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=250865

            Bug ID: 250865
           Summary: Usage of recent windows virtio-blk driver crashes the
                    bhyve VM
           Product: Base System
           Version: 12.2-STABLE
          Hardware: amd64
                OS: Any
            Status: New
          Severity: Affects Only Me
          Priority: ---
         Component: bhyve
          Assignee: virtualization@FreeBSD.org
          Reporter: mr@FreeBSD.org

Hi,
if using the virtio-blk drivers version 1.189-1 the VM exits with:
...
bhyve exited with status 134
...

If using the virtio-blk drivers version 0.1.141 are used nothing crashes
but the disk is not found...

My config:

loader="uefi"
cpu=2
cpu_sockets=1
cpu_cores=2
cpu_threads=1
wired_memory="yes"
memory=8G
virt_random="yes"
network0_type="virtio-net"
network0_switch="private"
disk0_type="nvme"
disk0_dev="zvol"
disk0_name="disk0"
disk1_type="nvme"
disk1_dev="zvol"
disk1_name="disk1"
disk2_type="ahci-cd"
disk2_name="disk2.img"
disk3_type="virtio-blk"
disk3_dev="zvol"
disk3_name="disk3"
uuid="a9656f03-7f7a-11e7-983e-98e7f4868540"
graphics="yes"
graphics_port="5900"
graphics_listen="0.0.0.0"
graphics_res="1600x900"
graphics_wait="no"
xhci_mouse="yes"

Any ideas or how to debug this further?

-- 
You are receiving this mail because:
You are the assignee for the bug.

help

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