** Changed in: nova
       Status: Fix Committed => Fix Released

** Changed in: nova
    Milestone: None => havana-3

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

Title:
  Cannot live block migrate an instance without shared storage

Status in OpenStack Compute (Nova):
  Fix Released
Status in OpenStack Compute (nova) grizzly series:
  In Progress

Bug description:
  In the current trunk (Havana):  commit
  d8c9864d95bec6d2babb2cb5a2aeeb284fca4834,

  Live migration without shared storage (block migration) is failing.

  Problem:
  A check in pre_live_migration at the destination for the instance existence 
fails and the respective instance directory gets created.
  
https://github.com/openstack/nova/blob/master/nova/virt/libvirt/driver.py#L3367

  The same check is performed on the destination during pre_block_migration, 
the instance directory is found and an exception
  is raised, and migration fails :
  
https://github.com/openstack/nova/blob/master/nova/virt/libvirt/driver.py#L3422

To manage notifications about this bug go to:
https://bugs.launchpad.net/nova/+bug/1193359/+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