The requested article is not available. Either it doesn't apply to this version of the product or the relevant information is organized differently in this version of the docs. You can search, browse, or go back to the other version.
Modify the maximum ACE limit for NFSv4 ACLs
-
PDF of this doc site
-
Cluster administration
-
Volume administration
-
Logical storage management with the CLI
-
-
NAS storage management
-
Configure NFS with the CLI
-
Manage NFS with the CLI
-
Manage SMB with the CLI
-
Manage file access using SMB
-
-
-
Security and data encryption
-
Data protection and disaster recovery
-

Collection of separate PDF docs
Creating your file...
This may take a few minutes. Thanks for your patience.
Your file is ready
You can modify the maximum number of allowed ACEs for each NFSv4 ACL by modifying the parameter -v4-acl-max-aces
. By default, the limit is set to 400 ACEs for each ACL. Increasing this limit can help ensure successful migration of data with ACLs containing over 400 ACEs to storage systems running ONTAP.
About this task
Increasing this limit might impact performance for clients accessing files with NFSv4 ACLs.
Steps
-
Set the privilege level to advanced:
set -privilege advanced
-
Modify the maximum ACE limit for NFSv4 ACLs:
vserver nfs modify -v4-acl-max-aces max_ace_limit
The valid range of
max_ace_limit
is192
to1024.
-
Return to the admin privilege level:
set -privilege admin