From owner-freebsd-questions@freebsd.org Mon Aug 24 02:13:25 2015 Return-Path: Delivered-To: freebsd-questions@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 84E749C0592 for ; Mon, 24 Aug 2015 02:13:25 +0000 (UTC) (envelope-from amvandemore@gmail.com) Received: from mail-la0-x232.google.com (mail-la0-x232.google.com [IPv6:2a00:1450:4010:c03::232]) (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 0B6C31B0C for ; Mon, 24 Aug 2015 02:13:25 +0000 (UTC) (envelope-from amvandemore@gmail.com) Received: by lalv9 with SMTP id v9so68429633lal.0 for ; Sun, 23 Aug 2015 19:13:23 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20120113; h=mime-version:in-reply-to:references:date:message-id:subject:from:to :cc:content-type; bh=cGBjZXop4QaTkJpDG5nf3cQWEXD7NCVthko/Vu+u11U=; b=ukCY3DZh6Z6k6gOMPxm3WSRom0+iBT7nvRxfPD0EUBtCtuF1JenuNhPpICw85mPsZq NH1zw/5py7wYdSDcIREYWmOpDP8qIfg6HaiKmqVBpqJ6AaAKuzMivwfcoRo8rOt1QNI0 QTHCZ3CrwCll7RCdKRjdk+cRqHFmmbZ57CeDHgll3TOsXMRqAx1NmMM0kbP2jUc2gqCv sqp3VXOove8EmoOD5AVzurgKtxzv+NoqK0jOL/i0L2rNZOw9+EKxmqN19y8f1WthalqW 263ho4mRwhi+MRpvcwsr06FBaixBWpNkDclLY58IxyDJV8RVFbmM4HpzLKAxqOPfoaD6 Iv4Q== MIME-Version: 1.0 X-Received: by 10.152.45.69 with SMTP id k5mr17901038lam.13.1440382403144; Sun, 23 Aug 2015 19:13:23 -0700 (PDT) Received: by 10.112.149.201 with HTTP; Sun, 23 Aug 2015 19:13:23 -0700 (PDT) In-Reply-To: <55DA6FDE.5060109@rubenschade.com> References: <55DA6FDE.5060109@rubenschade.com> Date: Sun, 23 Aug 2015 21:13:23 -0500 Message-ID: Subject: Re: Degraded ZFS with encryption From: Adam Vande More To: Ruben Schade Cc: FreeBSD Questions Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: quoted-printable X-Content-Filtered-By: Mailman/MimeDel 2.1.20 X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.20 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 24 Aug 2015 02:13:25 -0000 On Sun, Aug 23, 2015 at 8:14 PM, Ruben Schade wrote: > On 24/08/2015 10:55 am, Ruben Schade wrote: > >> >> Are there any further steps required to restore a drive in this >> configuration? >> >> > I=E2=80=99ve looked into this a bit further. It looks as though I'll need= to > create a new GELI partition on the new drive I add, and then add it to th= e > ZFS pool. It'd need to be created with the same password/credentials as t= he > other drives so it=E2=80=99s unencrypted with the same single password on= boot. > > Am I on the right track? Maybe, are you booting off the pool? Do you have a separate swap device on these disks? If so, you'll have additional partitioning and GEOM work to do. Compare existing gpart output to new HD. --=20 Adam