Skip to content

Commit 59f58e9

Browse files
authored
Merge pull request #95736 from aspauldi/CNV-58595
CNV#58595: Move prereqs into procedure modules
2 parents c48b020 + 1f9debe commit 59f58e9

File tree

5 files changed

+7
-20
lines changed

5 files changed

+7
-20
lines changed

modules/virt-configuring-huge-pages-for-vms.adoc

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ If you edit a running virtual machine, the virtual machine must be rebooted for
2222

2323
.Prerequisites
2424

25-
* Nodes must have pre-allocated huge pages configured. For instructions, see link:https://docs.openshift.com/container-platform/{product-version}/scalability_and_performance/what-huge-pages-do-and-how-they-are-consumed-by-apps.html#configuring-huge-pages_huge-pages[Configuring huge pages at boot time].
25+
* Nodes must have pre-allocated huge pages configured.
2626
* You have installed the {oc-first}.
2727
2828
.Procedure

modules/virt-enabling-dedicated-resources.adoc

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -18,6 +18,12 @@ endif::[]
1818

1919
You enable dedicated resources for a {object} in the *Details* tab. Virtual machines that were created from a Red Hat template can be configured with dedicated resources.
2020

21+
.Prerequisites
22+
23+
* The CPU Manager must be configured on the node. Verify that the node has the `cpumanager = true` label before scheduling virtual machine workloads.
24+
25+
* The virtual machine must be powered off.
26+
2127
.Procedure
2228

2329
. In the {product-title} console, click *Virtualization* -> *{object-gui}s* from the side menu.

virt/managing_vms/advanced_vm_management/virt-configuring-pxe-booting.adoc

Lines changed: 0 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -12,14 +12,6 @@ operating system or other program without requiring a locally attached
1212
storage device. For example, you can use it to choose your desired OS
1313
image from a PXE server when deploying a new host.
1414

15-
ifndef::openshift-rosa,openshift-dedicated,openshift-rosa-hcp[]
16-
== Prerequisites
17-
18-
* A Linux bridge must be xref:../../../virt/vm_networking/virt-connecting-vm-to-linux-bridge.adoc#virt-connecting-vm-to-linux-bridge[connected].
19-
20-
* The PXE server must be connected to the same VLAN as the bridge.
21-
endif::openshift-rosa,openshift-dedicated,openshift-rosa-hcp[]
22-
2315
include::modules/virt-pxe-booting-with-mac-address.adoc[leveloffset=+1]
2416

2517
include::modules/virt-networking-glossary.adoc[leveloffset=+1]

virt/managing_vms/advanced_vm_management/virt-dedicated-resources-vm.adoc

Lines changed: 0 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -10,10 +10,4 @@ To improve performance, you can dedicate node resources, such as CPU, to a virtu
1010

1111
include::modules/virt-about-dedicated-resources.adoc[leveloffset=+1]
1212

13-
== Prerequisites
14-
15-
* The xref:../../../scalability_and_performance/using-cpu-manager.adoc[CPU Manager] must be configured on the node. Verify that the node has the `cpumanager = true` label before scheduling virtual machine workloads.
16-
17-
* The virtual machine must be powered off.
18-
1913
include::modules/virt-enabling-dedicated-resources.adoc[leveloffset=+1]

virt/managing_vms/advanced_vm_management/virt-using-huge-pages-with-vms.adoc

Lines changed: 0 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -8,11 +8,6 @@ toc::[]
88

99
You can use huge pages as backing memory for virtual machines in your cluster.
1010

11-
== Prerequisites
12-
13-
* Nodes must have xref:../../../scalability_and_performance/what-huge-pages-do-and-how-they-are-consumed-by-apps.adoc#configuring-huge-pages_huge-pages[pre-allocated huge pages configured].
14-
15-
1611
include::modules/what-huge-pages-do.adoc[leveloffset=+1]
1712

1813
include::modules/virt-configuring-huge-pages-for-vms.adoc[leveloffset=+1]

0 commit comments

Comments
 (0)