Hi,


I have a multinode OpenStack kilo setup with 2 compute nodes, a controller and a network node. I am trying to migrate a Vm from host to the other, but there is a migration failure and the VM stays on the same host.

I can ping between the compute nodes, and I have set libvirt to listen mode. Using the following steps:

  1. Modify /etc/libvirt/libvirtd.conf. before : #listen_tls = 0 after : listen_tls = 0

before : #listen_tcp = 1 after : listen_tcp = 1

add: auth_tcp = "none"

  1. Modify /etc/init/libvirt-bin.conf. before : exec /usr/sbin/libvirtd -d after : exec /usr/sbin/libvirtd -d -l -l is short for –listen

  2. Modify /etc/default/libvirt-bin. before :libvirtd_opts=" -d" after :libvirtd_opts=" -d -l"

  3. Restart libvirt. After executing the command, ensure that libvirt is successfully restarted. $ stop libvirt-bin && start libvirt-bin $ ps -ef | grep libvirt

Nova compute(Compute) logs:

2015-07-30 10:05:56.928 2101 ERROR nova.virt.libvirt.driver [-] [instance: e8a310e6-3682-44fd-93b2-4e2564de047d] Live Migration failure: operation failed: Failed to connect to remote libvirt URI qemu+tcp://compute1-VirtualBox/system: Unable to resolve address 'compute1-VirtualBox' service '16509': Name or service not known 2015-07-30 10:05:57.029 2101 ERROR nova.virt.libvirt.driver [-] [instance: e8a310e6-3682-44fd-93b2-4e2564de047d] Migration operation has aborted



=====-----=====-----=====
Notice: The information contained in this e-mail
message and/or attachments to it may contain
confidential or privileged information. If you are
not the intended recipient, any dissemination, use,
review, distribution, printing or copying of the
information contained in this e-mail message
and/or attachments to it are strictly prohibited. If
you have received this communication in error,
please notify us by reply e-mail or telephone and
immediately and permanently delete the message
and any attachments. Thank you

__________________________________________________________________________
OpenStack Development Mailing List (not for usage questions)
Unsubscribe: openstack-dev-requ...@lists.openstack.org?subject:unsubscribe
http://lists.openstack.org/cgi-bin/mailman/listinfo/openstack-dev

Reply via email to