From owner-freebsd-geom@FreeBSD.ORG Wed May 16 12:25:32 2012 Return-Path: Delivered-To: freebsd-geom@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [69.147.83.52]) by hub.freebsd.org (Postfix) with ESMTP id 6C462106566C for ; Wed, 16 May 2012 12:25:32 +0000 (UTC) (envelope-from karli.sjoberg@gmail.com) Received: from sam.nabble.com (sam.nabble.com [216.139.236.26]) by mx1.freebsd.org (Postfix) with ESMTP id 43F378FC15 for ; Wed, 16 May 2012 12:25:32 +0000 (UTC) Received: from [192.168.236.26] (helo=sam.nabble.com) by sam.nabble.com with esmtp (Exim 4.72) (envelope-from ) id 1SUdIE-00071H-FZ for freebsd-geom@freebsd.org; Wed, 16 May 2012 05:25:26 -0700 Date: Wed, 16 May 2012 05:25:26 -0700 (PDT) From: Sebulon To: freebsd-geom@freebsd.org Message-ID: <1337171126458-5708868.post@n5.nabble.com> In-Reply-To: <201205040731.q447V8K3061134@freefall.freebsd.org> References: <201205032237.q43MbHpe040196@freefall.freebsd.org> <201205040731.q447V8K3061134@freefall.freebsd.org> MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: quoted-printable Subject: Re: kern/167562: [geli] geli cannot use gpt labels in loader.conf X-BeenThere: freebsd-geom@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: GEOM-specific discussions and implementations List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 16 May 2012 12:25:32 -0000 Hi, I have a related problem. That if I create a .eli provider ontop of a gpt-label, like: # geli init -b -s 4096 -l 128 -e AES-CBC gpt/diskX and then create a zpool using gpt/diskX.eli. When rebooting, it will find (a)daXpX first and prompt me to unlock that one before gpt/diskX, which is the one I want to unlock, because if you unlock (a)daXpX, zpool will resilver onto (a)daXpX instead of the gpt-provider. This is an unwanted behaviour for me, since I wanted zpool to use the logical gpt-provider, in case anything should happen with it=C2=B4s physical representation. Not typ= ing in a password for (a)daXpX three times makes it jump on to the next in line, which is the gpt/diskX, but could be somewhat tiresome if there where, say 10 drives that you needed to unlock and had to type in a wrong (or empty) password 30 times, and the right password 10 times to complete the process. Is there a way to specify only which provider(s) I want to unlock during boot? Using FreeBSD-9.0-RELEASE. Have I missed something? /Sebulon -- View this message in context: http://freebsd.1045724.n5.nabble.com/Re-kern-= 167562-geli-geli-cannot-use-gpt-labels-in-loader-conf-tp5684451p5708868.htm= l Sent from the freebsd-geom mailing list archive at Nabble.com.