Skip site navigation (1)Skip section navigation (2)
Date:      Fri, 30 Jun 2000 09:04:25 +0200 (CEST)
From:      Soren Schmidt <sos@freebsd.dk>
To:        mrcpu@internetcds.com (Jaye Mathisen)
Cc:        hackers@FreeBSD.ORG
Subject:   Re: vinum and superblocks.
Message-ID:  <200006300704.JAA85601@freebsd.dk>
In-Reply-To: <Pine.BSF.4.21.0006291456180.18895-100000@schizo.cdsnet.net> from Jaye Mathisen at "Jun 29, 2000 03:00:59 pm"

next in thread | previous in thread | raw e-mail | index | archive | help
It seems Jaye Mathisen wrote:
> Not sure what the right thing to do here is, or even if it's a real
> problem, but:
> 
> I have 8 75GB IBM drives striped in a big raid 0 for monkeying with.
> 
> newfs -i 131072 -v /dev/vinum/bighonkindisk seems to very nicely put all
> the data that newfs write out on to the first disk...  It least, only the
> first disk gets any io, accoring to systat and iostat.
> 
> Which would seem to me to be problematic in terms of using fsck -b, and
> also just for the fact that it would seem that you would have to hit that
> disk more often than the others, even though it's striped.
> 
> I realize there's no protection with the raid 0, but the load doesn't seem
> evenly distributed on a transaction basis, even though the data is evenly
> spread.  
> 
> What's the right thing to do here?  

You need to adjust your stripe size so that the superblocks etc are
not all put on the same disk, ie some odd stripe size is often best
to distribute those to hopefully all disks...

-Søren


To Unsubscribe: send mail to majordomo@FreeBSD.org
with "unsubscribe freebsd-hackers" in the body of the message




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