← Back to team overview

yahoo-eng-team team mailing list archive

[Bug 1538464] Re: migrate_data param of _rollback_live_migration should be object.

 

@lvmxh:
That's already in progress with blueprint [1]. Would be great if you could participate in the reviews of that bp's patches.

[1] https://blueprints.launchpad.net/nova/+spec/objectify-live-migrate-
data

** Changed in: nova
       Status: New => Invalid

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

Title:
  migrate_data param  of _rollback_live_migration should be object.

Status in OpenStack Compute (nova):
  Invalid

Bug description:
  when I go through  ComputeManager._rollback_live_migration, I find
  migrate_data should be object instead of dict.

  Now there are two place to call it.

  one is when Exception do  pre_live_migration, it is still use dict.

  Another is in driver.live_migration. The _rollback_live_migration as a recover_method callback pass to driver.live_migration.
  The migrate_data is right here.

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


References