Whilst back up VM i get the following warning :
When I check pvs & vgs it shows that i have 500gb of storage
I tried to achieve this by extending original installation disk dev/sda3.
Any help would be appreciated or an easy solution . Thanks in advance.
Code:
WARNING: You have not turned on protection against thin pools running out of space.
WARNING: Set activation/thin_pool_autoextend_threshold below 100 to trigger automatic extension of thin pools before they get full.
Size of logical volume pve/vm-103-disk-0 changed from 4.00 GiB (1024 extents) to 54.00 GiB (13824 extents).
Logical volume pve/vm-103-disk-0 successfully resized.
WARNING: Sum of all thin volume sizes (92.00 GiB) exceeds the size of thin pool pve/data and the amount of free space in volume group (<12.38 GiB).
When I check pvs & vgs it shows that i have 500gb of storage
Code:
root@pve:~# pvs
PV VG Fmt Attr PSize PFree
/dev/sda3 pve lvm2 a-- <99.50g <12.38g
/dev/sdb1 pve lvm2 a-- <447.13g 0
root@pve:~# vgs
VG #PV #LV #SN Attr VSize VFree
pve 2 7 0 wz--n- 546.62g <12.38g
I tried to achieve this by extending original installation disk dev/sda3.
Any help would be appreciated or an easy solution . Thanks in advance.