VMware: launching instance from instance snapshot fails
Affects | Status | Importance | Assigned to | Milestone | |
---|---|---|---|---|---|
OpenStack Compute (nova) |
Fix Released
|
High
|
Maithem | ||
Havana |
Fix Released
|
High
|
Tracy Jones | ||
VMwareAPI-Team |
Fix Committed
|
High
|
Maithem |
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/
block_
File "/opt/stack/
admin_
File "/opt/stack/
uploaded_
File "/opt/stack/
self.
File "/opt/stack/
ret_val = done.wait()
File "/usr/local/
return hubs.get_
File "/usr/local/
return self.greenlet.
NovaException: A specified parameter was not correct.
fileType
The error seems to occur during the CopyVirtualDisk
description: | updated |
description: | updated |
Changed in nova: | |
assignee: | nobody → Maithem (maithem) |
Changed in nova: | |
importance: | Undecided → High |
tags: | added: havana-backport-potential |
Changed in nova: | |
milestone: | none → icehouse-2 |
Changed in openstack-vmwareapi-team: | |
importance: | Undecided → High |
status: | New → Fix Committed |
Changed in openstack-vmwareapi-team: | |
assignee: | nobody → Maithem (maithem) |
Changed in nova: | |
status: | Fix Committed → Fix Released |
Changed in nova: | |
milestone: | icehouse-2 → 2014.1 |
Which image did you use? sparse?
Thanks
Gary