Skip to content

Commit 3dfdbeb

Browse files
authored
Merge pull request #33946 from lmandavi/CNV-3735-object-maximums-vm
CNV-3735 Planning according to object maximums
2 parents 3fd0566 + cd60069 commit 3dfdbeb

File tree

3 files changed

+40
-0
lines changed

3 files changed

+40
-0
lines changed

_topic_map.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2696,6 +2696,8 @@ Topics:
26962696
Topics:
26972697
- Name: Preparing your OpenShift cluster for OpenShift Virtualization
26982698
File: preparing-cluster-for-virt
2699+
- Name: Planning your environment according to OpenShift Virtualization object maximums
2700+
File: virt-planning-environment-object-maximums
26992701
- Name: Specifying nodes for OpenShift Virtualization components
27002702
File: virt-specifying-nodes-for-virtualization-components
27012703
- Name: Installing OpenShift Virtualization using the web console
Lines changed: 21 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,21 @@
1+
// Module included in the following assemblies:
2+
//
3+
// virt/install/virt-planning-environment-object-maximums.adoc
4+
5+
[id="virt-tested-cluster-maximums_{context}"]
6+
= Tested cluster maximums for {VirtProductName}
7+
8+
{VirtProductName} {VirtVersion} was tested with bare metal Installer Provisioned Infrastructure (IPI). The following table shows the tested cluster maximums for the {VirtProductName} {VirtVersion} release.
9+
10+
|===
11+
|Object type |{VirtProductName} {VirtVersion} cluster maximums
12+
13+
|Number of nodes
14+
|10
15+
16+
|Number of virtual machines
17+
|1000
18+
19+
|Number of virtual machines per node
20+
|100
21+
|===
Lines changed: 17 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,17 @@
1+
[id="virt-planning-environment-object-maximums"]
2+
= Planning your environment according to {VirtProductName} object maximums
3+
include::modules/virt-document-attributes.adoc[]
4+
:context: virt-planning-environment-object-maximums
5+
6+
toc::[]
7+
8+
You can plan your {VirtProductName} {VirtVersion} cluster by considering tested object maximums. Guidelines for object maximums are based on the largest possible cluster. For smaller clusters, the maximums are lower. In most cases, exceeding these numbers results in lower overall performance. It does not necessarily mean that the cluster will fail.
9+
10+
The maximum number of virtual machines in a node is determined by a number of variables that include the virtual machines' CPUs, memory, and network characteristics.
11+
12+
include::modules/virt-tested-cluster-maximums.adoc[leveloffset=+1]
13+
14+
[id="additional-resources_{context}"]
15+
== Additional resources
16+
17+
* xref:../../scalability_and_performance/planning-your-environment-according-to-object-maximums.adoc#planning-your-environment-according-to-object-maximums[Planning your environment according to object maximums]

0 commit comments

Comments
 (0)