From owner-freebsd-current@FreeBSD.ORG Tue Jun 15 15:46:40 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 96C8116A4CE; Tue, 15 Jun 2004 15:46:40 +0000 (GMT) Received: from ion.gank.org (ion.gank.org [69.55.238.164]) by mx1.FreeBSD.org (Postfix) with ESMTP id 4C2A843D53; Tue, 15 Jun 2004 15:46:40 +0000 (GMT) (envelope-from craig@xfoil.gank.org) Received: from owen1492.uf.corelab.com (pix.corelab.com [12.45.169.2]) by ion.gank.org (mail) with ESMTP id 1E8D52B1FE; Tue, 15 Jun 2004 10:46:32 -0500 (CDT) From: Craig Boston To: freebsd-current@freebsd.org Date: Tue, 15 Jun 2004 10:46:27 -0500 User-Agent: KMail/1.6.2 References: <20040612232725.N35614@leelou.in.tern> In-Reply-To: <20040612232725.N35614@leelou.in.tern> MIME-Version: 1.0 Content-Disposition: inline Content-Type: text/plain; charset="iso-8859-1" Content-Transfer-Encoding: 7bit Message-Id: <200406151046.27093.craig@xfoil.gank.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: Tue, 15 Jun 2004 15:46:40 -0000 On Saturday 12 June 2004 04:28 pm, Lukas Ertl wrote: > Bug reports, suggestions, critics and flames are happily awaited, even > more so when they have patches attached. :-) I don't suppose there is any equivalent to the vinum.autostart sysctl, is there? I tried it out on a system that has everything on vinum, including root and swap -- loading geom_vinum from loader. It found _SOME_ of the subdisks on its own during boot, but I got "Root mount failed: 22" when trying ufs:/dev/gvinum/root ? from the root mount prompt listed some of the subdisks and plexes, but not all of them, so I think it's not completely done initializing at the point that root is mounted. If I get some time later I'll try to figure out what's going on. Craig