Conversion of non-Unicode warning when enabling NFSv4.x
Applies to
- ONTAP 9
- NFS
Answer
- The following warning message might be seen when enabling NFSv4.x on an SVM
::> vserver nfs modify -vserver <svm> -v4.0 enabled -v4.1 enabled Warning: NFSv4.x access to transitioned volumes in this Vserver could trigger conversion of non-Unicode directories to Unicode, which might impact data-serving performance. Before enabling NFSv4.x for this Vserver, refer to the Data and Configuration Transition Guide. Do you want to continue? {y|n}:
- The warning is due to transitioned volumes containing some non-Unicode directories and
convert_ucode
is set tooff
on those volumes
- By default, all the directories created in ONTAP 9 are Unicode directories, as both
create_ucode
andconvert_ucode
are set toon
- Use the command to check the volume
create_ucode
andconvert_ucode
setting
::> vol show -volume <vol> -fields create-ucode,convert-ucode