Bug 1041446 - [RFE][nova]: VMware - Fix image handling issues
Summary: [RFE][nova]: VMware - Fix image handling issues
Keywords:
Status: CLOSED UPSTREAM
Alias: None
Product: Red Hat OpenStack
Classification: Red Hat
Component: RFEs
Version: unspecified
Hardware: Unspecified
OS: Unspecified
unspecified
unspecified
Target Milestone: ---
: ---
Assignee: RHOS Maint
QA Contact:
URL: https://blueprints.launchpad.net/nova...
Whiteboard: upstream_milestone_none upstream_stat...
Depends On:
Blocks:
TreeView+ depends on / blocked
 
Reported: 2013-12-12 16:09 UTC by RHOS Integration
Modified: 2015-03-19 17:11 UTC (History)
2 users (show)

Fixed In Version:
Doc Type: Enhancement
Doc Text:
Clone Of:
Environment:
Last Closed: 2015-03-19 17:11:13 UTC
Target Upstream Version:


Attachments (Terms of Use)

Description RHOS Integration 2013-12-12 16:09:03 UTC
Cloned from launchpad blueprint https://blueprints.launchpad.net/nova/+spec/vmware-image-handling.

Description:

There are several different issues with the way that the image cache is handled.

1.  If an image is not in the image cache and multiple instances are spawned which use that image, all instances will fail except the 1st one until the image is fully downloaded

2.  If the image download fails for some reason, there is no clean up and any subsequent attempts to boot that image will fail.  The spawn code only checks the meta-data file and does not attempt to re-download the file.  There are 2 work arounds 
   2a - Using vCenter Server or ssh delete the files manually
   2b - download the image into glance again and boot the image with the new uuid


Specification URL (additional information):

https://wiki.openstack.org/wiki/Vmware_image_handling


Note You need to log in before you can comment on or make changes to this bug.