From owner-freebsd-current@FreeBSD.ORG Sun Oct 20 17:07:28 2013 Return-Path: Delivered-To: freebsd-current@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [8.8.178.115]) (using TLSv1 with cipher ADH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTP id 1057E66B for ; Sun, 20 Oct 2013 17:07:28 +0000 (UTC) (envelope-from chmeeedalf@gmail.com) Received: from mail-bk0-x235.google.com (mail-bk0-x235.google.com [IPv6:2a00:1450:4008:c01::235]) (using TLSv1 with cipher ECDHE-RSA-RC4-SHA (128/128 bits)) (No client certificate requested) by mx1.freebsd.org (Postfix) with ESMTPS id 6C9A52330 for ; Sun, 20 Oct 2013 17:07:24 +0000 (UTC) Received: by mail-bk0-f53.google.com with SMTP id d7so397832bkh.40 for ; Sun, 20 Oct 2013 10:07:22 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20120113; h=mime-version:sender:date:message-id:subject:from:to:content-type; bh=0jQCg9hiCpuCoPtHH76vxd8EfL9GVhX3uTQ8THwrWv8=; b=UGfaEH0nxCM2rgKMq7zn67M5+SkK92clzgSpRebjzALei7vihelQCTX0MQfdfW94ud 9cEkFQIJHuKTZGKXToJ4n0PjLW8zpt5toD19Nef5ZsiJWaOuOsM2c6EgmNJwdJ2EIXyH I86ejvcfM3gpyLr1enaTAgxAaBCZ0LcEo70UtQuOQG7ydbQqtIxvy9Qwn4ssfIc3fA+I CbrM4P4XB0+0GCYENyHkgUtrSI33iXgZjJOrYoK209yIFqmKAanYc7OjWiuLmndqFaJx L0CXMuoctYpOf9khvPhFjkPHcbQl88YIimcZHZyLElyeu3d02M0nzH4jXKU0YRFUkCTU jSIQ== MIME-Version: 1.0 X-Received: by 10.204.70.194 with SMTP id e2mr54017bkj.55.1382288842744; Sun, 20 Oct 2013 10:07:22 -0700 (PDT) Sender: chmeeedalf@gmail.com Received: by 10.205.72.198 with HTTP; Sun, 20 Oct 2013 10:07:22 -0700 (PDT) Received: by 10.205.72.198 with HTTP; Sun, 20 Oct 2013 10:07:22 -0700 (PDT) Date: Sun, 20 Oct 2013 10:07:22 -0700 X-Google-Sender-Auth: uICzYUjf4tMcyCe2jUd8wkbAXsI Message-ID: Subject: Zpool not recognized after disk moved to different name From: Justin Hibbits To: freebsd-zfs@freebsd.org, FreeBSD Current Content-Type: text/plain; charset=UTF-8 X-Content-Filtered-By: Mailman/MimeDel 2.1.14 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 17:07:28 -0000 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