From owner-freebsd-stable@FreeBSD.ORG Sun Jan 9 05:08:49 2011 Return-Path: Delivered-To: freebsd-stable@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id A8E871065674 for ; Sun, 9 Jan 2011 05:08:49 +0000 (UTC) (envelope-from amvandemore@gmail.com) Received: from mail-fx0-f54.google.com (mail-fx0-f54.google.com [209.85.161.54]) by mx1.freebsd.org (Postfix) with ESMTP id 36E448FC13 for ; Sun, 9 Jan 2011 05:08:48 +0000 (UTC) Received: by fxm16 with SMTP id 16so18021207fxm.13 for ; Sat, 08 Jan 2011 21:08:48 -0800 (PST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=gamma; h=domainkey-signature:mime-version:received:received:in-reply-to :references:date:message-id:subject:from:to:cc:content-type; bh=MY3Q3jKIMgWsD8R85IUIOChJix66xcaKslLqtGs4GgE=; b=gV5lLbcaCSvU9ssvQIw6qRCke7EgH3SB+A1xr4lawz3L8kePkO5jayjbiv7r02SLiz BFleQN/PJ+4jxuT/jqvSR7QFeVGSpNR9jAFaedJit7UajJdpsotFlp7CkBgPQPPkuSCs wWqLo7KDW+23asBSW3YHlb/gyLOmm6dKbygC4= DomainKey-Signature: a=rsa-sha1; c=nofws; d=gmail.com; s=gamma; h=mime-version:in-reply-to:references:date:message-id:subject:from:to :cc:content-type; b=jPuIN9wiuye34o4+lJ/kqjswZImeXmnJ113t0ghvJJpHWduKWtwk41gz5OhdOu3edp G+heJmbzSfEPegowX8YnQF3esyG5esBCklacPojEQCl19S1Ila9B3f3XTk6Da/3c25Lp XpMwWtoF06nezTe2efjmNcNn/Qe+9d58OFwUE= MIME-Version: 1.0 Received: by 10.223.97.78 with SMTP id k14mr1468977fan.89.1294549727656; Sat, 08 Jan 2011 21:08:47 -0800 (PST) Received: by 10.223.114.4 with HTTP; Sat, 8 Jan 2011 21:08:47 -0800 (PST) In-Reply-To: References: Date: Sat, 8 Jan 2011 23:08:47 -0600 Message-ID: From: Adam Vande More To: Jean-Yves Avenard Content-Type: text/plain; charset=ISO-8859-1 X-Content-Filtered-By: Mailman/MimeDel 2.1.5 Cc: freebsd-stable@freebsd.org Subject: Re: faulted zpool , do not resilver X-BeenThere: freebsd-stable@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Production branch of FreeBSD source code List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 09 Jan 2011 05:08:49 -0000 On Sat, Jan 8, 2011 at 10:49 PM, Jean-Yves Avenard wrote: > Any pointers on what I should do now? > > All my data seems fine :( > The web page mentioned in the error message contains further info, have you reviewed that? (argh, I see it's behind a login now, that's a recent change). This should be it's equivalent: http://dlc.sun.com/osol/docs/content/ZFSADMIN/gbbwl.html One way the meta data corruption can occur is the hard drive lies to ZFS when it issues a cache flush. If the device says it did and in reality it didn't and there was a power outage this type of corruption can occur. http://mail.opensolaris.org/pipermail/zfs-discuss/2010-January/035740.html -- Adam Vande More