From owner-freebsd-stable@FreeBSD.ORG Sun Mar 7 11:29:15 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 D9A2C106564A for ; Sun, 7 Mar 2010 11:29:15 +0000 (UTC) (envelope-from torfing@broadpark.no) Received: from eterpe-smout.broadpark.no (eterpe-smout.broadpark.no [80.202.8.16]) by mx1.freebsd.org (Postfix) with ESMTP id 9503D8FC1C for ; Sun, 7 Mar 2010 11:29:15 +0000 (UTC) MIME-version: 1.0 Content-transfer-encoding: 7BIT Content-type: text/plain; CHARSET=US-ASCII Received: from ignis-smin.broadpark.no ([unknown] [80.202.8.11]) by eterpe-smout.broadpark.no (Sun Java(tm) System Messaging Server 7u3-12.01 64bit (built Oct 15 2009)) with ESMTP id <0KYW00J24T8PG870@eterpe-smout.broadpark.no> for freebsd-stable@freebsd.org; Sun, 07 Mar 2010 12:29:13 +0100 (CET) Received: from kg-v2.kg4.no ([unknown] [80.203.92.186]) by ignis-smin.broadpark.no (Sun Java(tm) System Messaging Server 7u3-12.01 64bit (built Oct 15 2009)) with SMTP id <0KYW00F3WT8PDYF0@ignis-smin.broadpark.no> for freebsd-stable@freebsd.org; Sun, 07 Mar 2010 12:29:13 +0100 (CET) Date: Sun, 07 Mar 2010 12:29:13 +0100 From: Torfinn Ingolfsen To: freebsd-stable@freebsd.org Message-id: <20100307122913.2f634018.torfinn.ingolfsen@broadpark.no> In-reply-to: <20100306141944.95ec8cb6.torfinn.ingolfsen@broadpark.no> References: <20100131144217.ca08e965.torfinn.ingolfsen@broadpark.no> <20100306141944.95ec8cb6.torfinn.ingolfsen@broadpark.no> X-Mailer: Sylpheed 2.7.1 (GTK+ 2.18.7; amd64-portbld-freebsd8.0) X-Face: "t9w2,-X@O^I`jVW\sonI3.,36KBLZE*AL[y9lL[PyFD*r_S:dIL9c[8Y>V42R0"!"yb_zN,f#%.[PYYNq; m"_0v; ~rUM2Yy!zmkh)3&U|u!=T(zyv,MHJv"nDH>OJ`t(@mil461d_B'Uo|'nMwlKe0Mv=kvV?Nh@>Hb<3s_z2jYgZhPb@?Wi^x1a~Hplz1.zH Subject: Re: panic - sleeping thread on FreeBSD 8.0-stable / amd64 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: Sun, 07 Mar 2010 11:29:15 -0000 On Sat, 06 Mar 2010 14:19:44 +0100 Torfinn Ingolfsen wrote: > However, the storage pool is not: > root@kg-f2# zpool status storage > pool: storage > state: UNAVAIL > status: One or more devices are faulted in response to IO failures. > action: Make sure the affected devices are connected, then run 'zpool clear'. > see: http://www.sun.com/msg/ZFS-8000-HC > scrub: scrub completed after 0h0m with 0 errors on Fri Mar 5 18:36:17 2010 > config: > > NAME STATE READ WRITE CKSUM > storage UNAVAIL 0 3 0 insufficient replicas > raidz1 UNAVAIL 0 0 0 insufficient replicas > ad8 ONLINE 0 0 0 > ad10 REMOVED 0 0 0 > ad12 REMOVED 0 0 0 > ad14 ONLINE 0 0 0 > ada0 ONLINE 0 0 0 > > errors: 2 data errors, use '-v' for a list After a reboot, things look like this: root@kg-f2# atacontrol list ATA channel 0: Master: no device present Slave: no device present ATA channel 2: Master: ad4 SATA revision 2.x Slave: no device present ATA channel 3: Master: ad6 SATA revision 2.x Slave: no device present ATA channel 4: Master: ad8 SATA revision 2.x Slave: no device present ATA channel 5: Master: ad10 SATA revision 2.x Slave: no device present ATA channel 6: Master: ad12 SATA revision 2.x Slave: no device present ATA channel 7: Master: ad14 SATA revision 2.x Slave: no device present root@kg-f2# zpool status storage pool: storage state: ONLINE scrub: none requested config: NAME STATE READ WRITE CKSUM storage ONLINE 0 0 0 raidz1 ONLINE 0 0 0 ad8 ONLINE 0 0 0 ad10 ONLINE 0 0 0 ad12 ONLINE 0 0 0 ad14 ONLINE 0 0 0 ada0 ONLINE 0 0 0 errors: No known data errors and after a scrub: root@kg-f2# zpool scrub storage root@kg-f2# zpool status storage pool: storage state: ONLINE scrub: scrub completed after 0h0m with 0 errors on Sun Mar 7 12:28:31 2010 config: NAME STATE READ WRITE CKSUM storage ONLINE 0 0 0 raidz1 ONLINE 0 0 0 ad8 ONLINE 0 0 0 ad10 ONLINE 0 0 0 ad12 ONLINE 0 0 0 ad14 ONLINE 0 0 0 ada0 ONLINE 0 0 0 errors: No known data errors -- Torfinn