]> 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 b67ddfffbc9946404b0eb5826ccf2aad2034de42..366a1f32cbb98cd7a2207926d5cff99ac1057272 100644 (file)
@@ -1,6 +1,10 @@
+[[storage_zfspool]]
 Local ZFS Pool Backend
 ----------------------
-include::attributes.txt[]
+ifdef::wiki[]
+:pve-toplevel:
+:title: Storage: ZFS
+endif::wiki[]
 
 Storage pool type: `zfspool`
 
@@ -28,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
@@ -96,4 +106,6 @@ See Also
 
 * link:/wiki/Storage[Storage]
 
+* link:/wiki/ZFS_on_Linux[ZFS on Linux]
+
 endif::wiki[]