From owner-freebsd-questions@FreeBSD.ORG Tue Mar 18 00:27:35 2014 Return-Path: Delivered-To: freebsd-questions@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) (using TLSv1 with cipher ADH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTPS id 1E8CAE57 for ; Tue, 18 Mar 2014 00:27:35 +0000 (UTC) Received: from mail-wi0-x22f.google.com (mail-wi0-x22f.google.com [IPv6:2a00:1450:400c:c05::22f]) (using TLSv1 with cipher ECDHE-RSA-RC4-SHA (128/128 bits)) (No client certificate requested) by mx1.freebsd.org (Postfix) with ESMTPS id AB260E27 for ; Tue, 18 Mar 2014 00:27:34 +0000 (UTC) Received: by mail-wi0-f175.google.com with SMTP id cc10so2994334wib.2 for ; Mon, 17 Mar 2014 17:27:33 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=googlemail.com; s=20120113; h=date:from:to:subject:message-id:in-reply-to:references:mime-version :content-type:content-transfer-encoding; bh=XOI45ybIQMq6wYuCJ/KM1Fpr+mEtFq3zj9LMwi990WI=; b=o8KQv/TNXFpMD8VlAEgSvHPUn2QKWMiv07MDH0dgFGIn+f4TTvXYeiCx614QwQ9s6x EG/WRDHjaWOF75apl9vqbd9EygawWuGATfT8iT+fi5QWgGm4wsPYrHyKHi8Q48h5Gmnw 67T7Rj8LIOjzlZ4+HteOY5ujfSwVbBsNn8/mehapVJoXrOuLefuNXiC0FVoGc2nutp8y KUuKWhVyCJ6gjjPz3C86/QH3lwV6y4Y00CbfdJxNyp0oF+9AO1Xg6xe0nAt4o5goDKeE RZJK1EmPjqo2JUrhVWOcXBvM3ROWFBylHTa3JK++v7THNx3FwtwJSYoOBXBM39U/KQqC ysBA== X-Received: by 10.180.100.72 with SMTP id ew8mr12145873wib.16.1395102453049; Mon, 17 Mar 2014 17:27:33 -0700 (PDT) Received: from gumby.homeunix.com (bcdeebb0.skybroadband.com. [188.222.235.176]) by mx.google.com with ESMTPSA id fs8sm28822556wib.8.2014.03.17.17.27.31 for (version=SSLv3 cipher=RC4-SHA bits=128/128); Mon, 17 Mar 2014 17:27:32 -0700 (PDT) Date: Tue, 18 Mar 2014 00:27:29 +0000 From: RW To: freebsd-questions@freebsd.org Subject: Re: Why ZFS encryption is not supported in FreeBSD 10? Message-ID: <20140318002729.6aa4aae8@gumby.homeunix.com> In-Reply-To: <20140317235242.GA23205@nnn> References: <20140317235242.GA23205@nnn> X-Mailer: Claws Mail 3.9.3 (GTK+ 2.24.22; amd64-portbld-freebsd10.0) MIME-Version: 1.0 Content-Type: text/plain; charset=US-ASCII Content-Transfer-Encoding: 7bit X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.17 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 18 Mar 2014 00:27:35 -0000 On Mon, 17 Mar 2014 23:52:42 +0000 M Barrassed wrote: > Does anyone know why ZFS whole-disk encryption is supported in the > FreeBSD 10 installer, but not in the zfs/zpool tools? Encryption would involve putting ZFS on top of geli. AFAIK there is no native encryption in open-source ZFS, so it wouldn't be in the ZFS tools.