ESX Virtualization

VMware ESXi, vSphere, VMware Backup, Hyper-V... how-to, videos....

Nakivo Backup and Replication - #1 Backup solution for Virtual, physical, cloud, NAS and SaaS

Menu
  • Certification
      • VCP-VVF Administrator
          • vcp-vvf-2.
        • Close
      • VCP-DCV vSphere 8
          • vcp2024-125.
        • Close
    • Close
  • VMware
    • Configuration Maximums
    • vSphere
      • VVF 9 and VCF 9
      • vSphere 8.0
      • vSphere 7.0
      • vSphere 6.7
      • vSphere 6.5
      • vSphere 6.0
      • Close
    • VMworld
      • VMware EXPLORE 2024
      • VMware EXPLORE 2023
      • VMware EXPLORE 2022
      • VMworld 2019
      • VMworld 2018
      • VMworld 2017
      • VMworld 2016
      • VMworld 2015
      • VMworld 2014
      • VMworld 2013
      • VMworld 2012
      • VMworld 2011
      • Close
    • Close
  • Microsoft
    • Windows Server 2012
    • Windows Server 2016
    • Windows Server 2019
    • Windows Server 2025
    • Close
  • Categories
    • Tips – VMware, Microsoft and General IT tips and definitions, What is this?, How this works?
    • Server Virtualization – VMware ESXi, ESXi Free Hypervizor, VMware vSphere Server Virtualization, VMware Cloud and Datacenter Virtualization
    • Backup – Virtualization Backup Solutions, VMware vSphere Backup and ESXi backup solutions.
    • Desktop Virtualization – Desktop Virtualization, VMware Workstation, VMware Fusion, VMware Horizon View, tips and tutorials
    • How To – ESXi Tutorials, IT and virtualization tutorials, VMware ESXi 4.x, ESXi 5.x and VMware vSphere. VMware Workstation and other IT tutorials.
    • Free – Free virtualization utilities, ESXi Free, Monitoring and free backup utilities for ESXi and Hyper-V. Free IT tools.
    • Videos – VMware Virtualization Videos, VMware ESXi Videos, ESXi 4.x, ESXi 5.x tips and videos.
    • Home Lab
    • Reviews – Virtualization Software and reviews, Disaster and backup recovery software reviews. Virtual infrastructure monitoring software review.
    • Close
  • Partners
    • NAKIVO
    • StarWind
    • Zerto
    • Xorux
    • Close
  • This Web
    • News
    • ESXi Lab
    • About
    • Advertise
    • Archives
    • Disclaimer
    • PDFs and Books
    • Close
  • Free
  • Privacy policy

VCP-VVF Administrator Study Guide: Objective 2.3 – VMware Storage Fundamentals, Part 6: Describe the Purpose of vSAN Space Efficiency

By Vladan SEGET | Last Updated: September 4, 2025

Shares

Welcome back to our VMware Certified Professional – VMware vSphere Foundation Administrator (2V0-16.25) study guide series! This section is part of the upcoming VCP-VVF Community Study Guide Page, which will be released as a PDF when completed—check it out at https://www.vladan.fr/vcp-vvf-administrator/. Today, we’re concluding our coverage of Objective 2.3 – VMware Storage Fundamentals, focusing on Given a scenario, describe the purpose of vSAN Space Efficiency. We follow the official VMware Blueprint for the exam – VMware vSphere Foundation Administrator (PDF).

VMware vSAN in VMware vSphere Foundation (VVF) 9.0 provides space efficiency features like deduplication, compression, and thin provisioning to optimize storage capacity while maintaining performance and resilience. This objective is critical for the 2V0-16.25 exam, testing your ability to understand and apply these features in real-world scenarios. Building on our previous posts (Objective 2.3, Part 1 on configuring vSphere storage, Part 2 on vSAN ESA/OSA use cases, Part 3 on deploying a vSAN cluster, Part 4 on vSAN storage policies, and Part 5 on resilience and data availability), we’ll provide detailed explanations, practical tips, and exam-focused guidance using a realistic scenario, aligned with VMware’s official vSphere 9.0 documentation https://techdocs.broadcom.com/us/en/vmware-cis/vsphere/vsphere/9-0.html. Let’s get into it and explore the purpose of vSAN space efficiency!

