** Changed in: nova 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/1254714
Title: XenAPI: Cached images are never re-used Status in OpenStack Compute (Nova): Fix Released Bug description: _create_cached_image_impl uses _find_cached_image to find the image - which in turn relies on the image name_label to be set. However, the bug is that at the end of _create_cached_image_impl the name_label is cleared - thus meaning the cached image is never re-used and always re-downloaded. This has the dual effect of slowing down each server start which could have used the cached image and slowing down the "find_cached_image" function as it needs to search an ever larger number of VDIs. To manage notifications about this bug go to: https://bugs.launchpad.net/nova/+bug/1254714/+subscriptions -- Mailing list: https://launchpad.net/~yahoo-eng-team Post to : yahoo-eng-team@lists.launchpad.net Unsubscribe : https://launchpad.net/~yahoo-eng-team More help : https://help.launchpad.net/ListHelp