Post Group: Newbie
Posts: 4
Status: 
|
I'm testing virtulizor over proxmox with thin lvm and everything is working fine exact when I try to create a vm bigger than 2TB partition
root@node002:~# vgs
VG #PV #LV #SN Attr VSize VFree
pve 1 2 0 wz--n- 199.75g 118.00g
vmdata 1 2 0 wz--n- 4.60t 710.95g
LV VG Attr LSize Pool Origin Data% Meta% Move Log Cpy%Sync Convert
root pve -wi-ao---- 49.75g
swap pve -wi-ao---- 32.00g
thin-pool vmdata twi-aotz-- 3.91t 15.24 8.04
vm-1047-disk-1 vmdata Vwi-aotz-- 3.91t thin-pool 15.24
The lv is created with the right size and inside the vm /dev/vda is also create with the right size
fdisk -l
Disk /dev/vda: 4295.0 GB, 4294967296000 bytes, 8388608000 sectors
Units = sectors of 1 * 512 = 512 bytes
Sector size (logical/physical): 512 bytes / 512 bytes
I/O size (minimum/optimal): 512 bytes / 512 bytes
Disk label type: dos
Disk identifier: 0x000b136f
But the partition is not created with the full disk space:
Filesystem Size Used Avail Use% Mounted on
/dev/vda1 1.9T 1.2G 1.8T 1% /
I know the workaround would be to create a second partition with the remaining space but is not what I need
Any solution? I'm using virtualizor template centos-7.5-x86_64.img proxmox
|