Migration of virtual machines
Are there tools for migrating from one virtual machine type to another? E.g let's say I have some Xen virtual machine and like to make it run under KVM. I know that qeumu has tools which can be used to "migrate" such machines, but how about:
Xen -> Kvm
Kvm -> Xen Xen -> VMwa开发者_运维知识库re (server?)The format you're looking for is OVF (Open Virtualization Format). It looks like its support in KVM is controversial, but otherwise I think it's been received pretty positively. (Disclaimer: I work for VMware, one of the co-creators of OVF)
I think there is a function migratetouri in libvirt which might help you in the same. But I am not really sure about it.
精彩评论