All of lore.kernel.org
 help / color / mirror / Atom feed
* What raid to build on that drives?
@ 2003-11-26 19:36 Timo Boettcher
  2003-11-26 19:59 ` Dan Egli
  2003-11-26 21:44 ` David Rees
  0 siblings, 2 replies; 8+ messages in thread
From: Timo Boettcher @ 2003-11-26 19:36 UTC (permalink / raw)
  To: linux-raid

Hi,

   I have 3 * 36GB discs and 5 * 18GB discs on two u160 scsi channels?
   What possibilities do I have to build a raid on them? I want to be
   able to survive one failed disc, but get as much space and
   performance out of the discs as possible.
   
 Timo


^ permalink raw reply	[flat|nested] 8+ messages in thread
* RE: What raid to build on that drives?
@ 2003-12-01 21:49 Bailey, Scott
  2003-12-01 22:25 ` Neil Brown
  0 siblings, 1 reply; 8+ messages in thread
From: Bailey, Scott @ 2003-12-01 21:49 UTC (permalink / raw)
  To: 'Timo Boettcher'; +Cc: linux-raid

>>    I have 3 * 36GB discs and 5 * 18GB discs on two u160 scsi channels?
>>    What possibilities do I have to build a raid on them? I want to be
>>    able to survive one failed disc, but get as much space and
>>    performance out of the discs as possible.

> How about two RAID5 arrays, one with the 3*36GB=72GB and the other using
> the 5*18GB=72GB.  Then throw both of these under a RAID0 which will get
> you 144GB and still be able to survive 1 disk failure.

Here's a twisted thought, which would increase your available space, but
probably at the expense of some amount of performance degradation:

1. Partition your 36GB disks so first partition is the same size as one of
your 18GB disks, and the second partition is the remainder of the disk (also
about 18GB).

2. Create a RAID5 array containing 8*18GB disks (5 18GB disks + 3 18GB
partitions) = approx 126GB usable.

3. Create a RAID5 array containing 3*18GB partitions = approx 36 GB usable.

4. At this point, I would *NOT* recommend building a RAID0 array from (2)
and (3), as you will end up generating a lot of contention on the 36GB disks
by doing so. Either use them as separate devices, or concatenate them (using
LVM perhaps) if you really need all of the space in "one place".

This will get you a total of about 162GB usable while still being able to
survive a single disk failure.

I imagine simultaneous rebuilds of both RAID5 devices would not be a
pleasant experience. :-)

Cheers,

	Scott
	scott.bailey@eds.com

^ permalink raw reply	[flat|nested] 8+ messages in thread

end of thread, other threads:[~2003-12-01 22:25 UTC | newest]

Thread overview: 8+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2003-11-26 19:36 What raid to build on that drives? Timo Boettcher
2003-11-26 19:59 ` Dan Egli
2003-11-26 21:08   ` Timo Boettcher
2003-11-26 22:12     ` Neil Brown
2003-11-26 21:44 ` David Rees
2003-11-26 22:13   ` Timo Boettcher
  -- strict thread matches above, loose matches on Subject: below --
2003-12-01 21:49 Bailey, Scott
2003-12-01 22:25 ` Neil Brown

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.