Using VMware Virtual Volumes
Virtual Volumes (VVOL) is a virtual disk management and array integration framework introduced with vSphere 6. VVOLs enables policy-based storage for virtual machines. A datastore is presented backed by raw storage supporting multiple different capabilities, such as snapshotting, replication, deduplication, raid level, performance, and so on. These capabilities are exposed to the vSphere environment. Policies are created and assigned to virtual machines. When a virtual machine is placed on a VVOL datastore, the placement on the array is based on the requirements defined in the policies.
How to do it…
To successfully incorporate VVOLs as part of a vSphere infrastructure design, perform these steps:
Identify the components and characteristics of VVOL.
Identify the limitations and interoperability of VVOLs with other vSphere components.
Create a new storage provider in vCenter.
Add a VVOL datastore.
How it works…
The following table outlines the different components that...