NFS Server Timeout

j0k4b0

Active Member
Apr 1, 2016
59
1
26
28
Hello,

in the past I had a NFS Server with the ip 10.0.0.60. But the server not longer exists, so I deleted the storage from proxmox.

On one node in the cluster I still got the following log in syslog:
Code:
Nov 29 12:31:08 <hostname> kernel: [16337598.136137] nfs: server 10.0.0.60 not responding, timed out

I can't find any entry in /etc/fstab, storage.cfg or similar.

When I search for the IP-Address I find some files in containers (which are already commend-out) and this file on the node directly:

/run/rpc_pipefs/nfs/clnt1b/info
Code:
RPC server: 10.0.0.60
service: nfs (100003) version 4
address: 10.0.0.60
protocol: tcp
port: 2049

Any idea how I can remove that?

Thanks!
 
I have a NFS problem like this:

host: 10.61.0.3 proxmox 7.1.4
vm: 10.61.0.4 Centos7.6
nfs:10.61.3.10 Centos7.6

in vm I can use showmount -e 10.61.3.10 see nfs folder like:

Export list for 10.61.3.10:
/mnt/hdd/nfsFileSystem/pve 10.61.0.0/22
But in host shell type showmount -e 10.61.3.10 I get TimeOut
root@pve:~# showmount -e 10.61.3.10
rpc mount export: RPC: Timed out
root@pve:~#
Maybe host frieWall has some problem ?

Any idea ?Thanks!

(sorry about poor English, use google translate)
 
Hi @suwill,

thanks - but I think your problem is not related with my problem.
I have the issue that no NFS Server is used on my cluster (anymore) and I still got timeout messages from kernel 2-4 times a minute.

I don't know if your firewall has a problem if RPC traffic is blocked, but you can check for example with iptables -L what's going on. Otherwise, you can configure the firewall to allow RPC traffic.

Good day,
Jonah