]> git.proxmox.com Git - pve-docs.git/blobdiff - pve-storage-lvmthin.adoc
correct spelling of SYNOPSIS in man pages
[pve-docs.git] / pve-storage-lvmthin.adoc
index 10af9091cc35050a01da9adb6784e21b245d320c..be730cf3ab2000e02f6b0dbbf8cdc39201d61845 100644 (file)
@@ -1,5 +1,6 @@
 LVM thin Backend
 ----------------
 LVM thin Backend
 ----------------
+include::attributes.txt[]
 
 Storage pool type: `lvmthin`
 
 
 Storage pool type: `lvmthin`
 
@@ -9,7 +10,7 @@ called thin-provisioning, because volumes can be much larger than
 physically available space.
 
 You can use the normal LVM command line tools to manage and create LVM
 physically available space.
 
 You can use the normal LVM command line tools to manage and create LVM
-thin pools (see 'man lvmthin' for details). Assuming you already have
+thin pools (see `man lvmthin` for details). Assuming you already have
 a LVM volume group called `pve`, the following commands create a new
 LVM thin pool (size 100G) called `data`:
 
 a LVM volume group called `pve`, the following commands create a new
 LVM thin pool (size 100G) called `data`:
 
@@ -34,7 +35,7 @@ LVM volume group name. This must point to an existing volume group.
 The name of the LVM thin pool.
 
 
 The name of the LVM thin pool.
 
 
-.Configuration Example ('/etc/pve/storage.cfg')
+.Configuration Example (`/etc/pve/storage.cfg`)
 ----
 lvmthin: local-lvm
        thinpool data
 ----
 lvmthin: local-lvm
        thinpool data
@@ -75,3 +76,11 @@ List available LVM thin pools on volume group `pve`:
 
  # pvesm lvmthinscan pve
 
 
  # pvesm lvmthinscan pve
 
+ifdef::wiki[]
+
+See Also
+~~~~~~~~
+
+* link:/wiki/Storage[Storage]
+
+endif::wiki[]