Skip to content

Commit f95e67e

Browse files
authored
Merge pull request #60910 from sjhala-ccs/BZ2024126
BZ#2024126: Added note about concurrent live migrations
2 parents b52f624 + 1eb7c31 commit f95e67e

File tree

1 file changed

+12
-0
lines changed

1 file changed

+12
-0
lines changed

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

Lines changed: 12 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -67,6 +67,18 @@ Live migration has the following requirements:
6767
* Sufficient RAM and network bandwidth.
6868
* If the virtual machine uses a host model CPU, the nodes must support the virtual machine's host model CPU.
6969

70+
[NOTE]
71+
====
72+
You must ensure that there is enough memory request capacity in the cluster to support node drains that result in live migrations. You can determine the approximate required spare memory by using the following calculation:
73+
74+
----
75+
Product of (Maximum number of nodes that can drain in parallel) and (Highest total VM memory request allocations across nodes)
76+
----
77+
78+
The default xref:../../virt/live_migration/virt-live-migration-limits.adoc#virt-live-migration-limits[number of migrations that can run in parallel] in the cluster is 5.
79+
====
80+
81+
7082
// The HA section actually belongs to OpenShift, not Virt
7183
[id="cluster-high-availability-options_{context}"]
7284
== Cluster high-availability options

0 commit comments

Comments
 (0)