bhyve VMs fail to restart (11.2 beta 3)

Status
Not open for further replies.

endcycle

Dabbler
Joined
Sep 7, 2018
Messages
13
Hi folks -

Stats first:
32GB RAM
12x4TB drives in Z2 array
Dual xeon e5-2630L V2

Symptoms -

When restarting a VM from within the VM itself, the guest shuts down cleanly but does not restart on its own. The web interface shows "Stopped".
I've verified this behavior with guests running Windows 7, Ubuntu Server 16 and 18.

What I've checked -
VNC device, "wait to boot" is unchecked
NIC - tried both virtIO and e1000, no change
Restart from the "restart" button in the legacy interface, same behavior.

Output of middleware logs, taken after "sudo reboot" command issued in an ubuntu 16.04 guest VM:

Code:
[2018/09/19 13:41:00] (DEBUG) VMService.run():174 - ====> NIC_ATTACH: ix0
[2018/09/19 13:41:00] (DEBUG) VMService.run():259 - Starting bhyve: bhyve -A -H -w -c 2 -m 4096 -s 0:0,hostbridge -s 31,lpc -l com1,/dev/nmdm16A -l bootrom,/usr/local/share/uefi-firmware/BHYVE_UEFI.fd -s 4,virtio-net,tap3,mac=56:59:1B:B5:48:74 -s 29,fbuf,vncserver,tcp=0.0.0.0:5916,w=1024,h=768,, -s 30,xhci,tablet -s 3:0,ahci,hd:/dev/zvol/pool-zfs-1/VMStore/docker-ubuntu 16_dockerHost
[2018/09/19 13:41:00] (DEBUG) VMService.run():281 - dockerHost: 19/09/2018 13:41:00 Listening for VNC connections on TCP port 5916
[2018/09/19 13:41:00] (DEBUG) VMService.run():281 - dockerHost: 19/09/2018 13:41:00 Listening for VNC connections on TCP6 port 5916
[2018/09/19 13:41:07] (DEBUG) VMService.run():281 - dockerHost: rdmsr to register 0x34 on vcpu 1
[2018/09/19 13:41:08] (DEBUG) VMService.run():281 - dockerHost: Unhandled ps2 mouse command 0xe1
[2018/09/19 13:41:08] (DEBUG) VMService.run():281 - dockerHost: Unhandled ps2 mouse command 0x0a
[2018/09/19 13:41:08] (DEBUG) VMService.run():281 - dockerHost: Unhandled ps2 mouse command 0x01
[2018/09/19 13:41:08] (DEBUG) VMService.run():281 - dockerHost: Unhandled ps2 mouse command 0x41
[2018/09/19 13:41:09] (DEBUG) VMService.run():281 - dockerHost: Unhandled ps2 mouse command 0x88
[2018/09/19 13:41:56] (DEBUG) VMService.run():281 - dockerHost: Unhandled ps2 keyboard command 0xf6
[2018/09/19 13:41:56] (DEBUG) VMService.run():281 - dockerHost: fbuf frame buffer base: 0x942e00000 [sz 16777216]
[2018/09/19 13:41:57] (INFO) VMService.run():293 - ===> Rebooting VM: dockerHost ID: 16 BHYVE_CODE: 0
[2018/09/19 13:41:57] (DEBUG) VMService.restart():407 - ==> Reset VM: dockerHost ID: 16 BHYVE_CODE: 255


Any ideas?
 
Last edited:
Status
Not open for further replies.
Top