From owner-freebsd-fs@FreeBSD.ORG Wed Jun 20 23:02:38 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 B55FC1065672 for ; Wed, 20 Jun 2012 23:02:38 +0000 (UTC) (envelope-from delphij@gmail.com) Received: from mail-qa0-f47.google.com (mail-qa0-f47.google.com [209.85.216.47]) by mx1.freebsd.org (Postfix) with ESMTP id 66D758FC12 for ; Wed, 20 Jun 2012 23:02:38 +0000 (UTC) Received: by qabg1 with SMTP id g1so3521490qab.13 for ; Wed, 20 Jun 2012 16:02:32 -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:content-transfer-encoding; bh=6SV0Ame3wEh1f8+cBUKqEJH8BfwrTksrW/wKo6aeTuQ=; b=K9AcGHrYivbI9xrJYNwyqpimmki3DwZEcM3HRhzz3S2J2twgCIL/hWeibVHwIjqRZ/ 16neJaFmdmw0Bm2rh9DhxlH7diADYpuK2ZJ5OKYYQRPwmU74opeTH5u6z4mbPLt1kdqR hOgQR3ISRvoqG+/m6j34aOoTnyKCctz6J31GM+fB+KDbaAGinlWF0/RoNZlB2AjF9nLe vyrQ9uBpB1YUDQLbuCJtE8/zr4Lq4zhN8GQYzx55Ic1vxN8vX9Etq4hbcxaljKG2usaW FWW6uJfJpreocpkVLB47NxOaNEe4iCrxhcG7iFj8uJ25NDSnH51y99qp63MLPR+DpiJe cNLg== MIME-Version: 1.0 Received: by 10.224.183.17 with SMTP id ce17mr38575382qab.8.1340232969309; Wed, 20 Jun 2012 15:56:09 -0700 (PDT) Received: by 10.229.81.1 with HTTP; Wed, 20 Jun 2012 15:56:09 -0700 (PDT) In-Reply-To: <566221263.21373.1340225701396.JavaMail.root@sz0192a.westchester.pa.mail.comcast.net> References: <566221263.21373.1340225701396.JavaMail.root@sz0192a.westchester.pa.mail.comcast.net> Date: Wed, 20 Jun 2012 15:56:09 -0700 Message-ID: From: Xin LI To: rondzierwa@comcast.net Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: quoted-printable Cc: freebsd-fs@freebsd.org Subject: Re: ZFS Checksum errors 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, 20 Jun 2012 23:02:38 -0000 On Wed, Jun 20, 2012 at 1:55 PM, wrote: > Steve. > > well, it got done, and it found another anonymous file with errors . any = idea how to get rid of these? Normally you need to "zpool clear zfsPool", and rerun zpool scrub. If you see these numbers growing again, it's likely that there are some other problems with your hardware. The recommended configuration is to use ZFS to manage disks, or at least split your RAID volumes into smaller ones by the way, since otherwise the volume is seen as a "single disk" to ZFS, making it impossible to repair data errors unless you add additional redundancy (zfs set copies=3D2, etc). > > thanks, > ron. > > > > phoenix# zpool status -v zfsPool > pool: zfsPool > state: ONLINE > status: One or more devices has experienced an error resulting in data > corruption. Applications may be affected. > action: Restore the file in question if possible. Otherwise restore the > entire pool from backup. > see: http://www.sun.com/msg/ZFS-8000-8A > scrub: scrub completed after 8h29m with 6276 errors on Wed Jun 20 16:18:0= 1 2012 > config: > > NAME STATE READ WRITE CKSUM > zfsPool ONLINE 0 0 6.17K > da0 ONLINE 0 0 13.0K 1.34M repaired > > errors: Permanent errors have been detected in the following files: > > zfsPool/raid:<0x9e241> > zfsPool/Build:<0x0> > phoenix# > > > > > ----- Original Message ----- > From: "Steven Hartland" > To: rondzierwa@comcast.net, freebsd-fs@freebsd.org > Sent: Wednesday, June 20, 2012 1:58:20 PM > Subject: Re: ZFS Checksum errors > > ----- Original Message ----- > From: > .. > >> zpool status indicates that a file has errors, but doesn't tell me its n= ame: >> >> phoenix# zpool status -v zfsPool >> pool: zfsPool >> state: ONLINE >> status: One or more devices has experienced an error resulting in data >> corruption. Applications may be affected. >> action: Restore the file in question if possible. Otherwise restore the >> entire pool from backup. >> see: http://www.sun.com/msg/ZFS-8000-8A >> scrub: scrub in progress for 5h27m, 18.71% done, 23h42m to go > > Try waiting for the scrub to complete and see if its more helpful after t= hat. > > Regards > Steve > > =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D= =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D > This e.mail is private and confidential between Multiplay (UK) Ltd. and t= he person or entity to whom it is addressed. In the event of misdirection, = the recipient is prohibited from using, copying, printing or otherwise diss= eminating it or any information contained in it. > > In the event of misdirection, illegible or incomplete transmission please= telephone +44 845 868 1337 > or return the E.mail to postmaster@multiplay.co.uk. > > _______________________________________________ > freebsd-fs@freebsd.org mailing list > http://lists.freebsd.org/mailman/listinfo/freebsd-fs > To unsubscribe, send any mail to "freebsd-fs-unsubscribe@freebsd.org" --=20 Xin LI https://www.delphij.net/ FreeBSD - The Power to Serve! Live free or die