Skip site navigation (1)Skip section navigation (2)
Date:      Sat, 14 Dec 2013 16:20:23 -0500
From:      Adam McDougall <mcdouga9@egr.msu.edu>
To:        freebsd-stable@freebsd.org
Subject:   Re: geom_stripe problem in freebsd 10.0-rc1
Message-ID:  <52ACCB97.5000504@egr.msu.edu>
In-Reply-To: <52AB8647.4050202@bsdinfo.com.br>
References:  <52AB8647.4050202@bsdinfo.com.br>

next in thread | previous in thread | raw e-mail | index | archive | help

On 12/13/2013 17:12, Marcelo Gondim wrote:
> Hi all,
>
> Anyone here seen it? First time I saw it happen. I'm here using a 
> FreeBSD 10.0-RC1 and doing some tests with the raid0(geom_stripe) but 
> is giving the following :
>
> I'm here with 3 discs being ada0 with the system and have the ADA1 and 
> ada2to do the raid 0.
>
>
> # kldload geom_stripe
> # gstripe label -v st0 /dev/ada1 /dev/ada2
>
> GEOM_STRIPE: Device st0 created (id=2255281675).
> GEOM_STRIPE: Disk ada1 attached to st0.
> GEOM_PART: integrity check failed (ada1, BSD)
> GEOM_STRIPE: Cannot add disk diskid/DISK-MSE421RP27UT1K to st0 
> (error=17).
> GEOM_PART: integrity check failed (diskid/DISK-MSE421RP27UT1K, BSD)
> GEOM_STRIPE: Disk ada2 attached to st0.
> GEOM_STRIPE: Device stripe/st0 activated.
> GEOM_STRIPE: Cannot add disk diskid/DISK-MSK421Y215VYBC to st0 
> (error=17).
>
> # bsdlabel -wB /dev/stripe/st0
>
> GEOM_PART: integrity check failed (ada1, BSD)
> GEOM_STRIPE: Cannot add disk diskid/DISK-MSK421Y215VYBC to st0 
> (error=17).
> GEOM_STRIPE: Cannot add disk diskid/DISK-MSE421RP27UT1K to st0 
> (error=17).
> GEOM_PART: integrity check failed (diskid/DISK-MSE421RP27UT1K, BSD)
>
> # newfs -U -j /dev/stripe/st0
>
>
> I can format and mount the st0 but is giving these errorsabove.
>
> # uname -a
> FreeBSD bart.test 10.0-RC1 FreeBSD 10.0-RC1 #0 r259068: Sat Dec 7 
> 17:45:20 UTC 2013 root@snap.freebsd.org:/usr/obj/usr/src/sys/GENERIC  
> amd64
>
> []'s
> Gondim
>
> _______________________________________________
> freebsd-stable@freebsd.org mailing list
> http://lists.freebsd.org/mailman/listinfo/freebsd-stable
> To unsubscribe, send any mail to "freebsd-stable-unsubscribe@freebsd.org"
I noticed your messages below mention diskid which caused me some trouble.
Can you try putting kern.geom.label.disk_ident.enable=0 in /boot/loader.conf
and rebooting?



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?52ACCB97.5000504>