I'm working on my homelab server and trying to replace the drives in one of my datastores with some that have a higher capacity. I need to move the VMDK files off this datastore prior to removing the drives and I'm having some issues connecting it to my NAS to do so. The NAS is a Synology DS 214 and I've gone through the setup on it and can successfully connect to the NFS share using my Mac. When I try to add the NFS datastore though it always errors out. I've tried doing this with NFS 3 and 4 but get the same result with both.
Export from NFS share
/volume1/vmNFS01 *(rw,async,no_wdelay,crossmnt,insecure,root_squash,insecure_locks,sec=sys,anonuid=1024,anongid=100)
VMKernel.log
2018-09-20T16:40:20.381Z cpu10:67593 opID=ea1fafab)NFS: 157: Command: (mount) Server: (192.168.1.200) IP: (192.168.1.200) Path: (/volume/vmNFS01) Label: (vmNFS) Options: (None)
2018-09-20T16:40:20.381Z cpu10:67593 opID=ea1fafab)StorageApdHandler: 977: APD Handle 0596ba14-9a61641f Created with lock[StorageApd-0x4309197f7ea0]
2018-09-20T16:40:20.381Z cpu10:67593 opID=ea1fafab)CpuSched: 692: user latency of 68339 RPC-tx-192.168.1.200.0.111 0 changed by 67593 hostd-worker -6
2018-09-20T16:40:50.628Z cpu15:67593 opID=ea1fafab)SunRPC: 1116: Destroying world 0x10af3
2018-09-20T16:40:50.628Z cpu15:67593 opID=ea1fafab)StorageApdHandler: 1062: Freeing APD handle 0x4309197f7ea0 [0596ba14-9a61641f]
2018-09-20T16:40:50.628Z cpu15:67593 opID=ea1fafab)StorageApdHandler: 1147: APD Handle freed!
2018-09-20T16:40:50.628Z cpu15:67593 opID=ea1fafab)NFS: 168: NFS mount 192.168.1.200:/volume/vmNFS01 failed: Unable to connect to NFS server.
Anyone have any ideas what's going on?