I'm encountering a strange issue today after upgrading the system to the latest version:
I can mount an NFS share from the command line but when I attempt to browse the contents from the ProxMox UI I get "storage 'Backups' is not online (500)".
If I delete the share and re-add it using the UI the share does not appear in /mnt/pve/ as expected.
Here is /etc/pve/storage.cfg
Here is mounting the NFS share from command line and viewing contents of a test file:
Is there a log somewhere I can use to figure out why this isn't working?
Thanks,
Ian
I can mount an NFS share from the command line but when I attempt to browse the contents from the ProxMox UI I get "storage 'Backups' is not online (500)".
If I delete the share and re-add it using the UI the share does not appear in /mnt/pve/ as expected.
Here is /etc/pve/storage.cfg
Code:
nfs: Backups
path /mnt/pve/Backups
server FIRS01
export /NFS
options vers=3
content backup
maxfiles 10
Here is mounting the NFS share from command line and viewing contents of a test file:
Code:
mount -t nfs firs01:/NFS/ /mnt/pve/Backups/
root@pmhost3:/mnt/pve# cd /mnt/pve/Backups/
root@pmhost3:/mnt/pve/Backups# ls
dump test.txt
root@pmhost3:/mnt/pve/Backups# cat test.txt
Successfully connected to NFS share.
Is there a log somewhere I can use to figure out why this isn't working?
Thanks,
Ian