X-Git-Url: https://git.proxmox.com/?p=pve-docs.git;a=blobdiff_plain;f=pve-storage-lvm.adoc;h=3f21644b4821e5e1527d1ee8bbc074f93c61fb88;hp=dbfbbf26ba8d97877bb0275ab0b514ddb2d96c1e;hb=80b5819d0d63d1e3c44f908d93ef9c507fde5c0b;hpb=aa039b0f5a044a78ff175d8a70178d7b10895567 diff --git a/pve-storage-lvm.adoc b/pve-storage-lvm.adoc index dbfbbf2..3f21644 100644 --- a/pve-storage-lvm.adoc +++ b/pve-storage-lvm.adoc @@ -1,5 +1,6 @@ LVM Backend ----------- +include::attributes.txt[] Storage pool type: `lvm` @@ -13,6 +14,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 +38,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 +85,13 @@ List available volume groups: # pvesm lvmscan +ifdef::wiki[] + +See Also +~~~~~~~~ + +* link:/wiki/Storage[Storage] + +endif::wiki[]