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

MTV-1741: document dual-boot VMs not supported #607

Open
wants to merge 2 commits into
base: main
Choose a base branch
from
Open
Show file tree
Hide file tree
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
9 changes: 9 additions & 0 deletions documentation/modules/snip_dualboot_vm.adoc
Original file line number Diff line number Diff line change
@@ -0,0 +1,9 @@
:_content-type: SNIPPET

[WARNING]
.Migrating dual-boot operating system VMs is not supported
====
{project-short} does not support the migration of dual-boot operating system VMs.

For example, attempting to migrate a VM with two disks with different operating systems installed (RHEL 9 and Fedora 40), which use the second HD as the root device, will cause the migration plan to result in a failed status.
====
2 changes: 2 additions & 0 deletions documentation/modules/source-vm-prerequisites.adoc
Original file line number Diff line number Diff line change
Expand Up @@ -14,6 +14,8 @@ The following prerequisites apply to all migrations:
* 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.
+
include::snip_dualboot_vm.adoc[]
+
[NOTE]
====
{project-full} automatically assigns a new name to a VM that does not comply with the rules.
Expand Down