ehough / docker-nfs-server

A lightweight, robust, flexible, and containerized NFS server.
https://hub.docker.com/r/erichough/nfs-server/
GNU General Public License v3.0
672 stars 221 forks source link

'statd failed' #10

Closed stevmills closed 5 years ago

stevmills commented 5 years ago

      SETTING UP
==================================================================
----> building /etc/exports
----> will export /nfs 10.90.100.0/24(rw,no_subtree_check)
----> will export 1 filesystem(s)
----> checking for presenc kernel module: nfs
----> checking for presence of kernel module: nfsd
----> setup complete

==================================================================
      STARTING SERVICES
==================================================================
----> mounting rpc_pipefs onto /var/lib/nfs/rpc_pipefs
mount: rpc_pipefs mounted on /var/lib/nfs/rpc_pipefs.
----> mounting nfsd onto /proc/fs/nfsd
mount: nfsd mounted on /proc/fs/nfsd.
----> starting rpcbind
----> exporting filesystems
exporting 10.99.113.0/24:/nfs
----> starting rpc.mountd for NFS version 4.2 on port 32767
----> starting statd on port 32765 (outgoing connections on port 32766)
----> statd failed

==================================================================
      TERMINATING ...
==================================================================
----> rpc.svcgssd was not running
----> stopping nfsd
----> rpc.idmapd was not running
----> rpc.statd was not running
----> killing rpc.mountd
----> un-exporting filesystems
----> rpcbind was not running
----> un-mounting nfsd from /proc/fs/nfsd
umount: /proc/fs/nfsd (nfsd) unmounted
----> un-mounting rpc_pipefs from /var/lib/nfs/rpc_pipefs
umount: /var/lib/nfs/rpc_pipefs (rpc_pipefs) unmounted

==================================================================
      TERMINATED
==================================================================
ehough commented 5 years ago

Thanks for the report. I'm not entirely sure why statd would refuse to run, and it's annoying that it didn't provide us with an error message.

Could you post your full docker run command? Or docker-compose.yml? Or equivalent? It would be great if I could reproduce the issue locally.

Also, could you post the output of docker info?

ehough commented 5 years ago

@stevmills Just checking in. I'm still interested in resolving this issue for you. Thanks!