Date: Tue, 19 Jun 2018 09:59:03 +0300 From: wishmaster <artemrts@ukr.net> To: "freebsd-virtualization@freebsd.org" <freebsd-virtualization@freebsd.org> Subject: Windows server 2008 R2 crashes Message-ID: <1529386206.645870645.fl7dsi8w@frv52.fwdcdn.com>
next in thread | raw e-mail | index | archive | help
Hi, colleagues! Guest server works in a bhyve as WSUS server and has 3 disks. One of this disk (not system) is used as backup disk for an application. I have forgotten about this backup scheduler and disk sometimes become full. And I have figured out that when disk full, virtual machine crashes. Command to run bhyve vm: bhyve -c 3 -p 0:1 -p 1:2 -p 2:3 -s 0,hostbridge -s 3,ahci-hd,/dev/zvol/my_zroot/VM/img/win2008r2/disk0 -s 4,ahci-hd,/dev/zvol/my_zroot/VM/img/win2008r2/disk1 -s 5,ahci-hd,/dev/zvol/my_zroot/VM/img/win2008r2/disk2 -s 6:0,ahci,hd:/dev/zvol/my_zroot/VM/img/win2008r2/disk3 -s 10,virtio-net,tap0 -s 31,lpc -l bootrom,/VM/distro/BHYVE_UEFI.fd -m 6G -H -w windows1 &" -- Vitalic
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?1529386206.645870645.fl7dsi8w>