From Fedora Project Wiki
(→‎Documentation: link to pseudocode)
(punt to fedora 13, not looking like it'll be ready for next week, can revisit if that changes)
Line 9: Line 9:


== Current status ==
== Current status ==
* Targeted release: [[Releases/12|  Fedora 12]]  
* Targeted release: [[Releases/13|  Fedora 13]]  
* Last updated: 2009-07-14
* Last updated: 2009-07-22
* Percentage of completion: 30%
* Percentage of completion: 30%


Line 65: Line 65:


[[Category:FeaturePageIncomplete]]
[[Category:FeaturePageIncomplete]]
[[Category:F12_Virt_Features|Xen to KVM migration]]
[[Category:F13_Virt_Features|Xen to KVM migration]]
[[Category:Virtualization|Xen to KVM migration]]
[[Category:Virtualization|Xen to KVM migration]]

Revision as of 10:56, 22 July 2009

Xen to KVM migration

Summary

Provide nearly effortless automatic translation of Xen virtual machines to KVM virtual machines.

Owner

Current status

  • Targeted release: Fedora 13
  • Last updated: 2009-07-22
  • Percentage of completion: 30%

Detailed Description

virt-v2v is a command line tool that enables Xen domUs (ie. guests) to be migrated to use KVM. Usage will be:

 virt-v2v xen_domain -o kvm_domain

(for a libvirt-managed domain called xen_domain).

The process will automatically install the correct kernel and driver(s) and make any configuration changes necessary so that the KVM domain will run with virtio drivers.

The process will also be reversible - if the KVM transition doesn't work out, then system administrators can go back to the original, untouched Xen domain, via a snapshot.

Benefit to Fedora

Users with Xen guests can try out KVM. Users can also migrate from Xen to KVM for its enhanced ease of use.

Scope

How To Test

  • FIXME(Test plan to be written)

User Experience

virt-v2v is a command line tool as described above.

Dependencies

Features/libguestfs

Contingency Plan

None - this is a completely standalone feature.

Documentation

FIXME: (To be written)

Release Notes

FIXME: (To be written)

Comments and Discussion