hi,
i try to create a nfs datastore on esxi 6.7 server with ip 192.168.163.130.The directory /y is exported from linux server 192.168.163.129 to every server.
exportfs
/y <world>
[root@localhost ~]# more /etc/exports
/y *(rw)
creating nfs datastore :
name y5
nfs server 192.168.163.129
nfs share /y
nfs version nfs4 ->in 192.168.163.129 nfs is version 4
failed to mount to y5 datastore unable to complete sysinfo operation.see in vmkernel.log sysinfo:timeout
ping work.
i go in host then monitor then logs
2018-09-05T09:06:56.416Z cpu1:2098522 opID=20f9c3ee)World: 11942: VC opID 3f203228 maps to vmkernel opID 20f9c3ee
2018-09-05T09:06:56.416Z cpu1:2098522 opID=20f9c3ee)NFS41: NFS41_VSIMountSet:423: Mount server: 192.168.163.129, port: 2049, path: /y, label: yyyyy, security: 1 user: , options: <none>
2018-09-05T09:06:56.416Z cpu1:2098522 opID=20f9c3ee)StorageApdHandler: 977: APD Handle Created with lock[StorageApd-0x430993391d70]
2018-09-05T09:06:56.418Z cpu0:2097968)WARNING: NFS41: NFS41ExidNFSProcess:2054: Server doesn't support the NFS 4.1 protocol
2018-09-05T09:07:06.421Z cpu1:2097968)WARNING: NFS41: NFS41ExidNFSProcess:2054: Server doesn't support the NFS 4.1 protocol
2018-09-05T09:07:16.424Z cpu1:2097968)WARNING: NFS41: NFS41ExidNFSProcess:2054: Server doesn't support the NFS 4.1 protocol
2018-09-05T09:07:26.418Z cpu0:2098522 opID=20f9c3ee)WARNING: NFS41: NFS41FSWaitForCluster:3695: Failed to wait for the cluster to be located: Timeout
2018-09-05T09:07:26.418Z cpu0:2098522 opID=20f9c3ee)WARNING: NFS41: NFS41_FSMount:4807: NFS41FSDoMount failed: Timeout
2018-09-05T09:07:26.418Z cpu0:2098522 opID=20f9c3ee)StorageApdHandler: 1063: Freeing APD handle 0x430993391d70 []
2018-09-05T09:07:26.418Z cpu0:2098522 opID=20f9c3ee)StorageApdHandler: 1147: APD Handle freed!
2018-09-05T09:07:26.418Z cpu0:2098522 opID=20f9c3ee)WARNING: NFS41: NFS41_VSIMountSet:431: NFS41_FSMount failed: Timeout
2018-09-05T09:07:26.419Z cpu1:2097968)SunRPC: 1099: Destroying world 0x200ff5
on 129.168.163.129
# mount 192.168.163.129:/y /n
[root@localhost ~]# mount
192.168.163.129:/y on /n type nfs (rw,vers=4,addr=192.168.163.129,clientaddr=192.168.163.129)
in server i have nfs version 4.
in esxi nfs version 4.1?so this is the issue?
tnx