-
Notifications
You must be signed in to change notification settings - Fork 537
HDDS-3002. NFS mountd support for Ozone #828
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Conversation
Hi @prashantpogde , I can see close to 144 commits. Can you please rebase the branch against master and then post the change. Also there are still checkstyle and other issues which needs to be taken care of. |
Also lets add an acceptance test to check that Mountd server is coming up |
… to pass the checkPath
I will write mountd acceptance test in a separate pull request to avoid clubbing too many changes here. |
I created another pull request "#917" which is much cleaner to look at the Mountd changes isolated from sync with master. |
Closing this pull request as we have another PR for this. |
What changes were proposed in this pull request?
-Support for NFS v3 mountd support.
These set of changes are enough to get the mountd started using
'# ozone nfs3'
and it should show up in
'# showmount -e'
What is the link to the Apache JIRA
https://issues.apache.org/jira/browse/HDDS-3002
How was this patch tested?
It is tested manually by running a local nfs3 mount server for ozone.