From owner-freebsd-net@freebsd.org Sat Mar 19 16:18:02 2016 Return-Path: Delivered-To: freebsd-net@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 A3D04AD6CC6 for ; Sat, 19 Mar 2016 16:18:02 +0000 (UTC) (envelope-from lists@jnielsen.net) Received: from webmail2.jnielsen.NET (webmail2.jnielsen.net [50.114.224.20]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client CN "webmail2.jnielsen.net", Issuer "freebsdsolutions.net" (not verified)) by mx1.freebsd.org (Postfix) with ESMTPS id 48ABB1BA for ; Sat, 19 Mar 2016 16:18:01 +0000 (UTC) (envelope-from lists@jnielsen.net) Received: from [10.3.74.122] ([107.72.97.244]) (authenticated bits=0) by webmail2.jnielsen.NET (8.15.2/8.15.1) with ESMTPSA id u2JFtT4K021408 (version=TLSv1 cipher=ECDHE-RSA-AES256-SHA bits=256 verify=NO); Sat, 19 Mar 2016 09:55:33 -0600 (MDT) (envelope-from lists@jnielsen.net) X-Authentication-Warning: webmail2.jnielsen.NET: Host [107.72.97.244] claimed to be [10.3.74.122] Content-Type: text/plain; charset=us-ascii Mime-Version: 1.0 (1.0) Subject: Re: Taking bhyve step forward enterprise grade From: John Nielsen X-Mailer: iPhone Mail (13D15) In-Reply-To: Date: Sat, 19 Mar 2016 09:55:28 -0600 Cc: freebsd-net@freebsd.org Content-Transfer-Encoding: quoted-printable Message-Id: References: To: Sami Halabi X-BeenThere: freebsd-net@freebsd.org X-Mailman-Version: 2.1.21 Precedence: list List-Id: Networking and TCP/IP with FreeBSD List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 19 Mar 2016 16:18:02 -0000 > On Mar 19, 2016, at 8:12 AM, Sami Halabi wrote: >=20 > hi, > are there ongoing job on taking bhyve further steps toward enterprise scal= e > like: > 1. high availability, rules on vms (like affinity rules in vmware: eg an > app vm and sql vm go together...), vmotion... > 2. network virtualization like vmware nsx... The wiki pages probably the best place for general info on bhyve current and= planned features: https://wiki.freebsd.org/bhyve Live migration is a planned feature. HA rules and other automation and orche= stration are probably beyond the scope of what bhyve itself is aiming to ach= ieve, though such features could easily be provided by additional scripts an= d tools. What specifically are you after in terms of network virtualization? Again, b= hyve itself isn't intended to be a giant umbrella but FreeBSD does support m= any networking features which could support network virtualization (and whic= h work fine with bhyve). JN