Hello there,
Currently, I'm doing a migration to VMs from Hyper-V Host to PVE Host(I need to convert the disk first), VMs Hard disks are more than 100GB, While "local" can only have 100GB.
Is there any way to increase the space of the "local" storage, or even download the file with the qemu-img command and store it on LVM storage
I have used this command to download it and convert the disk but still downloading the disk to the local storage.
I'm using Proxmox VE 7.2-3 with kernel 5.15.30-2-pve
Do you have any other suggestions?
Currently, I'm doing a migration to VMs from Hyper-V Host to PVE Host(I need to convert the disk first), VMs Hard disks are more than 100GB, While "local" can only have 100GB.
Is there any way to increase the space of the "local" storage, or even download the file with the qemu-img command and store it on LVM storage
I have used this command to download it and convert the disk but still downloading the disk to the local storage.
Code:
qemu-img convert -f vhdx -O qcow2 'json:{"file.driver":"https", "file.url":"https://example.com/Disk.vhdx' vm-300-disk-0.qcow2 local-lvm
I'm using Proxmox VE 7.2-3 with kernel 5.15.30-2-pve
Do you have any other suggestions?