X-Git-Url: https://git.proxmox.com/?p=pve-docs.git;a=blobdiff_plain;f=pve-storage-lvmthin.adoc;h=1c1f63cfc4589153e44b13f02bad96ed22f16051;hp=10af9091cc35050a01da9adb6784e21b245d320c;hb=a22a4a80ad9b117e1bb78ec84ee0678bd3b38144;hpb=9801e1c3b0541bad4b0c913c1d3c3b37a1e77b1a diff --git a/pve-storage-lvmthin.adoc b/pve-storage-lvmthin.adoc index 10af909..1c1f63c 100644 --- a/pve-storage-lvmthin.adoc +++ b/pve-storage-lvmthin.adoc @@ -1,5 +1,11 @@ LVM thin Backend ---------------- +include::attributes.txt[] + +ifdef::wiki[] +:pve-toplevel: +:title: Storage: LVM Thin +endif::wiki[] Storage pool type: `lvmthin` @@ -9,7 +15,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 -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`: @@ -34,7 +40,7 @@ LVM volume group name. This must point to an existing volume group. The name of the LVM thin pool. -.Configuration Example ('/etc/pve/storage.cfg') +.Configuration Example (`/etc/pve/storage.cfg`) ---- lvmthin: local-lvm thinpool data @@ -75,3 +81,11 @@ List available LVM thin pools on volume group `pve`: # pvesm lvmthinscan pve +ifdef::wiki[] + +See Also +~~~~~~~~ + +* link:/wiki/Storage[Storage] + +endif::wiki[]