vSAN1

 View Only
  • 1.  minimum hosts/Fault Domains for FTT=2

    Posted Nov 25, 2024 10:04 AM

    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?



  • 2.  RE: minimum hosts/Fault Domains for FTT=2

    Posted Nov 26, 2024 01:54 AM

    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
    ------------------------------



  • 3.  RE: minimum hosts/Fault Domains for FTT=2
    Best Answer

    Posted Nov 27, 2024 08:56 AM

    Failures to 
Tolerate 
2 
3 
RAID-I (Mirroring) 
RAID-5/6 (Erasure Coding) 
Minimum Hosts Total Capacity Minimum Hosts Total Capacity 
Required 
3 
3 
5 
7 
Requirement 
3x 
Required 
4 
6 
Requirement 
N/A 
1.33x 
1.5x 
RAID 5/6 
Savings 
N/A 
33% less 
50% less




  • 4.  RE: minimum hosts/Fault Domains for FTT=2

    Posted Nov 29, 2024 04:26 AM

    Great Table Pawel,

    Please, where can customer find a VMware documentation about it?

    Thanks in advance

    Bye




  • 5.  RE: minimum hosts/Fault Domains for FTT=2

    Posted Nov 29, 2024 04:40 AM

    Description of vSAN Policies:

    https://docs.vmware.com/en/VMware-vSphere/8.0/vsan-administration/GUID-C8E919D0-9D80-4AE1-826B-D180632775F3.html

    RAID Space Requirements:
    https://docs.vmware.com/en/VMware-vSphere/8.0/vsan-administration/GUID-AD408FA8-5898-4541-9F82-FE72E6CD6227.html 




  • 6.  RE: minimum hosts/Fault Domains for FTT=2

    Posted Dec 02, 2024 10:01 AM

    Thank you, Pavel.

    The first link you mentioned is the same one I referred to at the beginning of this thread. It includes the formula for calculating Fault Domains in a RAID1 configuration but does not cover RAID5/6.