From owner-freebsd-geom@FreeBSD.ORG Wed Oct 12 22:08:41 2005 Return-Path: X-Original-To: freebsd-geom@freebsd.org Delivered-To: freebsd-geom@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 9190316A41F for ; Wed, 12 Oct 2005 22:08:41 +0000 (GMT) (envelope-from josh@oplink.net) Received: from mail.oplnk.net (smtp.oplink.net [216.90.3.140]) by mx1.FreeBSD.org (Postfix) with ESMTP id CE79B43D46 for ; Wed, 12 Oct 2005 22:08:40 +0000 (GMT) (envelope-from josh@oplink.net) Received: from localhost (localhost [127.0.0.1]) by mail.oplnk.net (Postfix) with ESMTP id 741A1762DD8 for ; Wed, 12 Oct 2005 17:08:34 -0500 (CDT) Received: from mail.oplnk.net ([127.0.0.1]) by localhost (mail [127.0.0.1]) (amavisd-new, port 10024) with ESMTP id 14452-07 for ; Wed, 12 Oct 2005 17:08:34 -0500 (CDT) Received: from devious.oplink.net (devious.oplink.net [216.90.3.155]) by mail.oplnk.net (Postfix) with SMTP id 54762762D26 for ; Wed, 12 Oct 2005 17:08:34 -0500 (CDT) Date: Wed, 12 Oct 2005 17:08:53 -0500 From: Joshua Bell To: freebsd-geom@freebsd.org Message-Id: <20051012170853.00097b64.josh@oplink.net> In-Reply-To: References: <20051012153312.71befe49.josh@oplink.net> Organization: Optimal Link X-Mailer: Sylpheed version 2.0.2 (GTK+ 2.6.10; i386-portbld-freebsd6.0) Mime-Version: 1.0 Content-Type: text/plain; charset=US-ASCII Content-Transfer-Encoding: 7bit X-Virus-and-Spam-Scanned: by oplink.net email shield Subject: Re: GEOM causes kernel panic 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: Wed, 12 Oct 2005 22:08:41 -0000 I have 3 spindles, which have 3 partitions. (1 swap, 1 `/` backup, and the reset is for the raid). Config file: drive d1 device /dev/ad4s1d drive d2 device /dev/ad6s1e drive d3 device /dev/ad8s1e drive d4 device /dev/ad10s1e volume raid plex org raid5 433k sd length 512m drive d1 sd length 512m drive d2 sd length 512m drive d3 sd length 512m drive d4 `gvinum list` 4 drives: D d1 State: up /dev/ad4s1d A: 0/232328 MB (0%) D d2 State: up /dev/ad6s1e A: 0/232328 MB (0%) D d3 State: up /dev/ad8s1e A: 0/232328 MB (0%) D d4 State: up /dev/ad10s1e A: 0/232328 MB (0%) 1 volume: V raid State: up Plexes: 1 Size: 680 GB 1 plex: P raid.p0 R5 State: up Subdisks: 4 Size: 680 GB 4 subdisks: S raid.p0.s0 State: up D: d1 Size: 226 GB S raid.p0.s1 State: up D: d2 Size: 226 GB S raid.p0.s2 State: up D: d3 Size: 226 GB S raid.p0.s3 State: up D: d4 Size: 226 GB >From this state, if I do anything like `gvinum start` it panics and reboots. If I am at console, I can see an errors, but unable to 'catch' all of it. On Wed, 12 Oct 2005 23:21:06 +0200 Lukas Ertl wrote: > On Wed, 12 Oct 2005, Joshua Bell wrote: > > > When ever I try to transfer large filesets to the raid after getting it > > setup and mounted, the server panics and reboots. Once the server is > > back online, the raid is set in `stale` and the kernel panics if I try > > to start the raid up. > > I suppose you're talking about a geom_vinum RAID. How does your setup > look like? > > cheers, > le > > -- > Lukas Ertl http://homepage.univie.ac.at/l.ertl/ > le@FreeBSD.org http://people.freebsd.org/~le/ > _______________________________________________ > freebsd-geom@freebsd.org mailing list > http://lists.freebsd.org/mailman/listinfo/freebsd-geom > To unsubscribe, send any mail to "freebsd-geom-unsubscribe@freebsd.org"