Am 15.11.24 um 16:17 schrieb Dominik Csapak: > 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.csa...@proxmox.com> > --- > changes from v5: > * omitted leftover hunk in makefile > > debian/control | 2 + > src/PVE/GuestImport/Makefile | 3 + > src/PVE/GuestImport/OVF.pm | 241 ++++++++++++++++++ > src/PVE/Makefile | 1 + > src/test/Makefile | 5 +- > src/test/ovf_manifests/Win10-Liz-disk1.vmdk | Bin 0 -> 65536 bytes > src/test/ovf_manifests/Win10-Liz.ovf | 142 +++++++++++ > .../ovf_manifests/Win10-Liz_no_default_ns.ovf | 142 +++++++++++ > .../ovf_manifests/Win_2008_R2_two-disks.ovf | 145 +++++++++++ > src/test/ovf_manifests/disk1.vmdk | Bin 0 -> 65536 bytes > src/test/ovf_manifests/disk2.vmdk | Bin 0 -> 65536 bytes > src/test/run_ovf_tests.pl | 71 ++++++ > 12 files changed, 751 insertions(+), 1 deletion(-) > create mode 100644 src/PVE/GuestImport/Makefile > create mode 100644 src/PVE/GuestImport/OVF.pm > create mode 100644 src/test/ovf_manifests/Win10-Liz-disk1.vmdk > create mode 100755 src/test/ovf_manifests/Win10-Liz.ovf > create mode 100755 src/test/ovf_manifests/Win10-Liz_no_default_ns.ovf > create mode 100755 src/test/ovf_manifests/Win_2008_R2_two-disks.ovf > create mode 100644 src/test/ovf_manifests/disk1.vmdk > create mode 100644 src/test/ovf_manifests/disk2.vmdk > create mode 100755 src/test/run_ovf_tests.pl > >
applied with the commit message reworded to avoid .pm file endings that add no information here and to add more background for why storage is chosen as package, thanks! _______________________________________________ pve-devel mailing list pve-devel@lists.proxmox.com https://lists.proxmox.com/cgi-bin/mailman/listinfo/pve-devel