kubernetes-vagrant-coreos-cluster icon indicating copy to clipboard operation
kubernetes-vagrant-coreos-cluster copied to clipboard

requested NFS version or transport protocol is not supported

Open jwillker opened this issue 7 years ago • 1 comments

When I try to run vagrant up an error happened: mount -o vers=4,udp,nolock,vers=4,udp,noatime 172.17.8.1:/home/jhonn/Boxes/kubernetes-vagrant-coreos-cluster /vagrant mount.nfs: requested NFS version or transport protocol is not supported

OS: Arch Linux 4.18 Provider: Virtual box 5.2.18 vagrant: 2.1.5 nfs-utils: 2.3.3-1

I also tried to run: sudo systemctl start nfs-server but without success.

jwillker avatar Sep 23 '18 21:09 jwillker

It seems, that udp protocol is the problem (also on Arch). I changed it to tcp and now it's fine. also vers=3 seems to be specified twice, so can be removed as well.