启用NFSv4.x时转换非Unicode警告
适用场景
- ONTAP 9
- NFS
问题解答
- 在SVM上启用NFSv4.x时、可能会显示以下警告消息
::> 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}:
- 出现警告的原因是、 已转换的卷包含某些非Unicode目录 、并且
off
这些卷上的convert_ucode
设置为
- 默认情况下、在ONTAP 9中创建的所有目录均为Unicode目录、因为
create_ucode
和convert_ucode
均设置为on
- 使用命令检查 卷
create_ucode
和convert_ucode
设置
::> vol show -volume <vol> -fields create-ucode,convert-ucode