X-Git-Url: https://git.proxmox.com/?p=pve-docs.git;a=blobdiff_plain;f=pve-storage-lvm.adoc;h=1ef38dfa3dd57d8daafc578e8374746f7df17461;hp=4046e158be9ae1c3071c47b251c516ef01c7f44e;hb=94958b8b9230d5b9b5e2e70c481f115b18a5fa0b;hpb=deb4673f279adea9069596f64fb70ff3f0e88302 diff --git a/pve-storage-lvm.adoc b/pve-storage-lvm.adoc index 4046e15..1ef38df 100644 --- a/pve-storage-lvm.adoc +++ b/pve-storage-lvm.adoc @@ -1,10 +1,14 @@ +[[storage_lvm]] LVM Backend ----------- -include::attributes.txt[] +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. @@ -14,6 +18,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 ~~~~~~~~~~~~~ @@ -37,9 +42,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 @@ -89,7 +94,7 @@ ifdef::wiki[] See Also ~~~~~~~~ -* link:/index.php/Storage[Storage] +* link:/wiki/Storage[Storage] endif::wiki[]