Hi Gandalf, You and Reindl are both wrong. (-: On 12/02/2017 08:14 AM, Gandalf Corvotempesta wrote: > Il 02/12/2017 00:44, Reindl Harald ha scritto: >> a RAID10 can survive two faile disks while a RAID5 is for sure dead > Absolutely not. > This is a common misconception. > RAID-10 can survive two failed disks IF AND ONLY IF these disks are on > different mirrors. You (Gandalf) are ignoring the ability of raid10 to use multiple copies across device counts that aren't multiples of the number of copies. A raid10,n3 array on five devices provides a total capacity of 1-2/3 the capacity of one member, but can fail any two members just like a raid6. It has blistering fast read performance, especially for parallel loads. It has the same write performance as as similarly capacity raid0. It has terrible write amplification on SSDs, but is very low CPU utilization (no parity computation and never any Read-Modify-Write cycles). Raid10 has an valuable role to play in high performance systems, and I use LVM on top of raid10,n3 for my own home directories, general purpose user partitions, and the root LVs for performance-critical VMs. I use LVM on top of raid6 for media files, large capacity databases, and not-so-critical VMs. > RAID-6 is *much* more safe than RAID-1/RAID-10 as it can survive ANY TWO > disks failure, > you will loose data on the third failure. You (Reindl) are crazy to argue about can-vs-will on a raid10,n2 layout. You're crazy to rely on any single mirror layout for data you care about. It is a disaster waiting to happen (during rebuild) in exactly the same way raid5 is vulnerable during rebuild. But raid10,n3 is just as safe as raid6. Phil -- To unsubscribe from this list: send the line "unsubscribe linux-raid" in the body of a message to majordomo@xxxxxxxxxxxxxxx More majordomo info at http://vger.kernel.org/majordomo-info.html