← Back to team overview

yahoo-eng-team team mailing list archive

[Bug 1279563] [NEW] Libvirt live migration fails when graphics listen is not 0.0.0.0 ("Cannot assign requested address")

 

Public bug reported:

Currently, live migration with the libvirt driver ("true" or otherwise)
is only supported when the graphics listen addresses (vncserver_listen
and spice.server_listen) are set to 0.0.0.0.  If the addresses are set
to the actual IP address of each compute host on the relevant machine,
the migration fails, with libvirt giving the error "Cannot assign
requested address".

This is because, post migration, libvirt is trying to rebind the listen
address of the source machine, but since the VM is now on the
destination machine, this is not possible.

** Affects: nova
     Importance: Undecided
         Status: 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/1279563

Title:
  Libvirt live migration fails when graphics listen is not 0.0.0.0
  ("Cannot assign requested address")

Status in OpenStack Compute (Nova):
  New

Bug description:
  Currently, live migration with the libvirt driver ("true" or
  otherwise) is only supported when the graphics listen addresses
  (vncserver_listen and spice.server_listen) are set to 0.0.0.0.  If the
  addresses are set to the actual IP address of each compute host on the
  relevant machine, the migration fails, with libvirt giving the error
  "Cannot assign requested address".

  This is because, post migration, libvirt is trying to rebind the
  listen address of the source machine, but since the VM is now on the
  destination machine, this is not possible.

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


Follow ups

References