From owner-freebsd-current@FreeBSD.ORG Wed Dec 15 15:28:05 2010 Return-Path: Delivered-To: freebsd-current@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 45C40106564A for ; Wed, 15 Dec 2010 15:28:05 +0000 (UTC) (envelope-from freebsd-current@m.gmane.org) Received: from lo.gmane.org (lo.gmane.org [80.91.229.12]) by mx1.freebsd.org (Postfix) with ESMTP id ED36A8FC17 for ; Wed, 15 Dec 2010 15:28:04 +0000 (UTC) Received: from list by lo.gmane.org with local (Exim 4.69) (envelope-from ) id 1PStGs-0005Ve-CS for freebsd-current@freebsd.org; Wed, 15 Dec 2010 16:28:02 +0100 Received: from 213.202.123.54 ([213.202.123.54]) by main.gmane.org with esmtp (Gmexim 0.1 (Debian)) id 1AlnuQ-0007hv-00 for ; Wed, 15 Dec 2010 16:28:02 +0100 Received: from ivoras by 213.202.123.54 with local (Gmexim 0.1 (Debian)) id 1AlnuQ-0007hv-00 for ; Wed, 15 Dec 2010 16:28:02 +0100 X-Injected-Via-Gmane: http://gmane.org/ To: freebsd-current@freebsd.org From: Ivan Voras Date: Wed, 15 Dec 2010 16:27:55 +0100 Lines: 33 Message-ID: References: <4D08B21B.5090000@ukr.net> <4D08BC09.3000801@freebsd.org> <4D08BE7D.2030700@ukr.net> <4D08CC18.7050908@ukr.net> <4D08DBC5.30003@freebsd.org> Mime-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: 7bit X-Complaints-To: usenet@dough.gmane.org X-Gmane-NNTP-Posting-Host: 213.202.123.54 User-Agent: Mozilla/5.0 (Windows; U; Windows NT 5.1; en-US; rv:1.9.2.12) Gecko/20101027 Lightning/1.0b2 Thunderbird/3.1.6 In-Reply-To: <4D08DBC5.30003@freebsd.org> Cc: freebsd-geom@freebsd.org Subject: Re: Low speed disk subsystem after the upgrade 8.1-STABLE-201011 --> 9-CURRENT X-BeenThere: freebsd-current@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Discussions about the use of FreeBSD-current List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 15 Dec 2010 15:28:05 -0000 On 15.12.2010 16:16, Andriy Gapon wrote: > on 15/12/2010 16:25 Olivier Smedts said the following: >> 2010/12/15 Vladislav V. Prodan : >>> 15.12.2010 15:11, Vladislav V. Prodan wrote: >>> >>>> Now try to attach a screenshot. >>>> >>>> >>> >>> http://img576.imageshack.us/i/dsc00563u.jpg/ >> >> ad6: TIMEOUT - READ_DMA retrying (1 retry left) LBA=8638372 >> >> Maybe installkernel/installworld copied files on bad clusters, they >> were previously bad but you notice only now that there are system >> files on them... > > This indeed looks like a problem caused by disk. > There shouldn't have been the panic though ("bio_completed can't be greater than > bio_length"). > It's a possible geom or ad driver problem. > What is your geom topology on this system? > > Changing cc: from fs@ to geom@. Agreed, looks like hardware or driver issue, but AFAIK 8 and HEAD have pretty much the same ATA drivers, MFC-ed often. Maybe it's something trivial - nudged cables or a power supply gone accidentally bad. Just for a test, can you try running with AHCI here? (ahci_load=YES in loader.conf; note that it will rename devices; don't know if ZFS root can handle it).