From owner-freebsd-virtualization@freebsd.org Mon Nov 16 15:09:48 2015 Return-Path: Delivered-To: freebsd-virtualization@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 68C68A30435 for ; Mon, 16 Nov 2015 15:09:48 +0000 (UTC) (envelope-from amvandemore@gmail.com) Received: from mail-wm0-x230.google.com (mail-wm0-x230.google.com [IPv6:2a00:1450:400c:c09::230]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (Client CN "smtp.gmail.com", Issuer "Google Internet Authority G2" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id 0B4171FFB for ; Mon, 16 Nov 2015 15:09:48 +0000 (UTC) (envelope-from amvandemore@gmail.com) Received: by wmvv187 with SMTP id v187so181318115wmv.1 for ; Mon, 16 Nov 2015 07:09:46 -0800 (PST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20120113; h=mime-version:in-reply-to:references:date:message-id:subject:from:to :cc:content-type; bh=62eXnoxHNr2p4EuqjQ1Nww/66DzGZ1u9hgj3ZDm5pTI=; b=vYRvlaHfHcivEhUAHgyje/LsL4Qa68065mPLpjgaBlx54+szDGXMBq4Y2SY4FJCdiD uO31CK/zcWjoNXdXF5RuSyMjseC/+tkXUtNWzoEKI1BfzK+Ax7A33/tJfi9mSgKDMw+r 81OfeZMe1QUdSM0wE9cuN918CqzfBDl+p41/8ebKXqXye6uQQA7kybjCjt3ym66lzs1j 4x8D3wNAIro2vrWoen6RWPpbK4gmerjzMjPpowTwfsf3HZenMkJL1CZr8exsJxAhTlOY rHPfNh9AYxmsUs3fjuVGcQMPmjInBwvia15NPhEBt5m71hUtwQkM426wJkjdG/T7PDYA quRA== MIME-Version: 1.0 X-Received: by 10.194.71.147 with SMTP id v19mr32856612wju.142.1447686586424; Mon, 16 Nov 2015 07:09:46 -0800 (PST) Received: by 10.194.16.231 with HTTP; Mon, 16 Nov 2015 07:09:46 -0800 (PST) In-Reply-To: <7ac3a4411ec04711bec75cab3a68ae81@SERVER.ad.usd-group.com> References: <7ac3a4411ec04711bec75cab3a68ae81@SERVER.ad.usd-group.com> Date: Mon, 16 Nov 2015 09:09:46 -0600 Message-ID: Subject: Re: vm-bhyve port upgrade From: Adam Vande More To: Matt Churchyard Cc: FreeBSD virtualization Content-Type: text/plain; charset=UTF-8 X-Content-Filtered-By: Mailman/MimeDel 2.1.20 X-BeenThere: freebsd-virtualization@freebsd.org X-Mailman-Version: 2.1.20 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: Mon, 16 Nov 2015 15:09:48 -0000 On Thu, Nov 12, 2015 at 4:37 AM, Matt Churchyard via freebsd-virtualization wrote: > Hello, > > For anyone interested I have submitted a PR to update the version of > vm-bhyve in the ports tree. > Primarily this fixes the off-putting, but completely benign error printed > when users run 'vm init' (the very first thing to run...) > I've no idea if I've got the diff format right though. > > Also adds various small fixes, and the following changes since the last > ports version: > > Command to rename a guest > Configuration options for utctime, hostbridge, disk options, debug mode, > custom grub commands, virtual random device > Snapshot and rollback commands when using ZFS > Allows use of custom bridges and/or tap devices in addition to the normal > automated networking > Ability to specify a custom path for disk devices > Guests can now automatically attach correctly to virtual switches if the > real interface(s) (and thus the bridge) are using jumbo frames > Template options to specify zfs dataset/zvol properties to apply when > creating a guest (most useful for zvol volblocksize) > New 'info' commands showing detailed guest/switch details including disk & > network usage > No longer replaces dnsmasq.conf, just provides a sample config for the > user to apply if they want dhcp on a nat-enabled virtual switch. > If I statically define MAC addresses, is there a possibility for collisions? I think it would be better to default to an auto generated permanent MAC. -- Adam