]> git.proxmox.com Git - pve-docs.git/blobdiff - pve-storage-zfspool.adoc
formatting cleanup
[pve-docs.git] / pve-storage-zfspool.adoc
index dbdfb7de41290204d3946d16bec4fcfb1c25b70f..5df116578dfdf571743dbc08159d0a1599df90d0 100644 (file)
@@ -1,5 +1,6 @@
 Local ZFS Pool Backend
 ----------------------
+include::attributes.txt[]
 
 Storage pool type: `zfspool`
 
@@ -26,7 +27,7 @@ sparse::
 Use ZFS thin-provisioning. A sparse volume is a volume whose
 reservation is not equal to the volume size.
 
-.Configuration Example ('/etc/pve/storage.cfg')
+.Configuration Example (`/etc/pve/storage.cfg`)
 ----
 zfspool: vmdata
         pool tank/vmdata
@@ -84,3 +85,12 @@ To enable compression on that newly allocated filesystem:
 You can get a list of available ZFS filesystems with:
 
  # pvesm zfsscan
+
+ifdef::wiki[]
+
+See Also
+~~~~~~~~
+
+* link:/wiki/Storage[Storage]
+
+endif::wiki[]