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-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-DCV on vSphere 8.x Objective 1.3.4 – Describe Storage Policies

By Vladan SEGET | Last Updated: February 23, 2023

Shares

This chapter called VCP-DCV on vSphere 8.x Objective 1.3.4 – Describe Storage Policies comes from our re-write work that we currently do on our VCP-DCV 2023 Study guide page that is based on the vSphere 8.x. VMware vSphere 8 storage policies usually specify which datastores with what functions and specifications to use when placing VMs. There are several VM storage policies types that comes pre-created and also you can create new ones within vSphere 8. The main page of the guide is here – VCP8-DCV Study Guide, and you'll find there ALL the chapters based on the latest VMware exam guide blueprint.

vSphere 8 storage policy has a mechanism that allows the assignment of characteristics of your storage (your datastore) to your VM. Some of your VMs might need faster storage, with better DR capabilities (production VMs usually) than the others.

Usually, storage policies allow you to specify where to place your VMs according to the types of datastores you have, the performance they provide, or DR capability they have.

VM Storage Policies for host-based data services – those ones are basically rules for services provided by your ESXi host. This can be for example compression and encryption.

VM Storage Policies for vVols – With those policies, you can set rules for VMs that apply to your vVols datastores (if used). You can for example have different storage devices, some of them replicated for DR or different performance characteristics.

Tag-based rules reference the tags that you assign to the datastores and can filter the datastores to be used for the placement of the VMs.

You need to create those policies by yourself to match them with your storage device. You might have a storage array that has hardware acceleration enabled or has some parameters such as minimum latency, that has to be entered concerning storage I/O control. You usually must check this with your hardware manufacturer.

Open the Create VM Storage Policy wizard. Click Menu > Policies and Profiles > Under Policies and Profiles, click VM Storage Policies > Click Create VM Storage Policy

then click Next and you will be able to specify and enable host-based rules, enable rules for vSAN storage or enable tag-based placement rules.

and then you can specify either Encryption or Storage I/O control-based policy creation.

The next screen shows vSAN options where you can chose options for vSAN topology (stretched clusters included), and failures to tolerate. There you can choose what redundancy you want this policy to cover. This can be Raid-1, Raid-5 with erasure coding or Raid-6 with erasure coding. Each time with 1 or 2, see 3 hosts failures. Pretty neat.

If you have checked the tags based policy, the next screen shows the options there. You can use your tags already created or if you haven't created them, you should go and do that because this is the place where you can select those tags being used with the storage policy.

You can create custom policies for VMs and custom tags for storage devices. This is useful when you for example have a storage device that does not support VASA so you can't see the storage characteristics inside the vSphere client. (yes it is VASA which does that).

As an example, you could create a tag named Diamond and use it for your storage which has the best performance.

Virtual Disk Types

When creating your VM and specify virtual disk, you need to select and specify whether the disk will be thin disk, eager zeroed thick or lazy zeroed thick disk. Let's have a look at those differences below:

Eager Zeroed Thick – in this case you have the disk space allocated and erased (we say zeroed out) during the time of the creation of the file (so it takes more time). If you storage has VAAI support, then the process is fast, but if not and the disk creation process cannot be offloaded to the device, it might take a significant time, depending on the size. Best performance disk.

Lazy zeroed thick – here, the disk space is allocated, but not zeroed. It only happens when needed. Each block is zeroed when there is a demand of write.

Thin provisioned – here in this case, the disk space is not allocated or zeroed during the time of creation. But space is allocated On-Demand only. The performance isn't as good as with thick disks, but the process is immediate. Also, you save space on datastore. (Remember – don't over allocate space on datastore).

vSAN Specific storage policies

We've talked briefly about those policies during the wizard creation.

Primary Level of Failures to tolerate (PFTT) – this policy basically defines how many hosts and device failures VM objects can survive. For “n” failures tolerates, the data is stored in “n+1” locations. It's the default policy.

Secondary Level of Failures to tolerate (SFTT) – this policy when used in stretched clusters, defines how many additional host failures can be tolerated after you have a site failure. the number of additional host failures that the object can tolerate after the number of site failures defined by PFTT is reached. If PFTT = 1 and SFTT = 2, and one site is unavailable, then the cluster can tolerate two additional host failures. Default value is 1. Maximum value is 3. Check details within VMware docs here.

Data locality – This policy has different options (None, preferred and secondary) and it allows objects to be limited to one site or one host in stretched clusters environment. The default setting is none.

Failure Tolerance Method – you can define data replicaton mechanism. You specify whether you want capacity with RAID-1 (mirroring) or you want performance with Raid – 5/6 (with erasure coding)

Number of disk stripes per object – this is the number of capacity devices where each VM replica is striped. Default is 1, but you can set max to 12, but consumes more resources.

