Extending or increasing a datastore through vCenter Server fails
search cancel

Extending or increasing a datastore through vCenter Server fails

book

Article ID: 314373

calendar_today

Updated On:

Products

VMware vCenter Server VMware vSphere ESXi

Issue/Introduction

This article provides steps to resolve an issue where the added disk space is not visible, or the datastore capacity is empty after extending or expanding a datastore through the vCenter Server using the vSphere Client.

Symptoms:
After extending or increasing a datastore from the VMware vCenter Server using the vSphere Client, you experience these symptoms:
  • The extend or increase datastore task fails.
  • The vCenter Server fails to display the available unused disk space capacity.
  • After extending the LUN from the SAN, the new storage appears under Storage Adapters when viewed from the vCenter Server. However, the increased disk space is not showing or not available through the datastore properties.
  • The expanded or increased datastore capacity is empty.


Environment

VMware vSphere ESXi 5.1
VMware vCenter Server 4.1.x
VMware vCenter Server 7.0.x
VMware ESXi 4.1.x Embedded
VMware vSphere ESXi 6.5
VMware vSphere ESXi 7.0.x
VMware ESXi 4.0.x Embedded
VMware vCenter Server 5.1.x
VMware ESXi 4.0.x Installable
VMware ESX 4.1.x
VMware vSphere ESXi 5.0
VMware vCenter Server 4.0.x
VMware vCenter Server 6.7.x
VMware vCenter Server 6.5.x
VMware vSphere ESXi 6.7
VMware vSphere ESXi 6.0
VMware vSphere ESXi 5.5
VMware ESX 4.0.x
VMware vCenter Server 5.0.x
VMware vCenter Server 6.0.x
VMware vCenter Server 5.5.x

Cause

The VMware vCenter Server calls a specific function to get all the available extents for that datastore. After getting these extents, the vCenter Server displays these extents as available after meeting these following criteria filters:
  • LUNS are used as datastores on that ESXI host or on any other ESXi host (with exceptions to force mounted volumes).
  • LUNS are not used as Raw Device Mapping (RDMs) on that ESXi host or any other ESXi host.
  • LUNs are seen the same by all hosts.
Notes:
  • The vCenter Server applies these filters to stop any possible data corruption on already used LUNs by other host.
  • You can validate these from the vpxd logs with these steps:
    • Review LUN IDs for the LUNs in question on all hosts to make sure they are consistent.
    • Enable verbose logging for the vpxd logs and attempt to expand/increase the datastore. For more information, see the Set Verbose Logging section of the vSphere Monitoring and Performance Guide.
    • In the vpxd.log file, you see entries similar to: 

      [QueryAvailableDisksForVmfs] Removed all candidates because all LUNs in the datastore are not visible by the same hosts or have the same transport types

      Important: VMware recommends not to turn off the filters. Disabling these filters may result in storage device corruption or performance degradation. For more information, see the Storage Filtering section of the vSphere Storage Guide.

Resolution

NOTE: Before starting, verify LUN presentation is the same on all hosts as this is a common, legitimate cause and should not be worked around.

To resolve this issue, follow either one of the two options:

Increase or expand the datastore directly from the ESXi host

  1. From the Web Client, right click the ESXi host and select Storage > Rescan Storage. This forces the ESXi host to sync with the changes on the underlying expanded devices.

    vmware not seeing increase disk space
     
  2. Once the rescan storage completes, navigate to the Datastore View and select the increased or expanded datastore.
  3. Navigate to Configure > Device Backing and select Extent Name. You should see the Device Details reflecting the updated capacity from the expansion that was done from the SAN.

    Note: In this example, the datastore iscsi1 was configured for 25GB and the underlying device was expanded to 400GB.

    vmware increase datastore capacity empty
If the underlying device does not reflect the underlying information, attempt another host level rescan so that the fields highlighted in the image above indicate the desired change. Only follow these steps if the increase in the capacity of the underlying device is detected:
  1. Log in directly to one of the ESXi host that has access to the datastore through the GUI (Host Client) using root credentials.
  2. Navigate to Storage > Datastores and select the datastore you are trying to expand or increase.
  3. Right-click on the datastore and select Increase Capacity. Alternatively, select the Increase capacity button.

    increase datastore capacity empty
    You should be prompted to select one of two options:

    Add an extent to existing VMFS datastore
    Expand an existing VMFS datastore extent

    Note: The first option is to create a multi-extent datastores by spanning (adding) a new volume to the existing datastore. The second option is to increase the capacity for the existing device itself. In this example, the second option is used:
     
  4. Select the VMFS partition as highlighted in the image and use the side-scroller to indicate the range of the expansion that would need to be done and click Next.

    cannot expand datastore
     
  5. Click Finish. You should now be able to view the datastore expansion as completed.
  6. Immediately rescan all hosts by “rescan adapter” and “rescan vmfs” from vCenter.
    Or by commands on all hosts:
    $ esxcli storage core adapter rescan --all 
    $ vmkfstools -V
Important
As this was done directly on the ESXi host, VMware recommends to do a cluster level storage rescan so that all of the ESXi host accessing the same datastore are sync with the expansion that was recently completed. If a cluster level rescan is not done from the vCenter Server, there is a good chance that the vCenter Server might not readily detect the changes which may lead to disparity in the current space/usage of the datastore. VMware recommends to always do a cluster level rescan on the vCenter Server level when the datastore is increased or expanded directly from the ESXi host.

Temporarily disable the Same Host and Transport Filter

Important: VMware does not recommend to turn off or disable this filter. After temporarily turning off or disabling this filter, increase or expand the datastore. Once this is completed, ensure this filter is turned back on or re-enabled. Disabling these filters may result in storage device corruption or performance degradation that might be caused by an unsupported use of storage devices. For more information, see or more information, see the Storage Filtering section in the vSphere Storage Guide.
  1. Look for parameter config.vpxd.filter.sameHostsAndTransportsFilter under Advanced vCenter Server Settings and set it to false.
  2. Do not add the parameter if it already exists, as adding a duplicate parameter can cause vCenter instability. Instead, edit the existing parameter.

    Note: No reboot is required for changes to take into effect. Logging out and logging back in to the vCenter Server should be enough for changes to take into effect.

    cannot extend datastore
  3. Once completed, change config.vpxd.filter.sameHostsAndTransportsFilter under Advanced vCenter Server Settings and set it to true. For more information, see the Storage Filtering section of the vSphere Storage Guide.


Additional Information