In order to succeed with the exam, use all recources you can: VMware docs, Hands On Labs, your own lab (or nested lab), other resources.

Why vSAN Space Efficiency Matters

vSAN space efficiency features—deduplication, compression, and thin provisioning – it does maximize storage utilization by reducing the physical storage required for virtual machine (VM) data. These features are crucial for managing capacity in environments with limited disk resources or high data redundancy, such as virtual desktop infrastructure (VDI) or application clusters. Objective 2.3, Part 6, evaluates your ability to describe the purpose of these features in scenarios requiring cost optimization or capacity management. We’ll focus on the vSAN Original Storage Architecture (OSA, used in Objective 2.3, Part 3) to explain how these features work and their benefits, preparing you for the exam and real-world vSAN administration.

vSAN performs block-level deduplication and compression to save storage space. When you enable deduplication and compression on a vSAN all-flash cluster, redundant data within each disk group is reduced. Deduplication and compression is a cluster-wide setting, but the functions are applied on a disk group basis. Compression-only vSAN is applied on a per-disk basis.

However, bear in mind that there is the newer, vSAN ESA. In vSAN Express Storage Architecture (ESA), all storage devices claimed by vSAN contribute to capacity and performance. Each host's storage devices claimed by vSAN form a storage pool. The storage pool represents the amount of caching and capacity provided by the host to the vSAN datastore.

Scenario: Describing the Purpose of vSAN Space Efficiency

Let’s use a typical exam scenario: A medium-sized business with a 4-host vSAN cluster (“New-vSAN-Cluster”) running 8 VMs for a customer relationship management (CRM) application (configured in Objective 2.3, Part 3) faces storage capacity constraints. The cluster uses vSAN OSA, is managed by vCenter 9.0 (IP: 192.168.1.20, hosts at 192.168.1.14-17), and has vSphere HA and encryption enabled (Objective 2.2, Part 7). The vSAN datastore (“vSAN-Datastore-New”) has 1 NVMe SSD (400 GB cache) and 2 SSDs (1 TB each for capacity) per host, providing ~2 TB usable capacity after FTT=1. The business plans to add 10 new VDI VMs, each requiring 50 GB, but the current capacity is insufficient.

You must: describe the purpose of vSAN space efficiency features (deduplication, compression, thin provisioning) to optimize storage for the existing 8 VMs (6 CRM, 2 database) and the new VDI VMs, and explain their impact on performance and capacity. This scenario tests your understanding of vSAN space efficiency for the 2V0-16.25 exam.

Describing the Purpose of vSAN Space Efficiency: Step-by-Step

vSAN space efficiency features reduce storage consumption while maintaining performance and resilience. Below is a detailed guide explaining the purpose of deduplication, compression, and thin provisioning, with considerations for the scenario, using the vSphere Client for VVF 9.0.

1. Deduplication: Reducing Redundant Data

Purpose: Deduplication eliminates duplicate data blocks across the vSAN datastore, storing only one copy of identical data to save space.

Details and Application:

  • How It Works: vSAN identifies identical 4 KB blocks (e.g., in VM disks or snapshots) and stores a single instance, referencing it for multiple VMs. This is particularly effective for workloads with high redundancy, like VDI.
  • Scenario Fit: The 10 new VDI VMs (e.g., Windows desktops) likely share common OS files and applications, making deduplication ideal. For the 8 existing VMs (CRM and database), deduplication reduces redundant data in similar OS or application files.

Benefits:

  • Increases usable capacity (e.g., a 1.5x deduplication ratio could save ~33% storage for the 500 GB VDI workload).
  • Reduces costs by delaying hardware upgrades (e.g., adding more SSDs).

Considerations:

  • Enabled cluster-wide at creation or during maintenance (Objective 2.3, Part 3 enabled it).
  • Performance impact: Minimal with all-flash OSA (NVMe SSD cache mitigates overhead).

