Talk:Storage: LVM Thin: Difference between revisions

From Proxmox VE
Jump to navigation Jump to search
(small changes in document)
 
No edit summary
 
(One intermediate revision by the same user not shown)
Line 1: Line 1:
Two lines (steps):
Two lines (steps):
'''lvcreate -L 100G -n data pve
 
lvconvert --type thin-pool pve/data'''
'''lvcreate -L 100G -n data pve'''
 
'''lvconvert --type thin-pool pve/data


Can be changed with:
Can be changed with:
'''lvcreate -L 100G -T -n data pve'''
'''lvcreate -L 100G -T -n data pve'''





Latest revision as of 16:34, 27 October 2017

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 ?