<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0 TRANSITIONAL//EN">
<HTML>
<HEAD>
  <META HTTP-EQUIV="Content-Type" CONTENT="text/html; CHARSET=UTF-8">
  <META NAME="GENERATOR" CONTENT="GtkHTML/3.8.1">
</HEAD>
<BODY>
<BLOCKQUOTE TYPE=CITE>
<PRE>
<FONT COLOR="#000000">>> RAID6 is a standard!</FONT>
<FONT COLOR="#000000">> </FONT>
<FONT COLOR="#000000">> RAID6 is a standard in the same way that the OpenDocument Architecture </FONT>
<FONT COLOR="#000000">> is a standard. Sure, it's clearly defined and documented, but it's not </FONT>
<FONT COLOR="#000000">> something that a lot of people do in real life. Most RAID systems are 0, </FONT>
<FONT COLOR="#000000">> 1 and 5 and it's a good idea to stick to those.</FONT>
</PRE>
</BLOCKQUOTE>
Raid 0 is only for performance reasons a good choice. If you use it, you're reducing availability massively!<BR>
Pro:<BR>
- max. available diskspace is used<BR>
- max. performance<BR>
con:<BR>
- every added drive can destroy the whole set of data in the RAID0. The more drives the more risk<BR>
<BR>
<BLOCKQUOTE TYPE=CITE>
<PRE>
<FONT COLOR="#000000">>> RAID 6 is a better solution as RAID 5 and RAID 1!</FONT>
<FONT COLOR="#000000">>> Both Systems can only live with 1 defect HDD.</FONT>
<FONT COLOR="#000000">> </FONT>
<FONT COLOR="#000000">> RAID1 can work with arbitrarily many defect hard disks. Because it's </FONT>
<FONT COLOR="#000000">> mirrored, if you have 10 disks, you can afford to have 9 of them go bad </FONT>
<FONT COLOR="#000000">> and still have the system work.</FONT>
</PRE>
</BLOCKQUOTE>
<PRE>
<FONT COLOR="#000000"> </FONT>ACK, but
</PRE>
con:<BR>
- RAID1 uses only the diskspace of the smalles drive in the set. e.g. 5x 20GB and 5x100GB => max available for RAID1 20GB!<BR>
  or 10x 100GB => max 100GB instead of 1000GB<BR>
pro:<BR>
- minimum risk of data loss, but only if used with more sparedrives than RAID5 and RAID6!<BR>
<BR>
<BLOCKQUOTE TYPE=CITE>
<PRE>
<FONT COLOR="#000000">>> RAID 6 can work with 2 defect HDDs!</FONT>
<FONT COLOR="#000000">> </FONT>
<FONT COLOR="#000000">> Do you, in practice, know how to recover a RAID 6 system with two defect </FONT>
<FONT COLOR="#000000">> HDDs? RAID 6 is a very non-trivial setup. That's why it's not used much.</FONT>
</PRE>
</BLOCKQUOTE>
Sure, with hotspare replace the defect disc, without add a new disk and the system rebuilds it...<BR>
The Setup is not easy in linux, but RAID5 and RAID6 are no RAIDs, which should be used in Software! They are definitively to slow.<BR>
<BR>
<BLOCKQUOTE TYPE=CITE>
<PRE>
<FONT COLOR="#000000">>> Therefore it is a good question, if someone has experiences in RAID 6 </FONT>
<FONT COLOR="#000000">>> for HA systems</FONT>
<FONT COLOR="#000000">> </FONT>
<FONT COLOR="#000000">> I didn't say it was a bad question. I suggested that you stick to things </FONT>
<FONT COLOR="#000000">> that are common and well tested and asked if you had a compelling reason </FONT>
<FONT COLOR="#000000">> to not follow the most tested route.</FONT>
</PRE>
</BLOCKQUOTE>
RAID6 is also good tested. In really big environments (~30TB with 25k IO/s) already commonly used.
<BLOCKQUOTE TYPE=CITE>
<PRE>
<FONT COLOR="#000000">> How many disks do you plan to have? What do you want to use this </FONT>
<FONT COLOR="#000000">> computer for?</FONT>
</PRE>
</BLOCKQUOTE>
I expect, if someone ask for RAID6, that the person nows, that RAID6 would be expensive (CPU-Power or money).<BR>
Anyway it is a good question. RAID6 is only a good choice if you plan a RAIDset of at an absolute min of at least 5 drives. Else it is better to use RAID10 (stripe + mirror). Fewer CPU-Power is needed and therefore really cheap<BR>
<BR>
<BLOCKQUOTE TYPE=CITE>
<PRE>
<FONT COLOR="#000000">> Cheers,</FONT>
<FONT COLOR="#000000">> Daniel.</FONT>

<FONT COLOR="#000000">  Plus there's the fact that RAID 6 is inefficient with a small number of </FONT>
<FONT COLOR="#000000">drives. It's 's only good when you have something like 10 drives or more </FONT>
<FONT COLOR="#000000">you want to put in a RAID setup.</FONT>
</PRE>
</BLOCKQUOTE>
<BR>
10 drives is not really needed 5 are enough to be efficient. 4 drives are compareable to RAID10, which are already very inexpensive (3ware 8000 series ~100EUR/$)<BR>
<BR>
</BODY>
</HTML>