码迷,mamicode.com
首页 > 其他好文 > 详细

error: internal error: unable to execute QEMU command 'migrate': this feature or command is not cur

时间:2015-07-03 17:32:28      阅读:731      评论:0      收藏:0      [点我收藏+]

标签:qemu

Libvirt Live Migration

On 12/04/2014 10:12 AM, Dhia Abbassi wrote:
> I installed CentOS 7 which supported by default a newer version of qemu-kvm
> (qemu-kvm-1.5.3-60.el7.x86_64.rpm) but this time I got new error:
> << error: internal error: unable to execute QEMU command ‘migrate‘: this
> feature or command is not currently supported  >>
> 
> but it‘s kind of wired because qemu-kvm-1.0 supported already live
> migration, so a newer version should also support it.
> 
> How can you explain this? What could be the source of error?

You probably want to use qemu-kvm-rhev instead of qemu-kvm.  Quoting
Paolo Bonzini‘s earlier mail
(https://lists.gnu.org/archive/html/qemu-devel/2014-11/msg03379.html):

Luckily, since you are using CentOS you do not really care about
official Red Hat RPMs, and you can get the packages here:

http://resources.ovirt.org/pub/ovirt-3.5/rpm/el7Server/

This yum repository file will help:

    [qemu-kvm-rhev]
    name=oVirt rebuilds of qemu-kvm-rhev
    baseurl=http://resources.ovirt.org/pub/ovirt-3.5/rpm/el7Server/

mirrorlist=http://resources.ovirt.org/pub/yum-repo/mirrorlist-ovirt-3.5-el7Server
    enabled=1
    skip_if_unavailable=1
    gpgcheck=0

Drop it in /etc/yum.repos.d/qemu-kvm-rhev.repo and install qemu-kvm-rhev
with yum.  All features will be available.  It would be simpler to have
a CentOS SIG build this, but it hasn‘t happened 

版权声明:本文为博主原创文章,未经博主允许不得转载。

error: internal error: unable to execute QEMU command 'migrate': this feature or command is not cur

标签:qemu

原文地址:http://blog.csdn.net/qq_21398167/article/details/46743085

(0)
(0)
   
举报
评论 一句话评论(0
登录后才能评论!
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!