-
Notifications
You must be signed in to change notification settings - Fork 72
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
VMware ovf file contains unsupported value of disk format #106
Comments
Thanks Shu Mucheng (please correct) for the report, |
@muchengshu could you clarify where the error happens? I tried to build virtualbox image and imported it with no errors:
Imported machine boots OK. |
Thanks for your reply. When I build the ova image, meta-isar/conf/machine/vmware.conf will specify the OVF_TEMPLATE_FILE to meta/recipes-core/images/vmware/vm-img-vmware.ovf.tmpl. After investigation, I found the variable VMDK_SUBFORMAT was not assigned to the template file(meta/classes/imagetypes_vm.bbclass, line 63). My expectation is that I can specify any valid value for the ovf file. I have posted the patch in mail list isar-users, please check the mail for details, thanks. |
Thanks for your reply. VirtualBox and VMware workstation are both OK for that. As I mentioned, it just comes out in ESXi(an OS installed on servers from VMware). |
Yes, using VMDK_SUBFORMAT inside .tmpl files without adding them to OVA_VARS looks incorrect. |
Problem Description:
When I import an ovf file generated by Isar into ESXi, I found there was an error message: Not supported value "[URL]" for attribute "format" of element "disk".
Expected behavior:
The ovf file should contain valid value of disk format: e.g. http://www.vmware.com/interfaces/specifications/vmdk.html#streamOptimized.
Actual behavior:
The ovf file contains invalid value of disk format: http://www.vmware.com/interfaces/specifications/vmdk.html#.
How to reproduce:
Build the VMware image with Isar and the ovf file will be generated.
The text was updated successfully, but these errors were encountered: