[pve-devel] applied: [PATCH qemu-server v8 0/6] Add qm importovf command

Wolfgang Bumiller w.bumiller at proxmox.com
Mon Sep 25 14:08:48 CEST 2017


applied series

On Wed, Sep 13, 2017 at 04:10:20PM +0200, Emmanuel Kasper wrote:
> bumping this after the topic has been brough in forum:
> https://forum.proxmox.com/threads/procedure-to-import-vmware-ova-to-proxmox-5-0-23-with-zfs-vm-store.36779/#post-180321
> 
> changes since V7:
> rebase on master
> 
> Emmanuel Kasper (6):
>   Force overwriting existing compressed man pages and symbolic links
>   Add a build dependency to libxml-libxml-perl, needed for OVF parsing
>   Initial support for importing OVF virtual machines
>   Add tests for parse_ovf function
>   Refactor defaut bootdisk and smbios1 uuid generation in own subs
>   Add new qm command 'importovf', to create VMs from an OVF manifest
> 
>  Makefile                                     |   8 +-
>  PVE/API2/Qemu.pm                             |  20 +--
>  PVE/CLI/qm.pm                                |  99 +++++++++++
>  PVE/QemuServer.pm                            |  20 +++
>  PVE/QemuServer/Makefile                      |   1 +
>  PVE/QemuServer/OVF.pm                        | 236 +++++++++++++++++++++++++++
>  debian/control                               |   1 +
>  test/Makefile                                |   5 +-
>  test/ovf_manifests/Win10-Liz-disk1.vmdk      | Bin 0 -> 65536 bytes
>  test/ovf_manifests/Win10-Liz.ovf             | 142 ++++++++++++++++
>  test/ovf_manifests/Win_2008_R2_two-disks.ovf | 145 ++++++++++++++++
>  test/ovf_manifests/disk1.vmdk                | Bin 0 -> 65536 bytes
>  test/ovf_manifests/disk2.vmdk                | Bin 0 -> 65536 bytes
>  test/run_ovf_tests.pl                        |  42 +++++
>  14 files changed, 698 insertions(+), 21 deletions(-)
>  create mode 100644 PVE/QemuServer/OVF.pm
>  create mode 100644 test/ovf_manifests/Win10-Liz-disk1.vmdk
>  create mode 100755 test/ovf_manifests/Win10-Liz.ovf
>  create mode 100755 test/ovf_manifests/Win_2008_R2_two-disks.ovf
>  create mode 100644 test/ovf_manifests/disk1.vmdk
>  create mode 100644 test/ovf_manifests/disk2.vmdk
>  create mode 100755 test/run_ovf_tests.pl
> 
> -- 
> 2.11.0




More information about the pve-devel mailing list