[pve-devel] applied: [PATCH qemu-server] api: fix ova live import by using correct format for source image
Thomas Lamprecht
t.lamprecht at proxmox.com
Mon Jan 20 18:51:10 CET 2025
Am 20.01.25 um 16:57 schrieb Fiona Ebner:
> Commit c8ed1ac2 ("api: create disks: live import: use format from
> storage layer") broke live import from an OVA containing a disk,
> because a combined format like 'ova+vmdk' was used for the live-import
> disk mapping, leading to failure:
>
>> invalid format 'ova+vmdk' for 'scsi0' mapping
>
> There was also an informational message about the confusion earlier:
>
>> file_size_info: '/mnt/pve/dir/images/135/vm-135-disk-0.vmdk': \
>> falling back to 'raw' from unknown format 'ova+vmdk
>
> Fixes: c8ed1ac2 ("api: create disks: live import: use format from storage layer")
> Signed-off-by: Fiona Ebner <f.ebner at proxmox.com>
> ---
> PVE/API2/Qemu.pm | 3 ++-
> 1 file changed, 2 insertions(+), 1 deletion(-)
>
>
applied, thanks!
More information about the pve-devel
mailing list