sjiveson / nfs-server-alpine

A handy Alpine Linux based NFS Server image running NFS v4 only, over TCP on port 2049
https://hub.docker.com/r/itsthenetwork/nfs-server-alpine/
GNU General Public License v3.0
289 stars 179 forks source link

Question: Could you elaborate which bug needs rpcbind to run on nfsv4? #18

Closed Cyber1000 closed 5 years ago

Cyber1000 commented 6 years ago

Hi,

Thanks for this Dockerfile! Works fine, I'm just curious if you could provide a link to the bug, is it a bug in nfs-utils? It seems still to exist (uncomment the rpcbind and it didn't work as expected)

Thanks!

sjiveson commented 6 years ago

The best I have is this: https://www.spinics.net/lists/linux-nfs/msg59728.html as detailed in this issue: https://github.com/sjiveson/nfs-server-alpine/issues/4. Its quite the rabbit hole.

From the end of the thread: "Starting nfsd tries to register with rpcbind (even for v4-only) and (due to the bug) it takes 3 minutes to timeout."

Cyber1000 commented 5 years ago

Sorry for my late response and thanks for your answer!

sjiveson commented 5 years ago

No worries and you're welcome.