You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
As can be seen, access_type is set to 'none' in the main block but the CLIENT {} created for the listed network addresses has access_type set to 'rw'. This results in access being blocked to all clients except for the ones listed within the CLIENT{} block.
NFS-Ganesha allows users to specify client lists which are allowed to access the nfs share.
These are specified in the EXPORTS{ CLIENT{}} block
https://manpages.ubuntu.com/manpages/bionic/man8/ganesha-export-config.8.html
What is the value to the end user? (why is it a priority?)
Can limit the hosts/networks which can access a NFS share.
How will we know we have a good solution? (acceptance criteria)
Allow users to add the CLIENT lists for a NFS share.
Additional context
https://manpages.ubuntu.com/manpages/bionic/man8/ganesha-export-config.8.html
EXPORT { CLIENT {} } section.
The text was updated successfully, but these errors were encountered: