Re:
- From: "Liam Proven" <lproven@xxxxxxxxx>
- Date: Sun, 6 Jan 2008 03:46:20 +0000
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
- References:
- [no subject]
- From: Chris Lemire
- [no subject]
- Prev by Date: [no subject]
- Next by Date: Re:
- Previous by thread: [no subject]
- Next by thread: Re:
- Index(es):
Relevant Pages
|