Re:



On 06/01/2008, Chris Lemire <good_bye300@xxxxxxxxx> wrote:
Raid 0 has the risk of data corruption that usually happens after a certain
amount of time. Is using LVM2 for striping safer than raid 0?

Is this meant to be a comment to another post?

RAID0 means striping. That is in itself risky; RAID0 is a performance
measure for non-critical data. If the data is in any way important,
don't put it on a stripe, put it on a mirror: RAID1. I don't know what
you mean about "corruption after a certain amount of time"; in a
stripe, if 1 disk fails, you lose everything. It's not gradual and
it's not corruption; you simply increase the chance of failure by
dividing the MTBF by the number of disks. The MTBF with 2 disks is 50%
that of a single drive; that with 3 disks is 33.333r%, and so on.

It doesn't matter /how/ you stripe. The risk is the same.

If you want reliability, don't use RAID0. Use RAID1, mirroring, or
RAID5 or RAID6 if you have enough disks.

RAID levels 5 and 6 are slower because of the need to compute parity;
if you have 4 disks or a multiple thereof, use RAID 10 or 0+1, a
stripe set of mirror pairs or a mirrored pair of stripe sets.

If, with modern hundreds-of-gig drives, this gives you awkwardly large
units of storage, on the order of Terabytes, then run LVM on top of
your RAID.

--
Liam Proven • Profile: http://www.linkedin.com/in/liamproven
Email: lproven@xxxxxxxxx • GMail/GoogleTalk/Orkut: lproven@xxxxxxxxx
Tel: +44 20-8685-0498 • Cell: +44 7939-087884 • Fax: + 44 870-9151419
AOL/AIM/iChat: liamproven@xxxxxxx • MSN/Messenger: lproven@xxxxxxxxxxx
Yahoo: liamproven@xxxxxxxxxxx • Skype: liamproven • ICQ: 73187508

--
ubuntu-users mailing list
ubuntu-users@xxxxxxxxxxxxxxxx
Modify settings or unsubscribe at: https://lists.ubuntu.com/mailman/listinfo/ubuntu-users



Relevant Pages

  • Re: RAID 10-LUN Question
    ... My thoughts are take most even number of possible disks(leaving private ... system partition area) and create the raid groups and kick a separate LUNS ... drives, 12 drives, etc. Depending on how 24/7 self-managed you want the ... Stripe size effects performance but also storage ...
    (freebsd-questions)
  • Re: IBM FastT vs. EMC Clarion
    ... To my mind raid 10 is Mirror the disks across pairs then stripe the ... mirrors the entire stripe onto the other half of the physical disks. ...
    (AIX-L)
  • Re: Stripe sizing and maxcontig
    ... I've been reading up a lot recently on filesystem tuning, and stripe ... RAID controllers) and are looking at moving our databases over onto it ... It is likely different parts of the database may be ... I'm better off setting the stripe size to (number of disks * ...
    (comp.unix.solaris)
  • Stripe sizing and maxcontig
    ... I've been reading up a lot recently on filesystem tuning, and stripe ... RAID controllers) and are looking at moving our databases over onto it ... Alarm bells are ringing at this advice even though the array ... I'm better off setting the stripe size to (number of disks * ...
    (comp.unix.solaris)
  • Re: Raid 0+1 array implications...
    ... and have the data backup on the larger programs and the media. ... I assume I would just trash the RAID0, rebuild and reinstall and then, upon booting, the system would recognize the RAID1 and all my files would be safe. ... if the Raid 1 portion of one of the disks is hit, there will be an automatic rebuild. ...
    (microsoft.public.windowsxp.general)