X-Git-Url: https://git.proxmox.com/?p=pve-docs.git;a=blobdiff_plain;f=pve-storage-nfs.adoc;h=d717c18866672cab86f8156cea8db2fd110aeb11;hp=d8c381eccede39616aaca95dd6e83ef741715b9a;hb=93d2a4f94415a26364b0dcbee11c42a78ac8655d;hpb=aa039b0f5a044a78ff175d8a70178d7b10895567 diff --git a/pve-storage-nfs.adoc b/pve-storage-nfs.adoc index d8c381e..d717c18 100644 --- a/pve-storage-nfs.adoc +++ b/pve-storage-nfs.adoc @@ -1,5 +1,6 @@ NFS Backend ----------- +include::attributes.txt[] Storage pool type: `nfs` @@ -7,7 +8,7 @@ The NFS backend is based on the directory backend, so it shares most properties. The directory layout and the file naming conventions are the same. The main advantage is that you can directly configure the NFS server properties, so the backend can mount the share -automatically. There is no need to modify '/etc/fstab'. The backend +automatically. There is no need to modify `/etc/fstab`. The backend can also test if the server is online, and provides a method to query the server for exported shares. @@ -21,7 +22,7 @@ used to configure the NFS server: server:: Server IP or DNS name. To avoid DNS lookup delays, it is usually -preferrable to use an IP address instead of a DNS name - unless you +preferable to use an IP address instead of a DNS name - unless you have a very reliable DNS server, or list the server in the local `/etc/hosts` file. @@ -33,13 +34,13 @@ You can also set NFS mount options: path:: -The local mount point (defaults to '/mnt/pve/``/'). +The local mount point (defaults to `/mnt/pve//`). options:: NFS mount options (see `man nfs`). -.Configuration Example ('/etc/pve/storage.cfg') +.Configuration Example (`/etc/pve/storage.cfg`) ---- nfs: iso-templates path /mnt/pve/iso-templates @@ -58,7 +59,7 @@ client side. For read-only content, it is worth to consider the NFS Storage Features ~~~~~~~~~~~~~~~~ -NFS does not support snapshots, but the backend use `qcow2` features +NFS does not support snapshots, but the backend uses `qcow2` features to implement snapshots and cloning. .Storage features for backend `nfs` @@ -74,3 +75,12 @@ Examples You can get a list of exported NFS shares with: # pvesm nfsscan + +ifdef::wiki[] + +See Also +~~~~~~~~ + +* link:/wiki/Storage[Storage] + +endif::wiki[]