Verification:

  • Navigate to Cluster → Monitor → vSAN → Capacity.
  • Check Deduplication and Compression Savings to confirm the ratio (e.g., 1.5x means 50% space savings for redundant data).

Scenario Example: Use deduplication to reduce storage for the 10 VDI VMs, which share common OS files, saving ~150-200 GB of the 500 GB required, extending “vSAN-Datastore-New” capacity.

Study Tip: Memorize that deduplication is cluster-wide, all-flash only in OSA, and ideal for VDI. Practice checking savings in a lab for the exam.

2. Compression: Minimizing Data Size

Purpose: Compression reduces the size of data blocks before writing them to the vSAN datastore, optimizing storage for unique data.

Details and Application:

How It Works: vSAN compresses 4 KB blocks in real-time, using algorithms to shrink data without significant performance impact. Applied after deduplication, it targets unique data (e.g., database logs).

Scenario Fit: The 2 database VMs (“CRM-DB-01”, “CRM-DB-02”) generate unique data (e.g., transaction logs), where compression saves space. The 6 CRM VMs and 10 VDI VMs also benefit from compressing application data.

Benefits:

  • Further reduces storage usage (e.g., a 2x compression ratio halves the size of unique data).
  • Complements deduplication for mixed workloads, potentially saving ~100-150 GB for the 400 GB CRM/database VMs.

Considerations:

  • Enabled with deduplication in OSA (Objective 2.3, Part 3).
  • Minimal CPU overhead with all-flash setups (NVMe SSDs handle processing efficiently).

Verification:

  • Check Cluster → Monitor → vSAN → Capacity for Compression Savings.
  • Monitor Cluster → Monitor → vSAN → Performance to ensure latency remains low (<1 ms for database VMs, <5 ms for CRM/VDI).

Scenario Example: Use compression to shrink unique data in the database VMs (e.g., logs) and VDI VMs (e.g., user files), saving ~100-200 GB on “vSAN-Datastore-New”.

Study Tip: Understand that compression works with deduplication in OSA and is effective for unique data. Practice verifying savings in a lab for exam questions.

3. Thin Provisioning: Allocating Storage On-Demand

Purpose: Thin provisioning allocates storage dynamically, only using physical capacity as VMs write data, maximizing efficiency.

Details and Application:

  • How It Works: VMs are allocated virtual disk space (e.g., 50 GB per VDI VM), but only consume physical storage as data is written. Configured via storage policies (Objective 2.3, Part 4).
  • Scenario Fit: The 10 VDI VMs and 6 CRM VMs (“CRM-High-Availability-Policy”) use thin provisioning to minimize initial storage use. The 2 database VMs (“DB-Performance-Policy”) may also use thin provisioning for non-critical data.

Benefits:

  • Reduces immediate capacity needs (e.g., 10 VDI VMs may use <200 GB initially vs. 500 GB if thick-provisioned).
  • Allows over-provisioning, enabling the 18 VMs (8 existing + 10 VDI) to fit within ~2 TB usable capacity.

Considerations:

  • Monitor capacity to avoid over-provisioning issues (e.g., running out of space).
  • Enabled in “CRM-High-Availability-Policy” and “DB-Performance-Policy” (Objective 2.3, Part 4).

Verification:

  • Check VM → Summary → Storage → Used Storage to confirm actual usage vs. provisioned size (e.g., 50 GB provisioned but 10 GB used per VDI VM).
  • Monitor Cluster → Monitor → vSAN → Capacity for overall usage.

Figure 1: Example of thin storage policy

Scenario Example: Apply thin provisioning via existing policies to the 10 VDI VMs and 6 CRM VMs, reducing initial storage consumption to ~300-400 GB for the 18 VMs.

Study Tip: Memorize thin provisioning’s role in storage policies and its risks (over-provisioning). Practice checking used vs. provisioned storage in a lab.

4. Combined Impact and Verification

Overview: Deduplication, compression, and thin provisioning work together to optimize “vSAN-Datastore-New” for the 18 VMs, balancing capacity, performance, and cost.

