On 11/9/21 10:52 PM, Chakra Divi wrote:
Hi Team,
I'm trying to mount a sub-directory under an export dir which is throwing permission
denied when root squash is enabled even though it has root permissions. I have added acls
on the export directory - which is sending an fsal_access call to my fsal layer with
anonymous_uid so getting permission denied from my layer. I'm using ganesha v3-stable
version. Am i missing anything ? Do i need make any change to allow mount only operation
to use uids instead of anon uids
If you have root squash on, then you need permissions to the anonymous
ID, not to root. The point of root squash is that the client never
shows up as root, but instead as the anonymous ID. So it seems that
it's working correctly?
Daniel