Skip to content

Commit c767cd8

Browse files
authored
Merge pull request #34300 from lmandavi/CNV-11965-cpu-vendors
CNV-11965: for defect 1959287 CPU vendors
2 parents 3baa1af + 55723fc commit c767cd8

File tree

1 file changed

+6
-0
lines changed

1 file changed

+6
-0
lines changed

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

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -41,6 +41,12 @@ Without an external monitoring system or a qualified human monitoring node healt
4141

4242
* If your cluster uses worker nodes from multiple CPU vendors, live migration failures can occur. For example, a virtual machine with an AMD CPU might attempt to live-migrate to a node with an Intel CPU and likely fail migration. To avoid this, label nodes with a vendor-specific label, such as `Vendor=Intel` or `Vendor=AMD`, and set node affinity on your virtual machines to ensure successful migration. See xref:../../nodes/scheduling/nodes-scheduler-node-affinity.adoc#nodes-scheduler-node-affinity-configuring-required_nodes-scheduler-node-affinity[Configuring a required node affinity rule] for more information.
4343

44+
* All CPUs must be supported by Red Hat Enterprise Linux 8 and meet the following requirements:
45+
46+
** Intel 64 or AMD64 CPU extensions are supported
47+
** Intel VT or AMD-V hardware virtualization extensions are enabled
48+
** The no-execute (NX) flag is enabled
49+
4450
{VirtProductName} works with {product-title} by default, but the following installation configurations are recommended:
4551

4652
* Configure xref:../../monitoring/understanding-the-monitoring-stack.adoc#understanding-the-monitoring-stack[monitoring] in the cluster.

0 commit comments

Comments
 (0)