NFS Mount issues

Trevor@sil

Member
Mar 15, 2022
1
0
6
35
I'm having an issue with the Gray ?

In the system log it shows:
Oct 14 04:00:48 mscluster1-pve02 pvestatd[3184]: mount error: mount.nfs: mount system call failed
Oct 14 04:00:49 mscluster1-pve02 pvestatd[3184]: status update time (360.802 seconds)

I have set up a second NFS storage drive and it will do the same thing,
I have done all the updates and checked all the Updates across nodes and they match.

I'm new to this and any help will be amazing.
 

Attachments

  • Proxmox nfs issue.PNG
    Proxmox nfs issue.PNG
    22.8 KB · Views: 7
Have you tested connectivity from pve02? Maybe it is just a network issue.
You could try mounting the share manually with the verbose flag and then checking the output? (mount -vvv -type nfs4 server1:/foo/bar /mnt/foo/bar)