#Setting no_root_squash

1 messages · Page 1 of 1 (latest)

full seal
#

We are trying to troubleshoot an issue that may be permissions related, but can't seem to disable root_squash. We followed the docs, but trying to create files on the NFS share as root still results in being squashed. (I don't have access to the article to link)

How to configure no_root_squash for ONTAP 9
...
vserver export-policy rule modify -vserver <vserver> –policyname <policyname> -ruleindex <ruleindex> -superuser sys
...

violet spade
#

make sure there is no rule above that also matches the client_match, as the first rule (in order) will be the one that counts. Also if you're traversing volume boundaries, the export-policy might change to that of the mounted volume

full seal