You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: virt/install/preparing-cluster-for-virt.adoc
+12Lines changed: 12 additions & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -67,6 +67,18 @@ Live migration has the following requirements:
67
67
* Sufficient RAM and network bandwidth.
68
68
* If the virtual machine uses a host model CPU, the nodes must support the virtual machine's host model CPU.
69
69
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
+
70
82
// The HA section actually belongs to OpenShift, not Virt
0 commit comments