← Back to team overview

yahoo-eng-team team mailing list archive

[Bug 1402504] Re: Live migration of volume backed instances broken because bug 1288039 changed

 

Hi  Sean:
    Through the test, the latest version of K, live migration  function is still a few problems, can I use this bug to contribute to the community?

** Changed in: nova
       Status: Invalid => 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/1402504

Title:
  Live migration of volume backed instances broken because bug 1288039
  changed

Status in OpenStack Compute (nova):
  New

Bug description:
  1、in /nova/compute/manager.py  pre_live_migration function , the table of block_device_mapping has been updated the destination host's target LUN id .
  2、in /nova/compute/manager.py  post_live_migration_at_destination function ,when  cleanup source host's  target LUN , first     query  target LUN id from table of  block_device_mapping, but at the above step , the  target LUN id has been updated as  the destination host's target LUN id. so ,when the source and the destination  target LUN id are not same , error will occur.

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


References