use instance snapshot launch instance failed

Bug #1586328 reported by Zhou Jianming
6
This bug affects 1 person
Affects Status Importance Assigned to Milestone
OpenStack Compute (nova)
Expired
Undecided
Unassigned

Bug Description

I am running OpenStack Kilo on CentOS7.1 with VMware vSphere 5.5 Enterprise Plus.
I have created snapshot for the instance. OS of the instance is Windows Server 2008 R2 and VMware tools have been installed. The size of snapshot is 3.2G. When I launch intance using this snapshot, instance failed to spawn.

The following error info displayed in vCenter Client: Operation timed out in "Deploy OVF template" task.

Tags: vmware
Revision history for this message
Sarafraj Singh (sarafraj-singh) wrote :

Please attach logs.

Changed in nova:
status: New → Incomplete
Revision history for this message
Zhou Jianming (zhoujm-cri) wrote :
Download full text (12.2 KiB)

2016-05-27 15:37:11.199 24454 DEBUG nova.virt.vmwareapi.io_util [req-94cc51f5-88be-432d-9872-53fa56180338 141ef022b44a416daf81d080286498d4 c78b398007cb4e128212648789b16bf0 - - -] self.transferred::: 3407872000 read /usr/lib/python2.7/site-packages/nova/virt/vmwareapi/io_util.py:60
2016-05-27 15:37:11.200 24454 DEBUG oslo_vmware.rw_handles [req-94cc51f5-88be-432d-9872-53fa56180338 141ef022b44a416daf81d080286498d4 c78b398007cb4e128212648789b16bf0 - - -] bytes_written::: 3407872000 write /usr/lib/python2.7/site-packages/oslo_vmware/rw_handles.py:387
2016-05-27 15:37:11.743 24454 DEBUG oslo_vmware.rw_handles [req-94cc51f5-88be-432d-9872-53fa56180338 141ef022b44a416daf81d080286498d4 c78b398007cb4e128212648789b16bf0 - - -] Completed reading data from the image iterator. read /usr/lib/python2.7/site-packages/oslo_vmware/rw_handles.py:649
2016-05-27 15:37:11.840 24454 DEBUG oslo_vmware.rw_handles [req-94cc51f5-88be-432d-9872-53fa56180338 141ef022b44a416daf81d080286498d4 c78b398007cb4e128212648789b16bf0 - - -] Getting lease state for https://10.153.193.150/nfc/520b5ae3-433d-cb94-685c-5f6e58073ee8/disk-0.vmdk. close /usr/lib/python2.7/site-packages/oslo_vmware/rw_handles.py:434
2016-05-27 15:37:11.841 24454 DEBUG oslo_vmware.api [req-94cc51f5-88be-432d-9872-53fa56180338 141ef022b44a416daf81d080286498d4 c78b398007cb4e128212648789b16bf0 - - -] Waiting for function _invoke_api to return. func /usr/lib/python2.7/site-packages/oslo_vmware/api.py:121
2016-05-27 15:37:11.891 24454 DEBUG oslo_vmware.rw_handles [req-94cc51f5-88be-432d-9872-53fa56180338 141ef022b44a416daf81d080286498d4 c78b398007cb4e128212648789b16bf0 - - -] Lease for https://10.153.193.150/nfc/520b5ae3-433d-cb94-685c-5f6e58073ee8/disk-0.vmdk is in state: error. close /usr/lib/python2.7/site-packages/oslo_vmware/rw_handles.py:443
2016-05-27 15:37:11.893 24454 DEBUG oslo_vmware.rw_handles [req-94cc51f5-88be-432d-9872-53fa56180338 141ef022b44a416daf81d080286498d4 c78b398007cb4e128212648789b16bf0 - - -] Lease for https://10.153.193.150/nfc/520b5ae3-433d-cb94-685c-5f6e58073ee8/disk-0.vmdk is in state: error; no need to release. close /usr/lib/python2.7/site-packages/oslo_vmware/rw_handles.py:453
2016-05-27 15:37:11.894 24454 DEBUG oslo_vmware.rw_handles [req-94cc51f5-88be-432d-9872-53fa56180338 141ef022b44a416daf81d080286498d4 c78b398007cb4e128212648789b16bf0 - - -] Closed VMDK write handle for https://10.153.193.150/nfc/520b5ae3-433d-cb94-685c-5f6e58073ee8/disk-0.vmdk. close /usr/lib/python2.7/site-packages/oslo_vmware/rw_handles.py:459
2016-05-27 15:37:11.895 24454 INFO nova.virt.vmwareapi.images [req-94cc51f5-88be-432d-9872-53fa56180338 141ef022b44a416daf81d080286498d4 c78b398007cb4e128212648789b16bf0 - - -] [instance: 4e368259-9601-4878-bc67-50c8a232f341] Downloaded image file data 2ed21b3f-8dac-4a04-a9d3-d542aa62ead2
2016-05-27 15:37:11.897 24454 DEBUG oslo_vmware.api [req-94cc51f5-88be-432d-9872-53fa56180338 141ef022b44a416daf81d080286498d4 c78b398007cb4e128212648789b16bf0 - - -] Waiting for function _invoke_api to return. func /usr/lib/python2.7/site-packages/oslo_vmware/api.py:121
2016-05-27 15:37:11.976 24454 DEBUG oslo_vmware.api [-] Fault list: [ManagedObjectNotFound] _invoke_api /usr/lib...

Revision history for this message
Zhou Jianming (zhoujm-cri) wrote :
Changed in nova:
assignee: nobody → Zhou Jianming (zhoujm-cri)
Revision history for this message
Markus Zoeller (markus_z) (mzoeller) wrote :

@Zhou: If you set yourself as assignee, people will expect a code change from you. Was that your intention?
Also, after you provide the asked information, please switch the status back to "new".

tags: added: vmware
Changed in nova:
status: Incomplete → New
Revision history for this message
Sean Dague (sdague) wrote :

Need a vmware specialist to take a look

Changed in nova:
assignee: Zhou Jianming (zhoujm-cri) → nobody
status: New → Incomplete
Revision history for this message
YuYang (yuyangwang1985) wrote :

hi @Zhou ,dou you fix it ?

Revision history for this message
YuYang (yuyangwang1985) wrote :

i also get this problem,some times is ok ,then some times is Fail.i don't know whether or not by nfc session!

Revision history for this message
YuYang (yuyangwang1985) wrote :

2016-05-27 15:30:44.137 24454 DEBUG oslo_vmware.rw_handles [req-94cc51f5-88be-432d-9872-53fa56180338 141ef022b44a416daf81d080286498d4 c78b398007cb4e128212648789b16bf0 - - -] bytes_written::: 1192755200 write /usr/lib/python2.7/site-packages/oslo_vmware/rw_handles.py:387

this log is you add in the code?

Revision history for this message
Launchpad Janitor (janitor) wrote :

[Expired for OpenStack Compute (nova) because there has been no activity for 60 days.]

Changed in nova:
status: Incomplete → Expired
To post a comment you must log in.
This report contains Public information  
Everyone can see this information.

Other bug subscribers

Remote bug watches

Bug watches keep track of this bug in other bug trackers.