From owner-freebsd-fs@FreeBSD.ORG Wed Aug 25 00:25:04 2010 Return-Path: Delivered-To: freebsd-fs@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 1E74610656AA for ; Wed, 25 Aug 2010 00:25:04 +0000 (UTC) (envelope-from alangrow@gmail.com) Received: from mail-yw0-f54.google.com (mail-yw0-f54.google.com [209.85.213.54]) by mx1.freebsd.org (Postfix) with ESMTP id 424FB8FC08 for ; Wed, 25 Aug 2010 00:25:02 +0000 (UTC) Received: by ywt2 with SMTP id 2so21288ywt.13 for ; Tue, 24 Aug 2010 17:25:02 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=gamma; h=domainkey-signature:received:received:date:from:to:subject :message-id:mime-version:content-type:content-disposition:user-agent; bh=6D/WXgQ9bmTH9Ki8yd4BUNQpLzzNtDH//Yj7gbiuWY8=; b=c27J1lPUnb9IDThgV7L9uAJMRpun7ydllhNlFCB8HpvNjk7UQCunug+HBVy5vg337e 49xtcE4dgOjVgDxG3l55wUFg1jp80Fouaz5OQJWc/2E6J98sBlzWraPEaRgFvseigOhq M6L+fWVZD6DtukhuyCP7bOIVtL8V6jiex4ey4= DomainKey-Signature: a=rsa-sha1; c=nofws; d=gmail.com; s=gamma; h=date:from:to:bcc:subject:message-id:mime-version:content-type :content-disposition:user-agent; b=tTFpZy5lVUxNEUa+uUUxIe2zGGPdt28bmyiI86oL5A7JxoBbvMtpzOwDTj+gqP6A2s PMiT1s2II6IR3zWviE2fyeRlc+rhC7jHg1922CGWBXihGdDf2vvf0C/N65i4xGuMu3VM AkLHE+84cvIipoADO1jwK38rzrou4+mhE22kc= Received: by 10.101.185.6 with SMTP id m6mr8185984anp.22.1282694387367; Tue, 24 Aug 2010 16:59:47 -0700 (PDT) Received: from scalar (pool-71-248-132-20.dllstx.dsl-w.verizon.net [71.248.132.20]) by mx.google.com with ESMTPS id p16sm879387anh.35.2010.08.24.16.59.45 (version=TLSv1/SSLv3 cipher=RC4-MD5); Tue, 24 Aug 2010 16:59:46 -0700 (PDT) Date: Tue, 24 Aug 2010 19:59:43 -0400 From: Alan Grow To: freebsd-fs@freebsd.org Message-ID: <20100824235943.GD3287@gmail.com> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline User-Agent: Mutt/1.5.20 (2009-06-14) Subject: processes stuck in "zfs" state when opening a directory 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, 25 Aug 2010 00:25:04 -0000 Hello, After a recent bout of intense filesystem activity, processes on an 8.0-RELEASE box are getting stuck in the "zfs" state when they try to open a certain directory. A zfs scrub shows no errors. Neither does smartctl. Nothing in the system logs. Is there anything I can do to help narrow down the problem? Unfortunately I don't have console access. Thanks, -Alan