(remove incomplete category) |
(need "how to test" and "release notes" sections completed) |
||
Line 16: | Line 16: | ||
virt-v2v is a command line tool that enables Xen domUs (ie. guests) to be migrated to use KVM. Usage will be: | virt-v2v is a command line tool that enables Xen domUs (ie. guests) to be migrated to use KVM. Usage will be: | ||
<pre> | |||
virt-v2v xen_domain -o kvm_domain | virt-v2v xen_domain -o kvm_domain | ||
</pre> | |||
(for a libvirt-managed domain called <code>xen_domain</code>). | (for a libvirt-managed domain called <code>xen_domain</code>). | ||
Line 36: | Line 37: | ||
== Test Plan == | == Test Plan == | ||
<i>(Test plan to be written)</i> | * '''FIXME'''<i>(Test plan to be written)</i> | ||
== User Experience == | == User Experience == | ||
Line 52: | Line 53: | ||
== Documentation == | == Documentation == | ||
<i>(To be written)</i> | '''FIXME''': <i>(To be written)</i> | ||
== Release Notes == | == Release Notes == | ||
<i>(To be written)</i> | '''FIXME''': <i>(To be written)</i> | ||
== Comments and Discussion == | == Comments and Discussion == | ||
Line 62: | Line 63: | ||
* See [[Talk:Features/Xen to KVM migration]] | * See [[Talk:Features/Xen to KVM migration]] | ||
[[Category: | [[Category:FeaturePageIncomplete]] | ||
[[Category:F12_Virt_Features|Xen to KVM migration]] | [[Category:F12_Virt_Features|Xen to KVM migration]] | ||
[[Category:Virtualization|Xen to KVM migration]] | [[Category:Virtualization|Xen to KVM migration]] |
Revision as of 21:03, 16 July 2009
Xen to KVM migration
Summary
Provide nearly effortless automatic translation of Xen virtual machines to KVM virtual machines.
Owner
- Name: Richard Jones, Matthew Booth
Current status
- Targeted release: Fedora 12
- Last updated: 2009-07-14
- 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
- libguestfs package in Fedora
- Development repos: library and program.
Test Plan
- FIXME(Test plan to be written)
User Experience
virt-v2v is a command line tool as described above.
Dependencies
Contingency Plan
None - this is a completely standalone feature.
Documentation
FIXME: (To be written)
Release Notes
FIXME: (To be written)