From owner-freebsd-stable@FreeBSD.ORG Thu Jul 30 16:37:26 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 5B95E106566B for ; Thu, 30 Jul 2009 16:37:26 +0000 (UTC) (envelope-from pjd@garage.freebsd.pl) Received: from mail.garage.freebsd.pl (chello087206049004.chello.pl [87.206.49.4]) by mx1.freebsd.org (Postfix) with ESMTP id 9DF9E8FC14 for ; Thu, 30 Jul 2009 16:37:25 +0000 (UTC) (envelope-from pjd@garage.freebsd.pl) Received: by mail.garage.freebsd.pl (Postfix, from userid 65534) id 1D6E945C98; Thu, 30 Jul 2009 18:08:17 +0200 (CEST) Received: from localhost (chello087206049004.chello.pl [87.206.49.4]) (using TLSv1 with cipher DHE-RSA-AES256-SHA (256/256 bits)) (No client certificate requested) by mail.garage.freebsd.pl (Postfix) with ESMTP id 1270545683; Thu, 30 Jul 2009 18:08:12 +0200 (CEST) Date: Thu, 30 Jul 2009 18:08:36 +0200 From: Pawel Jakub Dawidek To: Nenhum_de_Nos Message-ID: <20090730160836.GA1584@garage.freebsd.pl> References: <20090717010813.03477b27.matheus@eternamente.info> Mime-Version: 1.0 Content-Type: multipart/signed; micalg=pgp-sha1; protocol="application/pgp-signature"; boundary="zhXaljGHf11kAtnf" Content-Disposition: inline In-Reply-To: <20090717010813.03477b27.matheus@eternamente.info> User-Agent: Mutt/1.4.2.3i X-PGP-Key-URL: http://people.freebsd.org/~pjd/pjd.asc X-OS: FreeBSD 8.0-CURRENT i386 X-Spam-Checker-Version: SpamAssassin 3.0.4 (2005-06-05) on mail.garage.freebsd.pl X-Spam-Level: X-Spam-Status: No, score=-0.6 required=4.5 tests=BAYES_00,RCVD_IN_SORBS_DUL autolearn=no version=3.0.4 Cc: freebsd-stable@freebsd.org Subject: Re: gstripe problem 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: Thu, 30 Jul 2009 16:37:26 -0000 --zhXaljGHf11kAtnf Content-Type: text/plain; charset=us-ascii Content-Disposition: inline Content-Transfer-Encoding: quoted-printable On Fri, Jul 17, 2009 at 01:08:13AM -0300, Nenhum_de_Nos wrote: > hail, >=20 > I have a problem with gstripe on today stable. I created this stripe usin= g a bit more old stable (two weeks tops) and it can't be read on old stable= (from 30/12/2008). So I recreated in 8-BETA1 and I could mount and see fil= es. When I tried again on 30/12/2008 stable and todays, on PII machine (i38= 6): >=20 > [root@xxx ~]# gstripe status > Name Status Components > stripe/stripe0 UP ad4s2 > ad6s2 > [root@xxx ~]# gstripe list =20 > Geom name: stripe0 > State: UP > Status: Total=3D2, Online=3D2 > Type: MANUAL > Stripesize: 4096 > ID: 2302026851 > Providers: > 1. Name: stripe/stripe0 > Mediasize: 1242615693312 (1.1T) > Sectorsize: 512 > Mode: r0w0e0 > Consumers: > 1. Name: ad4s2 > Mediasize: 621307846656 (579G) > Sectorsize: 512 > Mode: r0w0e0 > Number: 0 > 2. Name: ad6s2 > Mediasize: 621307846656 (579G) > Sectorsize: 512 > Mode: r0w0e0 > Number: 1 > [root@xxx ~]# ls /dev/stripe/ > stripe0 stripe0c > [root@xxx ~]# mount /dev/stripe/stripe0 /null=20 > mount: /dev/stripe/stripe0 : Invalid argument >=20 > on 8-BETA1 it works, but can't create stripe on it and use on this stable= box though. the stripe already has files ! so anything weird could make me= loose my data ... >=20 > the 8-BETA1 is amd64 and core 2 quad cpu. >=20 > any hints ? 'gstripe create' command doesn't store any metadata, it creates temporary device (see Type: MANUAL). If you want your stripe to show up after reboot, the command you're looking for is 'gstripe label'. --=20 Pawel Jakub Dawidek http://www.wheel.pl pjd@FreeBSD.org http://www.FreeBSD.org FreeBSD committer Am I Evil? Yes, I Am! --zhXaljGHf11kAtnf Content-Type: application/pgp-signature Content-Disposition: inline -----BEGIN PGP SIGNATURE----- Version: GnuPG v2.0.4 (FreeBSD) iD8DBQFKccWEForvXbEpPzQRAjssAJ95TpudLtYY4vL/ygsvc+NLCGoeGgCggMBK VMLe9s4ZA8/pK1LOBPaApBs= =NxFY -----END PGP SIGNATURE----- --zhXaljGHf11kAtnf--