NetApp Community Update
This site will enter Read Only mode on July 23 as we prepare to move to a new platform. You will still be able to view content, but posting and replying will be temporarily disabled.
We're excited to launch our new Community experience on July 30 and more information will follow soon.
Stay connected during the transition - Join our Discord community today.

ONTAP Discussions

Qtree-level exports in CDOT

bsnyder27
6,959 Views

Anyone able to explain to me how to make them work? 

I've tied an export-policy to a qtree w/ a rule allowing a host NFS protocol access - any any any.  Getting access denied from the client host when attempting to mount.  Tried w/ hostname, FQDN hostname and IP address. 

All result in 'access denied by server while mounting'.  Adding access at the volume level works though.  Maybe I'm missing a step.

Unix Permissions: -s-rwxrwxr-x

1 ACCEPTED SOLUTION

aborzenkov
6,875 Views

Yes, this is correct. This is also documented this way. You cannot export nested mounts with less restrictive permissions than parent mounts.

View solution in original post

2 REPLIES 2

bsnyder27
6,875 Views

Allow me to ask a further question that may be easier for someone to answer now that I think I might get it myself.

It looks as though qtree-level exports merely allow you to make access unique to the underlying qtrees within a volume, but access still needs to be allowed at the volume level for all rules defined at the qtree-level.

So access to underlying qtrees can be more restrictive than access at the volume level.  But in the case where you want to give more access at the qtree-level than you do the volume-level...it's not possible due to the way junction paths function requiring the hierarchical access.  Is this correct?

aborzenkov
6,876 Views

Yes, this is correct. This is also documented this way. You cannot export nested mounts with less restrictive permissions than parent mounts.

Public