Hello all,
I've just setup a nfs server (https://help.ubuntu.com/community/NFSv4Howto#NFSv4_Server) on my NAS (a QNAP with Debian installed).
The system should be using NFSv4, and so I manually edited my storage.cfg on PVE as following:
The settings seem fine to me, but my Proxmox cannot "browse" the nfs share.
Looking at the firewall logs I see that it's trying to connect on the server with random ports, even though (AFAIK) only 2049 should be used for NFS version 4.
I've just setup a nfs server (https://help.ubuntu.com/community/NFSv4Howto#NFSv4_Server) on my NAS (a QNAP with Debian installed).
The system should be using NFSv4, and so I manually edited my storage.cfg on PVE as following:
Code:
nfs: nas_proxmox_backups
path /mnt/pve/nas_proxmox_backups
server 172.16.101.2
export /export/proxmox_backups
options vers=4
content backup
The settings seem fine to me, but my Proxmox cannot "browse" the nfs share.
Looking at the firewall logs I see that it's trying to connect on the server with random ports, even though (AFAIK) only 2049 should be used for NFS version 4.