Skip to content

Commit a45cb0a

Browse files
dding note to livemigration and sriov concepts re: live migration not supported for VMs attached to sriov interfaces. Also a random typo
1 parent eeeca0b commit a45cb0a

File tree

3 files changed

+10
-3
lines changed

3 files changed

+10
-3
lines changed

modules/virt-features-for-storage-matrix.adoc

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -140,7 +140,7 @@ ifdef::virt-features-for-storage[]
140140
You cannot live migrate virtual machines that use:
141141
142142
* A storage class with ReadWriteOnce (RWO) access mode
143-
* Passthrough features such as SRI-OV and GPU
143+
* Passthrough features such as SR-IOV and GPU
144144
145145
Do not set the `evictionStrategy` field to `LiveMigrate` for these virtual machines.
146146
====

modules/virt-understanding-live-migration.adoc

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -12,8 +12,10 @@ to migrate to another node, or an automatic process, if the virtual machine
1212
instance has a `LiveMigrate` eviction strategy and the node on
1313
which it is running is placed into maintenance.
1414

15-
[IMPORTANT]
16-
====
1715
Virtual machines must have a persistent volume claim (PVC)
1816
with a shared ReadWriteMany (RWX) access mode to be live migrated.
17+
18+
[NOTE]
19+
====
20+
Live migration is not supported for virtual machines that are attached to an SR-IOV network interface.
1921
====

virt/virtual_machines/vm_networking/virt-configuring-sriov-device-for-vms.adoc

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,11 @@ toc::[]
77
You can configure a Single Root I/O Virtualization (SR-IOV) device for virtual machines in your cluster.
88
This process is similar but not identical to configuring an SR-IOV device for {product-title}.
99

10+
[NOTE]
11+
====
12+
Live migration is not supported for virtual machines that are attached to an SR-IOV network interface.
13+
====
14+
1015
== Prerequisites
1116
* You must have xref:../../../networking/hardware_networks/installing-sriov-operator.adoc#installing-sriov-operator[installed the SR-IOV Operator.]
1217

0 commit comments

Comments
 (0)