From owner-freebsd-stable@FreeBSD.ORG Tue Apr 8 18:46:46 2014 Return-Path: Delivered-To: freebsd-stable@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [8.8.178.115]) (using TLSv1 with cipher ADH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTPS id DBE493A7 for ; Tue, 8 Apr 2014 18:46:46 +0000 (UTC) Received: from potato.growveg.org (potato.growveg.org [62.49.247.163]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id 921711488 for ; Tue, 8 Apr 2014 18:46:46 +0000 (UTC) Received: from john by potato.growveg.org with local (Exim 4.82 (FreeBSD)) (envelope-from ) id 1WXb2Y-0009X8-Rn for freebsd-stable@freebsd.org; Tue, 08 Apr 2014 19:46:34 +0100 Date: Tue, 8 Apr 2014 19:46:34 +0100 From: John To: freebsd-stable@freebsd.org Subject: Re: GEOM_CONCAT odd behaviour Message-ID: <20140408184634.GB34915@potato.growveg.org> Mail-Followup-To: freebsd-stable@freebsd.org References: <20140408123250.GA34915@potato.growveg.org> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: User-Agent: Mutt/1.5.23 (2014-03-12) Sender: John X-SA-Exim-Connect-IP: X-SA-Exim-Mail-From: john@potato.growveg.org X-SA-Exim-Scanned: No (on potato.growveg.org); SAEximRunCond expanded to false X-BeenThere: freebsd-stable@freebsd.org X-Mailman-Version: 2.1.17 Precedence: list Reply-To: freebsd-stable@freebsd.org List-Id: Production branch of FreeBSD source code List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 08 Apr 2014 18:46:46 -0000 On Tue, Apr 08, 2014 at 01:41:33PM -0400, illoai@gmail.com wrote: > > AFIK, geom_* stuff works by magic: the module "tastes" > the last sectors of the disk, & then tries its damnedest to > attach it to an appropriate thingy (concat, stripe, label, > whatnot) based on the metadata. > > It looks like it's finding the geom metadata twice & trying > to attach the same disk(s) to the geom_concat twice, & > failing the second time. yeah - might be significant that this started (on another machine) after the upgrade from 9.2 to 10-R. In any case, loading the module via loader.conf will work. It's just that it used to work by compiling it into the kernel. cheers, -- John