Hi,
I notice on a proxmox a potential issue with disk size.
I have the following :
It seems 'vm-100-disk-0' is bigger than 'data'.
What can I do to avoid a futur 'disk full' problem.
I suppose :
1- Add bigger disk on proxmox raid and extend proxmox local-lvm, but how ?
2 - Find a solution to shrink vm-100-disk-0 (ex. qemu-img resize --shrink ), but I suppose it will destroy the partition and a part of the data even if I shrink c: before right ? (I am not sure if it's possible to use 'qemu-img resize' for local lvm )
I notice on a proxmox a potential issue with disk size.
I have the following :
Code:
root@proxmox:~# lvs
LV VG Attr LSize Pool Origin Data% Meta% Move Log Cpy%Sync Convert
data pve twi-aotz-- 384.28g 90.19 4.74
root pve -wi-ao---- 30.00g
swap pve -wi-ao---- 8.00g
vm-100-disk-0 pve Vwi-aotz-- 400.00g data 86.64
It seems 'vm-100-disk-0' is bigger than 'data'.
What can I do to avoid a futur 'disk full' problem.
I suppose :
1- Add bigger disk on proxmox raid and extend proxmox local-lvm, but how ?
2 - Find a solution to shrink vm-100-disk-0 (ex. qemu-img resize --shrink ), but I suppose it will destroy the partition and a part of the data even if I shrink c: before right ? (I am not sure if it's possible to use 'qemu-img resize' for local lvm )