From owner-freebsd-stable@FreeBSD.ORG Tue Nov 16 07:48:27 2010 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 B200C1065670; Tue, 16 Nov 2010 07:48:27 +0000 (UTC) (envelope-from freebsd@deman.com) Received: from cp11.openaccess.org (cp11.openaccess.org [66.114.41.130]) by mx1.freebsd.org (Postfix) with ESMTP id 944A98FC15; Tue, 16 Nov 2010 07:48:27 +0000 (UTC) Received: from mono-sis1.s.bli.openaccess.org ([66.114.32.149] helo=[192.168.2.248]) by cp11.openaccess.org with esmtpsa (TLSv1:AES128-SHA:128) (Exim 4.69) (envelope-from ) id 1PIGHK-0002Sj-9G; Mon, 15 Nov 2010 23:48:34 -0800 Mime-Version: 1.0 (Apple Message framework v1082) Content-Type: text/plain; charset=us-ascii From: Michael DeMan In-Reply-To: <01NUB3IOMZJW00BNN4@tmk.com> Date: Mon, 15 Nov 2010 23:48:26 -0800 Content-Transfer-Encoding: quoted-printable Message-Id: <816D59CD-1BAF-4331-BEAD-67CEADCE4EF9@deman.com> References: <01NUB1F8POL000BNN4@tmk.com> <01NUB3IOMZJW00BNN4@tmk.com> To: Terry Kennedy X-Mailer: Apple Mail (2.1082) X-AntiAbuse: This header was added to track abuse, please include it with any abuse report X-AntiAbuse: Primary Hostname - cp11.openaccess.org X-AntiAbuse: Original Domain - freebsd.org X-AntiAbuse: Originator/Caller UID/GID - [47 12] / [47 12] X-AntiAbuse: Sender Address Domain - deman.com X-Source: X-Source-Args: X-Source-Dir: Cc: freebsd-fs@freebsd.org, freebsd-stable@freebsd.org Subject: Re: ZFS panic after replacing log device 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: Tue, 16 Nov 2010 07:48:27 -0000 Hi, sorry for not completely digesting your original post. I would say it is definitely very odd that writes are a problem. Sounds = like it might be a hardware problem. Is it possible to export the pool, = remove the ZIL and re-import it? I myself would be pretty nervous = trying that, but it would help isolate the problem? If you can risk it. On Nov 15, 2010, at 11:01 PM, Terry Kennedy wrote: > Also note that multiple scrubs pass with no errors detected - it is = only > writes that trigger the panic. It looks like something isn't being = cleaned > up in the clear / replace path.