From owner-freebsd-geom@FreeBSD.ORG Sun Nov 30 20:45:36 2008 Return-Path: Delivered-To: freebsd-geom@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 9335D1065670 for ; Sun, 30 Nov 2008 20:45:36 +0000 (UTC) (envelope-from Hilko.Meyer@gmx.de) Received: from mail.gmx.net (mail.gmx.net [213.165.64.20]) by mx1.freebsd.org (Postfix) with SMTP id F163E8FC12 for ; Sun, 30 Nov 2008 20:45:35 +0000 (UTC) (envelope-from Hilko.Meyer@gmx.de) Received: (qmail invoked by alias); 30 Nov 2008 20:18:54 -0000 Received: from p57A2CF82.dip.t-dialin.net (EHLO schrein.Speedport_W_700V) [87.162.207.130] by mail.gmx.net (mp030) with SMTP; 30 Nov 2008 21:18:54 +0100 X-Authenticated: #749823 X-Provags-ID: V01U2FsdGVkX1+Pc6EPZUmPi6t3MsFTcvJlgruYLEC0oiMqbZO2Es 1CPemvz24q8+22 From: Hilko Meyer To: Ulf Lilleengen Date: Sun, 30 Nov 2008 21:18:24 +0100 Message-ID: References: <20081130153558.GA2120@nobby.lan> In-Reply-To: <20081130153558.GA2120@nobby.lan> X-Mailer: Forte Agent 1.93/32.576 English (American) MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: quoted-printable X-Y-GMX-Trusted: 0 X-FuHaFi: 0.57 Cc: adnan@hochpass.uni-hannover.de, freebsd-geom@freebsd.org Subject: Re: System freeze with gvinum X-BeenThere: freebsd-geom@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: GEOM-specific discussions and implementations List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 30 Nov 2008 20:45:36 -0000 Ulf Lilleengen schrieb: >On Sat, Nov 29, 2008 at 11:47:59PM +0100, Hilko Meyer wrote: >>=20 >> I've tried to set up a raid-5 over three disks with gvinum today with = this >> gvinum.conf: >>=20 >> drive sata1 device /dev/ad4 >> drive sata2 device /dev/ad5 >> drive sata3 device /dev/ad6 >>=20 >> volume homes_raid5 >> plex org raid5 512k >> sd length 238465m drive sata1 >> sd length 238465m drive sata2 >> sd length 238465m drive sata3 >> volume dump_raid5 >> plex org raid5 512k >> sd length 238465m drive sata1 >> sd length 238465m drive sata2 >> sd length 238465m drive sata3 >>=20 >> Every time I tried to run newfs on one of the volumes it stucked and = the >> complete system freezed, so I cannot provide a coredump. The system = runs=20 >> 6.4-RELEASE that was compiled today. What can I do to debug this = problem? >>=20 >Hmm, do you have any console output before the freeze? Such as g_* = messages? Unfortunately nothing. >This might be a gvinum bug, but can also be a problem with the sata = driver. How can I test the sata driver? After writing the mail yesterday we used dump|restore to copy several gigabytes to ad4s1a and no problems occured in this test. >> Involved hardware: >> atapci0: >> ad4: 476940MB at ata2-master UDMA33 >> ad5: 476940MB at ata2-slave UDMA33 >> ad6: 476940MB at ata3-master UDMA33 >>=20 >> BTW: That are SATA-disks. Why they are reported as UDMA33? >Seems weird. Maybe there are some bios settings turning of AHCI-mode? Ah, I think I know were to look for that. I'll try tomorrow. bye, Hilko