X-Git-Url: https://git.proxmox.com/?p=pve-docs.git;a=blobdiff_plain;f=pve-storage-lvmthin.adoc;h=fb46fb899122c76690b76406a99c33fa91c7b510;hp=c543bed1695f544a17d41e6cda96d152a8ab3be8;hb=90682f35982513fdecf9109cd15235fa982413fc;hpb=fc3425bdf7c0fca3a2c25c9221a4a3abc3f6d295 diff --git a/pve-storage-lvmthin.adoc b/pve-storage-lvmthin.adoc index c543bed..fb46fb8 100644 --- a/pve-storage-lvmthin.adoc +++ b/pve-storage-lvmthin.adoc @@ -1,6 +1,10 @@ +[[storage_lvmthin]] LVM thin Backend ---------------- -include::attributes.txt[] +ifdef::wiki[] +:pve-toplevel: +:title: Storage: LVM Thin +endif::wiki[] Storage pool type: `lvmthin` @@ -10,7 +14,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`: @@ -35,7 +39,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 @@ -76,3 +80,11 @@ List available LVM thin pools on volume group `pve`: # pvesm lvmthinscan pve +ifdef::wiki[] + +See Also +~~~~~~~~ + +* link:/wiki/Storage[Storage] + +endif::wiki[]