From owner-freebsd-stable@FreeBSD.ORG Thu Jul 25 13:52:27 2013 Return-Path: Delivered-To: freebsd-stable@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 ESMTP id F2006B94 for ; Thu, 25 Jul 2013 13:52:27 +0000 (UTC) (envelope-from ronald-freebsd8@klop.yi.org) Received: from smarthost1.greenhost.nl (smarthost1.greenhost.nl [195.190.28.81]) (using TLSv1 with cipher AES256-SHA (256/256 bits)) (No client certificate requested) by mx1.freebsd.org (Postfix) with ESMTPS id B4A9D2A07 for ; Thu, 25 Jul 2013 13:52:27 +0000 (UTC) Received: from smtp.greenhost.nl ([213.108.104.138]) by smarthost1.greenhost.nl with esmtps (TLS1.0:RSA_AES_256_CBC_SHA1:32) (Exim 4.69) (envelope-from ) id 1V2Lxw-0005YF-Ho; Thu, 25 Jul 2013 15:52:25 +0200 Received: from [81.21.138.17] (helo=ronaldradial.versatec.local) by smtp.greenhost.nl with esmtpsa (TLS1.0:DHE_RSA_AES_256_CBC_SHA1:32) (Exim 4.72) (envelope-from ) id 1V2Lxw-0008U6-DY; Thu, 25 Jul 2013 15:52:24 +0200 Content-Type: text/plain; charset=us-ascii; format=flowed; delsp=yes To: "freebsd-stable stable" , "Eugene M. Zheganin" Subject: Re: zpool on a zvol inside zpool References: <51ECE783.8050207@norma.perm.ru> Date: Thu, 25 Jul 2013 15:52:19 +0200 MIME-Version: 1.0 Content-Transfer-Encoding: 8bit From: "Ronald Klop" Message-ID: In-Reply-To: <51ECE783.8050207@norma.perm.ru> User-Agent: Opera Mail/12.16 (Win32) X-Virus-Scanned: by clamav at smarthost1.samage.net X-Spam-Level: / X-Spam-Score: -0.0 X-Spam-Status: No, score=-0.0 required=5.0 tests=BAYES_20 autolearn=disabled version=3.3.1 X-Scan-Signature: 523f42b60907f92a5b98f162865e3e4b X-BeenThere: freebsd-stable@freebsd.org X-Mailman-Version: 2.1.14 Precedence: list List-Id: Production branch of FreeBSD source code List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 25 Jul 2013 13:52:28 -0000 On Mon, 22 Jul 2013 10:04:19 +0200, Eugene M. Zheganin wrote: > Hi. > > I'm moving some of my geli installation to a new machine. On an old > machine it was running UFS. I use ZFS on a new machine, but I don't have > an encrypted main pool (and I don't want to), so I'm kinda considering a > way where I will make a zpool on a zvol encrypted by geli. Would it be > completely insane (should I use UFS instead ?) or would it be still > valid ? > > Thanks. > Eugene. I think that depends on your configuration and situation. If you have a spare disk to use for GELI+UFS. That is more simple to configure/maintain. But if you are running a big fileserver than the overhead of ZFS+GELI+UFS might be negligible. Ronald.