-
Notifications
You must be signed in to change notification settings - Fork 913
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
[BUG] OVF template is illegal when created via "govc library.clone -ovf" #3308
Comments
Howdy 🖐 hunter86bg ! Thank you for your interest in this project. We value your feedback and will respond soon. If you want to contribute to this project, please make yourself familiar with the |
This issue is stale because it has been open for 90 days with no |
/remove-lifecycle stale |
This issue is stale because it has been open for 90 days with no |
/remove-lifecycle stale |
Describe the bug
The OVF template in import.go is broken and leads to the following error when you try to use the template:
To Reproduce
Steps to reproduce the behavior:
govc import.vmdk "/path/to/disk.vmdk"
govc vm.create -net.adapter=vmxnet3 -m=4096 -c=2 -g="RHEL9_64Guest -firmware=efi -disk="PATH_TODISK_IN_VMWARE.vmdk" -disk.controller=scsi -on=false "VMNAME"
govc library.clone -ovf -ds "VM_DATA_STORE" -vm "VMNAME" "LIBRARY" "OFV_NAME"
Expected behavior
Can create VM from the OVF Template.
Affected version
govc: 0.32.0
Vcenter version 7.0.X
Additional context
Not sure if 7f3a070 fixes it.
The text was updated successfully, but these errors were encountered: