Skip to content
Merged
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 modules/virt-about-upgrading-virt.adoc
Original file line number Diff line number Diff line change
Expand Up @@ -37,3 +37,12 @@ used to manage the virtual machine process.

* DataVolumes and their associated PersistentVolumeClaims are preserved during
upgrade.
+
[IMPORTANT]
====
If you have virtual machines running that cannot be live migrated, they might block an {product-title} cluster upgrade.
This includes virtual machines that use hostpath provisioner storage or SR-IOV network interfaces.

As a workaround, you can reconfigure the virtual machines so that they can be powered off automatically during a cluster upgrade. Remove the `evictionStrategy: LiveMigrate` field and
set the `runStrategy` field to `Always`. Learn more about xref:../virt/live_migration/virt-configuring-vmi-eviction-strategy.adoc#virt-configuring-vmi-eviction-strategy[configuring virtual machine eviction strategy].
Copy link
Contributor

Choose a reason for hiding this comment

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

@ousleyp hey - reminder to check for xrefs in modules.

====