From owner-freebsd-fs@FreeBSD.ORG Fri Dec 7 19:58:05 2012 Return-Path: Delivered-To: freebsd-fs@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [69.147.83.52]) by hub.freebsd.org (Postfix) with ESMTP id 08064F49 for ; Fri, 7 Dec 2012 19:58:05 +0000 (UTC) (envelope-from yanegomi@gmail.com) Received: from mail-la0-f54.google.com (mail-la0-f54.google.com [209.85.215.54]) by mx1.freebsd.org (Postfix) with ESMTP id 5AD098FC08 for ; Fri, 7 Dec 2012 19:58:03 +0000 (UTC) Received: by mail-la0-f54.google.com with SMTP id j13so814562lah.13 for ; Fri, 07 Dec 2012 11:58:03 -0800 (PST) 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=BHhQnRUqN70ZXa3SZWlxPS9+0S3I8/Qkgq+pjJXE7qQ=; b=f35CWyRCHa5V4J8Se3swTrVSxXE5ORWIvGHfoFURkjvVgoVyehG8umedlmhpJNcvem MWB4yCDrHe5Y7zOJ28N/YcQbAy3+lLA03+h00q1UHmxGfzpxKAj1l62rrTMZmefQE8t7 Hs1+gJ/bTEGQtIDVnq49hiCLqyBr8+/iKVYsoAtgamtzWJJISE9BEzpiWz/rFOkuAzXz wna80lpRjKFEPpfNTT0yD0oygm0PNrtCAMeJUW5RY0ivOOxaQMMWECATBo+rSzhHcI9K X4pJOx3mTBrS6/0BXNp5cD0zcXUCFu5hvrSuHiVaIn1gS2XBmujbIX7mSjlzbBJ12XK3 fe1A== MIME-Version: 1.0 Received: by 10.112.29.104 with SMTP id j8mr3044891lbh.0.1354910283105; Fri, 07 Dec 2012 11:58:03 -0800 (PST) Received: by 10.112.99.70 with HTTP; Fri, 7 Dec 2012 11:58:02 -0800 (PST) In-Reply-To: <201211091540.qA9Fe1Dc063613@freefall.freebsd.org> References: <201211091540.qA9Fe1Dc063613@freefall.freebsd.org> Date: Fri, 7 Dec 2012 11:58:02 -0800 Message-ID: Subject: Re: kern/150503: [zfs] ZFS disks are UNAVAIL and corrupted after reboot From: Garrett Cooper To: Guido Falsi Content-Type: text/plain; charset=ISO-8859-1 Cc: freebsd-fs@freebsd.org X-BeenThere: freebsd-fs@freebsd.org X-Mailman-Version: 2.1.14 Precedence: list List-Id: Filesystems List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 07 Dec 2012 19:58:05 -0000 On Fri, Nov 9, 2012 at 7:40 AM, Guido Falsi wrote: ... > Uhm I don't know how to generate a new zpool.cache from a newly update > system, since I can't export/import the root and don't have a newer > system on a USB key. I'll have to produce one perhaps. Glen Barber's snapshots are really helpful when doing this: https://snapshots.glenbarber.us/Latest/ . It got me from a completely unusable state to a limping state (booted off the LiveCD, zpool imported and working from there) with the latest ZFS code commits (which seem to have broken pool importing on my system). Thanks, -Garrett