From owner-freebsd-virtualization@FreeBSD.ORG Thu Nov 6 22:06:05 2014 Return-Path: Delivered-To: freebsd-virtualization@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTPS id E20E7E46; Thu, 6 Nov 2014 22:06:05 +0000 (UTC) Received: from alto.onthenet.com.au (alto.OntheNet.com.au [203.13.68.12]) by mx1.freebsd.org (Postfix) with ESMTP id A4704146; Thu, 6 Nov 2014 22:06:05 +0000 (UTC) Received: from dommail.onthenet.com.au (dommail.OntheNet.com.au [203.13.70.57]) by alto.onthenet.com.au (Postfix) with ESMTP id 65B11126D9; Fri, 7 Nov 2014 08:06:03 +1000 (EST) Received: from Peter-Grehans-MacBook-Pro-2.local ([64.245.0.210]) by dommail.onthenet.com.au (MOS 4.4.4-GA) with ESMTP id BZM94399 (AUTH peterg@ptree32.com.au); Fri, 7 Nov 2014 08:06:02 +1000 Message-ID: <545BF0C8.8030902@freebsd.org> Date: Thu, 06 Nov 2014 14:06:00 -0800 From: Peter Grehan User-Agent: Mozilla/5.0 (Macintosh; Intel Mac OS X 10.6; rv:24.0) Gecko/20100101 Thunderbird/24.6.0 MIME-Version: 1.0 To: Craig Rodrigues Subject: Re: Booting a bhyve VM with NFS root? References: In-Reply-To: Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit Cc: "freebsd-virtualization@freebsd.org" X-BeenThere: freebsd-virtualization@freebsd.org X-Mailman-Version: 2.1.18-1 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: Thu, 06 Nov 2014 22:06:06 -0000 Hi Craig, > Has anyone tried manually specifying these variables > via the "bhyveload -e" arguments, and forcing the VM to mount its root file > system over NFS? I tried something like this on bare metal a long while back: the issue there was getting the handle for the exported root area, though if you're able to allow NFSv2 mounts on the server (I wasn't), it looks like that info can be skipped. later, Peter.