]> git.proxmox.com Git - pve-docs.git/blobdiff - pve-storage-zfspool.adoc
Add description for mountpoint property
[pve-docs.git] / pve-storage-zfspool.adoc
index ca1b771ab711e6d16b7c62d44315d260b2acc44f..366a1f32cbb98cd7a2207926d5cff99ac1057272 100644 (file)
@@ -1,3 +1,4 @@
+[[storage_zfspool]]
 Local ZFS Pool Backend
 ----------------------
 ifdef::wiki[]
@@ -31,6 +32,12 @@ sparse::
 Use ZFS thin-provisioning. A sparse volume is a volume whose
 reservation is not equal to the volume size.
 
+mountpoint::
+
+The mount point of the ZFS pool/filesystem. Changing this does not
+affect the `mountpoint` property of the dataset seen by `zfs`.
+Defaults to `/<pool>`.
+
 .Configuration Example (`/etc/pve/storage.cfg`)
 ----
 zfspool: vmdata
@@ -99,4 +106,6 @@ See Also
 
 * link:/wiki/Storage[Storage]
 
+* link:/wiki/ZFS_on_Linux[ZFS on Linux]
+
 endif::wiki[]