A vSAN cluster has two fault domains. What is the maximum number of host failures that can be tolerated if the cluster is configured with a storage policy that sets 'Number of failures to tolerate' to 2?
Trap 1: 2
Incorrect. Although FTT=2 is configured, the cluster has only two fault domains. To actually tolerate 2 host failures, you need at least 5 fault domains. With 2 fault domains, the maximum tolerance is 1 host failure.
Trap 2: 3
Incorrect. Three host failures would exceed the capacity of two fault domains, as you can only tolerate at most one failure.
Trap 3: 4
Incorrect. Four host failures is far beyond what two fault domains can handle; you can tolerate at most one failure.
- A
2
Why wrong: Incorrect. Although FTT=2 is configured, the cluster has only two fault domains. To actually tolerate 2 host failures, you need at least 5 fault domains. With 2 fault domains, the maximum tolerance is 1 host failure.
- B
1
Correct. With two fault domains, the effective tolerance is limited. The policy of FTT=2 cannot be enforced, so the maximum number of host failures that can be tolerated is 1.
- C
3
Why wrong: Incorrect. Three host failures would exceed the capacity of two fault domains, as you can only tolerate at most one failure.
- D
4
Why wrong: Incorrect. Four host failures is far beyond what two fault domains can handle; you can tolerate at most one failure.