Hello,
since some days I have issues with my NFS backup shares.
Maybe this isn't a proxmox issue, but I only have that problem on my pve cluster so maybe someone has an idea.
Basicly I have two nfs servers and two proxmox clusters - the first in DC1 and another in DC2.
On the first datacenter (DC1), I have the issue with my NFS shares, the second datacenter works perfectly with the same NFS shares.
This bring me to the end, that the NFS server is working correctly and the issue must be on client side.
On DC1 I have 3 active Proxmox Nodes and on all nodes I have added the NFS shares and on all nodes the probles exists.
The Problem:
When I add a NFS storage, proxmox creates the mount successfull. With the UI and SSH I can access the files and directories inside the share.
After 1 or 2 minutes, the share seems to be hanging. I can't use df -h or ls -la or the proxmox UI anymore. I only get timeouts with the following log messages:
The problem persists after reboot, delete all storages and recreate them, reboot NFS server.
After I enabled debugging for the NFS Client (rpcdebug -m nfs -s all) I got the followoing errors:
This is the current mount:
Any idea? Or any idea how to debug that futher?
Thanks!
since some days I have issues with my NFS backup shares.
Maybe this isn't a proxmox issue, but I only have that problem on my pve cluster so maybe someone has an idea.
Basicly I have two nfs servers and two proxmox clusters - the first in DC1 and another in DC2.
On the first datacenter (DC1), I have the issue with my NFS shares, the second datacenter works perfectly with the same NFS shares.
This bring me to the end, that the NFS server is working correctly and the issue must be on client side.
On DC1 I have 3 active Proxmox Nodes and on all nodes I have added the NFS shares and on all nodes the probles exists.
The Problem:
When I add a NFS storage, proxmox creates the mount successfull. With the UI and SSH I can access the files and directories inside the share.
After 1 or 2 minutes, the share seems to be hanging. I can't use df -h or ls -la or the proxmox UI anymore. I only get timeouts with the following log messages:
Code:
Mar 19 08:35:56 fra1-pvec01-m03 pvestatd[2409]: unable to activate storage 'fra1-nfs1-pvec01' - directory '/mnt/pve/fra1-nfs1-pvec01' does not exist or is unreachable
The problem persists after reboot, delete all storages and recreate them, reboot NFS server.
After I enabled debugging for the NFS Client (rpcdebug -m nfs -s all) I got the followoing errors:
Code:
Mar 19 08:35:56 fra1-pvec01-m03 kernel: [30713.680764] NFS reply getattr: -512
Mar 19 08:35:56 fra1-pvec01-m03 kernel: [30713.680767] nfs_revalidate_inode: (0:72/164888578) getattr failed, error=-512
….
Mar 19 08:36:04 fra1-pvec01-m03 kernel: [30721.866531] NFS: nfs_weak_revalidate: inode 164888578 is valid
Mar 19 08:36:04 fra1-pvec01-m03 kernel: [30721.866536] NFS: revalidating (0:72/164888578)
Mar 19 08:36:04 fra1-pvec01-m03 kernel: [30721.866538] NFS call getattr
This is the current mount:
Code:
/mnt/pve/fra1-nfs1-pvec01 from 10.0.0.60:/backups/proxmox/pvec01
Flags: rw,sync,noexec,relatime,vers=3,rsize=1048576,wsize=1048576,namlen=255,hard,nolock,noacl,proto=tcp,timeo=600,retrans=2,sec=sys,mountaddr=10.0.0.60,mountvers=3,mountport=20048,mountproto=udp,local_lock=all,addr=10.0.0.60
Any idea? Or any idea how to debug that futher?
Thanks!
Last edited: