I installed Promxmox 5.1-38 version. I have 2T hard drive. After installation it has 90G local (PATH /var/lib/vz ) and the rest of hard is local-lvm (LVM-thin). Now I want to increase local up to 300G and leave the rest for local-lvm.
I do the following steps :
#lvremove pve/data
#lvresize -l 50000 pve/root
#lvcreate -L 300G -n data pve
#lvconvert --type thin-pool pve/data
#lvextend -l +100%FREE pve/root
After that everything is ok in lvs command :
root@Proxmox:~# lvs
LV VG Attr LSize Pool Origin Data% Meta% Move Log Cpy%Sync Convert
data pve twi-a-tz-- 299.80g 0.00 1.22
root pve -wi-ao---- 1.52t
swap pve -wi-ao---- 8.00g
But it's not ok from web. It changes only local-lvm size not local directory, that is still 90G.
How can I do that ?
I do the following steps :
#lvremove pve/data
#lvresize -l 50000 pve/root
#lvcreate -L 300G -n data pve
#lvconvert --type thin-pool pve/data
#lvextend -l +100%FREE pve/root
After that everything is ok in lvs command :
root@Proxmox:~# lvs
LV VG Attr LSize Pool Origin Data% Meta% Move Log Cpy%Sync Convert
data pve twi-a-tz-- 299.80g 0.00 1.22
root pve -wi-ao---- 1.52t
swap pve -wi-ao---- 8.00g
But it's not ok from web. It changes only local-lvm size not local directory, that is still 90G.
How can I do that ?