A Datastore is inaccessible on the host and is unable to be deleted or unmounted
The datastore is showing as mounted but inaccessible
The datastore is showing on the host UI and though host CLI
ESXi using fiber channel storage
The LUN was removed or disconnected from the array side before being unmounted from the host(s)
Identify active VMs on the datastore:
1. Use the `esxcli` command to list VMs using the datastore:
#esxcli vm process list
This will show any running VMs that may have their virtual disks on the datastore.
If you find any VMs using the datastore, power them off or migrate them to a different ESXi or different datastore.
2. Check for active files or open files.
You can use the following command to check if there are open files on the datastore UUID:
#lsof | grep /vmfs/volumes/########-########-####-############
This will list processes that have files open on the datastore that will need to be addressed based off the process that has the file open.
esxcli storage filesystem unmount -u ########-########-####-############