Brief Overview of VMware Cloud Foundation
VMware Cloud Foundation (VCF) offers immense advantage to VMware users in terms of simplifying day 0 and 1 activities and streamlining management operations within the vSphere ecosystem. Today, we dive into how to use the Everpure leading Web Guide: Virtual Volumes Quick Start Guide as Supplemental storage with your Management and Workload Domains.
First though, a brief description of the differences between Principal Storage and Supplemental Storage and how it relates to VCF is in order to set the table. Fortunately, it is very easy to distinguish between the two storage types:
Principal Storage is any storage type that you can connect to your Workload Domain as a part of the setup process within SDDC Manager. Today, that’s comprised of vSAN, NFS and VMFS on Fibre Channel, pictured below. We’ve shown how to use Deploying VCF Workload Domains with VMFS and FC as Principal Storage previously.
Supplemental Storage simply means that you connect your storage system to a Workload (or Management) Domain after it has been deployed. Examples of this storage type today include iSCSI and the focus of this blog: virtual Volumes.
Now that we have those differences explained, let’s assume, for example, that we have just deployed a Workload Domain with the NFS Primary Storage type and want to connect it to vVols with a FlashArray using iSCSI.
Using VMware Cloud Foundation Workload Domains with vVols
To streamline the setup process, we strongly recommend installing the Everpure vSphere Web Client Plugin to your vCenter instance (this example will use our plugin). While this can be done from the Everpure GUI, we’d suggest installation via PowerShell.
First, we install a couple of required PowerShell modules:
install-module VMware.PowerCLI
install-module PureStorage.FlashArray.VMware
Next, we connect to our Workload Domain vCenter instance and input administrative credentials (note: since VCF deploys Workload Domain in vCenter enhanced linked-mode you will need to run this next set of commands against any other Workload Domain vCenter instances as well as the Management Domain vCenter).
connect-viconnect -server <vCenter IP or FQDN>
Get-pfavSpherePlugin
install-pfavSpherePlugin -html
It will possibly take a few minutes for the plugin to be installed on our vCenter instance, but then we can see it as available within the vCenter main menu.
Our next step is to register our array against our Workload Domain vCenter instance:
Then, we need to register the array as a storage provider in order to use vVols. For this step, we recommend creating a separate vVols users on the Pure FlashArray. This can be done in the Pure GUI (or CLI) by going to Settings > Users. Here we see our ‘purevvols’ user has been created and then used for Storage Provider Registration:
Looking at the Storage Providers section of our Workload Domain cluster we can see that our FlashArray has been added for use, with one array controller Active and the other Standby in the event a failover is needed.
So lastly, let’s provision a vVols datastore to our VCF Workload Domain via the Everpure vSphere Plugin:
With vVols now active and connected, that allows us to deploy VMs to our Workload Domain and exploit the many benefits that they provide. In addition, moving around items between VMFS and vVols and even between Workload Domains is easily accomplished thanks to vCenter enhanced-linked mode.