From owner-freebsd-stable@FreeBSD.ORG Tue May 5 10:27:03 2009 Return-Path: Delivered-To: freebsd-stable@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 70EA91065672 for ; Tue, 5 May 2009 10:27:03 +0000 (UTC) (envelope-from hk@alogis.com) Received: from alogis.com (firewall.solit-ag.de [212.184.102.1]) by mx1.freebsd.org (Postfix) with ESMTP id 957128FC08 for ; Tue, 5 May 2009 10:27:02 +0000 (UTC) (envelope-from hk@alogis.com) Received: from alogis.com (localhost [127.0.0.1]) by alogis.com (8.13.4/8.13.1) with ESMTP id n45AD1uu031793; Tue, 5 May 2009 12:13:01 +0200 (CEST) (envelope-from hk@alogis.com) Received: (from hk@localhost) by alogis.com (8.13.4/8.13.1/Submit) id n45AD1mP031792; Tue, 5 May 2009 12:13:01 +0200 (CEST) (envelope-from hk) Date: Tue, 5 May 2009 12:13:01 +0200 From: Holger Kipp To: Chris H Message-ID: <20090505101301.GA31143@intserv.int1.b.intern> References: <20090505024800.tk0saqntsgk8kk8c@webmail.1command.com> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <20090505024800.tk0saqntsgk8kk8c@webmail.1command.com> User-Agent: Mutt/1.4.2.1i Cc: freebsd-stable@freebsd.org Subject: Re: GEOM_STRIPE: Cannot add disk da2c to st0 (error=17). X-BeenThere: freebsd-stable@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Production branch of FreeBSD source code List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 05 May 2009 10:27:03 -0000 On Tue, May 05, 2009 at 02:48:00AM -0700, Chris H wrote: > Greetings, > I'm attempting to upgrade one of our servers to 6.4 (from 6.2) > Before doing so I need to stripe 3 identical drives on the > same SCSI port into one drive, the drives are on an LSI controller > with 2 ports: [..] > However, when I attempt to stripe the 3 unused drives, I recieve an > error regarding da2: > > gstripe label -v st0 /dev/da0 /dev/da1 /dev/da2 > GEOM_STRIPE: Device st0 created (id=2607126992). > GEOM_STRIPE: Disk da0 attached to st0. > Metadata value stored on /dev/da0. > GEOM_STRIPE: Disk da1 attached to st0. > Metadata value stored on /dev/da1. > GEOM_STRIPE: Disk da2 attached to st0. > GEOM_STRIPE: Device st0 activated. > GEOM_STRIPE: Cannot add disk da2c to st0 (error=17). > Metadata value stored on /dev/da2. > > I blanked the 3 drives prior to attempting any of this, and it's > on a fresh reboot. I'm afraid I don't know how to proceed. Is it > a problem with gstripe(8)? I /really/ need to stripe these drives > so as to upgrade the system. Can you check if you have any fdisk metadata on either of your disks? Especially as da0, da1, da2 are attached to st0 without problems, but then GEOM_STRIPE complains about da2c (which looks like a partition entry)... Mind you, this is just a wild guess from my side ;-) Regards, Holger