From what I've read, there are two basic ways of importing OVAs:
Not finding anything using Google-fu on this. I've run the OVF through an XML validator, and the XML is fine. Any help here on what could be the issue would be appreciated.
- Untar the OVA, import the VMDK and build a VM def over the top of the imported VMDK (as qcow2)
- Use
qm importovf
to import the OVF and associated OVA artifacts (VMDKs, etc.)
Code:
root@pve:/usr/local/tmp/APPLIANCE_OVA# qm importovf 100 APPLIANCE.x86_64-2.8.0.ovf local-lvm
XPath error : Undefined namespace prefix
error : xmlXPathCompiledEval: evaluation failed
Not finding anything using Google-fu on this. I've run the OVF through an XML validator, and the XML is fine. Any help here on what could be the issue would be appreciated.