Skip to content

Commit 21af0ef

Browse files
authored
Merge pull request #41950 from lmandavi/CNV-12692-migration-rules
CNV-12692: Live migration of VMs to nodes that support the VM's host model CPU
2 parents 032e861 + 273f8c8 commit 21af0ef

File tree

2 files changed

+7
-0
lines changed

2 files changed

+7
-0
lines changed

modules/virt-about-live-migration.adoc

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -16,3 +16,5 @@ You can use live migration if the following conditions are met:
1616
* The pod network binding must not be of the bridge interface type `()`.
1717
1818
* Live migration is supported for virtual machines that are attached to an SR-IOV network interface.
19+
20+
* If the virtual machine uses a host model CPU, live migration is supported only between nodes that support the virtual machine's host model CPU.

virt/live_migration/virt-migrate-vmi.adoc

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -9,6 +9,11 @@ toc::[]
99

1010
Manually initiate a live migration of a virtual machine instance to another node using either the web console or the CLI.
1111

12+
[NOTE]
13+
====
14+
If a virtual machine uses a host model CPU, you can perform live migration of that virtual machine only between nodes that support its host CPU model.
15+
====
16+
1217
include::modules/virt-initiating-vm-migration-web.adoc[leveloffset=+1]
1318
include::modules/virt-initiating-vm-migration-cli.adoc[leveloffset=+1]
1419

0 commit comments

Comments
 (0)