I have big issue with NFS storage that is used only for backups in my proxmox cluster (12 physical nodes).
Every time NFS server is rebooted i need to remove NFS share from proxmox, restart all 12 nodes, and the remount NFS share again, by adding it from scratch
Is there any way to force proxmxox to change NFS status to active?
Restarting whole cluster is just nightmare.
Every time NFS server is rebooted i need to remove NFS share from proxmox, restart all 12 nodes, and the remount NFS share again, by adding it from scratch
Is there any way to force proxmxox to change NFS status to active?
Code:
root@pve-07-08:~# pvesm status
got timeout
unable to activate storage 'BACKUP01-NFS' - directory '/mnt/pve/BACKUP01-NFS' does not exist or is unreachable
Name Type Status Total Used Available %
BACKUP01-NFS nfs inactive 0 0 0 0.00%
Restarting whole cluster is just nightmare.