kubernetes-vagrant-coreos-cluster
kubernetes-vagrant-coreos-cluster copied to clipboard
requested NFS version or transport protocol is not supported
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.
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.