You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
vSphere 6.5 + stemcell 2019.23; cannot reproduce the same error
vSphere 7 + stemcell 2019.26; cannot reproduce the same error
We think the issue is on customer vSphere side that the create_import_spec does not work correctly which causes import_spec_result.import_spec being nil in this code.
Could you advice how to further troubleshoot this issue? Which particular log from vSphere should we look into? Thanks!
We could share the stemcell built by customer and vCenter log via sharepoint.
If I am reading this issue correctly, the outstanding problem is that the vSphere CPI doesn't bother to check for errors after importing a stemcell file, and as a result, the error message we produce is confusing and unhelpful.
Basically, we should be adding an error check between these 2 lines:
We know from the stack trace that import_spec_result.import_spec was nil. My guess is that import_spec_result.error probably had a useful error message that would have helped resolve the issue.
I will close and reopen this issue to create a tracker story.
We have created an issue in Pivotal Tracker to manage this. Unfortunately, the Pivotal Tracker project is private so you may be unable to view the contents of the story.
The labels on this github issue will be updated when the story is started.
We added new/better error handling for invalid OVF files in this commit which was the outstanding problem for this issue, so I will go ahead and close it.
Describe the bug
Customer created Windows stemcell 2019.23, 2019.25, 2019.26 following this doc: https://docs.pivotal.io/application-service-windows/2-9/create-vsphere-stemcell-automatically.html
The windows ISO version is 2019.25.17763
The vSphere version is 6.5.0.30000
They hit above error when upload to the same vSphere env with
bosh upload-stemcell
command.To Reproduce
Steps to reproduce the behavior:
bosh upload-stemcell
We think the issue is on customer vSphere side that the
create_import_spec
does not work correctly which causesimport_spec_result.import_spec
being nil in this code.Could you advice how to further troubleshoot this issue? Which particular log from vSphere should we look into? Thanks!
We could share the stemcell built by customer and vCenter log via sharepoint.
CPI Error Log
from BOSH task 240032:
Expected behavior
Being able to upload the stemcell.
Release Version & Related Info (please complete the following information):
The text was updated successfully, but these errors were encountered: