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/>

next in thread | raw e-mail | index | archive | help
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=3D250865

            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=3D"uefi"
cpu=3D2
cpu_sockets=3D1
cpu_cores=3D2
cpu_threads=3D1
wired_memory=3D"yes"
memory=3D8G
virt_random=3D"yes"
network0_type=3D"virtio-net"
network0_switch=3D"private"
disk0_type=3D"nvme"
disk0_dev=3D"zvol"
disk0_name=3D"disk0"
disk1_type=3D"nvme"
disk1_dev=3D"zvol"
disk1_name=3D"disk1"
disk2_type=3D"ahci-cd"
disk2_name=3D"disk2.img"
disk3_type=3D"virtio-blk"
disk3_dev=3D"zvol"
disk3_name=3D"disk3"
uuid=3D"a9656f03-7f7a-11e7-983e-98e7f4868540"
graphics=3D"yes"
graphics_port=3D"5900"
graphics_listen=3D"0.0.0.0"
graphics_res=3D"1600x900"
graphics_wait=3D"no"
xhci_mouse=3D"yes"

Any ideas or how to debug this further?

--=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-250865-27103>