Greetings
In Proxmox I had to perform a shutdown recently and the system did not shutdown and was not accessible from web interface. When I connected to the server with display it was stuck on "reached target shutdown". I noticed that before that there was a message along those lines [FAILED] to unmount NFS. I don't know if its related but I have an NFS share mounted to Proxmox - the share is provided by a VM running on same server. Recently i did edit storage.cfg and changed "options vers=4" for the NFS, so I can use NFSv4 and TCP instead of UDP and NFSv3 that it was defaulting to. Currently it looks like this:
I wonder if reducing the "timeo" would help or if NFS share is the problem to begin with.
In Proxmox I had to perform a shutdown recently and the system did not shutdown and was not accessible from web interface. When I connected to the server with display it was stuck on "reached target shutdown". I noticed that before that there was a message along those lines [FAILED] to unmount NFS. I don't know if its related but I have an NFS share mounted to Proxmox - the share is provided by a VM running on same server. Recently i did edit storage.cfg and changed "options vers=4" for the NFS, so I can use NFSv4 and TCP instead of UDP and NFSv3 that it was defaulting to. Currently it looks like this:
Code:
nfsstat -m
/mnt/pve/PlexNFS from 192.168.0.30:/export/Plex-Storage/Media
Flags: rw,relatime,vers=4.0,rsize=1048576,wsize=1048576,namlen=255,hard,proto=tcp,timeo=600,retrans=2,sec=sys,clientaddr=192.168.0.50,local_lock=none,addr=192.168.0.30
I wonder if reducing the "timeo" would help or if NFS share is the problem to begin with.