From owner-freebsd-fs@FreeBSD.ORG Wed Oct 3 17:13:20 2012 Return-Path: Delivered-To: fs@FreeBSD.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 6120C106567B; Wed, 3 Oct 2012 17:13:20 +0000 (UTC) (envelope-from dg@pki2.com) Received: from btw.pki2.com (btw.pki2.com [IPv6:2001:470:a:6fd::2]) by mx1.freebsd.org (Postfix) with ESMTP id 10FB08FC22; Wed, 3 Oct 2012 17:13:20 +0000 (UTC) Received: from [127.0.0.1] (localhost [127.0.0.1]) by btw.pki2.com (8.14.5/8.14.5) with ESMTP id q93HDDoM011556; Wed, 3 Oct 2012 10:13:13 -0700 (PDT) (envelope-from dg@pki2.com) From: Dennis Glatting To: Pawel Jakub Dawidek In-Reply-To: <20120929144145.GI1402@garage.freebsd.pl> References: <20120929144145.GI1402@garage.freebsd.pl> Content-Type: text/plain; charset="ISO-8859-1" Date: Wed, 03 Oct 2012 10:13:13 -0700 Message-ID: <1349284393.14318.25.camel@btw.pki2.com> Mime-Version: 1.0 X-Mailer: Evolution 2.32.1 FreeBSD GNOME Team Port Content-Transfer-Encoding: 7bit X-yoursite-MailScanner-Information: Dennis Glatting X-yoursite-MailScanner-ID: q93HDDoM011556 X-yoursite-MailScanner: Found to be clean X-MailScanner-From: dg@pki2.com Cc: fs@FreeBSD.org Subject: Re: How to recover from theis ZFS error? X-BeenThere: freebsd-fs@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Filesystems List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 03 Oct 2012 17:13:20 -0000 On Sat, 2012-09-29 at 16:41 +0200, Pawel Jakub Dawidek wrote: > On Wed, Sep 19, 2012 at 11:35:15AM -0700, Dennis Glatting wrote: > > > > One of my pools (disk-1) with 12T of data is reporting this error after a > > scrub. Is there a way to fix this error without backing up and restoring > > 12T of data? > > > > > > errors: Permanent errors have been detected in the following files: > > > > :<0x0> > > disk-1:<0x0> > > Can you paste entire 'zpool status -v' output after scrub? > THis is the output from a new scrub. It is the second scrub against that data set. The errors that remained after the first scrub (above) have vanished. I'm a little confused although I often run multiple fsck against volumes before entering multi-user mode. That said, during this scrub the system froze twice requiring a reboot. This is now a common problem across my four AMD systems: one eight core x1 8150, one 16 core x1 6272, one 16 core x2 6274, and one 16 core x4 6274. (3x r241015M and 1x r241040). bd3# zpool status -v disk-1 pool: disk-1 state: ONLINE scan: scrub repaired 0 in 30h18m with 0 errors on Wed Oct 3 09:44:29 2012 config: NAME STATE READ WRITE CKSUM disk-1 ONLINE 0 0 0 raidz2-0 ONLINE 0 0 0 da0 ONLINE 0 0 0 da1 ONLINE 0 0 0 da13 ONLINE 0 0 0 da2 ONLINE 0 0 0 da3 ONLINE 0 0 0 da4 ONLINE 0 0 0 da5 ONLINE 0 0 0 da8 ONLINE 0 0 0 da9 ONLINE 0 0 0 da10 ONLINE 0 0 0 da11 ONLINE 0 0 0 logs gpt/zil-disk1 ONLINE 0 0 0 cache ada0 ONLINE 0 0 0 errors: No known data errors -- Dennis Glatting