Cleanup
=======

This bug report has the status "Incomplete" since more than 30 days
and it looks like that there are no open reviews for it. To keep
the bug list sane, I close this bug with "won't fix". This does not
mean that it is not a valid bug report, it's more to acknowledge that
no progress can be expected here anymore. You are still free to push a
new patch for this bug. If you could reproduce it on the current master
code or on a maintained stable branch, please switch it to "Confirmed".

** Changed in: nova
       Status: Incomplete => Won't Fix

-- 
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):
  Won't Fix

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

-- 
Mailing list: https://launchpad.net/~yahoo-eng-team
Post to     : [email protected]
Unsubscribe : https://launchpad.net/~yahoo-eng-team
More help   : https://help.launchpad.net/ListHelp

Reply via email to