From owner-freebsd-virtualization@freebsd.org Wed Jun 24 22:49:18 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 4560C916F84 for ; Wed, 24 Jun 2015 22:49:18 +0000 (UTC) (envelope-from javocado@gmail.com) Received: from mail-lb0-x230.google.com (mail-lb0-x230.google.com [IPv6:2a00:1450:4010:c04::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 C5C0E2ED1 for ; Wed, 24 Jun 2015 22:49:17 +0000 (UTC) (envelope-from javocado@gmail.com) Received: by lbnk3 with SMTP id k3so35079505lbn.1 for ; Wed, 24 Jun 2015 15:49:15 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20120113; h=mime-version:date:message-id:subject:from:to:content-type; bh=xGZeEU9aeGY27KNmtfEh4WLKe3cig3vLV42nAskk2KY=; b=kzT2zdDnAIDw6qKni5JRg/cGHG38brWJx5Qh7hXwXrNOIN34h3gBBnc949NBbcFo6c Qrjharfnw7HjHrXJLPS7X5922AC2tku1+isaN1CeGJFidGF+GwvkXc8ZWLndjqn0kYri 4pXIkGxsaYyx72R18xCLhvyheVtzRGZYMFSxWTTP4Oi28BHvP2T9W/Ao/bLo3GIorCcQ kV0Vku7YFgERAxasRsBdQdZYemI6wN+X/2Ub4wvcmpZ2vHwkMM2XLFrR30k2Spkm4cow iXS5GrsaPsHDDObSZPed9QfeFguPiZlpxYE4IPgfnGdS95ZifJ58MdaAf6rP2TWF4Qsg UPng== MIME-Version: 1.0 X-Received: by 10.112.50.148 with SMTP id c20mr41528792lbo.27.1435186155804; Wed, 24 Jun 2015 15:49:15 -0700 (PDT) Received: by 10.114.96.8 with HTTP; Wed, 24 Jun 2015 15:49:15 -0700 (PDT) Date: Wed, 24 Jun 2015 15:49:15 -0700 Message-ID: Subject: ZFS pool within FreeBSD bhyve guest From: javocado To: freebsd-virtualization@freebsd.org 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: Wed, 24 Jun 2015 22:49:18 -0000 Hi, I would like to create a zfs filesystem within my bhyve (FreeBSD 10.1 as the guest and host) allowing users of the VM to run zfs send/receive commands on the zfs filesystem within their bhyve VM. Is this possible and what is/are the methods and options for creating the zfs filesystem (or volume) within the VM? If there is a way to do this, would any of the proposed methods depend on whether the VM lives in a file versus a zfs volume? My VM is file-based. Thanks!