Planning and design is where you translate requirements into a storage architecture that will still work after Day 2 (patches, growth, failures, and new workloads).
A simple mental model for VCF storage design:
Design questions on the exam usually reward clarity: pick a design that is supportable, consistent, and verifiable in VCF—not just “technically possible.”
A vSAN design is less about “carving storage” and more about declaring intent through Storage Policy Based Management (SPBM) and ensuring the cluster can actually deliver that intent.
Key building blocks to connect in your head:
Even in storage design, “trust” affects whether components can safely talk to each other:
Sizing is the discipline of ensuring your design survives both normal load and unhappy paths:
Beginner-friendly sizing questions to practice:
Sizing is where many “it works in the lab” designs fail in production—because rebuild/resync traffic and maintenance events were never budgeted.
When you design external storage for a Workload Domain cluster, your job is to eliminate “partial visibility” and lifecycle surprises:
You should be able to:
Design in VCF is about making storage choices that remain correct after scale, maintenance, and failures:
Next, we’ll move into the “how-to” domain: deploying clusters, configuring storage services, and completing the day-to-day administrative tasks that prove the design works.
In design stems, the exam rarely rewards “turn on the best setting.” It rewards a design that remains compliant during host failures, maintenance, and growth, while meeting performance needs without creating constant repair pressure.
Use this requirement → design chain:
Common trade-offs to articulate (exam-safe and practical):
If a stem says “policy noncompliant,” don’t jump to “change the policy” first. Ask:
Expect “best answer” choices that favor right-sized policy intent over maximal intent.
Sizing questions often give incomplete data. The tested skill is not memorizing numbers—it’s choosing the sizing factors that matter and showing that you understand what makes vSAN slow or unsafe under stress.
Use a four-part worksheet (you can do it as a checklist in your notes):
A) Capacity (usable, not raw)
B) Performance (steady-state + background)
C) Repair budget (time to recover from expected failures)
D) Operational windows (maintenance reality)
If the stem includes “slow after patch night,” “resync backlog,” or “frequent compliance drift,” treat it as a sizing/repair-budget problem before treating it as a “tuning” problem.
A common trap is choosing an answer that only optimizes for raw usable capacity while ignoring repair-budget and maintenance consequences.
External storage designs fail most often due to drift (hosts not configured identically) and change-control mismatch (array-side changes made without validating ESXi/VCF impacts).
Design external storage in layers, with “cluster consistency” as the hard rule:
1) Protocol & topology choice (match ops maturity)
2) Access control as a design artifact
3) Host consistency & pathing
4) Lifecycle & compatibility thinking
If an exam stem says “datastore visible on some hosts only,” the design flaw is usually:
Look for options that emphasize “consistent configuration across the Workload Domain cluster” and “verification after lifecycle actions” as the safer, more VCF-realistic design.
These are patterns where candidates answer “a storage feature” when the question is actually about design constraints.
When two choices both satisfy the requirement, pick the one that reduces:
“Best answer” often means “lowest lifecycle risk,” not “most capable on paper.”
What is the minimum number of hosts required to use RAID-6 erasure coding in a vSAN cluster?
A minimum of six hosts is required to implement RAID-6 erasure coding in vSAN.
RAID-6 in vSAN uses a 4+2 erasure coding scheme, meaning four data components and two parity components must be distributed across different hosts. Because vSAN ensures component placement across separate hosts to maintain fault tolerance, at least six hosts are required. This configuration allows the cluster to tolerate up to two host failures while maintaining data availability. Using RAID-6 improves storage efficiency compared to mirroring, but requires more hosts and additional compute resources for parity calculations.
Demand Score: 78
Exam Relevance Score: 90
How should architects approach vSAN cluster sizing during the design phase?
Cluster sizing should consider workload capacity, performance requirements, fault tolerance policies, and future growth.
Designing a vSAN cluster requires analyzing the expected IOPS, latency requirements, storage capacity, and protection policies such as RAID-1 or RAID-5. Architects must also account for overhead from deduplication, compression, and snapshots. Additionally, the cluster should be sized to tolerate host failures while maintaining sufficient capacity for rebuild operations. Proper planning ensures the cluster can meet both current and future workload demands without performance degradation.
Demand Score: 72
Exam Relevance Score: 88
Why is failure domain design important when planning a vSAN deployment?
Failure domains ensure data components are distributed across separate hosts or racks to maintain availability during hardware failures.
vSAN distributes storage components across hosts to maintain redundancy. If multiple hosts share the same rack or power source, a single failure could impact multiple components simultaneously. Defining failure domains allows vSAN to intelligently place components across independent infrastructure segments. This design improves resilience against rack failures and helps maintain application availability even during major infrastructure outages.
Demand Score: 70
Exam Relevance Score: 86
What factors influence the selection of RAID-1 vs RAID-5 policies in vSAN?
Key factors include cluster size, performance requirements, and storage efficiency goals.
RAID-1 mirroring offers the highest performance and fastest rebuild times but uses more storage capacity. RAID-5 erasure coding improves storage efficiency but requires more hosts and introduces additional CPU overhead for parity calculations. Architects typically use RAID-1 for small clusters or latency-sensitive workloads and RAID-5 for larger clusters where storage efficiency is a priority. Understanding workload characteristics helps determine the optimal policy.
Demand Score: 66
Exam Relevance Score: 85
Why should architects reserve capacity for vSAN rebuild operations?
Reserved capacity ensures the cluster can rebuild data after host or disk failures without running out of storage space.
When a component fails in vSAN, the system rebuilds the missing data on other hosts to maintain the defined storage policy. If the cluster is already near capacity, the rebuild may fail or degrade performance. VMware recommends maintaining free capacity—often around 25-30%—to ensure rebuild operations can complete successfully. Proper capacity planning prevents extended data vulnerability and maintains consistent performance during recovery events.
Demand Score: 64
Exam Relevance Score: 87