[SOLVED] NFS mount time out

polopolo92

Member
May 12, 2020
25
2
23
62
hello

I'm trying to mount a NFS share (from openmediavault) into the cluster storage but I get a "timeout"

showmount (and web GUI ) are showing the shared folders when i put the server IP but I cannot mount it

I checked the port

nmap x.x.x.x (NFS server IP)
Starting Nmap 7.70 ( https://nmap.org ) at 2020-05-28 10:32 CEST
Nmap scan report for pfsense01 (x.x.x.x)
Host is up (0.00034s latency).
Not shown: 988 closed ports
PORT STATE SERVICE
80/tcp open http
111/tcp open rpcbind
139/tcp open netbios-ssn
427/tcp open svrloc
443/tcp open https
445/tcp open microsoft-ds
902/tcp open iss-realsecure
2049/tcp open nfs
5357/tcp open wsdapi
8000/tcp open http-alt
8300/tcp open tmi
9080/tcp open glrpc


I checked rpcinfo
rpcinfo -p
program vers proto port service
100000 4 tcp 111 portmapper
100000 3 tcp 111 portmapper
100000 2 tcp 111 portmapper
100000 4 udp 111 portmapper
100000 3 udp 111 portmapper
100000 2 udp 111 portmapper
100005 1 udp 57932 mountd
100005 1 tcp 51107 mountd
100005 2 udp 41913 mountd
100005 2 tcp 48259 mountd
100005 3 udp 33678 mountd
100005 3 tcp 44955 mountd
100003 3 tcp 2049 nfs
100003 4 tcp 2049 nfs
100227 3 tcp 2049
100003 3 udp 2049 nfs
100227 3 udp 2049
100021 1 udp 46772 nlockmgr
100021 3 udp 46772 nlockmgr
100021 4 udp 46772 nlockmgr
100021 1 tcp 33183 nlockmgr
100021 3 tcp 33183 nlockmgr
100021 4 tcp 33183 nlockmgr
100024 1 udp 36093 status
100024 1 tcp 34515 status


showmount -e "serverIP"
Export list for "serverIP" :
/export "serverIP",proxmox03,proxmox01,proxmox02
/export/NFS01 "serverIP",proxmox03,proxmox01,proxmox02

I checked tcpdump on both side, I see traffic when I try to mount ( no errors but no easy to interpret)

I also checked the rights

I do not know what to check more at this step to fix

any track ?

Thanks
 
smbclient -L //xxxx
protocol negotiation failed: NT_STATUS_CONNECTION_RESET


But smbclient is supposed to see NFS shares from the NAS ?
 
proxmox-ve: 6.2-1 (running kernel: 5.4.41-1-pve)
pve-manager: 6.2-4 (running version: 6.2-4/9824574a)
pve-kernel-5.4: 6.2-2
pve-kernel-helper: 6.2-2
pve-kernel-5.3: 6.1-6
pve-kernel-5.4.41-1-pve: 5.4.41-1
pve-kernel-5.4.34-1-pve: 5.4.34-2
pve-kernel-5.3.18-3-pve: 5.3.18-3
pve-kernel-5.3.10-1-pve: 5.3.10-1
ceph-fuse: 12.2.11+dfsg1-2.1+b1
corosync: 3.0.3-pve1
criu: 3.11-3
glusterfs-client: 5.5-3
ifupdown: residual config
ifupdown2: 2.0.1-1+pve8
ksm-control-daemon: 1.3-1
libjs-extjs: 6.0.1-10
libknet1: 1.15-pve1
libproxmox-acme-perl: 1.0.4
libpve-access-control: 6.1-1
libpve-apiclient-perl: 3.0-3
libpve-common-perl: 6.1-2
libpve-guest-common-perl: 3.0-10
libpve-http-server-perl: 3.0-5
libpve-storage-perl: 6.1-8
libqb0: 1.0.5-1
libspice-server1: 0.14.2-4~pve6+1
lvm2: 2.03.02-pve4
lxc-pve: 4.0.2-1
lxcfs: 4.0.3-pve2
novnc-pve: 1.1.0-1
openvswitch-switch: 2.12.0-1
proxmox-mini-journalreader: 1.1-1
proxmox-widget-toolkit: 2.2-1
pve-cluster: 6.1-8
pve-container: 3.1-6
pve-docs: 6.2-4
pve-edk2-firmware: 2.20200229-1
pve-firewall: 4.1-2
pve-firmware: 3.1-1
pve-ha-manager: 3.0-9
pve-i18n: 2.1-2
pve-qemu-kvm: 5.0.0-2
pve-xtermjs: 4.3.0-1
qemu-server: 6.2-2
smartmontools: 7.1-pve2
spiceterm: 3.1-1
vncterm: 1.6-1
zfsutils-linux: 0.8.4-pve1
 
Hmmm, you already see share files rghit?

~ pvesh get /nodes/{node}/scan/nfs --server ServerIP

if so try to make the NFS as (everyone) and reconnect again please
 
pvesh get /nodes/proxmox01/scan/nfs --server xxxx

│ 10.91.145.14,10.95.251.139,10.90.160.139,│ /export/NFS01 │
│ 10.91.145.14,10.95.251.139,10.90.160.139,│ /export │
└────────────────────────────────────────────────────────────────────────────────────────────────

same for the 3 nodes (the private 3 IP of the 3 nodes are dispalyed)

but still timeout ...
 
On my server everything ok, i never have problem with NFS Sharing

Is the Firewall running? also check journalctl -f and grep the error message if exist to see what the problem is.
 
Hello

i found the issue. it was a network configuration on the NFS server side (running under vmware :rolleyes: )

Thanks for support it help me to investigate

(I don't know how to tag "RESOLVED" this thread)
 
I had a similar problem, I wanted to add a NFS Storage with 14 TB in a virtual Maschine. But it was not possible.

My Solution was, that I create a small Storage with eg 1 TB. than I have resize the Disk to the wished size.

Have a nice Day

Frank