|
Home > Archive > Data Storage > December 2004 > Max number of drives in RAID5 set
You are viewing an archived Text-only version of the thread.
To view this thread in it's original format and/or if you want to reply to
this thread please [click here]
| Author |
Max number of drives in RAID5 set
|
|
| Steve Christall 2004-12-22, 8:49 pm |
| Hi all
I have a new SATA tray for one of my SANS and was wondering if anyone has
preferences (and why) as to the number of drives to use in each RAID5 set.
I can either make a single RAID5 volume of 13x250 + hotspare and then carve
that up into three / four virtual volumes, or I could create say three RAID5
volumes with one volume set on each .... obviously I lose more storage with
three RAID5 volumes.
Is 13 drives in a RAID5 set too many? Rebuild time a problem?
Thanks
Steve
| |
|
|
Steve Christall wrote:
> Hi all
>
> I have a new SATA tray for one of my SANS and was wondering if anyone
has
> preferences (and why) as to the number of drives to use in each RAID5
set.
>
> I can either make a single RAID5 volume of 13x250 + hotspare and then
carve
> that up into three / four virtual volumes, or I could create say
three RAID5
> volumes with one volume set on each .... obviously I lose more
storage with
> three RAID5 volumes.
>
> Is 13 drives in a RAID5 set too many? Rebuild time a problem?
>
> Thanks
> Steve
Hi Steve,
If you do not intend to have separation of volumes for different
applications, one big volume should be ok. You can save on storage.
Generally small and application specific volumes are better.
Back/Restore cycles ,which are usually performed by volume, are
shorter. Rebuild time is less. Snapshots or mirroring is also easier.
Thanks
Pras
| |
| Faeandar 2004-12-22, 8:49 pm |
| On Wed, 22 Dec 2004 12:50:53 -0000, "Steve Christall"
<steve.c@clear.net.nz> wrote:
>Hi all
>
>I have a new SATA tray for one of my SANS and was wondering if anyone has
>preferences (and why) as to the number of drives to use in each RAID5 set.
>
>I can either make a single RAID5 volume of 13x250 + hotspare and then carve
>that up into three / four virtual volumes, or I could create say three RAID5
>volumes with one volume set on each .... obviously I lose more storage with
>three RAID5 volumes.
>
>Is 13 drives in a RAID5 set too many? Rebuild time a problem?
>
>Thanks
>Steve
>
Rebuild times are definitely a concern at 250gb. SATA not as bad but
ATA drives that size can take 24 hours to rebuild, that's a long time
to be vulnerable. Depending on vendor they may do some slick things
like copy all the viable data from the failing drive first then
reconstruct what's missing. This saves loads of time but is fairly
uncommon still.
Another problem with large drives like this is spindle performance;
you want alot of spindles but the size of the volume is overkill (in
alot of cases, maybe not yours).
My personal preference would be to have multiple Raid 5 sets and use
an LVM (Logical Volume Manager) to make them all seem like one volume.
That way you get all the benefits of spindle performance, a larger
volume size (though not as large as if it were one Raid 5 set), and
extra protection against multi-drive failures.
~F
|
|
|
|
|