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.
Remove an export policy from a qtree
-
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
If you decide you do not want a specific export policy assigned to a qtree any longer, you can remove the export policy by modifying the qtree to inherit the export policy of the containing volume instead. You can do this by using the volume qtree modify
command with the -export-policy
parameter and an empty name string ("").
Steps
-
To remove an export policy from a qtree, enter the following command:
volume qtree modify -vserver vserver_name -qtree-path /vol/volume_name/qtree_name -export-policy ""
-
Verify that the qtree was modified accordingly:
volume qtree show -qtree qtree_name -fields export-policy