yahoo-eng-team team mailing list archive
-
yahoo-eng-team team
-
Mailing list archive
-
Message #13090
[Bug 1247296] Re: VMware: launching instance from instance snapshot fails
** Changed in: nova/havana
Status: Fix Committed => Fix Released
--
You received this bug notification because you are a member of Yahoo!
Engineering Team, which is subscribed to OpenStack Compute (nova).
https://bugs.launchpad.net/bugs/1247296
Title:
VMware: launching instance from instance snapshot fails
Status in OpenStack Compute (Nova):
Fix Released
Status in OpenStack Compute (nova) havana series:
Fix Released
Status in The OpenStack VMwareAPI subTeam:
Fix Committed
Bug description:
branch: stable/havana
When using the nova VMwareVCDriver, instances launched from instance
snapshots are spawning with ERROR.
Steps to Reproduce:
(using Horizon)
1. Launch an instance using a vmdk image
2. Take a snapshot of the instance
3. Launch an instance using the snapshot
Expected result: Instance should boot up successfully
Actual result: Instance boots up with ERROR and following error is found in n-cpu.log:
Traceback (most recent call last):
File "/opt/stack/nova/nova/compute/manager.py", line 1407, in _spawn
block_device_info)
File "/opt/stack/nova/nova/virt/vmwareapi/driver.py", line 623, in spawn
admin_password, network_info, block_device_info)
File "/opt/stack/nova/nova/virt/vmwareapi/vmops.py", line 449, in spawn
uploaded_vmdk_path)
File "/opt/stack/nova/nova/virt/vmwareapi/vmops.py", line 387, in
self._session._wait_for_task(instance['uuid'], vmdk_copy_task)
File "/opt/stack/nova/nova/virt/vmwareapi/driver.py", line 900, in
ret_val = done.wait()
File "/usr/local/lib/python2.7/dist-packages/eventlet/event.py", line 116,
return hubs.get_hub().switch()
File "/usr/local/lib/python2.7/dist-packages/eventlet/hubs/hub.py", line
return self.greenlet.switch()
NovaException: A specified parameter was not correct.
fileType
The error seems to occur during the CopyVirtualDisk_Task operation.
Full log for context is available here:
http://paste.openstack.org/show/50411/
To manage notifications about this bug go to:
https://bugs.launchpad.net/nova/+bug/1247296/+subscriptions