← Back to team overview

yahoo-eng-team team mailing list archive

[Bug 1201795] Re: Live migration on XenAPI is not live when using pools

 

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

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

Title:
  Live migration on XenAPI is not live when using pools

Status in OpenStack Compute (Nova):
  Fix Released

Bug description:
  Live migration on XenAPI is not live.

  In short, this fixes the problem for me:

  --- nova-orig/virt/xenapi/vmops.py 2013-07-15 14:21:05.532868954 +0200
  +++ nova/virt/xenapi/vmops.py 2013-07-16 14:54:10.865301101 +0200
  @@ -1727,7 +1727,7 @@
                   host_ref = self._get_host_opaque_ref(context,
                                                        destination_hostname)
                   self._session.call_xenapi("VM.pool_migrate", vm_ref,
  - host_ref, {})
  + host_ref, { "live": "true" })
               post_method(context, instance, destination_hostname,
                           block_migration)
           except Exception:

  For more information, look at the following question:
  https://answers.launchpad.net/nova/+question/232484

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