Flash Read cache reservation – Through this policy you define the size of flash capacity reservation for VM object caching. It's a percentage of the size of the VMDK. (only for hybrid vSAN, not All flash).

Force Provisioning – two values, yes/no. When set to yes, the policy forces provisionning of objects even when policy cannot be met. Default = No.

Object Space Reservation – Percentage of VMDK objects that must be thick providioned on deployment.

Disable object Checksum – Checksum is used for integrity checks. To make sure that the copies of the datas spread across vSAN cluster are identical. If there is a difference, the wrong data is overwritten with correct data. If the policy is set to Yes, the checksum is not calculated. Default = No.

Find other chapters on the main page of the guide  – VCP8-DCV Study Guide Page.

NOTE: The exam based on vSphere 7.x will be retired the 31. Jan 2024  so you have still plenty of time to study and pass the exam based on vSphere 7.x. Check out our VCP7-DCV Study guide page here.

More posts from ESX Virtualization:

  • Homelab v 8.0 (NEW)
    • NXJ6412 Maxtang EHL30 TPM Alert in vCenter Server 8.0 BIOS Config
    • vSphere 8 Lab with Cohesity and VMware vExpert gift – Maxtang’s NX 6412 NUC
    • VMware Cohesity vExpert Gift VMware EXPLORE 2022 Barcelona
  • vSphere 8.0 Page (NEW)
  • Veeam Bare Metal Recovery Without using USB Stick (TIP)
  • ESXi 7.x to 8.x upgrade scenarios
  • A really FREE VPN that doesn’t suck
  • Patch your ESXi 7.x again
  • VMware vCenter Server 7.03 U3g – Download and patch
  • Upgrade VMware ESXi to 7.0 U3 via command line
  • VMware vCenter Server 7.0 U3e released – another maintenance release fixing vSphere with Tanzu
  • What is The Difference between VMware vSphere, ESXi and vCenter
  • How to Configure VMware High Availability (HA) Cluster

Stay tuned through RSS, and social media channels (Twitter, FB, YouTube)

VMware Education (On Demand Courses)

  • VMware vSphere: Install, Configure, Manage [v7] – On Demand
  • VMware vSphere: Optimize and Scale [v7] – On Demand
  • VMware vSphere: Install, Configure, Manage [V6.7] – On Demand
  • VMware NSX-T Data Center: Troubleshooting and Operations [V2.4] – On Demand
  • VMware vSphere: What's New [V6.7 to V7] – On Demand
  • VMware vSphere: Optimize and Scale [V6.7] – On Demand
  • VMware VCP Exam Vouchers – VCP exam vouchers may be used as payment for different VMware certification exams:

***********************************

VCA | VCP | VCAP or VCIX exam vouchers

***********************************

  • VMware Learning Credits – Learning Credits provide the dual benefit of funding a well-trained IT staff, along with discounts options of up to 15 percent. Customers can schedule training when and how they need it. Customers can buy credits at the time of license purchase or as a stand-alone purchase

Stay tuned through RSS, and social media channels (Twitter, FB, YouTube)

Shares
5/5 - (1 vote)

| Filed Under: Server Virtualization Tagged With: VCP-DCV on vSphere 8.x

About Vladan SEGET

This website is maintained by Vladan SEGET. Vladan is as an Independent consultant, professional blogger, vExpert x16, Veeam Vanguard x9, 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.

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

  • Backup solution that supports 15+ Hypervisors – Vinchin Backup and Recovery
  • Why NordVPN is Your Must-Have for Business Security and Personal Freedom
  • Agentless Backup Solutions for XCP-ng Hypervisor: External Vendor Options
  • Vinchin Earns Acclaimed Recognition in Gartner Peer Insights 2025 Report
  • VMware vSphere 9 Standard and Enterprise Plus – Not Anymore?
  • Free Virtual Backup Appliance from StarWind – With Community Support (example configuration for ESXi and Veeam Backup)
  • VMware vSphere Foundation (VVF 9) and VMware Cloud Foundation (VCF 9) Has been Released
  • Veeam Backup & Replication 12.3.2 – patch critical vulnerabilities for your dataprotection environments
  • Veeam confirming vSphere 9.0 and ESXi 9 upcoming support
  • Veeam Backup & Replication v13 Beta: A Game-Changer with Linux

Get new posts by email:

 

 

 

 

Support us on Ko-Fi

 

 

Buy Me a Coffee at ko-fi.com

Sponsors

Free Trials

  • DC Scope for VMware vSphere – optimization, capacity planning, and cost management. Download FREE Trial Here.
  • Augmented Inline Deduplication, Altaro VM Backup v9 For #VMware and #Hyper-V – Grab your copy now download TRIAL.

VMware Engineer Jobs

VMware Engineer Jobs

YouTube

…

Find us on Facebook

ESX Virtualization

…

Copyright © 2025 ·Dynamik-Gen · Genesis Framework · Log in