X-Git-Url: https://git.proxmox.com/?p=pve-docs.git;a=blobdiff_plain;f=pve-storage-lvm.adoc;h=b337c861d62f431db4ab030ece6ffa4e98448c0c;hp=b4a278c6d00d009dd6042f13e2a8969deac80bb6;hb=fa281da6cba7182480784a657f6830b39c72a954;hpb=fc3425bdf7c0fca3a2c25c9221a4a3abc3f6d295 diff --git a/pve-storage-lvm.adoc b/pve-storage-lvm.adoc index b4a278c..b337c86 100644 --- a/pve-storage-lvm.adoc +++ b/pve-storage-lvm.adoc @@ -1,6 +1,9 @@ LVM Backend ----------- -include::attributes.txt[] +ifdef::wiki[] +:pve-toplevel: +:title: Storage: LVM +endif::wiki[] Storage pool type: `lvm` @@ -14,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 ~~~~~~~~~~~~~ @@ -37,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 @@ -84,5 +88,13 @@ List available volume groups: # pvesm lvmscan +ifdef::wiki[] + +See Also +~~~~~~~~ + +* link:/wiki/Storage[Storage] + +endif::wiki[]