From owner-freebsd-stable@FreeBSD.ORG Mon Sep 21 20:01:25 2009 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 10328106566B for ; Mon, 21 Sep 2009 20:01:25 +0000 (UTC) (envelope-from christof.schulze@gmx.com) Received: from mail.gmx.com (unknown [213.165.64.42]) by mx1.freebsd.org (Postfix) with SMTP id 573728FC0C for ; Mon, 21 Sep 2009 20:01:24 +0000 (UTC) Received: (qmail invoked by alias); 21 Sep 2009 20:01:22 -0000 Received: from 98.90.135.212.in-addr.arpa (EHLO klausdieter0815.dyndns.org) [212.135.90.98] by mail.gmx.com (mp-eu005) with SMTP; 21 Sep 2009 22:01:22 +0200 X-Authenticated: #56306756 X-Provags-ID: V01U2FsdGVkX1+L+rYhGZ6LtohE2aP46LEmEKX1yMYI/KMulFf9cv lNyCFtGbV1t+ZK Received: by myhost.mydomain.de (Postfix, from userid 1001) id 43B8385; Mon, 21 Sep 2009 22:01:21 +0200 (CEST) From: Christof Schulze To: freebsd-stable@freebsd.org Date: Mon, 21 Sep 2009 22:01:20 +0200 User-Agent: KMail/1.12.0 (FreeBSD/7.2-STABLE; KDE/4.3.0; amd64; ; ) References: <200909202342.22881.christof.schulze@gmx.com> In-Reply-To: MIME-Version: 1.0 Content-Type: Text/Plain; charset="iso-8859-1" Content-Transfer-Encoding: 7bit Message-Id: <200909212201.21133.christof.schulze@gmx.com> X-Y-GMX-Trusted: 0 X-FuHaFi: 0.7 Subject: Re: zpool scrub hangs on 7.2-stable 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: Mon, 21 Sep 2009 20:01:25 -0000 Am Montag 21 September 2009 00:10:39 schrieb Artem Belevich: > Do you have ZIL disabled? I think I saw the same scrub stall on -7 > when I had vfs.zfs.zil_disable=1. After re-enabling ZIL scrub > proceeded normally. zil is not disabled % sysctl vfs.zfs.zil_disable vfs.zfs.zil_disable: 0 but thank you for the hint Regards Christof