Hello,
the exact formula is 2n+1 for RAID1 - mirroring. - 2,3,4 mirrors and some witness components to have odd number of components.
For Erasure coding (RAID5/RAID6) it is 2n+2
Fx.
RAID 1 - FTT 2 = 2*2+1 = 5 hosts minimum
RAID 6 - FTT 2 = 2*2+2 = 6 hosts minimum
------------------------------
Jiri Viktorin
VCIX-DCV, VCIX-NV, VCF-VCI, vExpert
------------------------------
Original Message:
Sent: Nov 25, 2024 10:04 AM
From: Mauro Balbiani
Subject: minimum hosts/Fault Domains for FTT=2
I'm trying to figure out the minimum number of hosts (fault domains) required for an FTT=2 policy.
I believe that if we use RAID 6 in OSA, it creates a 4+2 setup. As a result, the minimum number of hosts/fault domains needed is 6.
However, I don't understand why the admin guide states:
"For n failures tolerated, each piece of data written is stored in n+1 places, including parity copies if using RAID-5 or RAID-6."
Could someone help me understand this, please?