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

感谢朋友支持本博客,欢迎共同探讨交流,因为能力和时间有限。错误之处在所难免,欢迎指正。
假设转载。请保留作者信息。
博客地址:http://blog.csdn.net/qq_21398167

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

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

原文地址:https://www.cnblogs.com/zfyouxi/p/5394839.html