Velocity Reviews - Computer Hardware Reviews

Velocity Reviews > Newsgroups > Computing > NZ Computing > The Slow Death Of RAID

Reply
Thread Tools

The Slow Death Of RAID

 
 
Lawrence D'Oliveiro
Guest
Posts: n/a
 
      05-20-2009
As hard drives get larger and larger, more and more RAID configurations
become no longer worth using. Nobody should be using RAID 5 any more. RAID
10 may still be worth something, but for how long?

<http://blogs.zdnet.com/storage/?p=483>

Roll on the next-generation filesystems ...

 
Reply With Quote
 
 
 
 
Gordon
Guest
Posts: n/a
 
      05-20-2009
On 2009-05-20, Lawrence D'Oliveiro <_zealand> wrote:
> As hard drives get larger and larger, more and more RAID configurations
> become no longer worth using. Nobody should be using RAID 5 any more. RAID
> 10 may still be worth something, but for how long?
>
><http://blogs.zdnet.com/storage/?p=483>
>
> Roll on the next-generation filesystems ...
>

Meanwhile, as he says make 3 copies of the data which is valuable to you
 
Reply With Quote
 
 
 
 
Lawrence D'Oliveiro
Guest
Posts: n/a
 
      05-20-2009
In message <>, Gordon wrote:

> Meanwhile, as he says make 3 copies of the data which is valuable to you


RAID isn't about backups.

 
Reply With Quote
 
Alan
Guest
Posts: n/a
 
      05-20-2009
"Lawrence D'Oliveiro" <_zealand> wrote in
message news:gv0i99$uto$...
> In message <>, Gordon wrote:
>
>> Meanwhile, as he says make 3 copies of the data which is valuable
>> to you

>
> RAID isn't about backups.
>


But good backups will enable you to recover your critical data from
the RAID failures he is talking about.

Alan.

--

The views expressed are my own, not those of my employer or others.
My unmunged email is: (valid for 30 days
min probably much longer).

 
Reply With Quote
 
Alan
Guest
Posts: n/a
 
      05-20-2009
"Allistar" <> wrote in message
news:8tudneBJj_g5-...
> Lawrence D'Oliveiro wrote:
>
>> As hard drives get larger and larger, more and more RAID
>> configurations
>> become no longer worth using. Nobody should be using RAID 5 any
>> more. RAID
>> 10 may still be worth something, but for how long?
>>
>> <http://blogs.zdnet.com/storage/?p=483>
>>
>> Roll on the next-generation filesystems ...

>
> RAID isn't so much about file systems, it's about either performance
> (by
> parallelising reads) or redundancy (in case a disk dies).
>
> I don't see how a new file system will help if the disk dies.
>


Do we even need a new file system?

Consider this (I've tried to simplify the arrangement so no comments
on whether this would be a USEFUL arrangement please!):

If I have three physical disks (let's assume 750GB each for ease of
calculation) and use a hardware RAID controller to set them up in
RAID5.

I now have what the OS sees as a single 1500GB disk.

If I now have the OS 'split' that into three virtual disks of 500GB
each, and have the OS create a software RAID5 array across those three
virtual disks, then I now have what the user / apps see as a single
1000GB disk.


Now, if one of the physical disks dies and gets replaced, the hardware
RAID would rebuild that from the parity info on the other two physical
disks.

If it runs into an URE and cannot rebuild one of the sectors, that
sector is lost completely. Okay.

However, if we consider the software RAID, this will manifest itself
as a sector on ONE (?) of the three virtual disks having been lost or
damaged (experienced an URE), but this is not fatal since it can
rebuild that sector from the parity information on the other two
virtual disks.


Is that correct, or am I missing something?

Thanks,

Alan.

--

The views expressed are my own, not those of my employer or others.
My unmunged email is: (valid for 30 days
min probably much longer).

 
Reply With Quote
 
news2.thing@gmail.com
Guest
Posts: n/a
 
      05-20-2009
On May 20, 7:03*pm, Lawrence D'Oliveiro <l...@geek-
central.gen.new_zealand> wrote:
> As hard drives get larger and larger, more and more RAID configurations
> become no longer worth using. Nobody should be using RAID 5 any more. RAID
> 10 may still be worth something, but for how long?
>
> <http://blogs.zdnet.com/storage/?p=483>
>
> Roll on the next-generation filesystems ...


RAID is nothing to do with file systems....RAID is about read/write
performance and some online survivability in the case of a RAID
failure....you are a fool if you dont do backups....and effectivly at
>2TB you are not likely to recover any time soon.....


regards

Thing



 
Reply With Quote
 
news2.thing@gmail.com
Guest
Posts: n/a
 
      05-20-2009
On May 21, 9:36*am, "Alan" <a...@alan.invalid> wrote:
> "Lawrence D'Oliveiro" <l...@geek-central.gen.new_zealand> wrote in
> messagenews:gv0i99$uto$...
>
> > In message <77i05iF1hbij...@mid.individual.net>, Gordon wrote:

