]> git.proxmox.com Git - pve-docs.git/blobdiff - pve-storage-lvm.adoc
update generated docs
[pve-docs.git] / pve-storage-lvm.adoc
index dbfbbf26ba8d97877bb0275ab0b514ddb2d96c1e..72083b5abc3833c107712d8446a43f71bd4f036a 100644 (file)
@@ -1,9 +1,13 @@
 LVM Backend
 -----------
+ifdef::wiki[]
+:pve-toplevel:
+:title: Storage: LVM
+endif::wiki[]
 
 Storage pool type: `lvm`
 
-LVM is a thin software layer on top of hard disks and partitions. It
+LVM is a light software layer on top of hard disks and partitions. It
 can be used to split available disk space into smaller logical
 volumes. LVM is widely used on Linux and makes managing hard drives
 easier.
@@ -13,6 +17,7 @@ can easily manage space on that iSCSI LUN, which would not be possible
 otherwise, because the iSCSI specification does not define a
 management interface for space allocation.
 
+
 Configuration
 ~~~~~~~~~~~~~
 
@@ -36,9 +41,9 @@ sure that all data gets erased.
 
 `saferemove_throughput`::
 
-Wipe throughput ('cstream -t' parameter value).
+Wipe throughput (`cstream -t` parameter value).
 
-.Configuration Example ('/etc/pve/storage.cfg')
+.Configuration Example (`/etc/pve/storage.cfg`)
 ----
 lvm: myspace
        vgname myspace
@@ -83,5 +88,13 @@ List available volume groups:
 
  # pvesm lvmscan
 
+ifdef::wiki[]
+
+See Also
+~~~~~~~~
+
+* link:/wiki/Storage[Storage]
+
+endif::wiki[]