From owner-freebsd-geom@FreeBSD.ORG Tue Nov 3 03:40:04 2009 Return-Path: Delivered-To: freebsd-geom@hub.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id ED4981065693 for ; Tue, 3 Nov 2009 03:40:04 +0000 (UTC) (envelope-from gnats@FreeBSD.org) Received: from freefall.freebsd.org (freefall.freebsd.org [IPv6:2001:4f8:fff6::28]) by mx1.freebsd.org (Postfix) with ESMTP id DC6868FC08 for ; Tue, 3 Nov 2009 03:40:04 +0000 (UTC) Received: from freefall.freebsd.org (localhost [127.0.0.1]) by freefall.freebsd.org (8.14.3/8.14.3) with ESMTP id nA33e4ua098444 for ; Tue, 3 Nov 2009 03:40:04 GMT (envelope-from gnats@freefall.freebsd.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.14.3/8.14.3/Submit) id nA33e4nw098443; Tue, 3 Nov 2009 03:40:04 GMT (envelope-from gnats) Date: Tue, 3 Nov 2009 03:40:04 GMT Message-Id: <200911030340.nA33e4nw098443@freefall.freebsd.org> To: freebsd-geom@FreeBSD.org From: Lucas Reddinger Cc: Subject: Re: kern/120231: [geom] GEOM_CONCAT error adding second drive X-BeenThere: freebsd-geom@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list Reply-To: Lucas Reddinger List-Id: GEOM-specific discussions and implementations List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 03 Nov 2009 03:40:05 -0000 The following reply was made to PR kern/120231; it has been noted by GNATS. From: Lucas Reddinger To: freebsd-geom@freebsd.org, bug-followup@freebsd.org, taosecurity@gmail.com Cc: wlw-atlas Subject: Re: kern/120231: [geom] GEOM_CONCAT error adding second drive Date: Mon, 2 Nov 2009 20:01:06 -0700 http://www.freebsd.org/cgi/query-pr.cgi?pr=3D120231 I'm having the same problem, but I'm wondering about an alternative workaround. Is it possible to remove all partitions, only leaving ``c'', so that geom will only attempt to add the whole disk and not any other partition as well? For example, I have: atlas% sudo bsdlabel /dev/stripe/gs9 # /dev/stripe/gs9: 8 partitions: #=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0 size=C2=A0=C2=A0 offset=C2=A0= =C2=A0=C2=A0 fstype=C2=A0=C2=A0 [fsize bsize bps/cpg] =C2=A0 a: 2500527423=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0 16=C2=A0=C2=A0=C2= =A0 4.2BSD=C2=A0=C2=A0=C2=A0=C2=A0 2048 16384 28552 =C2=A0 c: 2500527439=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0 0=C2=A0=C2= =A0=C2=A0 unused=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0 0=C2=A0=C2=A0=C2= =A0=C2=A0 0=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0 # "raw" part, don't edit Can I remove the ``a'' partition, only leaving ``c'', so that geom only tries to add /dev/stripe/gs9 to /dev/concat/gc9, and not /dev/stripe/gs9a as well? GEOM_CONCAT: Device gc9 created (id=3D3563333761). GEOM_CONCAT: Disk stripe/gs9 attached to gc9. GEOM_CONCAT: Device gc9 activated. GEOM_LABEL: Label for provider stripe/gs9 is ufsid/4aece8d6fd9650d6. GEOM_LABEL: Label for provider stripe/gs9a is ufsid/4aeceb954b2a81d6. GEOM_CONCAT: Cannot add disk ufsid/4aece8d6fd9650d6 to gc9 (error=3D17). I appreciate any responses. Thank you! Lucas Reddinger