Correct way to remount NFS shares with new mount options

Whatever

Renowned Member
Nov 19, 2012
396
63
93
I would like to optimize NFS mount options in order to tune up NFS speed

Just wondering what is the correct way to update NFS mounts without node reboot?

Is "/etc/init.d/nfs-common restart" is correct and enough?

How to check whether new mount options has been applied?

Thanks in advance,


P.S> When i disable NFS mount via WEB-GUI I still see the corresponding mount in "df -h" output even-though the storage is disabled and not-visible within the pve nodes.
 
Without specifics I would encourage the use of
umount <local path>

then mounting again thought th egui with your new parameters.