Skip to content

Commit 28a35aa

Browse files
authored
Merge pull request #48002 from apinnick/issue47998-remove-sriov-live-migration
GH#47998: Remove SR-IOV from the live migration requirements
2 parents 29b5d59 + d2f6036 commit 28a35aa

File tree

2 files changed

+11
-15
lines changed

2 files changed

+11
-15
lines changed

modules/virt-about-live-migration.adoc

Lines changed: 3 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -11,10 +11,6 @@ Live migration is the process of moving a running virtual machine instance (VMI)
1111

1212
You can use live migration if the following conditions are met:
1313

14-
* Virtual machines must have a persistent volume claim (PVC) with a shared `ReadWriteMany` (RWX) access mode to be live migrated.
15-
16-
* The pod network binding must not be of the bridge interface type `()`.
17-
18-
* 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.
14+
* Shared storage with `ReadWriteMany` (RWX) access mode.
15+
* Sufficient RAM and network bandwidth.
16+
* If the virtual machine uses a host model CPU, the nodes must support the virtual machine's host model CPU.

virt/install/preparing-cluster-for-virt.adoc

Lines changed: 8 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -32,9 +32,9 @@ include::modules/virt-hardware-os-requirements.adoc[leveloffset=+1]
3232
[role="_additional-resources"]
3333
.Additional resources
3434

35-
* xref:../../architecture/architecture-rhcos.adoc#rhcos-about_architecture-rhcos[About RHCOS]
36-
* link:https://catalog.redhat.com[Red Hat Ecosystem Catalog] for supported CPUs
37-
* xref:../../storage/index.adoc#storage-overview[Supported storage]
35+
* xref:../../architecture/architecture-rhcos.adoc#rhcos-about_architecture-rhcos[About RHCOS].
36+
* link:https://catalog.redhat.com[Red Hat Ecosystem Catalog] for supported CPUs.
37+
* xref:../../storage/index.adoc#storage-overview[Supported storage].
3838
3939
include::modules/virt-cluster-resource-requirements.adoc[leveloffset=+1]
4040

@@ -43,8 +43,8 @@ include::modules/virt-cluster-resource-requirements.adoc[leveloffset=+1]
4343

4444
You must consider the following tested object maximums when planning your cluster:
4545

46-
* xref:../../scalability_and_performance/planning-your-environment-according-to-object-maximums.html#planning-your-environment-according-to-object-maximums[{product-title} object maximums]
47-
* link:https://access.redhat.com/articles/6571671[{VirtProductName} object maximums]
46+
* xref:../../scalability_and_performance/planning-your-environment-according-to-object-maximums.html#planning-your-environment-according-to-object-maximums[{product-title} object maximums].
47+
* link:https://access.redhat.com/articles/6571671[{VirtProductName} object maximums].
4848

4949
[id="restricted-networks-environments_{context}"]
5050
== Restricted network environments
@@ -58,9 +58,9 @@ If you have limited internet connectivity, you can xref:../../operators/admin/ol
5858

5959
Live migration has the following requirements:
6060

61-
* Shared storage with `ReadWriteMany` (RWX) access mode
62-
* Sufficient RAM and network bandwidth
63-
* Appropriate CPUs with sufficient capacity on the worker nodes. If the CPUs have different capacities, live migration might be very slow or fail.
61+
* Shared storage with `ReadWriteMany` (RWX) access mode.
62+
* Sufficient RAM and network bandwidth.
63+
* If the virtual machine uses a host model CPU, the nodes must support the virtual machine's host model CPU.
6464

6565
[id="snapshots-and-cloning_{context}"]
6666
== Snapshots and cloning

0 commit comments

Comments
 (0)