Hi there
I have here two PVE server version 6.4-13.
I also have an NFS server v4.
But today, both PVE server was booted up before NFS server get online.
I was expected that PVE just see my NFS online later and mount the appropriate mountpoint, but this never happens!
There is no service check to see if NFS is online or not?
I can see my NFS server via Linux shell:
$ pvesm scan nfs 192.168.100.1
/home/nfs *
$ showmount -e 192.168.100.1
Export list for 192.168.100.1:
/home/nfs *
Here's the storage.cfg:
cat /etc/pve/storage.cfg
dir: local
path /var/lib/vz
content images,backup,iso,rootdir,vztmpl
dir: VMS
path /DATA
content images
prune-backups keep-all=1
shared 1
nfs: NFS
export /home/nfs
path /mnt/pve/NFS
server 192.168.100.1
content images
options vers=4.1
prune-backups keep-all=1
No vm are running at this point, because I think Proxmox just need to check at little time interval, if the NFS server are online or not and if this is the case, mount the /mnt/pve/NFS again.
Very weired.
Thanks for any help.
I have here two PVE server version 6.4-13.
I also have an NFS server v4.
But today, both PVE server was booted up before NFS server get online.
I was expected that PVE just see my NFS online later and mount the appropriate mountpoint, but this never happens!
There is no service check to see if NFS is online or not?
I can see my NFS server via Linux shell:
$ pvesm scan nfs 192.168.100.1
/home/nfs *
$ showmount -e 192.168.100.1
Export list for 192.168.100.1:
/home/nfs *
Here's the storage.cfg:
cat /etc/pve/storage.cfg
dir: local
path /var/lib/vz
content images,backup,iso,rootdir,vztmpl
dir: VMS
path /DATA
content images
prune-backups keep-all=1
shared 1
nfs: NFS
export /home/nfs
path /mnt/pve/NFS
server 192.168.100.1
content images
options vers=4.1
prune-backups keep-all=1
No vm are running at this point, because I think Proxmox just need to check at little time interval, if the NFS server are online or not and if this is the case, mount the /mnt/pve/NFS again.
Very weired.
Thanks for any help.
Last edited: