From owner-freebsd-geom@FreeBSD.ORG Tue Nov 3 03:31:10 2009 Return-Path: Delivered-To: freebsd-geom@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 4E085106566B; Tue, 3 Nov 2009 03:31:10 +0000 (UTC) (envelope-from lucasreddinger@gmail.com) Received: from mail-pz0-f202.google.com (mail-pz0-f202.google.com [209.85.222.202]) by mx1.freebsd.org (Postfix) with ESMTP id 1D9A68FC0A; Tue, 3 Nov 2009 03:31:09 +0000 (UTC) Received: by pzk40 with SMTP id 40so3638292pzk.7 for ; Mon, 02 Nov 2009 19:31:09 -0800 (PST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=gamma; h=domainkey-signature:mime-version:sender:received:date :x-google-sender-auth:message-id:subject:from:to:cc:content-type :content-transfer-encoding; bh=ugugV4zLjHGEbnG7EeI465BgYq4/hX3dX32dz/bt1bY=; b=e0erFNNBXdNfkEdXKx4fMcmcvOV+YVK2Ka253BR/XvGt111GLH22PSjvQ1RZNV4cqn rQMY61URTItYaXp+WUqV0Yll5HR6LnBrxthQ1gqBZlMhL3V/2cn6OUEHh7MHZFzUHQa5 bXZ0rmnkZuQRIN6vAKbFRPAY9AOJLLdeJKs+g= DomainKey-Signature: a=rsa-sha1; c=nofws; d=gmail.com; s=gamma; h=mime-version:sender:date:x-google-sender-auth:message-id:subject :from:to:cc:content-type:content-transfer-encoding; b=M/6v9UuAVMtHGUPwbW/fUobl9K7H9wl3radmmvELWvL6jyp0qG8bTmvhYuzhhrRHlm LIivUh1NAUP4zOOq6TWsRUd7tgtVBuTcn24cu+Toh5KE5ipmPRRV6F0T3TXObYGi+dy0 tTklj16lwthh/bOnJPhv2YXfgern7vS9H/o5c= MIME-Version: 1.0 Sender: lucasreddinger@gmail.com Received: by 10.114.29.14 with SMTP id c14mr6186627wac.111.1257217266300; Mon, 02 Nov 2009 19:01:06 -0800 (PST) Date: Mon, 2 Nov 2009 20:01:06 -0700 X-Google-Sender-Auth: d5585fde0f2fdca9 Message-ID: From: Lucas Reddinger To: freebsd-geom@freebsd.org, bug-followup@freebsd.org, taosecurity@gmail.com Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: quoted-printable Cc: wlw-atlas 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 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:31:10 -0000 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