Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

OSs that support MTV #583

Open
wants to merge 1 commit into
base: main
Choose a base branch
from
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
14 changes: 11 additions & 3 deletions documentation/modules/source-vm-prerequisites.adoc
Original file line number Diff line number Diff line change
Expand Up @@ -8,9 +8,17 @@

The following prerequisites apply to all migrations:

* ISO/CDROM disks must be unmounted.
* Each NIC must contain one IPv4 and/or one IPv6 address.
* The operating system of a VM must be certified and supported as a link:https://access.redhat.com/articles/973163#ocpvirt[guest operating system with {virt}].
* ISO images and CD-ROMs are unmounted.
* Each NIC contains either an IPv4 address or an IPv6 address, although a NIC may use both.
* The operating system of each VM is certified and supported as a guest operating system for conversions.

[NOTE]
====
You can check that the operating system is supported by referring to the table in link:https://access.redhat.com/articles/1351473[Converting virtual machines from other hypervisors to KVM with virt-v2v]. See the columns of the table that refer to RHEL 8 hosts and RHEL 9 hosts.
====

* VMs that you want to migrate with MTV 2.6._z_ run on RHEL 8.
* VMs that you want to migrate with MTV 2.7._z_ run on RHEL 9.
Copy link
Collaborator

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

@RichardHoch - thanks for fixing @nunzy1 error

* The name of a VM must not contain a period (`.`). {project-first} changes any period in a VM name to a dash (`-`).
* The name of a VM must not be the same as any other VM in the {virt} environment.
+
Expand Down