From owner-freebsd-current@FreeBSD.ORG Wed Jun 16 03:18:27 2004 Return-Path: Delivered-To: freebsd-current@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 672B716A4CE; Wed, 16 Jun 2004 03:18:27 +0000 (GMT) Received: from ion.gank.org (ion.gank.org [69.55.238.164]) by mx1.FreeBSD.org (Postfix) with ESMTP id D153343D1D; Wed, 16 Jun 2004 03:18:26 +0000 (GMT) (envelope-from craig@xfoil.gank.org) Received: from aldaris.auir.gank.org (arbiter.gank.org [64.81.113.221]) by ion.gank.org (mail) with ESMTP id 1473E2CC73; Tue, 15 Jun 2004 22:18:18 -0500 (CDT) From: Craig Boston To: Paul Mather Date: Tue, 15 Jun 2004 22:18:14 -0500 User-Agent: KMail/1.6.2 References: <20040615191702.GA56695@gromit.dlib.vt.edu> <20040615225801.N640@korben.in.tern> <20040615235935.GA57617@gromit.dlib.vt.edu> In-Reply-To: <20040615235935.GA57617@gromit.dlib.vt.edu> MIME-Version: 1.0 Content-Disposition: inline Content-Type: text/plain; charset="iso-8859-1" Content-Transfer-Encoding: 7bit Message-Id: <200406152218.14770.craig@xfoil.gank.org> cc: freebsd-current@FreeBSD.org cc: Lukas Ertl Subject: Re: HEADSUP: geom_vinum committed X-BeenThere: freebsd-current@freebsd.org X-Mailman-Version: 2.1.1 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, 16 Jun 2004 03:18:27 -0000 On Tuesday 15 June 2004 6:59 pm, Paul Mather wrote: > => I've just committed a version that should fix that, could you two please > => cvsup and try again? Given that this is all very experimental, the machine in question is doing a full backup right now :) I should be able to try it out early tomorrow morning. > FOO: sd swap.p1.s0 is up > FOO: sd root.p1.s0 is up > FOO: sd var.p1.s0 is up > FOO: sd usr.p1.s0 is up This is similar to what I was seeing earlier, I got FOO lines for p1 and p2 of the RAID-5 plexes, not for p0. It also noticed p0 and p1 of the root plex (3-way mirror), but not p2... However, I do seem to recall that once the system was up, gvinum showed all of the drives as present and up. However I was unable to actually mount a filesystem -- I assumed it was because I had booted with root as the da0s1a hack (overlapping partition in the label, normally just for loader(8)'s sake) and GEOM didn't appreciate it. FWIW, p0 and p1 reside on IDE disks, and p2 is on SCSI (horrible, I know, but it's just a testbed really). Most of the FOO: messages were printed out right as the pause for SCSI devices to settle _begins_. > => thanks for you patience, :-) > > Thanks for working on this. Agreed! I've been looking forward to this :) Craig