
VMFS Datastores
Learner Objectives
After completing this lesson, you should be able to meet the following objectives:
- Create a VMFS datastore
- Increase the size of a VMFS datastore
- Delete a VMFS datastore
Creating a VMFS Datastore
You can create VMFS datastores on any SCSI-based storage devices that the host discovers, including Fibre Channel, iSCSI, and local storage devices.
Browsing Datastore Contents
You use the datastore file browser to manage the contents of your datastores.
About VMFS Datastores
- A VMFS datastore primarily serves as a repository for VM files.
- This type of datastore is optimized for storing and accessing large files, such as virtual disks and memory images of suspended VMs.
- A VMFS datastore can have a maximum volume size of 64 TB.
Managing Overcommitted Datastores
A datastore becomes overcommitted when the total provisioned space of thin-provisioned disks is greater than the size of the datastore.
To actively monitor datastore capacity:
- Set alarms to send notifications about:
- Datastore disk overallocation
- VM disk use
- Use reporting to view space usage.
To actively manage datastore capacity:
- Increase datastore capacity when necessary.
- Use vSphere Storage vMotion to mitigate space use problems on a particular datastore.
Increasing the Size of VMFS Datastores
Increase a VMFS datastore’s size to give it more space or to possibly improve performance. In general, before changing your storage allocation:
- Perform a rescan to ensure that all hosts see the most current storage.
- Record the unique identifier of the volume that you want to expand.
To dynamically increase the size of a VMFS datastore:
- Add an extent (LUN).
- Expand the datastore within its extent.
Datastore Maintenance Mode
- Before taking a datastore out of service, place the datastore in maintenance mode.
- Before placing a datastore in maintenance mode, you must migrate all VMs (powered on and powered off) and templates to a different datastore.
Deleting or Unmounting a VMFS Datastore
- An unmounted datastore remains intact but cannot be seen from the hosts that you specify. It continues to appear on other hosts, where it remains mounted.
- A deleted datastore is destroyed and disappears from all hosts that have access to it.
- The deleted datastore permanently removes all files on the datastore.
Multipathing Algorithms
Arrays provide active-active and active-passive storage processors. Multipathing algorithms interact with these storage arrays:
- vSphere offers native path selection, loadbalancing, and failover mechanisms.
- Third-party vendors can create software for ESXi hosts to properly interact with the storage arrays.
Configuring Storage Load Balancing
Path selection policies provide:
- Scalability:
- —Round Robin
- Availability:
- —Most Recently Used
- —Fixed
Review of Learner Objectives
After completing this VMFS Datastores lesson, you should be able to meet the following objectives:
- Create a VMFS datastore
- Increase the size of a VMFS datastore
- Delete a VMFS datastore