Re: Different sized disks for RAID1+0 or RAID10.

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

 



Goswin von Brederlow wrote:
Kelly Byrd <kbyrd-linuxraid@xxxxxxxxxx> writes:

On Thu, 11 Oct 2007 11:38:04 -0400, Bill Davidsen <davidsen@xxxxxxx> wrote:
Kelly Byrd wrote:
I've currently got a pair of identical drives in a RAID1 set for
my data partition. I'll be getting a pair of bigger drives in a
bit, and I was wondering if I could RAID1 those (of course) and
then RAID0 the two differently sized mds. Even better, will RAID10
let me do this?

RAID-10 will let you do this, read past threads of this list for
discussion of using the "far" option to gain performance.

It will? I don't mean that it will do a raid10 the size of the smaller
disk.

Unfortunately I did, you have to do some multi-level approach to use all the space, the raid-10 is smart enough to handle an odd number of drives without hints, but not different size drives or partitions. The obvious solution is to make two raid-1 arrays and do raid-0 over them.

If you want to be a bit esoteric in search for a bit of extra read performance, consider this:
hda1 - all of small drive 1
hdb1 - all of small drive 2
hdc1 - first part of large drive, same size as hda1
hdd1 - as hdc1
hdc2 - rest of 1st large drive
hdd2 - rest of 2nd large drive

Now, raid-10 hd[abcd]1 and raid-10 hd[cd]2 (both with far), then use linear with the four drive array first. My thinking is this, unless the filesystem is full, most of the data and head motion will be on the four way raid-10, which should be somewhat faster than just raid-1+0. It will also put the journal and inodes on the four drives which should help.

The growth path is a tad complex when the small drives are upgraded to large, but the new drive can be partitioned like hdc, the first raid-10 can be recovered, and then the 2nd grown.
Does raid10 do a 4 disk raid the size of the smaller disks followed by
2 disk raid for the remaining space?

Unfortunately not. :-(
I don't need to grow the current RAID1 into this new beast, I've
got a place I can copy the existing data so I can start from
scratch.

Doesn't the 'far' option trade write performance to gain read
performance? This is a desktop, not at all a "mostly read" type
workload.

My tests with large files show no degradation in write and nearly
double speed on read. But that might differ for you.

Sounds right, unless you write a ton caching covers any slight slowing, which I can measure as ~5% with benchmarks but never see in real life.

--
bill davidsen <davidsen@xxxxxxx>
 CTO TMR Associates, Inc
 Doing interesting things with small computers since 1979

-
To unsubscribe from this list: send the line "unsubscribe linux-raid" in
the body of a message to majordomo@xxxxxxxxxxxxxxx
More majordomo info at  http://vger.kernel.org/majordomo-info.html

[Index of Archives]     [Linux RAID Wiki]     [ATA RAID]     [Linux SCSI Target Infrastructure]     [Linux Block]     [Linux IDE]     [Linux SCSI]     [Linux Hams]     [Device Mapper]     [Device Mapper Cryptographics]     [Kernel]     [Linux Admin]     [Linux Net]     [GFS]     [RPM]     [git]     [Yosemite Forum]


  Powered by Linux