November 2017
Intermediate to advanced
494 pages
14h 29m
English
When NFS shares are deleted from Proxmox storage, in some cases, it still remains mounted, which causes the NFS stale file handle error. Simply manually unmounting the share and removing the NFS mount point folder from the Proxmox directory fixes this issue. Run the following commands from the Proxmox node:
# umount -f /mnt/<nfs_share> # rmdir /mnt/<nfs_share>