From owner-freebsd-current@FreeBSD.ORG Sun Oct 20 18:14:00 2013 Return-Path: Delivered-To: freebsd-current@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 5EE40D54 for ; Sun, 20 Oct 2013 18:14:00 +0000 (UTC) (envelope-from chmeeedalf@gmail.com) Received: from mail-bk0-x22e.google.com (mail-bk0-x22e.google.com [IPv6:2a00:1450:4008:c01::22e]) (using TLSv1 with cipher ECDHE-RSA-RC4-SHA (128/128 bits)) (No client certificate requested) by mx1.freebsd.org (Postfix) with ESMTPS id E9EC42798 for ; Sun, 20 Oct 2013 18:13:59 +0000 (UTC) Received: by mail-bk0-f46.google.com with SMTP id 6so416245bkj.19 for ; Sun, 20 Oct 2013 11:13:58 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20120113; h=mime-version:sender:in-reply-to:references:date:message-id:subject :from:to:cc:content-type; bh=9SjYTM/FiE4ViyJTDWOlMgIsa3aqPh1FvSypDDofPYQ=; b=0uL/Rw9AJM+LoirtlrDgpbIP3vsw4im0QO5zzKbc/W9Gz+arR4IC+PGyVJazJ9ob+4 I+K6A+PBV12M5RFCaBpouN93CUDOr66ymDjpE9fWpCd16LkBVCfE5TvQVSLASQ02c5ut ju4Q3oAHkvrxtGcUhYnc3K1g92xjAzET8bIcWF+E0Th8wgbmRa7GAKUa7vfK9ziPQEEy K1NXYLhcd9J/8zyAcIvUGiZndCIsYqtYgIhmqxCCWEXXBLtsxfkax+4Mbg2nqhirDIvk /i/JYAtmorLr7WngjRsQO9BOg7jeugI9ODLZ5UoCUrMeMpR6iG5Qsk/Yud0SZmVFSbPC Wzew== MIME-Version: 1.0 X-Received: by 10.204.78.8 with SMTP id i8mr5123913bkk.3.1382292838136; Sun, 20 Oct 2013 11:13:58 -0700 (PDT) Sender: chmeeedalf@gmail.com Received: by 10.205.72.198 with HTTP; Sun, 20 Oct 2013 11:13:58 -0700 (PDT) Received: by 10.205.72.198 with HTTP; Sun, 20 Oct 2013 11:13:58 -0700 (PDT) In-Reply-To: <52640EF3.9070206@allanjude.com> References: <52640EF3.9070206@allanjude.com> Date: Sun, 20 Oct 2013 11:13:58 -0700 X-Google-Sender-Auth: EP6b9PNC9kQQv2w1qnHUxcAZ-Lk Message-ID: Subject: Re: Zpool not recognized after disk moved to different name From: Justin Hibbits To: Allan Jude Content-Type: text/plain; charset=UTF-8 X-Content-Filtered-By: Mailman/MimeDel 2.1.14 Cc: FreeBSD Current X-BeenThere: freebsd-current@freebsd.org X-Mailman-Version: 2.1.14 Precedence: list List-Id: Discussions about the use of FreeBSD-current List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 20 Oct 2013 18:14:00 -0000 On Oct 20, 2013 10:12 AM, "Allan Jude" wrote: > > On 2013-10-20 13:07, Justin Hibbits wrote: > > Hi, I'm migrating a system exhibiting the click of death to a new hard > > drive, on PowerPC, and in the process migrating to zfs. I set up the > > system, then pulled the old drive out. Now, the spool that was on ada1s5 is > > now on ada0s5, and zfs won't recognize this pool. I can't recreate the > > pool, it says it is too dangerous. Is there any way to reactivate this > > pool after the disk name change? > > > > Thanks, > > Justin > > _______________________________________________ > > freebsd-current@freebsd.org mailing list > > http://lists.freebsd.org/mailman/listinfo/freebsd-current > > To unsubscribe, send any mail to " freebsd-current-unsubscribe@freebsd.org" > > Please provide the output of the following commands: > > gpart show > zpool import > zdb -l /dev/ > > > -- > Allan Jude Hi Allan, I was missing the zpool import' command, hadn't seen it before, but a forum search found its usage for me. Had to do a 'zpool import -f' on the pool, but now it is up and fully functional. Seems obvious now :-) Thanks, Justin