← Back to team overview

yahoo-eng-team team mailing list archive

[Bug 1325705] [NEW] Cells - prominent hypervisor version filter bug

 

Public bug reported:

Commit 0c22f71fb338b1aa7c4a2b30555449a464ad3874 introduced a filter that
allowed the cells scheduler to route instance builds to cells with a
matching 'prominent' hypervisor version.
(nova.cells.filters.image_properties.ImagePropertiesFilter).

This filter has a bug where the set of cell capabilities is mutated via
set pop().  This causes a race where the filter can fail if it runs
again before the capabilities list gets repopulated from the child cell.

** 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/1325705

Title:
  Cells - prominent hypervisor version filter bug

Status in OpenStack Compute (Nova):
  New

Bug description:
  Commit 0c22f71fb338b1aa7c4a2b30555449a464ad3874 introduced a filter
  that allowed the cells scheduler to route instance builds to cells
  with a matching 'prominent' hypervisor version.
  (nova.cells.filters.image_properties.ImagePropertiesFilter).

  This filter has a bug where the set of cell capabilities is mutated
  via set pop().  This causes a race where the filter can fail if it
  runs again before the capabilities list gets repopulated from the
  child cell.

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


Follow ups

References