From owner-freebsd-geom@FreeBSD.ORG Sun Apr 9 14:46:55 2006 Return-Path: X-Original-To: freebsd-geom@freebsd.org Delivered-To: freebsd-geom@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 3704B16A400 for ; Sun, 9 Apr 2006 14:46:55 +0000 (UTC) (envelope-from fredrik.e@gmail.com) Received: from xproxy.gmail.com (xproxy.gmail.com [66.249.82.196]) by mx1.FreeBSD.org (Postfix) with ESMTP id C137343D48 for ; Sun, 9 Apr 2006 14:46:54 +0000 (GMT) (envelope-from fredrik.e@gmail.com) Received: by xproxy.gmail.com with SMTP id s9so505974wxc for ; Sun, 09 Apr 2006 07:46:54 -0700 (PDT) DomainKey-Signature: a=rsa-sha1; q=dns; c=nofws; s=beta; d=gmail.com; h=received:message-id:date:from:to:subject:mime-version:content-type:content-transfer-encoding:content-disposition; b=jjsK/xK3115BtzyQHFLPa93n0yceL7ruljnsgcSyVyoWYjnM752Aiy13iwsOwya95VYSRPuy2z3RFqDXJS096oPxE2vlPJtlshPA0hNTybU38wBmYlKknIodk75tITZjh9OGfBa3mn00IQlc/F1Czhorg1SZH3+2bbLTxuXK1hg= Received: by 10.70.116.10 with SMTP id o10mr1326274wxc; Sun, 09 Apr 2006 07:46:53 -0700 (PDT) Received: by 10.70.99.9 with HTTP; Sun, 9 Apr 2006 07:46:53 -0700 (PDT) Message-ID: <9ca68c710604090746p7842cc7ep35762ae95275cceb@mail.gmail.com> Date: Sun, 9 Apr 2006 16:46:53 +0200 From: "Fredrik Erlandsson" To: freebsd-geom@freebsd.org MIME-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: quoted-printable Content-Disposition: inline Subject: Problems adding a new disk to my graid3. 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: Sun, 09 Apr 2006 14:46:55 -0000 I have the following graid3 configuration: erlis# graid3 list Geom name: data State: DEGRADED Components: 3 Flags: NONE GenID: 0 SyncID: 8 ID: 1292324306 Providers: 1. Name: raid3/data Mediasize: 407856217088 (380G) Sectorsize: 1024 Mode: r1w1e1 Consumers: 1. Name: ad0 Mediasize: 203928109056 (190G) Sectorsize: 512 Mode: r1w1e1 State: ACTIVE Flags: HARDCODED GenID: 0 SyncID: 8 Number: 0 Type: DATA 2. Name: ad1 Mediasize: 203928109056 (190G) Sectorsize: 512 Mode: r1w1e1 State: ACTIVE Flags: HARDCODED GenID: 0 SyncID: 8 Number: 1 Type: DATA One of my disks are broken so I did shutdown the computer and removed the disk. (Without running graid3 remove -n 2 data) Now I want to add a gconcat to my raid3 until i get a new disk, however it doesn't seem to work. erlis# gconcat list Geom name: geom State: UP Status: Total=3D2, Online=3D2 Type: MANUAL ID: 3466248445 Providers: 1. Name: concat/geom Mediasize: 244569537024 (228G) Sectorsize: 512 Mode: r0w0e0 Consumers: 1. Name: ad4s1f Mediasize: 80640932352 (75G) Sectorsize: 512 Mode: r0w0e0 Start: 0 End: 80640932352 2. Name: ad6 Mediasize: 163928604672 (153G) Sectorsize: 512 Mode: r0w0e0 Start: 80640932352 End: 244569537024 erlis# graid3 insert -hv -n 2 data /dev/concat/geom Invalid provider. What is wrong and how do i fix it? //Fredrik