yahoo-eng-team team mailing list archive
-
yahoo-eng-team team
-
Mailing list archive
-
Message #25539
[Bug 1402504] [NEW] Live migration of volume backed instances broken because bug 1288039 changed
Public bug reported:
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.
** Affects: nova
Importance: Undecided
Status: New
** Tags: live-migration
--
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
Follow ups
References