← Back to team overview

yahoo-eng-team team mailing list archive

[Bug 1439012] [NEW] Instance boot fails if image cache is full

 

Public bug reported:

If a compute node's image cache is full, booting an instance of an
instance not in the cache will fail, with a "no valid host" error, since
the image of the new instance can't be copied into the cache. This
occurs even if there are no instances running on the compute node. The
only recourse for the user is to either wait for the periodic cleanup of
the cache or have an admin manually clean up the cache.

The fix would be to remove unused images from the cache older than
remove_unused_original_minimum_age_seconds immediately if a new image
needs to be copied to the cache.

** Affects: nova
     Importance: Undecided
         Status: New

-- 
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/1439012

Title:
  Instance boot fails if image cache is full

Status in OpenStack Compute (Nova):
  New

Bug description:
  If a compute node's image cache is full, booting an instance of an
  instance not in the cache will fail, with a "no valid host" error,
  since the image of the new instance can't be copied into the cache.
  This occurs even if there are no instances running on the compute
  node. The only recourse for the user is to either wait for the
  periodic cleanup of the cache or have an admin manually clean up the
  cache.

  The fix would be to remove unused images from the cache older than
  remove_unused_original_minimum_age_seconds immediately if a new image
  needs to be copied to the cache.

To manage notifications about this bug go to:
https://bugs.launchpad.net/nova/+bug/1439012/+subscriptions


Follow ups

References