Skip to content

Commit ed422ce

Browse files
authored
Merge pull request #62227 from apinnick/small-reorg-headers
TOC and small fixes
2 parents 6129712 + 1861077 commit ed422ce

File tree

2 files changed

+4
-6
lines changed

2 files changed

+4
-6
lines changed

modules/virt-cluster-resource-requirements.adoc

Lines changed: 3 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -35,10 +35,9 @@ Additionally, {VirtProductName} environment resources require a total of 2179 Mi
3535

3636
----
3737
Memory overhead per virtual machine ≈ (1.002 * requested memory) + 146 MiB \
38-
+ 8 MiB * (number of vCPUs) \ <1>
39-
+ 16 MiB * (number of graphics devices) <2>
38+
+ 8 MiB * (number of vCPUs) \ <1>
39+
+ 16 MiB * (number of graphics devices) <2>
4040
----
41-
4241
<1> Number of virtual CPUs requested by the virtual machine
4342
<2> Number of virtual graphics cards requested by the virtual machine
4443

@@ -86,8 +85,6 @@ Aggregated storage overhead per node ≈ 10 GiB
8685

8786
Storage overhead per virtual machine depends on specific requests for resource allocation within the virtual machine. The request could be for ephemeral storage on the node or storage resources hosted elsewhere in the cluster. {VirtProductName} does not currently allocate any additional ephemeral storage for the running container itself.
8887

89-
[discrete]
90-
[id="example-scenario_{context}"]
91-
== Example
88+
.Example
9289

9390
As a cluster administrator, if you plan to host 10 virtual machines in the cluster, each with 1 GiB of RAM and 2 vCPUs, the memory impact across the cluster is 11.68 GiB. The estimated on-disk storage impact for each node in the cluster is 10 GiB and the CPU impact for worker nodes that host virtual machine workloads is a minimum of 2 cores.

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

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,7 @@
33
= Preparing your cluster for {VirtProductName}
44
include::_attributes/common-attributes.adoc[]
55
:context: preparing-cluster-for-virt
6+
:toclevels: 3
67

78
toc::[]
89

0 commit comments

Comments
 (0)