>
> >> Meanwhile, as he says make 3 copies of the data which is valuable
> >> to you

>
> > RAID isn't about backups.

>
> But good backups will enable you to recover your critical data from
> the RAID failures he is talking about.
>
> Alan.
>
> --
>
> The views expressed are my own, not those of my employer or others.
> My unmunged email is: *1bupdv...@sneakemail.com (valid for 30 days
> min probably much longer).


The problem is disks are getting so big that backup media is failing
to match it as a sane cost and recovery time....

About the only "sensible" costed system is backing up disk to disk....

regards

thing



 
Reply With Quote
 
Lawrence D'Oliveiro
Guest
Posts: n/a
 
      05-20-2009
In message <b8b42384-ac42-41a7-b6af-
>, wrote:

> On May 20, 7:03 pm, Lawrence D'Oliveiro <l...@geek-
> central.gen.new_zealand> wrote:
>
>> As hard drives get larger and larger, more and more RAID configurations
>> become no longer worth using. Nobody should be using RAID 5 any more.
>> RAID 10 may still be worth something, but for how long?
>>
>> <http://blogs.zdnet.com/storage/?p=483>
>>
>> Roll on the next-generation filesystems ...

>
> RAID is nothing to do with file systems....RAID is about read/write
> performance and some online survivability in the case of a RAID
> failure....


It's that "survivability" that's looking increasingly in doubt as drives get
larger. And next-generation filesystems include such survivability in their
design, in a more scalable way. They can probably also take care of the
performance issue while they're at it.

 
Reply With Quote
 
Alan
Guest
Posts: n/a
 
      05-21-2009
"Lawrence D'Oliveiro" <_zealand> wrote in
message news:gv24p9$saj$...
> In message <b8b42384-ac42-41a7-b6af-
> >,
> wrote:
>
>> On May 20, 7:03 pm, Lawrence D'Oliveiro <l...@geek-
>> central.gen.new_zealand> wrote:
>>
>>> As hard drives get larger and larger, more and more RAID
>>> configurations
>>> become no longer worth using. Nobody should be using RAID 5 any
>>> more.
>>> RAID 10 may still be worth something, but for how long?
>>>
>>> <http://blogs.zdnet.com/storage/?p=483>
>>>
>>> Roll on the next-generation filesystems ...

>>
>> RAID is nothing to do with file systems....RAID is about read/write
>> performance and some online survivability in the case of a RAID
>> failure....

>
> It's that "survivability" that's looking increasingly in doubt as
> drives get
> larger. And next-generation filesystems include such survivability
> in their
> design, in a more scalable way. They can probably also take care of
> the
> performance issue while they're at it.
>


Hi Lawrence,

Did you see my question above about layering two RAID configs (h/w and
s/w) on top of each other?

Is that a solution?

Alan.

--

The views expressed are my own, not those of my employer or others.
My unmunged email is: (valid for 30 days
min probably much longer).

 
Reply With Quote
 
Enkidu
Guest
Posts: n/a
 
      05-21-2009
Alan wrote:
> "Lawrence D'Oliveiro" <_zealand> wrote in
> message news:gv0i99$uto$...
>> In message <>, Gordon wrote:
>>
>>> Meanwhile, as he says make 3 copies of the data which is valuable to you

>>
>> RAID isn't about backups.
>>

>
> But good backups will enable you to recover your critical data from the
> RAID failures he is talking about.
>

Not necessarily. If the mode of failure is that the disk is readable but
not writeable, you could be thinking that you had written something to
it and not actually been able to. Then when the backup comes along, it
reads the wrong data and carefully stores it on tape.

Cheers,

Cliff

--

The Internet is interesting in that although the nicknames may change,
the same old personalities show through.
 
Reply With Quote
 
 
 
Reply

Thread Tools

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is On
HTML code is Off
Trackbacks are On
Pingbacks are On
Refbacks are Off


Similar Threads
Thread Thread Starter Forum Replies Last Post
Death, even when expected, is hard for anyone to deal with, but asuicidal death asim malik Perl Misc 1 09-13-2009 07:42 AM
F6 for SCSI or RAID ? (i.e. it's not to do with SATA or IDE ?) + installing windows on a RAID boot device jameshanley39@yahoo.co.uk Computer Information 0 01-31-2007 07:45 PM
SATA - Raid and Non Raid Question BigAl.NZ@gmail.com Computer Support 1 01-11-2007 12:16 AM
Re: Crocodile Hunter - DEATH VIDEO - Steve Irwin - crocodile hunter - death video - steve irwin.exe (1/1) Mikey DVD Video 3 09-14-2006 05:52 PM
Converting RAID 0 array to RAID 0+1 - Advice sought. Mod Computer Support 0 11-26-2003 08:11 PM



Advertisments
 



1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 56 57