]> git.proxmox.com Git - pve-docs.git/blobdiff - pve-storage-nfs.adoc
bump version to 4.4-2
[pve-docs.git] / pve-storage-nfs.adoc
index f6151012b19f1f5ceae09e1cb3315e334dad980e..24644dedec0bc99e99dd47d860d6f4a9be8f7a44 100644 (file)
@@ -1,6 +1,9 @@
 NFS Backend
 -----------
-include::attributes.txt[]
+ifdef::wiki[]
+:pve-toplevel:
+:title: Storage: NFS
+endif::wiki[]
 
 Storage pool type: `nfs`
 
@@ -8,7 +11,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.
 
@@ -22,7 +25,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.
 
@@ -34,13 +37,13 @@ You can also set NFS mount options:
 
 path::
 
-The local mount point (defaults to '/mnt/pve/`<STORAGE_ID>`/').
+The local mount point (defaults to `/mnt/pve/<STORAGE_ID>/`).
 
 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
@@ -59,7 +62,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`
@@ -75,3 +78,12 @@ Examples
 You can get a list of exported NFS shares with:
 
  # pvesm nfsscan <server>
+
+ifdef::wiki[]
+
+See Also
+~~~~~~~~
+
+* link:/wiki/Storage[Storage]
+
+endif::wiki[]