Talk:Storage: LVM Thin

From Proxmox VE
Jump to navigation Jump to search
The printable version is no longer supported and may have rendering errors. Please update your browser bookmarks and please use the default browser print function instead.

Two lines (steps):

lvcreate -L 100G -n data pve

lvconvert --type thin-pool pve/data

Can be changed with:

lvcreate -L 100G -T -n data pve


-T switch creates thin pool


P.S. Why i can not update the content ?