[Openstack] Block Live Migration Error

ChangBo Guo glongwave at gmail.com
Thu Jan 15 06:15:18 UTC 2015


The error shows your destination  node's libvirt's version is lower than
source node's libvirt's version .
See
https://github.com/openstack/nova/blob/master/nova/conductor/tasks/live_migrate.py#L136
Use  command    'virsh version' to check the version.

2015-01-15 10:10 GMT+08:00 Perez, Eric Eleazar <ericperez at komiyaph.com>:

>
> Hi,
>
> I always encounter this problem.
>
> root at controller:~# nova live-migration --block-migrate instance_test
> compute2
> ERROR: The instance requires a newer hypervisor version than has been
> provided. (HTTP 400) (Request-ID: req-24bff011-72e0-48b8-9bcb-0f3b82529c0b)
>
> I am using Ubuntu Server. And I already applied these configurations.
>
>
>    1.
>
>    Edit /etc/libvirt/libvirtd.conf
>
>  listen_tls = 0
>
> listen_tcp = 1
>
> auth_tcp = “none”
>
>    1.
>
>    Edit /etc/default/libvirt-bin
>
>  libvirtd_opts=" -d -l"
>
>    1.
>
>    Edit /etc/nova/nova.conf, add the line:
>
>
> live_migration_flag=VIR_MIGRATE_UNDEFINE_SOURCE,VIR_MIGRATE_PEER2PEER,VIR_MIGRATE_LIVE
>
>    1.
>
>    Restart services.
>
>  service nova-compute restart
>
>  stop libvirt-bin && start libvirt-bin
>
> *Thanks for the help.*
>
> _______________________________________________
> Mailing list:
> http://lists.openstack.org/cgi-bin/mailman/listinfo/openstack
> Post to     : openstack at lists.openstack.org
> Unsubscribe :
> http://lists.openstack.org/cgi-bin/mailman/listinfo/openstack
>
>


-- 
ChangBo Guo(gcb)
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.openstack.org/pipermail/openstack/attachments/20150115/99f2400d/attachment.html>


More information about the Openstack mailing list