mirror of
https://github.com/openshift/openshift-docs.git
synced 2026-02-05 12:46:18 +01:00
44 lines
1.4 KiB
Plaintext
44 lines
1.4 KiB
Plaintext
// Module included in the following assemblies:
|
|
//
|
|
// * virt/virtual_machines/advanced_vm_management/virt-dedicated-resources-vm.adoc
|
|
|
|
// Establishing conditionals so content can be re-used for editing VMs
|
|
// and VM templates.
|
|
|
|
ifeval::["{context}" == "virt-dedicated-resources-vm"]
|
|
:virt-vm:
|
|
:object: virtual machine
|
|
:object-gui: VirtualMachine
|
|
:tab: Configuration -> Scheduling
|
|
endif::[]
|
|
|
|
:_mod-docs-content-type: PROCEDURE
|
|
[id="virt-enabling-dedicated-resources_{context}"]
|
|
= Enabling dedicated resources for a {object}
|
|
|
|
[role="_abstract"]
|
|
You can 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.
|
|
|
|
.Prerequisites
|
|
|
|
* The CPU Manager must be configured on the node. Verify that the node has the `cpumanager = true` label before scheduling virtual machine workloads.
|
|
|
|
* The virtual machine must be powered off.
|
|
|
|
.Procedure
|
|
|
|
. In the {product-title} console, click *Virtualization* -> *{object-gui}s* from the side menu.
|
|
. Select a {object} to open the *{object-gui} details* page.
|
|
. On the *{tab}* tab, click the edit icon beside *Dedicated Resources*.
|
|
. Select *Schedule this workload with dedicated resources (guaranteed policy)*.
|
|
. Click *Save*.
|
|
|
|
// Unsetting all conditionals used in module
|
|
|
|
ifeval::["{context}" == "virt-dedicated-resources-vm"]
|
|
:virt-vm!:
|
|
:object!:
|
|
:object-gui!:
|
|
endif::[]
|
|
|