From owner-freebsd-stable@FreeBSD.ORG Thu Oct 7 12:35:29 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 149AE1065674 for ; Thu, 7 Oct 2010 12:35:29 +0000 (UTC) (envelope-from freebsd-stable@m.gmane.org) Received: from lo.gmane.org (lo.gmane.org [80.91.229.12]) by mx1.freebsd.org (Postfix) with ESMTP id BED6C8FC1A for ; Thu, 7 Oct 2010 12:35:28 +0000 (UTC) Received: from list by lo.gmane.org with local (Exim 4.69) (envelope-from ) id 1P3ph1-0007sj-Lb for freebsd-stable@freebsd.org; Thu, 07 Oct 2010 14:35:27 +0200 Received: from lara.cc.fer.hr ([161.53.72.113]) by main.gmane.org with esmtp (Gmexim 0.1 (Debian)) id 1AlnuQ-0007hv-00 for ; Thu, 07 Oct 2010 14:35:27 +0200 Received: from ivoras by lara.cc.fer.hr with local (Gmexim 0.1 (Debian)) id 1AlnuQ-0007hv-00 for ; Thu, 07 Oct 2010 14:35:27 +0200 X-Injected-Via-Gmane: http://gmane.org/ To: freebsd-stable@freebsd.org From: Ivan Voras Date: Thu, 07 Oct 2010 14:35:31 +0200 Lines: 19 Message-ID: References: <20101007121558.GA70199@zibbi.meraka.csir.co.za> Mime-Version: 1.0 Content-Type: text/plain; charset=UTF-8; format=flowed Content-Transfer-Encoding: 7bit X-Complaints-To: usenet@dough.gmane.org X-Gmane-NNTP-Posting-Host: lara.cc.fer.hr User-Agent: Mozilla/5.0 (X11; U; FreeBSD amd64; en-US; rv:1.9.1.9) Gecko/20100518 Thunderbird/3.0.4 In-Reply-To: <20101007121558.GA70199@zibbi.meraka.csir.co.za> X-Enigmail-Version: 1.0.1 Subject: Re: zfs hang in zio->io_cv) with dd read 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: Thu, 07 Oct 2010 12:35:29 -0000 On 10/07/10 14:15, John Hay wrote: > Hi, > > I got hold of a SunFire X4500 with 48 X 500G disks and thought to try > FreeBSD 8-stable with zfs on it. > > I have setup the two boot disks in a zfs mirror and then the rest in > a pool of 6 X raidz2 of 7 disks each. > > I have created a 10G file with dd in the second pool, but if I try to read > it with dd, dd will hang in "zio->io_cv)" according to ^T. This happens > everytime. The first time I saw messages about an interrupt storm, so I > have put "hw.intr_storm_threshold=10000" in /etc/sysctl.conf. According to > "systat -vm 1" there is atapci for 2-3 seconds and then it is quiet. There are two things you could try: 1) use the AHCI driver (ahci_load="YES" in /boot/loader.conf) and 2) disable superpages, they don't get along on a few models of Opterons (vm.pmap.pg_ps_enabled=0 in /boot/loader.conf).