geom_stripe error

R. B. Riddick arne_woerner at yahoo.com
Tue Jul 18 14:08:05 UTC 2006


--- Alexandre Biancalana <biancalana at gmail.com> wrote:
> g_vfs_done():stripe/data[READ(offset=158778490880, length=16384)]error = 6
> 
>  Any idea on how can I know what disk is causing the problem ??
> 
Hi!

According to the offset there are a bunch of read errors (6 might be "device
not configured") on some disks in gstripe. E.g.:
157622337536/131072 appr. 1202563
1202563 is congruent with 3 (modulo 32).
158778490880/131072 appr. 1211383
1211383 % 32 = 23
(but maybe I dont understand the gstripe algorithm correctly)

I would try it with a different configuration:
gstripe(4 * 200GB, gconcat(3 * 73GB))
or
gconcat(gstripe(4 * 200GB), gstripe(4 * 73GB))
That should be easier and give u the same or about the same capacity...

Of course that does not repair the problem, that causes your strange
panics/reboots...

I use gstripe with 2 partitions (on ad1s1 and ad0s1) and I dont think, that I
had a gstripe related panic...

Bye
Arne

__________________________________________________
Do You Yahoo!?
Tired of spam?  Yahoo! Mail has the best spam protection around 
http://mail.yahoo.com 


More information about the freebsd-geom mailing list