Combined Purpose:

  • Capacity Savings: Deduplication saves ~150-200 GB for VDI VMs, compression saves ~100-200 GB for CRM/database VMs, and thin provisioning reduces initial usage to ~300-400 GB, fitting all VMs within ~2 TB.
  • Performance: All-flash OSA (NVMe cache) minimizes latency (<1 ms for database, <5 ms for CRM/VDI), despite efficiency overhead.
  • Cost Efficiency: Avoids immediate hardware upgrades, maximizing ROI for the 4-host cluster.

Verification:

  • Check Cluster → Monitor → vSAN → Capacity for total savings (e.g., 1.5x-2x combined deduplication/compression ratio).
  • Verify VM performance in Cluster → Monitor → vSAN → Performance (latency, IOPS).
  • Confirm policy compliance: Policies and Profiles → VM Storage Policies → Monitor for “CRM-High-Availability-Policy” and “DB-Performance-Policy”.

Scenario Example: Use deduplication, compression, and thin provisioning to fit the 10 VDI VMs and 8 existing VMs within “vSAN-Datastore-New”, verifying capacity savings and performance.

Study Tip: Practice combining space efficiency features in a lab, focusing on capacity and performance monitoring. Understand their combined impact for exam scenarios.

Exam Scenarios and Tips

Scenarios:Scenario: A vSAN cluster runs out of capacity despite sufficient disks. What can you enable?
Answer: Deduplication and compression to reduce redundant and unique data.

Scenario: VDI VMs consume excessive storage. Which feature helps?
Answer: Deduplication, as VDI workloads have high data redundancy.

Scenario: A database VM’s storage usage grows rapidly. What can optimize it?
Answer: Thin provisioning to allocate space dynamically, and compression for unique data.

Study Tips:

  • Practice enabling and verifying space efficiency features in VMware Hands-On Labs https://labs.hol.vmware.com/.
  • Memorize: Deduplication (redundant data, cluster-wide), compression (unique data), thin provisioning (dynamic allocation).
  • Review VMware vSphere 9.0 documentation https://techdocs.broadcom.com/us/en/vmware-cis/vsphere/vsphere/9-0.html for vSAN space efficiency details.
  • Focus on scenario-based questions involving capacity optimization and workload types.

Resources:

  • VCP-VVF Study Guide Page: https://www.vladan.fr/vcp-vvf-administrator/
  • VMware vSphere 9.0 Documentation: https://techdocs.broadcom.com/us/en/vmware-cis/vsphere/vsphere/9-0.html

Sample Exam Questions

What is the purpose of vSAN deduplication in VVF 9.0?
A. Increases VM performance
B. Reduces redundant data storage
C. Enables encryption
D. Configures fault domains
Answer: B. Reduces redundant data storage.

Which workload benefits most from vSAN deduplication?
A. Unique database logs
B. VDI with similar OS files
C. High-performance analytics
D. Encrypted backups
Answer: B. VDI with similar OS files.

How does thin provisioning improve vSAN space efficiency?
A. Reduces data latency
B. Allocates storage dynamically
C. Increases IOPS
D. Enables RAID-5
Answer: B. Allocates storage dynamically.

Final Words

Understanding the purpose of vSAN space efficiency is a vital skill for the 2V0-16.25 exam and VVF administration. By leveraging deduplication, compression, and thin provisioning, you can optimize storage capacity for diverse workloads while maintaining performance. The upcoming VCP-VVF Study Guide Page, available at https://www.vladan.fr/vcp-vvf-administrator/, will be released as a PDF to support your preparation. Stay tuned for our next objective! Happy studying, and good luck on your VCP-VVF journey!

