From owner-freebsd-virtualization@freebsd.org Mon Feb 26 01:50:31 2018 Return-Path: Delivered-To: freebsd-virtualization@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2610:1c1:1:606c::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 4D7B9F03148 for ; Mon, 26 Feb 2018 01:50:31 +0000 (UTC) (envelope-from jtubnor@gmail.com) Received: from mail-it0-x230.google.com (mail-it0-x230.google.com [IPv6:2607:f8b0:4001:c0b::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 C60987B59C for ; Mon, 26 Feb 2018 01:50:30 +0000 (UTC) (envelope-from jtubnor@gmail.com) Received: by mail-it0-x230.google.com with SMTP id v186so9167695itc.5 for ; Sun, 25 Feb 2018 17:50:30 -0800 (PST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20161025; h=mime-version:sender:in-reply-to:references:from:date:message-id :subject:to; bh=DipmDMatvmQ7SvJzSRa+gHr5uDBqVhqjOqapzif6OdM=; b=DVlBkADr3intSzSweDsGA0zqhw15EwDU1E+qNWDTmCFZRmcKBnlMAE5O0PJCIw/FyS pE8CUhwETnyylhkJ0tvuhBvDoiKo76yjfbFEzwa97keuNXyxsY45G2S2mOUmDqmALAYk sD5D2KTgDzh2XPo9RLv36nRwNo8D7F0mO06yWQgU4iJvd6izIlAZGxeJ0QBq7sTWA17L vHnEAeQCp/VIGfghfLF4+PWvucEe5WN75r2GnxT0efYx4Q2bPQgjsW19vQqu4SEPrhEP 9I6178gRhQyOp4tpTxEQlKen99NRDET8uqA1enQoRxqK9zjNK5Cfu/VdPoMt4k2ERTjH B88Q== X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20161025; h=x-gm-message-state:mime-version:sender:in-reply-to:references:from :date:message-id:subject:to; bh=DipmDMatvmQ7SvJzSRa+gHr5uDBqVhqjOqapzif6OdM=; b=oB0P2LqIiQOjWxzUO/9soIEkoWahEpytqiDhYy70XvfX2cncYJtS7NUJCrYVH+BCFo VT+2NHZWS3Q9dag8oyF8OkUfmZ2h0gjzkIOkbSkZD67oNBEbDCcUI2pwCDQZ0cMwlsux 4BavUiDcb0oiHt8AJ2xr2VFRnAtvxPDPnkjVrV+POIrIj/rqNIwv91i//0/NhGQBCAU4 AorOFbKLUgFYG68C1GZVnxvmxN06QHj6LLnvxwRd1q7uo4C1a5r5VyTpaebU6LtLqjhQ tUGxdFV51cZj/8pDVF309skW9iei+kFl9JzbXWyFVwnW9E82OR/WRtkRkvQTsA7qGHPg OYVA== X-Gm-Message-State: APf1xPD6H6CsSLJ6KVyI5sHoY/XCEnYYnPr826R79I6ZTsfOvPhFo4/A S4q/5USdlUUXGEPKDQup6w9CSqbClQzt/u22aSVquQ== X-Google-Smtp-Source: AH8x227bFhjjsdgUkUrsfh3ctbGaefFQ2Fl9Un/rj/Kjx2b9k2qbpkJrSkQSUwxxjVozYN8sO7/n4D7At+/fnz5QxHY= X-Received: by 10.36.112.196 with SMTP id f187mr10481624itc.122.1519609830169; Sun, 25 Feb 2018 17:50:30 -0800 (PST) MIME-Version: 1.0 Sender: jtubnor@gmail.com Received: by 10.2.177.28 with HTTP; Sun, 25 Feb 2018 17:50:09 -0800 (PST) In-Reply-To: <20180225131401.GA3138@v007.zyxst.net> References: <20180225131401.GA3138@v007.zyxst.net> From: Jason Tubnor Date: Mon, 26 Feb 2018 12:50:09 +1100 X-Google-Sender-Auth: nrgkpVx_IP6_Co_FwHAQgiQaJP4 Message-ID: Subject: Re: bhyve manager To: "freebsd-virtualization@freebsd.org" Content-Type: text/plain; charset="UTF-8" X-Content-Filtered-By: Mailman/MimeDel 2.1.25 X-BeenThere: freebsd-virtualization@freebsd.org X-Mailman-Version: 2.1.25 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, 26 Feb 2018 01:50:31 -0000 On 26 February 2018 at 00:14, tech-lists wrote: > Hi, > > What do folks use for their bhyve guest management? > > I have always spun bhyve guests up by hand but now I'm considering > streamlining the process. What do you use? > > We were using chyves with ugly hacks to play nice with supported versions of OpenBSD but based on this, it was only a temporary measure to get kit out into the field. We are now using vm-bhyve with full UEFI guests including OpenBSD/UEFI and Windows Server 2016 as no ugly hacks are required for whatever version of OpenBSD you need to use. vm-bhyve is more light weight and doesn't create endless mount points like iohyve and chyves does. Jason.