Skip site navigation (1)Skip section navigation (2)
Date:      Fri, 13 Dec 2013 20:12:23 -0200
From:      Marcelo Gondim <gondim@bsdinfo.com.br>
To:        freebsd-stable@freebsd.org
Subject:   geom_stripe problem in freebsd 10.0-rc1
Message-ID:  <52AB8647.4050202@bsdinfo.com.br>

next in thread | raw e-mail | index | archive | help
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




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