I have a Proxmox 5.1-35 (172.16.10.101) and FreeNAS 11.0-U4 (172.16.10.10) server. Everything was fine until few days ago, maybe 4 days, Proxmox stopped seeing NFS shares on FreeNAS. The message in /var/log/syslog:
This happened for all NFS shares (Backups, ISOS and Containers). As this post says I can ping the FreeNAS and I even can
so there is not a network issue but a configuration issue I guess. Previous command line allows me to start the VMs and Containers but I cannot do backups. I tried doing backups through command line with an alternate path using --dumpdir and the message is the same. I don't understand why because the --dumpdir should override the NFS share Backups.
If I do
, the output:
172.16.10.10:/mnt/RAID/Backups 1.8T 46G 1.7T 3% /mnt/pve/Backups
Proxmox can even see the capacity of the NFS share through command line, however it can't show this very same info through WebGUI. What??????
Info on /etc/pve/storage.cfg for Backups NFS:
Code:
pve01 pvestatd[1277]: storage 'Backups' is not online
This happened for all NFS shares (Backups, ISOS and Containers). As this post says I can ping the FreeNAS and I even can
Code:
mount 172.16.10.10:/mnt/RAID/Backups /mnt/pve/Backups
Code:
vzdump --all --compress gzip --dumpdir /home/
If I do
Code:
df -h
172.16.10.10:/mnt/RAID/Backups 1.8T 46G 1.7T 3% /mnt/pve/Backups
Proxmox can even see the capacity of the NFS share through command line, however it can't show this very same info through WebGUI. What??????
Info on /etc/pve/storage.cfg for Backups NFS:
Code:
nfs: Backups
export /mnt/RAID/Backups
path /mnt/pve/Backups
server 172.16.10.10
content backup,rootdir,images
maxfiles 0
options vers=4