From owner-freebsd-virtualization@FreeBSD.ORG Fri Dec 28 02:48:57 2012 Return-Path: Delivered-To: freebsd-virtualization@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [69.147.83.52]) by hub.freebsd.org (Postfix) with ESMTP id D9FF19D9 for ; Fri, 28 Dec 2012 02:48:57 +0000 (UTC) (envelope-from grehan@freebsd.org) Received: from alto.onthenet.com.au (alto.OntheNet.com.au [203.13.68.12]) by mx1.freebsd.org (Postfix) with ESMTP id 92E608FC15 for ; Fri, 28 Dec 2012 02:48:57 +0000 (UTC) Received: from dommail.onthenet.com.au (dommail.OntheNet.com.au [203.13.70.57]) by alto.onthenet.com.au (Postfix) with ESMTPS id 3F905119E4; Fri, 28 Dec 2012 12:43:31 +1000 (EST) Received: from Peter-Grehans-MacBook-Pro.local (c-71-56-248-150.hsd1.co.comcast.net [71.56.248.150]) by dommail.onthenet.com.au (MOS 4.2.4-GA) with ESMTP id BIZ23972 (AUTH peterg@ptree32.com.au); Fri, 28 Dec 2012 12:43:29 +1000 Message-ID: <50DD074E.5050209@freebsd.org> Date: Thu, 27 Dec 2012 19:43:26 -0700 From: Peter Grehan User-Agent: Mozilla/5.0 (Macintosh; U; Intel Mac OS X 10.6; en-US; rv:1.9.2.28) Gecko/20120306 Thunderbird/3.1.20 MIME-Version: 1.0 To: marcos alves Subject: Re: bhyveload without zfs support? References: In-Reply-To: Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit X-Junkmail-Info: RCVD_IN_PBL,RCVD_IN_SORBS_DUL,RDNS_DYNAMIC,SPF_SOFTFAIL X-Junkmail-Status: score=29/51, host=dommail.onthenet.com.au Cc: freebsd-virtualization@freebsd.org X-BeenThere: freebsd-virtualization@freebsd.org X-Mailman-Version: 2.1.14 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: Fri, 28 Dec 2012 02:48:57 -0000 Hi Marcos, > For me it just looks like the userboot isnt able to load the pool right at > the start or it needs to use zfsloader. Am I right with that? Yes, that's right. ZFS support isn't currently built into userboot. > Will it be possible in the future? Should be - just a matter of adding the loader zfs files to userboot. > Another issue that is out of the topic, it was that guests couldn't reach > another pc using wlan as the host bridged interface. With a wired ethernet > interface it worked perfectly. I don't know the answer to that one: maybe a limitation of WLAN ? > I hope I'm clear with this information and sorry for bad english. Perfectly clear, thanks ! later, Peter.