govmomi
govmomi copied to clipboard
govc import ova template failing with version v0.38.0
Following command to upload vmtemplate fails with the latest released version of govc - v0.38.0, while it works with previous version and it successfully uploads the vm template to vCenter.
govc import.ova -ds=${DATA_STORE} -host=${ESXI_HOST} -options=${TEMPLATE}.json ${TEMPLATE}.ova
Following error observed
govc: The device or operation specified at index '1' is not supported for the existing virtual machine platform.
Could it be related to any configuration issue or incompatibility with the VM template and the vCenter ?