Celine Bourde wrote:
Hi,

I've updated nfs-utils package:
[r...@my_host ~]# mount.nfs -V
mount.nfs (linux nfs-utils 1.1.6)

[r...@my_host ~]# strace mount.nfs 192.168.0.215:/vol0 /mnt/ -o rdma,port=2050
Does it work without rdma?

The problem is exactly the same without rdma:

[r...@my_host ~]# strace mount.nfs 192.168.0.215:/vol0 /mnt/ -o rw,port=2050
[..]

You cannot use port 2050 for tcp mounts. So remove the 'port=2050' and it will attempt a tcp mount to port 2049.

Steve.

_______________________________________________
general mailing list
[email protected]
http://lists.openfabrics.org/cgi-bin/mailman/listinfo/general

To unsubscribe, please visit http://openib.org/mailman/listinfo/openib-general

Reply via email to