More posts from ESX Virtualization:

  • 5 New VMware Certifications for VVF and VCF
  • VMware Alternative – OpenNebula: Powering Edge Clouds and GPU-Based AI Workloads with Firecracker and KVM
  • Proxmox 9 (BETA 1) is out – What’s new?
  • Another VMware Alternative Called Harvester – How does it compare to VMware?
  • VMware vSphere 9 Standard and Enterprise Plus – Not Anymore?
  • VMware vSphere Foundation (VVF 9) and VMware Cloud Foundation (VCF 9) Has been Released
  • Vulnerability in your VMs – VMware Tools Update
  • VMware ESXi FREE is FREE again!
  • No more FREE licenses of VMware vSphere for vExperts – What’s your options?
  • VMware Workstation 17.6.2 Pro does not require any license anymore (FREE)
  • Migration from VMware to another virtualization platform with Veeam Backup and Replication
  • Patching ESXi Without Reboot – ESXi Live Patch – Yes, since ESXi 8.0 U3
  • Update ESXi Host to the latest ESXi 8.0U3b without vCenter
  • Upgrade your VMware VCSA to the latest VCSA 8 U3b – latest security patches and bug fixes
  • VMware vSphere 8.0 U2 Released – ESXi 8.0 U2 and VCSA 8.0 U2 How to update
  • What’s the purpose of those 17 virtual hard disks within VMware vCenter Server Appliance (VCSA) 8.0?
  • VMware vSphere 8 Update 2 New Upgrade Process for vCenter Server details
  • What’s New in VMware Virtual Hardware v21 and vSphere 8 Update 2?
  • vSphere 8.0 Page
  • ESXi 7.x to 8.x upgrade scenarios
  • What is The Difference between VMware vSphere, ESXi and vCenter
  • How to Configure VMware High Availability (HA) Cluster
Shares
Vote !

| Filed Under: Server Virtualization Tagged With: Describe the Purpose of vSAN Space Efficiency Leave a Comment

About Vladan SEGET

This website is maintained by Vladan SEGET. Vladan is as an Independent consultant, professional blogger, vExpert x17, Veeam Vanguard x11, VCAP-DCA/DCD, ESX Virtualization site has started as a simple bookmarking site, but quickly found a large following of readers and subscribers.

Connect on: Facebook. Feel free to network via Twitter @vladan.

Leave a Reply Cancel reply

Your email address will not be published. Required fields are marked *

Private Sponsors

Featured

  • Thinking about HCI? G2, an independent tech solutions peer review platform, has published its Winter 2023 Reports on Hyperconverged Infrastructure (HCI) Solutions.
  • Zerto: One Platform for Disaster Recovery, Backup & Cloud Mobility: Try FREE Hands-On Labs Today!
Click to Become a Sponsor

Most Recent

  • VCP-VVF Administrator Study Guide: Objective 2.3 – VMware Storage Fundamentals, Part 6: Describe the Purpose of vSAN Space Efficiency
  • Veeam v13 Download Available – Start your download engines!
  • StarWind Virtual Backup Appliance Free – Stay Protected With Immutable Backups
  • VCP-VVF Administrator Study Guide: Objective 2.3 – VMware Storage Fundamentals, Part 5: Identify Options for Resilience and Data Availability in VMware vSAN
  • VCP-VVF Administrator Study Guide: Objective 2.3 – VMware Storage Fundamentals, Part 4: Configure vSAN Storage Policies
  • Quick tip and solution How to find older vSphere documentation PDFs
  • VCP-VVF Administrator Study Guide: Objective 4.1 – VVF: Deploy and Configure, Part 1: Identify the Components of a VVF Deployment
  • VCP-VVF Administrator Study Guide: Objective 4.1 – VVF: Deploy and Configure, Part 2: Configure the Deployment of a VMware vSphere Foundation-Based Environment
  • VCP-VVF Administrator Study Guide: Objective 2.3 – VMware Storage Fundamentals, Part 3: Deploy a VMware vSAN Cluster
  • Veeam and XCP-NG Closed Beta Started

Get new posts by email:

 

 

 

 

Deals

Support us on Ko-Fi

 

 

Buy Me a Coffee at ko-fi.com

VMware Engineer Jobs

VMware Engineer Jobs

YouTube

…

Find us on Facebook

ESX Virtualization

…

Copyright © 2025 ·Dynamik-Gen · Genesis Framework · Hosted with HostColor.com