From owner-freebsd-virtualization@FreeBSD.ORG Sun Feb 23 23:35:43 2014 Return-Path: Delivered-To: virtualization@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) (using TLSv1 with cipher ADH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTPS id 0C41714F; Sun, 23 Feb 2014 23:35:43 +0000 (UTC) Received: from smtp.digiware.nl (unknown [IPv6:2001:4cb8:90:ffff::3]) (using TLSv1 with cipher ADH-CAMELLIA256-SHA (256/256 bits)) (No client certificate requested) by mx1.freebsd.org (Postfix) with ESMTPS id B8E151221; Sun, 23 Feb 2014 23:35:42 +0000 (UTC) Received: from rack1.digiware.nl (unknown [127.0.0.1]) by smtp.digiware.nl (Postfix) with ESMTP id B52AD153AA8; Mon, 24 Feb 2014 00:35:39 +0100 (CET) X-Virus-Scanned: amavisd-new at digiware.nl Received: from smtp.digiware.nl ([127.0.0.1]) by rack1.digiware.nl (rack1.digiware.nl [127.0.0.1]) (amavisd-new, port 10024) with ESMTP id FHeKA8DksJAq; Mon, 24 Feb 2014 00:35:37 +0100 (CET) Received: from [IPv6:2001:4cb8:3:1:35b9:35cb:94ce:e2c0] (unknown [IPv6:2001:4cb8:3:1:35b9:35cb:94ce:e2c0]) (using TLSv1 with cipher DHE-RSA-AES128-SHA (128/128 bits)) (No client certificate requested) by smtp.digiware.nl (Postfix) with ESMTPSA id 6E0BB1534EF; Mon, 24 Feb 2014 00:35:37 +0100 (CET) Message-ID: <530A85C7.5070107@digiware.nl> Date: Mon, 24 Feb 2014 00:35:35 +0100 From: Willem Jan Withagen User-Agent: Mozilla/5.0 (Windows NT 6.1; WOW64; rv:24.0) Gecko/20100101 Thunderbird/24.3.0 MIME-Version: 1.0 To: Craig Rodrigues Subject: Re: Bhyve and booting a ZFS-on-root system References: <53090599.5000505@digiware.nl> In-Reply-To: Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: 7bit Cc: "freebsd-virtualization@freebsd.org" X-BeenThere: freebsd-virtualization@freebsd.org X-Mailman-Version: 2.1.17 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: Sun, 23 Feb 2014 23:35:43 -0000 On 22-2-2014 22:28, Craig Rodrigues wrote: > On Sat, Feb 22, 2014 at 12:16 PM, Willem Jan Withagen > wrote: > > Hi, > > Just for the fun of it, I tried my build zfs-system scripts in a > bhyve-vm. > > I use the 10.0-RELEASE iso to get to a shell, config and interface and > download my script. Installing does work, and on a regular system we can > go and boot into a ZFS-on-Root system. > > > ZFS on Root inside a BHyve VM was not working until > today. If you you have a FreeBSD-CURRENT system and then update > to this revision: > http://lists.freebsd.org/pipermail/svn-src-all/2014-February/081210.html Good pointer..... Added this patch to my tree, recompiled buildworld, and installed. And I'm up and running a Root on ZFS vm.... So that works too. Now If only i figured out why my linux install is running horibily slow..... I sort of have the feeling that CD/iso access is the crulpit. Every time new things are being loaded it is like molasses. Hopefully the vm without the CD does perform. --WjW