← Back to team overview

yahoo-eng-team team mailing list archive

[Bug 1132935] Re: instance actions doesn't work with cells

 

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

Title:
  instance actions doesn't work with cells

Status in OpenStack Compute (Nova):
  Fix Released

Bug description:
  The new instance actions feature and API extension are not designed to
  work with a cells setup.  For example, on a server create:

  1. An action is recorded at the global cell level when the request
  comes in.

  2. The request is eventually routed to the cell level scheduler.

  3. The scheduler will attempt to look up the action in order to record
  the schedule event, but because the action was recorded at the global
  level it will fail to find it and scheduling will error out.

  In the same vein, API requests for a list of actions will query the
  global db for them, not the cell db.  These requests and responses
  need to be routed to the child cell and back.

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