[pve-devel] [PATCH storage v5 01/12] copy OVF.pm from qemu-server
Fiona Ebner
f.ebner at proxmox.com
Fri Nov 15 11:37:59 CET 2024
On 14.11.24 10:32 AM, Dominik Csapak wrote:
> copies the OVF.pm and relevant ovf tests from qemu-server.
> We need it here, and it uses PVE::Storage already, and since there is no
> intermediary package/repository we could put it, it seems fitting in
> here.
>
> Put it in a new GuestImport module
>
> Signed-off-by: Dominik Csapak <d.csapak at proxmox.com>
> ---
Apart from the left-over hunk below:
Reviewed-by: Fiona Ebner <f.ebner at proxmox.com>
> diff --git a/src/PVE/Storage/Makefile b/src/PVE/Storage/Makefile
> index d5cc942..2daa0da 100644
> --- a/src/PVE/Storage/Makefile
> +++ b/src/PVE/Storage/Makefile
> @@ -14,6 +14,7 @@ SOURCES= \
> PBSPlugin.pm \
> BTRFSPlugin.pm \
> LvmThinPlugin.pm \
> + OVF.pm \
> ESXiPlugin.pm
>
> .PHONY: install
this hunk is wrong now that it's living below GuestImport
More information about the pve-devel
mailing list