hostd.log
log file of the ESX host, you see entries similar to:}
This issue occurs due to an incorrect configuration value for the qtree security type on the NetApp storage array. The qtree permissions on the NetApp storage device are set to NTFS or Mixed style (also known as UNIX).
To resolve this issue, check and correct the setting of the qtree security type value for the NetApp volume in question.
Ensure that the qtree security type value is set to Unix rather than NTFS.
This setting can be set for each individual NFS export, depending on the configuration of the NetApp.
Note: The preceding links were correct as of December 16, 2014. If you find a link is broken, provide feedback and a VMware employee will update the link.
To check the qtree permissions, run this command from the CLI on NetApp:
qtree status
You see output similar to:
Volume Tree Style Oplocks Status
-------- -------- ----- -------- ---------
vol0 unix enabled normal
ProdLuns unix enabled normal
ProdRDM1 unix enabled normal
<server> ntfs enabled normal
This sample output indicates that the volume is set to NTFS style.
Note: Enabling CIFS can change the qtree type to NTFS on existing datastores. After enabling CIFS, be sure to change the qtree permission back to UNIX.
To resolve this issue, run this command from the NetApp CLI to set the qtree permission to UNIX:
qtree security /vol/<volume> unix
To change the qtree permission using the NetApp GUI:
NTFS
to UNIX
.