Skip to content

Commit 0092540

Browse files
committed
1920364 Added explanation of High Performance VMs.
Implemented SME comments
1 parent 54751c6 commit 0092540

File tree

2 files changed

+7
-2
lines changed

2 files changed

+7
-2
lines changed

modules/installation-configuration-parameters.adoc

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1022,7 +1022,11 @@ Additional {rh-virtualization} configuration parameters for machine pools are de
10221022
|Number
10231023

10241024
|`<machine-pool>.platform.ovirt.vmType`
1025-
|Optional. The VM workload type, such as `high-performance`, `server`, or `desktop`.
1025+
|Optional. The VM workload type, such as `high-performance`, `server`, or `desktop`. By default, master nodes use `high-performance`, and worker nodes use `server`. For details, see link:https://access.redhat.com/documentation/en-us/red_hat_virtualization/4.4/html-single/virtual_machine_management_guide/index#Virtual_Machine_General_settings_explained[Explanation of Settings in the New Virtual Machine and Edit Virtual Machine Windows] and link:https://access.redhat.com/documentation/en-us/red_hat_virtualization/4.4/html-single/virtual_machine_management_guide/index#Configuring_High_Performance_Virtual_Machines_Templates_and_Pools[Configuring High Performance Virtual Machines, Templates, and Pools] in the _Virtual Machine Management Guide_.
1026+
[NOTE]
1027+
====
1028+
`high_performance` improves performance on the VM, but there are limitations. For example, you cannot access the VM with a graphical console. For more information see link:https://access.redhat.com/documentation/en-us/red_hat_virtualization/4.4/html-single/virtual_machine_management_guide/index#Configuring_High_Performance_Virtual_Machines_Templates_and_Pools[Configuring High Performance Virtual Machines, Templates, and Pools] in the _Virtual Machine Management Guide_.
1029+
====
10261030
|String
10271031

10281032
|`<machine-pool>.platform.ovirt.affinityGroupsNames`

modules/machineset-yaml-rhv.adoc

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -102,7 +102,8 @@ $ oc get -o jsonpath='{.status.infrastructureName}{"\n"}' infrastructure cluster
102102
<17> Optional: Specify the vNIC profile ID.
103103

104104
<18> Specify the name of the secret that holds the {rh-virtualization} credentials.
105-
<19> Optional: Specify the workload type for which the instance is optimized. This value affects the `{rh-virtualization} VM` parameter. Supported values: `desktop`, `server`, `high_performance`.
105+
106+
<19> Optional: Specify the workload type for which the instance is optimized. This value affects the `{rh-virtualization} VM` parameter. Supported values: `desktop`, `server` (default), `high_performance`. `high_performance` improves performance on the VM, but there are limitations. For example, you cannot access the VM with a graphical console. For more information see link:https://access.redhat.com/documentation/en-us/red_hat_virtualization/4.4/html-single/virtual_machine_management_guide/index#Configuring_High_Performance_Virtual_Machines_Templates_and_Pools[Configuring High Performance Virtual Machines, Templates, and Pools] in the _Virtual Machine Management Guide_.
106107
<20> A list of affinity group names that should be applied to the VMs. The affinity groups must exist in oVirt.
107108

108109
[NOTE]

0 commit comments

Comments
 (0)