← Back to team overview

yahoo-eng-team team mailing list archive

[Bug 1454846] [NEW] When prep_resize() issues a retry it calls conductor resize_instance() with flavor as a primitive

 

Public bug reported:

Since the server method this ends up calling, migrate_server() has been
changed to take a flavor object, this only works for as long as the
compat code in migrate_server() is still in place. When conductor
compute task rpcapi version is major bumped and the compat code is
removed, retries will start to fail if this is not fixed first.

** Affects: nova
     Importance: Undecided
     Assignee: Hans Lindgren (hanlind)
         Status: New

** Summary changed:

- When prep_resize() issues a retry it calls conductor migrate_server() with flavor as a primitive
+ When prep_resize() issues a retry it calls conductor resize_instance() with flavor as a primitive

** Description changed:

- Since conductor migrate_server() has been changed to take a flavor
- object, this only works for as long as the compat code in
- migrate_server() is still in place. When conductor compute task rpcapi
- version is major bumped and the compat code is removed, retries will
- start to fail if this is not fixed first.
+ Since the server method this ends up calling, migrate_server() has been
+ changed to take a flavor object, this only works for as long as the
+ compat code in migrate_server() is still in place. When conductor
+ compute task rpcapi version is major bumped and the compat code is
+ removed, retries will start to fail if this is not fixed first.

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

Title:
  When prep_resize() issues a retry it calls conductor resize_instance()
  with flavor as a primitive

Status in OpenStack Compute (Nova):
  New

Bug description:
  Since the server method this ends up calling, migrate_server() has
  been changed to take a flavor object, this only works for as long as
  the compat code in migrate_server() is still in place. When conductor
  compute task rpcapi version is major bumped and the compat code is
  removed, retries will start to fail if this is not fixed first.

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


Follow ups

References