what is it?
High-performance fully managed storage
mounting on vm
from google cloud documentation
sudo apt-get -y update &&
sudo apt-get install nfs-commonsudo vim /etc/fstab
ip-address:/file-share mount-point-directory nfs options,_netdev 0 0ip-addressis the IP address for the Filestore instance.file-shareis the name of the file share on the instance.mount-point-directoryis the path you want to map the Filestore file share to.optionsare the NFS mount options. We recommend keeping the default NFS mount options, with the following exceptions:- For automounting, we recommend specifying
-o tcpto reduce the latency when mounting and unmounting. - If you are mounting a zonal (previously high scale SSD) instance to a client VM that’s running Linux kernel version 5.3+, consider specifying the
nconnectmount option for increased NFS performance. We recommend specifying up to7connections for zonal tier and up to2connections for the regional and enterprise tier. In general, the larger the file share capacity and the fewer the connecting client VMs, the more performance you gain by specifying additional connections withnconnect.
- For automounting, we recommend specifying
_netdevmay be added to the mount option string of the unit, which forces systemd to consider the mount unit a network mountk