From owner-freebsd-virtualization@freebsd.org Tue Jun 19 06:59:14 2018 Return-Path: Delivered-To: freebsd-virtualization@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2610:1c1:1:606c::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 9C6561000D3B for ; Tue, 19 Jun 2018 06:59:14 +0000 (UTC) (envelope-from artemrts@ukr.net) Received: from frv199.fwdcdn.com (frv199.fwdcdn.com [212.42.77.199]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id 358276EEB2 for ; Tue, 19 Jun 2018 06:59:14 +0000 (UTC) (envelope-from artemrts@ukr.net) DKIM-Signature: v=1; a=rsa-sha256; q=dns/txt; c=relaxed/relaxed; d=ukr.net; s=ffe; h=Content-Transfer-Encoding:Content-Type:MIME-Version:Message-Id:To: Subject:From:Date:Sender:Reply-To:Cc:Content-ID:Content-Description: Resent-Date:Resent-From:Resent-Sender:Resent-To:Resent-Cc:Resent-Message-ID: In-Reply-To:References:List-Id:List-Help:List-Unsubscribe:List-Subscribe: List-Post:List-Owner:List-Archive; bh=FWkEXnUOxPiCIQbsHm+Rgv8zNPffyCAEPXT8BaS/5ys=; b=eg574azEh+IK0fIlYFlDn/SgeR SnlgqePPr2mGo806BrbJkb6mKqhrukxyDfmtB3xzbStFbB0Nr0D98I4DfPURJyO5QkNmcAJejbvkE lcxcSEGq9p7PuYChle4ct1m/uepViTupjz+JYqhs+lnasARpvyy3XYaX94NShV0xzHHw=; Received: from [10.10.10.52] (helo=frv52.fwdcdn.com) by frv199.fwdcdn.com with smtp ID 1fVAbX-0003vm-Kb for freebsd-virtualization@freebsd.org; Tue, 19 Jun 2018 09:59:03 +0300 Date: Tue, 19 Jun 2018 09:59:03 +0300 From: wishmaster Subject: Windows server 2008 R2 crashes To: "freebsd-virtualization@freebsd.org" X-Mailer: mail.ukr.net 5.0 Message-Id: <1529386206.645870645.fl7dsi8w@frv52.fwdcdn.com> Received: from artemrts@ukr.net by frv52.fwdcdn.com; Tue, 19 Jun 2018 09:59:03 +0300 MIME-Version: 1.0 Content-Type: text/plain; charset="UTF-8" Content-Transfer-Encoding: binary X-BeenThere: freebsd-virtualization@freebsd.org X-Mailman-Version: 2.1.26 Precedence: list List-Id: "Discussion of various virtualization techniques FreeBSD supports." List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 19 Jun 2018 06:59:14 -0000 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